﻿
:root {
    --primary-color: #04AA6D;
 
    /*--primary-color:#04AA6D;*/
    /*--primary-color: #009879;*/
}
    .wrapper {
        padding: 2em 20px;
        max-width: 900px;
        margin: 0 auto;

    }

    @media(max-width:768px) {
        .wrapper {
            padding: 0px;
            width: 100vw;
        }
    }

    .header {
        color: var(--primary-color);
        font-weight: 800;
        font-size: 1.75em;
        line-height: 1.1;
        margin: 1rem 0 .5rem 0;
       
    }

    .subheader { 
        color: var(--primary-color);
        font-weight: 800;
        font-size: 1.2em;
        line-height: 1.1;
        margin: 1rem 0.1rem 0;
        text-align:center;
      
    }

    body {
        font-weight: 400;
        font-family: "Lato", "Helvetica Neue", arial, sans-serif;
        line-height: 1.666;
        -webkit-font-smoothing: antialiased;
        color: #5e6c76;
        margin: 0;

        text-align: center;
        padding-bottom: 80px
    }

    h1 {
        position: relative;
        padding: 0;
        margin: 10;

        font-weight: 300;
        font-size: 40px;
        color: #080808;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    tr:nth-of-type(odd) {
        background: white;
        font-weight: bold;
    }

    th {
        background: var(--primary-color);
        color: white;
        font-weight: bold;
    }

    @import "compass/css3";

    .table-editable {
        position: relative;

        .glyphicon {
            font-size: 20px;
        }
    }

    table {
        width: 750px;
        border-collapse: collapse;
        margin: 50px auto;
        font-size: 0.9em;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        border-radius: 6px 6px 0px 0px;
        -moz-border-radius: 6px 6px 0px 0px;
        overflow: hidden;

    }

    thead tr {
        background-color: var(--primary-color);
        color: #ffffff;
        text-align: left;
    }

    tbody tr:last-of-type {
        border-bottom: 2px solid var(--primary-color);
    }

    tbody tr:nth-of-type(even) {
        font-weight: bold;
        color: var(--primary-color);
        background-color: #f3f3f3;
    }

    tbody tr {
        border-bottom: 1px solid #dddddd;
    }

    td,
    th {
        padding: 12px 15px;

        text-align: left;
        font-size: 18px;
    }

    @media (max-width:768px) {
        table {
            width: 95vw;


        }

        td,
        th {
            width: auto;
        }
    }



    .table-remove {
        color: #700;
        cursor: pointer;

        &:hover {
            color: #f00;
        }
    }

    .table-up {
        color: #007;
        cursor: pointer;

        &:hover {
            color: #00f;
        }
    }

    .table-down {
        color: #007;
        cursor: pointer;

        &:hover {
            color: #00f;
        }
    }

    .table-add {
        color: #070;
        cursor: pointer;
        position: absolute;
        top: 8px;
        right: 0;

        &:hover {
            color: #0b0;
        }
    }


    .buttonnewday {
        background-color: var(--primary-color) !important;
        border-radius: 0px;
        font-size: 17px;
        border-radius: 3px;
        padding: 9px 18px;
        color: #FFFFFF;
        border: none;
        width: 31%;
        font-weight: 600;
    }

    .buttonnewday:hover {

        box-shadow: none;
        background-color: #404a50 !important;
    }

        .buttonnewday:disabled {
            box-shadow: none;
            background-color: #404a50 !important;
            cursor:not-allowed
        }

    .buttondeleteday {
        background-color: #1284ff !important;
        border-radius: 0px;
        font-size: 17px;
        border-radius: 3px;
        padding: 9px 18px;
        color: #FFFFFF;
        border: none;
        width: 31%
    }

    .buttondeleteday:hover {

        box-shadow: none;
        background-color: #404a50 !important;
    }

    .buttonupdate {
        background-color: #00CBA2 !important;
        border-radius: 0px;
        font-size: 17px;
        border-radius: 3px;
        padding: 9px 18px;
        color: #FFFFFF;
        border: none;
        width: 31%;
        font-weight: 600
    }

    .buttonupdate:hover {

        box-shadow: none;
        background-color: #00c49c !important;
    }

    .buttonupdate:disabled {
        background-color: darkgrey !important;
    }




    .sidebar {
        background: white;
        width: 251px;
        position: fixed;
        left: 0;
        height: 100%;
        z-index: 2;
        border-right: 1px solid rgb(239, 243, 244);
        top: 0;
        box-shadow: rgb(0 0 0 / 7%) 1px 0 2px 1px;
        transition: margin 700ms;
    }



    .stickytop {
        position: fixed;
        top: 0;
        height: 70px;
        background: white;
        width: 100%;
        z-index: 1;
        border-bottom: 1px solid rgb(239, 243, 244);
        text-align: left;
        padding-left: 300px;
        box-shadow: rgb(0 0 0 / 18%) 0px 1px 3px;
    }

    .maincontent {
        margin-left: 251px;
        margin-top: 75px
    }

    .logosection {
        height: 70px;
        width: 251px;
        padding-top: 1px;
        border-bottom: 1px solid rgb(239, 243, 244);
        color: white;
        background: var(--primary-color);
    }

    .navlink {

        width: calc(100% - 40px);
        height: 58px;
        border-bottom: 1px solid rgb(239, 243, 244);
        font-size: 20px;
        line-height: 50px;
        text-align: ;
        font-weight: 500;
        text-align: left;
        padding-left: 40px;

    }

    .navlinkword {
        padding-left: 15px
    }

    .sidebar>a {
        color: var(--primary-color);
        text-decoration: none
    }

    .sidebar>a:hover {
        color: #404a50;
        text-decoration: none
    }

    .linkactive {
        width: calc(100% - 50px);
       
        border-right: 10px solid var(--primary-color);
    }

    @media(max-width:768px) {
        .sidebar {
            margin-left: -300px;

        }

        .maincontent {
            margin-left: 0px;


        }

        .stickytop {
            padding-left: 0px;
            text-align: center;
            height:60px
        }
    }


    .sidebartogglebtn {
        display: none;
        background: transparent;
        border: none;
        margin-left: 20px
    }

    @media(max-width:768px) {
        .sidebartogglebtn {
            display: inline-block;

        }
    }

.topbargrid {
    display: grid;
    /* grid-template-columns: 50px 1fr;*/
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

    
.skills{
width: 100%;
    max-width: 600px;
    padding: 0 20px;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
}

.skill-name{
font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: left;
    padding-left: 12px;
    margin-bottom: 5px;
    margin-top: 32px;
}

.skill-bar{
  height: 20px;
  background: #cacaca;
  border-radius: 8px;
}

.skill-per{
  height: 20px;
  background-color: var(--primary-color);
  border-radius: 8px;
  width: 0;
  transition: 1s linear;
  position: relative;
}

.outer-wrapper {
 display: inline-block;
    margin: 5px 2px;
    padding: 25px 15px;
    background: #fff;
    min-width: 80px;
    border-radius: 5px;

    
}

    .outer-wrapper:hover {
        cursor: pointer;
    }

.column-wrapper {
  height: 200px;
  width: 20px;
  background: #CFD8DC;
  transform: rotate(180deg);
  margin: 0 auto;
  border-radius: 5px;
 
}

.columngauge {
  width: 20px;
  height: 0%;
  background: #90A4AE;
  border-radius: 3px;
}

.percentage, .value {
  margin-top: 10px;
  padding: 5px 10px;
  color: #FFF;
  background: #263238;
  position: relative;
  border-radius: 4px;
  text-align: center;
}

.value {
  background: var(--primary-color);
}

.gaugediv{

}

.pumpbtn{
    border: none;
    background: transparent;
    height: 100px;
    width: 100px;

}

    .pumpbtn:disabled {
        background: #c5c5c533;
        border-radius: 10px;
    }

.pumpbtn:hover{
  
    background: #c5c5c533;
    border-radius: 10px;
 
}

.pumpimg{
    height:inherit;
    margin-left: -6px;
}

.pumpbtngrid{
  display: grid;
    grid-template-columns: repeat(4, 100px);
    grid-template-rows: 100px;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    justify-content: center;
  
}

#overlay {
    position: fixed;
    display: none;
    width: calc(100vw - 251px);
    margin-left: 251px;
    height: calc(100vh - 70px);
    margin-top: 71px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(247 247 247 / 86%);
    z-index: 1;
    cursor: pointer;
}

#overlayText{
 position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    padding: 10px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: #000000c2;
    border-radius: 10px;
}


#overlay1{
    position: fixed;
    display: none;
    width: calc(100vw - 251px);
    margin-left: 251px;
    height: calc(100vh - 70px);
    margin-top: 71px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(247 247 247 / 86%);
    z-index: 1;
    cursor: pointer;
}

#overlayText1 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    padding: 10px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: #000000c2;
    border-radius: 10px;
}


@media(max-width:768px){
    
.pumpbtngrid{
  display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    padding: 0% 20%;
  
}

#overlay {
    
    width: 100%;
    margin-left: 0px;
   
   
}
}








#show-toast{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background-color: #101020;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}
#toast{
   width: 321px;
    height: 70px;
    /* padding: 20px; */
    background-color: #ffffff;
   box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;

    border-left: 8px solid var(--primary-color);
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1.2fr 6fr 0.5fr;
    transform: translate(400px);
    transition: 1s;
    position: fixed;
    top: 80px;
    right: 5px;transition: transform 0.4s;

}
.container-1,.container-2{
    align-self: center;
}

.container-2{
margin-top:-7px
}
.container-1 i{
    font-size: 40px;
    color: var(--primary-color);
}
.container-2 p:first-child{
    color: #101020;
    font-weight: 600;
    font-size: 16px;
    margin-top: -14px;
}
.container-2 p:last-child{
    font-size: 12px;
    color: #656565;
    font-weight: 400;
    margin:0px
}
.toastbutton{
    align-self: flex-start;
    background-color: transparent;
    font-size: 25px;
    line-height: 0;
    color: #656565;
    cursor: pointer;
    border:transparent;
    margin-top:10px
}


.gridview {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
margin-top:15px
}
@media(max-width:768px)
{


.gridview {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
margin-top:15px;
margin-left:10px;
margin-right:10px
}
}

.gridview > div {
    box-shadow: rgb(255 255 255 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 1px 0px 3px 1px;
    border-radius: 6px;
    height: 237px;
}

.gridview>div:hover{
 box-shadow: rgb(136 110 110 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 1px 0px 3px 1px;
  
}

.gridtitle{
    FONT-WEIGHT: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gridid {
    FONT-SIZE: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gridimg{
  width: 130px;
    margin-top: 20px;  box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;border-radius: 6px;
}

a{
    text-decoration:none !important;
        color:#5e6c76 
}

input[type=text], select, input[type=number] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: var(--primary-color);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: var(--primary-color);
}

.vtl {
  /* (A1) RELATIVE POSITION NECESSARY TO PROPERLY POSITION TIMELINE LATER */
  position: relative;
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
  padding: 10px 10px 10px 50px;
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 400px;
  margin-left:auto;
  margin-right:auto
}

/* (B) DRAW TIMELINE USING ::BEFORE */
.vtl::before {
  /* (B1) DRAW THE TIMELINE */
  content: '';
  width: 5px;
  background-color: var(--primary-color);
  /* (B2) POSITION IT TO THE LEFT */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

/* (C) STYLES FOR THE EVENTS */
div.event {
 padding: 12px 12px;
  background-color:white;
  position: relative;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: rgb(255 255 255 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 1px 0px 3px 1px;
    border-radius: 6px;
}

    .event:hover {
    
    box-shadow: rgb(189 179 179) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 1px 0px 3px 1px;
    }

/* (D) STYLES FOR THE DATE & TEXT */
strong.edate {
  font-size: 1.1em;
  font-weight: bold;
  color: var(--primary-color);;
}
p.etxt {
  margin: 10px 0 0 0;
  color: #222;
}

/* (E) ADD "SPEECH BUBBLE TRIANGLE" TO THE EVENTS */
div.event::before {
  content: '';
  border: 10px solid transparent;
  border-right-color: #f3f3f3;
  border-left: 0;
  position: absolute;
  top: 20%;
  left: -10px;
}

/* (F) ADD A CIRCLE ON THE TIMELINE TO INDICATE AN EVENT */
div.event::after {
  content: '';
  background: #fff;
  border: 4px solid var(--primary-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: -44px;
}

.timelinegrid {
display: grid;
grid-template-columns: 90px 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.timelinegridday{
    background:var(--primary-color);
    border-radius:6px;
   color:white;
   font-size:30px;
   font-weight:600;
   text-align:center;
   padding-top:8px;

   box-shadow: rgb(226 226 226 / 74%) -7px -7px 2px 0px, rgb(60 64 67 / 15%) 1px 0px 3px 1px;
}

.timelinedaynumber{
  border-top:4px solid white
}
.timelineinfo{
    padding-left:5px
}


.timelineinfogrid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
grid-column-gap: 4px;
grid-row-gap: 0px;
}

.timelineinfogrid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 4px;
    grid-row-gap: 0px;
}


.timelineinfogrid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 4px;
    grid-row-gap: 0px;
}

.timelineinfogridtitle{
   background: var(--primary-color);
    color: white;
    font-weight: 600;
    border-radius: 0px 9px 0px 0px;
}

.timelineinfogridvalue{
    border: 4px solid var(--primary-color);
  border-radius: 0px 0px 0px 9px;
    font-weight:600
}

.toggle {
    --width: 50px;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);
    display: inline-block;
    cursor: pointer;
}

.toggle__input {
    display: none;
}

.toggle__fill {
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: #dddddd;
    transition: background 0.2s;
}

.toggle__input:checked ~ .toggle__fill {
    background: #009578;
}

.toggle__fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--height);
    width: var(--height);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
}

.toggle__input:checked ~ .toggle__fill::after {
    transform: translateX(var(--height));
}


.togglegrid {
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.togglegrid>div {
    text-align:right
}


input[type=text] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.notificationbadge1 {
    background: var(--primary-color);
    color: white;
    margin-top: -1px;
    font-weight: 600;
    float: right;
    width: 50%;
    padding-bottom: 1px;
    padding-top: 1px;
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
}
    .notificationbadge1:hover {
        background: #038d71;
    }

.notificationbadge0 {
    background: #686868;
    color: white;
    margin-top: -1px;
    font-weight: 600;
    float: right;
    width: 50%;
    padding-bottom: 1px;
    padding-top: 1px;
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
}

    .notificationbadge0:hover {
        background: #525151;
    }

.grid3x {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left:10px;margin-right:10px;
    margin-bottom:10px
}

    .grid3x > div {
        padding: 10px;
        border-radius: 8px;
        background: #00000003;
        box-shadow: rgb(255 255 255 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 1px 0px 3px 1px;
    }

.percentage{
   
    color: #5e6c76;
    background: #26323800;
    font-weight: bold;
    font-size:1rem
}



.bottomnav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
}

.bottomnav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #5e6c76;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

    .bottomnav__link:hover {
        background-color: #eeeeee;
    }

.bottomnav__link--active {
    color: #009578;
}

.bottomnav__icon {
    font-size: 18px;
}

.bottomlinkactive {
    color: var(--primary-color) !important
}
@media(min-width:768px) {
    .bottomnav {
        display: none
    }
}

.onlineindicator0{
   
}
.onlineindicator1{

}

.midtag0 {
    position: absolute;
    background: #686868;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    border-radius: 0px 0px 5px 0px;
    color: white;
}

.midtag1 {
    position: absolute;
    background: var(--primary-color);
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    border-radius: 0px 0px 5px 0px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.taggrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

    .taggrid > div {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 4px;
        border-radius: 4px;
        margin-top: -3px;
        color: #7a7878;
        background: #e7e4de;
    }


.twoXtwo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.twoXtwo>button {
    background-color: var(--primary-color) !important;
    border-radius: 0px;
    font-size: 17px;
    border-radius: 3px;
    padding: 9px 18px;
    color: #FFFFFF;
    border: none;
    width: 100%;
    font-weight: 600;
}


.imgpost {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.imgpostusername {
    text-align: left;
    margin-left: 4%;
    margin-right: 4%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 2%;
}

.imgpostdesc {
    font-size: 0.9rem;
    text-align: left;
    margin-left: 7%;
    margin-right: 7%;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: black;
    margin-bottom: 2%;
    margin-top: 2%;
}

.imgposttime {
    font-size: 0.6rem;
    text-align: right;
    margin-left: 7%;
    margin-right: 7%;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #aba8a8;
    margin-bottom: 4%;
    margin-top: 0%;
}
@media(max-width:768px) {
    .imgpost {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

        .imgpost > div {
            
            object-fit: cover;
        }

    #bigimagecontainerimg {
        width:90vw
    }
}

.imgpost > div {
    width: 100%;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .imgpost > div > img {
        width: 85%;
       
        object-fit: cover;
    }

.centerimgbox {
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    height: 85vh;
    aspect-ratio: 1/1;
    /* margin-left: 127px; #dadde1*/
    width: 100vw;
    background: #000000b0;
    height: 100vh;
}

.showdel0{
    display:none;
}
.showdel1 {
    display: block;
    float: right;
}

.relaytab {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
    cursor:pointer;margin-left:2%;margin-right:2%
}

.relaytabactive {
    background: #009879;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.relaytimelinegrid {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}


.settinggrid {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding: 10px;
}

.settingtitle {
    padding-top: 14px;
    text-align: left;
    font-weight: 600;
    padding-left: 5%;
}


/* (A) WARNING KEYFRAMES */
@keyframes blinking {
    0% {
        background-color: #dd090940;
        color: #ddd;
    }

    100% {
        background-color: white;
        color: #fff;
    }
}

/* (B) ATTACH WARNING KEYFRAMES TO CONTAINER */
.blinkwarning {
  
    animation: blinking 1s infinite;
}

.restbtn {
    border: none;
    padding: 10px;
    box-shadow: rgb(255 255 255 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 1px 0px 3px 1px;
    margin-top: 10px;
    color: #000000a6;
    font-weight: 600;
}
}