.centered {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered p {
    text-align: center;
}

.container {
    position: relative;
    text-align: center;
    color: white;
    margin: 0 auto;
    width: 100%;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

html,
body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    /* height: 95%; */
}

iframe {
    /* overflow-clip-margin: content-box !important; */
    /* overflow: clip !important; */
    overflow: visible;
    height: 100% !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
/* this goes in tasklocodetails/public/sharedcss folder on s3 - it has a special bucket policy clause to allow read */
.specialLitmusClass{
    color: green;
    background-color: whitesmoke;
    font-size:22px;
    margin:10px;
    padding:10px;
}

.graymsg{
    color:gray;
    font-weight: normal;
    font-size:14px;
    padding: 3px;
}
.embedContentLabel {
 padding-top: 6px;
 padding-bottom: 6px;
 color: gray;
 font-weight: bold;
}

.editMeShared {
    width: 95%;
    overflow-x: hidden;
    margin: 0 auto;
    border-radius: 3px;
    background-color: whitesmoke;
    overflow-x: auto;
    /* white-space: pre-wrap; */
    word-break: break-word;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000;
}
.editMeSharedOriginal{
    width:90%;
    max-width:650px;
    margin:0 auto !important;
    /* width: 90% !important;
    height: 85%; */
    overflow: visible !important;
    border-radius: 3px;
    margin: 0 auto;
    /* height: 100%; */
    /* border: 1px solid green; */
    border-radius: 3px;
    background-color: whitesmoke;
    /* overflow:visible !important; */
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0 auto;
    padding: 10px;
    text-align: center !important;
    display: block !important;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    color: #000;
}

.editMeShared img{
   
    border: 1px solid lightgray;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 3px;
    padding: 5px;
    max-width:300px !important;
    max-height: 400px !important;
    margin:0 auto;
    text-align:center;
}

/* You can add global styles to this file, and also import other style files */
.cursorPointer {
    cursor: pointer;
}

.center {
    text-align: center;
    margin: 0 auto !important;
}

.fixedButton {
    position: fixed !important;
    bottom: 7% !important;
    display: block !important;
}

.fixedButton button {
    margin: 5px;
    background-color: green !important;
    color: white;
}

.hamburger {
    max-height: 25px !important;
    max-width: 25px !important;
}

.logo {
    max-width: 200px;
}

.mat-mdc-form-field {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 800px;
    border: 0px solid red;
}

main {
    min-height: 100%;
    padding: 1rem;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    box-sizing: inherit;
    position: relative;
    margin-top: 10%;
}

h1 {
    font-size: 3.125rem;
    color: var(--gray-900);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.125rem;
    margin: 0;
    font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
}

p {
    margin: 0;
    color: var(--gray-700);
}

.content {
    margin: 0 auto;
    text-align: center;
}

.angular-logo {
    max-width: 9.2rem;
}

.content h1 {
    margin-top: 1.75rem;
}

.content p {
    margin-top: 1.5rem;
}



@media screen and (max-width: 650px) {}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}