  .templatesScreen {
    position: absolute !important;
    background-color: #f3f3f3 !important;
    width: 100%;
    height: 97.5dvh;
    top: 2.5dvh;
    left: 0;
    border-radius: .5rem;
    overflow-y: auto;
    display: block !important;
  }
  .scnTitle{
        width: 90%;
    margin: auto;
    margin: 1rem;
  }

  .tsWrap {
    display: flex;
    flex-wrap: wrap;
    font-size: .7rem;
    gap: 1rem;
    margin: auto;
    justify-content: center;
    color: #2d2d2d;
    padding: 2rem 0;
  }

  .template {
    width: 20dvw;
    height: max-content;
    padding: 1rem;
    background-color: white;
    border-radius: .5rem;
  }

  .tName {
    font-weight: 600;

    text-transform: capitalize;
  }

  .tBody {
    white-space: pre-line;

    height: 20dvh;
    overflow: hidden;

  }



  .tType {

    font-weight: 600;
    color: #2196F3;
  }

  .template video {
    width: 100%;
    min-height: 20dvw;
    background-color: black;
  }

  .editTemplateScreen {
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
  }

  .APPROVED .tStatus {
    color: #66ff4c;
  }

  .tHeader {
    display: grid;
    align-items: center;
    margin-bottom: .5rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;

  }

  .tStatus {
    margin: auto;
    width: max-content;
    margin-right: 0;
    font-size: .5rem;
    color: red;
  }

  .etbg {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    opacity: 1;
    transition: all 0.1s;

  }

  .et {
    right: -35dvw;
    position: fixed;
    height: 100%;
    width: 30dvw;
    background-color: #f0f0f0;
    transition: all 0.2s;
    padding: 2rem;
    transition: all 0.2s;
    overflow-y: scroll;
  }
  .ml{
     right: -35dvw;
    position: fixed;
    height: 100%;
    width: 30dvw;
    background-color: white;
    transition: all 0.2s;
    padding: 2rem;
    transition: all 0.2s;
    overflow-y: scroll;

  }

  .etType {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .etTypeItem {
    padding: .5rem;
    background-color: aliceblue;
    border-radius: 8px;
  }

  .etName {
    width: 100%;
    font-family: var(--font2);
    text-transform: capitalize;
    margin: 1rem 0 0 0;
    height: 1rem;
    padding: 0 0 1rem 0;
  }

  .etImageUpload img {
    position: relative;
    top: 0;
    height: 100%;
    pointer-events: none;
    margin: auto;
  }
  .markIt{
        font-size: 1rem;
    color: black;
    font-weight: 600;
    background-color: white;
  }
  .imgPreview img{
     position: relative;
    top: 0;
    height: 100%;
    pointer-events: none;
    margin: auto;

   
  }
  .waBtnWrap{
        display: grid
;
    gap: .5rem;
  }
   .addBtn{
          font-size: .7rem;
    text-transform: uppercase;
    color: blue;
        margin-top: 1rem;
    }
  .iWrap{
        display: flex
;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    background-position: center;
    background-size: cover;
    border: 2px solid white;
    transition: all 0.2s;
  }
  .media{
            min-height: 100px;
    width: 100%;
    cursor: pointer;
    min-width: 100px;

  }
  .iWrap img{
    width: 100%;
  }
  .hideBtn{
    display: none;
  }
  .imgPreview{
    height: 30dvh;
    border: 1px solid #d3d3d3;
    margin: 0rem 0 1rem 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
      
    background-position: center;
    background-size: cover;
  }

  .etImageUpload video {
    position: relative;
    top: 0;
    height: 100%;
    pointer-events: none;
    margin: auto;
  }
  .mWrap{
            display: grid
;
    flex-wrap: wrap;
    gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    justify-content: center;
  }
  

  .etImageUpload {
         position: relative;
    height: 100px;
    overflow: hidden;
    display: flex
;
    width: 100%;
  }

  .etMsg {
    width: 100%;
    height: 70dvh;

  }
  .tNameWrap{
   
    font-size: 1rem;
   
  }
  .mlTitle{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  .editTemplateScreen textarea {
    font-family: var(--font2);
    outline: none;
    resize: none;
    border: 0;
    font-size: .8rem;
    border-radius: 8px;
        background-color: transparent;
  }

  .ctaBtn {
       position: relative;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: #b1b1b1;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 8px;

  }
  .ctaBtn:hover{
     background-color: #000000;
      color: white;
  }

  .ctaWrap {
      position: relative;
    width: 100%;
    height: 10dvh;
    width: calc(30dvw);
    transition: all 0.1s;
    margin: 3rem 0;

  }

  .tSelected {
    background-color: #000000;
    color: white;
  }

  .uploadBox {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a3a3a3;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .uploadIcon {
    color: #fff;
    font-size: 32px;
    pointer-events: none;
  }

  .uploadBox:hover {
    opacity: 0.9;
  }
  .buttonItem select{
    font-family: var(--font2);
    border: none;
  }
   .buttonItem input{
    font-family: var(--font2);
    font-size: .8rem;
  }
  .metaButtonBuilder .buttonItem {
  border: 1px solid #ccc;
     padding: 1.5rem 1rem;
  margin-bottom: 10px;
  position: relative;
  background-color: white;
  border-radius: 8px;
}

.metaButtonBuilder .buttonTypeSelect {
width: 50%;
  margin-bottom: 5px;
}

.metaButtonBuilder .buttonFields input {
      width: calc(100% - 12px);
    padding: 6px;
    margin-top: 4px;
}

.metaButtonBuilder .deleteBtn {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: rgb(127, 127, 127);
  font-weight: bold;
}
.iWrap:hover{
    border: 2px solid black;

}
.textVariableInputs{
          gap: .5rem;
    display: flex
;
    flex-wrap: wrap;
    row-gap: 0;
    margin-bottom: 1rem;
}
.btnCreation{
  margin: .5rem 0;
}
.waBtnTitle{
      margin: .5rem 0;
    font-size: .8rem;
    font-weight: 600;
}
.textVariableInputs input{
      height: 1rem;
    margin: .5rem 0;
    border: 0;
}
.textVariableInputs label{
     font-size: .6rem;
    margin-bottom: .15rem;
    width: 100%;
    display: block;
    position: relative;
    font-weight: 600;
}
.waBtn{
  height: 2rem;
    background-color: white;
    display: flex
;
    align-items: center;
    padding: 0 1rem;
    border-radius: 8px;
    width: calc(100% - 2rem);
}

.metaButtonBuilder .addMetaBtn {
  padding: 8px;
  background: #f0f0f0;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  color: #2196F3;
}
.stsWrap{
    background-color: white;
    border-radius: 8px;
    height: 60dvh;
   
    display: flex
;
    overflow: hidden;
    position: relative;
        max-width: 700px;
}
.stsBg{
   position: fixed;
  top: 0;
  left: 3rem;
  width: calc(100dvw - 3rem);
  opacity: 0;
  background-color: #00000069;
  transition: all 0.2s;
  height: 100dvh;
      display: flex
;
    align-items: center;
    justify-content: center;
}
.lhsShare{
    width: 600px;
    background-color: #e3e3e3;
    max-width: 800px;
}

.rhsShare{
    width: 300px;
    padding: 1rem;
    font-size: 2rem;
    color: #000000;
    font-weight: 100;
}
.inviteDiv span{
  font-weight: 300;
}
.ddShare select{
     outline: 0;
    border: 0;
    font-size: .7rem;
    font-weight: 600;
    padding: .5rem;
    border: 1px solid #cecece;
    border-radius: 6px;

}
.shareUrl{
         font-size: .6rem;
    font-weight: 400;
    padding: .5rem;
    border: 1px solid #d0eaff;
    border-radius: 4px;
    margin: .5rem 0;
    color: #2196F3;
    display: none;
}
.ddShareBtns{
      pointer-events: none;
  font-weight: 400;
  padding-top: 1rem;
  opacity: 0;
}
.inviteDiv{
  padding-bottom: 2rem;
}
.deptSelected{
  pointer-events: all !important;
    opacity: 1 !important;
}
.iconShare{
  width: 1rem;
  display: flex;
}
.shareBtn{
     background-color: #ffffff;
    padding: .5rem;
    border-radius: 4px;
    color: #000000;
    letter-spacing: 1px;
    margin-top: .5rem;
    font-size: .6rem;
    border: 1px solid #d9d9d9;
    width: max-content;
    DISPLAY: FLEX;
    ALIGN-ITEMS: center;
    GAP: .5REM;
}
.shareBtn:hover{
        background-color: #000000;
    padding: .5rem;
    border-radius: 4px;
    color: white;
    letter-spacing: 1px;
    margin-top: .5rem;
    fill: white;

}