@tailwind base;
@tailwind components;
@tailwind utilities;


html {
    font-family: 'Poppins' !important;
}


.CenterPop {
    margin-left: 8rem;
    max-width: 28rem;
    width: 100% !important;
    height: 80%;
    max-height: 42rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.popOutiframe {
    height: 100% !important;
    max-height: 42rem !important;
}

.topBand .bandBar {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.sCWrap .editIFrame {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.BandBg {
    background: #f97316 !important;
}

@media (max-width: 768px) {
    .CenterPop {
        margin-left: 0;
        max-width: 28rem;
        width: 90% !important;
        height: 80%;
        max-height: 42rem;
    }

    .popOutiframe {
        height: 100% !important;
        max-height: 42rem !important;
    }
}

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/