

@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500&display=swap');

.form-check.form-switch {
    display: table;
    margin-right: auto;
    margin-left: auto;
}
p.h5.text-center.text-capitalize {
    border: solid 2px #f5f5f9;
    padding: 15px;
    border-radius: 100px;
}
.col.c-100 {
  width: 66.6%;
}

.text-video {
  color: #000;
}
.text-video:hover {
  color: #556ee6;
}
.text-video-r {
  color: #000;
}
.text-video-r:hover {
  color: #556ee6;
}


.bg-edit {
  background-color: #ff9f43;
  color:#fff;
}
.bg-edit:hover {
  background-color: #222f3e;
  color:#fff;
}
.bg-code {
  background-color: #00d2d3;
  color:#fff;
}
.bg-code:hover {
  background-color: #222f3e;
  color:#fff;
}
.bg-play {
  background-color: #556ee6;
  color:#fff;
}
.bg-play:hover {
  background-color: #222f3e;
  color:#fff;
}

.box-footer {
    background: #fff;
    padding: 15px 20px 15px;
    border-radius: 7px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}

.box-s {
    background: white;
    padding: 13px 0 13px;
    border-radius: 7px;
    box-shadow: 0px 0 30px rgba(88, 74, 255, 0.29);
}

.mt {
    margin-top: 30px;
}

.box-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 20px;
    font-size: 15px;
    font-weight: 900;
    color: #556ee6;
    text-align: center;
    background: #FFF;
    border-radius: 7px;
    box-shadow: 0px 0 30px rgb(0 210 211 / 50%);
}

.box-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 20px;
  font-size: 15px;
  font-weight: 900;
  color: #f91e3f;
  text-align: center;
  background: #FFF;
  border-radius: 7px;
  box-shadow: 0px 0 30px rgba(255, 0, 0, 0.5);
}

.card-header {
    display: block!important;
}

.footer {
    padding: 15px 0 12px!important;
    border-top: none!important;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.10);
}

.spin{
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}


table .text-reset {
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.dataTables_wrapper .row:first-child, .dataTables_wrapper .row:last-child{
    padding: 0 0 10px;
}



@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


#drive-exploer-tbl{
    position: relative;
}

#drive-exploer-tbl .go-back-bar{
    position: absolute;
    top: 102px;
    width: 100%;
    background: #fafbfb;
    padding: 0 15px;
}
#drive-exploer-tbl .go-back-bar:hover{
    background: #f5f5f5;
}

#drive-exploer-tbl tbody:before{
    content: "@";
    display: block;
    text-indent: -99999px;
    /* background: red; */
}

#drive-exploer-tbl .go-back-bar a{
    display: block;
    padding: 8px 0;
    color: #000;
}
#drive-exploer-tbl .go-back-bar a svg{
    vertical-align: middle;
}

#console {
    background: #000;
    color: #00ec00;
    font-family: 'Inconsolata', monospace;
    padding: 15px;
    font-weight: 300;
    font-size: 13px;
    height: 300px;
    overflow-y: auto;
    overflow-anchor: none;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 255, 0, 0.1);
}

/* Warna tambahan */
#console .info { color: #00ec00; }   /* hijau terang */
#console .error { color: #ff3b3b; }  /* merah untuk error */
#console .note  { color: #fff; }  /* biru lembut untuk catatan */
#console .warn  { color: #ffff66; }  /* kuning untuk warning */

/* Efek cursor ketik */
.Typewriter__cursor {
    color: #00ec00;
    animation: blink 1s infinite;
}
@keyframes blink {
    50% { opacity: 0; }
}

.anchor {
    overflow-anchor: auto;
}

#console p{
    margin:0;
}

#console p .pre-symbool{
    color: #fff !important;
    font-weight: 200 !important;
    font-style: italic;
    margin-right: 3px;
}

#console [class*="text-"]{
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    #drive-exploer-tbl .go-back-bar {
        top: 134px;
       
    }
  }
  
  
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 20px 0 30px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  border-radius: 8px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-totallinks i {
  color: #DE17B0;
}
.services .iconbox-totallinks:hover .icon i {
  color: #fff;
}
.services .iconbox-totallinks:hover .icon path {
  fill: #DE17B0;
}

.services .iconbox-totalviews i {
  color: #556ee6;
}
.services .iconbox-totalviews:hover .icon i {
  color: #fff;
}
.services .iconbox-totalviews:hover .icon path {
  fill: #556ee6;
}

.services .iconbox-totalservers i {
  color: #f79f4e;
}
.services .iconbox-totalservers:hover .icon i {
  color: #fff;
}
.services .iconbox-totalservers:hover .icon path {
  fill: #f79f4e;
}

.services .iconbox-googleaccount i {
  color: #2ce082;
}
.services .iconbox-googleaccount:hover .icon i {
  color: #fff;
}
.services .iconbox-googleaccount:hover .icon path {
  fill: #2ce082;
}

.services .iconbox-brokenlinks i {
  color: #ff353e;
}
.services .iconbox-brokenlinks:hover .icon i {
  color: #fff;
}
.services .iconbox-brokenlinks:hover .icon path {
  fill: #ff353e;
}

.notfoundhls {
  background: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  position: absolute;
  box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
  width: 37.5%;
  color: red;
}