
:root {
  --white: #fff;
  --black: #000;
}
.nias-live-topbar {
    z-index: 9999999;
}
.nias-live-topbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

i.nias-live-closebox.elementor-button-icon {
    display: flex;
    position: relative;
}

.nias-live-flex {
    height: 100%;
}
.nias-live-flex {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

iframe#nias-live-ifrm {
    height: 100% !important;
}
.nias-live-ifrmbox.active {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
iframe#nias-live-ifrm.desktop{
    max-width: 100%;
}
iframe#nias-live-ifrm.tablet {
    max-width: 768px;
}
iframe#nias-live-ifrm.mobile {
    max-width: 480px;
}
@media (max-width: 599px) {
    iframe#nias-live-ifrm.desktop{
        transform: scale(.3);
        min-width: 333%;
        min-height: 333%!important;
    }

    iframe#nias-live-ifrm.tablet {
        transform: scale(.5);
        min-width: 200%;
        min-height: 200% !important;
    }
    iframe#nias-live-ifrm.mobile {
        max-width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 600px) {
    iframe#nias-live-ifrm.tablet {
        max-width: 100%;
    }
    iframe#nias-live-ifrm.desktop {
        transform: scale(.5);
        min-width: 200%;
        min-height: 200% !important;
    }


}

.nias-live-box .elementor-button-icon {
    display: flex;
}

i.nias-live-closebox svg {
    width: 30px;
    height: 30px;
}
.navbar svg{
    width: 15px;
    height: 15px;
}
#nias-live-ifrm {
  width: 100%;
  min-height: 600px;
  display: block;
  background: #ccc;
  transition: all 0.3s;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;

}

.navbar .btn {
    transition: 0.5s;
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.navbar i.elementor-button-icon {
    display: flex;
}

.navbar .btn:hover,
.navbar .btn:focus {
  background: var(--white);
  color: var(--black);
}

.nias-live-ifrmbox{
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    background-color: white;
    height: 100vh;
    width: 100%;
    transition: all 0.3s;
}
.nias-live-ifrmbox.active{
   right: 0; 
}

.nias-live-loader {
position: absolute;
    background-color: white;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.nias-live-loader svg{
   width: 50px;
   height: 50px;
}
.nsdemobtn , .nias-live-closebox , .pull-right a{
    cursor: pointer;
}
.nias-live-longloadtext{
    display: none;
}


button.nias-live-button {
    background-color: #205fff;
    color: white;
    border: none;
    font-family: unset;
    border-radius: 10px;
    padding: 12px 24px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

span.nias-live-label {
    position: absolute;
    right: 10px;
    top: 10px;
}
.nias-live-loader .elementor-button-icon{
    order: 0!important;
}

span.nias-live-loaadmore {
    padding: 20px;
    text-align: justify;
}