
.boardScroll{
  overflow-x: hidden;
}

.homeViewClass{
  overflow-y: hidden!important;
}

.sectionScroll{
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-width: none;

}

.section-scroll {
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    scrollbar-width: none;
    
  }
  
  .card-scroll {
    max-height: 25vw !important;
    overflow-y: scroll !important;
    overflow-x: hidden!important;
    scrollbar-width: none;
    padding-bottom: 10px;
  }

  
  .section-header {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0px 4px;
    /* position: absolute; */
    /* position: relative; */
    /* bottom: 3px; */
  }
  
  .card-padding-container {
    padding: 0px 0px !important;
  }
  
  .right-arrow {
    margin-top: 7px;
    color: black;
  }
  
  
  /* top section description class */
  
  .section-sub-header-desc {
    /* height: 4vw!important; */
    max-height: 60px !important;
    /* background-color: red !important; */
  
  }
  
  
  
  /* media-section */
  
  .media-container {
    width: 100%;
    height: 64px;
    /* border: 1px solid black; */
    display: flex;
    /* align-items: center; */
    gap: 3%;
    position: relative;
  }
  
  .paperclip-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7%;
    bottom: 0;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* display: none; */
  
  }
  
  .paperclip-icon>i {
    font-size: 13px;
    color: rgb(109 100 100);
  }
  
  .count-attacment {
    position: absolute;
    right: 3%;
    /* bottom: -18%; */
    color: rgb(109 100 100);
    font-size: 14px;
    font-weight: 700;
    /* display: none; */
  }
  
  .media-box {
    width: 60px;
    height: 60px;
    /* border: 1px solid black; */
    border-radius: 8px;
    overflow: hidden;
  }
  
  .image-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .image-media-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .media-box>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* audio-payer-container */
  
  .audio-player-container {
    width: 150px;
    height: 50px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
  }
  
  .audio-player-container>audio {
  
    width: 100%;
    height: 70%;
  
  }
  
  .left-arrow-audio {
    width: 32px;
    height: 32px;
    cursor: pointer;
    /* border: 1px solid black; */
  }
  
  .circle-pause {
    width: 30px;
    height: 30px;
    cursor: pointer;
    /* border: 1px solid black; */
  }
  
  
  .right-arrow-audio {
    width: 32px;
    height: 32px;
    cursor: pointer;
    /* border: 1px solid black; */
  }
  
  /* card-media-css-start */
  
  .card-media-container {
    width: 100%;
    height: 70px;
    /* border: 1px solid black; */
    display: flex;
    position: relative;
    bottom: 10px;
    /* align-items: center; */
    gap: 3%;
    padding: 0px 4px;
  }
  
  /* send-btn-comment */
  
  .btn-comment-send {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    left: 8px !important;
    margin-top: 2px !important;
    padding: 0px 10px !important;
    border: none!important;
  }
  
  .font-size {
    font-size: 17px !important;
    position: relative !important;
    left: 3px !important;
    top: 1px !important;
  
  }
  
  .emotions-icon-containetr {
    width: 70%;
    padding: 5px 10px;
    /* border: 1px solid black; */
    display: flex;
    /* background-color:#f3f7f9; */
    align-items: center;
    gap: 4%;
    margin-top: 1%;
    border-radius: 8px;
    position: relative;
    right: 5px;
    /* margin-left: 4%; */
    /* justify-content: space-between; */
  
  }
  
  .card-comment-count {
    margin-right: 6px !important;
  }
  
  
  
  .icon-box {
    width: 20px;
    height: 20px;
    /* border: 1px solid black; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .icon-box>.image-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .icon-box>i {
    /* color: black; */
  }
  
  .image-containplus {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .add-section {
    width: 100px;
    height: 60px;
    border: 1px solid white;
  }
  
  .comment-right {
    /* position: relative; */
    margin-left: -16%;
  }
  
  .second-popop-emotion {
    width: 60% !important;
    padding: 5px 10px;
    display: flex;
    background-color: #f3f7f9;
    align-items: center;
    gap: 4%;
    margin-top: 1%;
    border-radius: 8px;
    position: absolute;
    right: 10px;
    left: 1%;
    bottom: 80%;

  }
  
  .overlap-margin {
    margin-right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .overlap-right-plus {
    position: relative;
    left: 10px;
  }
  .overlap-right-plus_not {
    position: relative;
  }
  
  .container-emotion-card {
    display: flex;
  
  }
  
  .comment-scroll {
    max-height: 100px;
    overflow-y: scroll;
    position: relative;
    padding: opx!important;
  }
  
  .comment-scroll::-webkit-scrollbar {
    width: 0px;
  }
  
  .edit-drop-down{
    position: absolute !important;
    top: 10%;
    right: 4%;
  }
  
  .attacment-text-card {
    bottom: -34px;
    font-size: 13px;
  }
  
  .attacment-text-section {
    bottom: -17px;
  }
  
  
  .margin-bottom-card {
    /* margin-top: 20px!important; */
    margin: 5px;
    border-radius: 8px;
  }
  
  .heder-section {
    /* border-radius: 10px; */
    /* border: 1px solid black; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* background-color: rgb(237, 162, 234); */
    padding: 5px 10px;
  }
  
  .date-time-container {
    position: relative;
    bottom: 5px;
  }
  
  .date-time-font {
    font-size: 10px;
    position: relative;
    top: 3px;
    /* right: 40px !important; */
    right: 42%;
  }
  
  .date-time-add-padding {
    padding: 0px 4px !important;
  }
  
  .comment-text-paragarapg {
    font-size: 10px;
  }
  
  .text-muted-there-dot {
    color: black !important;
    font-size: 14px !important;
  }
  
  .comment-time-show {
    /* color: red !important; */
    color: var(--ct-text-muted) !important;
  }
  
  
  .card-name {
    font-size: 12px;
    margin-bottom: 2px !important;
    color: black !important;
    padding: 0px 4px;
    position: relative;
    bottom: 8%!important;
    left: 1%;
    /* padding: 3px; */

    

    /* display: none; */
  }
  
  .add-commment-icon-container {
    padding: 0px 10px;
    border: 1px solid var(--ct-modal-header-border-color);
    border-radius: 8px;
    margin: 10px;
  }
  
  .heder-section-card {
    /* width: 100% !important; */
    /* background-color: #cbc8c8; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  
    /* display: flex; */
  }
  
  .date-postion-change {
    position: absolute;
    right: 6%;
    margin-top: 10px;
    /* top: 10px; */
  }
  
  
  .date-text {
    position: absolute;
    right: 5%;
  }
  
  .min-show {
    position: absolute;
    /* background-color: red; */
    right: 5%;
    top: 10px;
  }
  
  /* heder-section-css-start */
  
  .heder-add-section-button {
    margin-top: 1.4%;
    position: absolute;
    left: 18%;
    /* display: none !important; */
  }
  
  .navbar-filter-option {
    width: 100%;
    /* height: 70px; */
    background-color: #2f3d4b;
    position: absolute;
    margin-top: -0.3%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 10px;
    display: none;
  }
  
  .filter-right-box {
    width: 50%;
    height: 60px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 1%;
  }
  
  .two-box-inner-filter-box {
    width: 40%;
    height: 60px;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    gap: 3%;
  }
  
  .cheekbox {
    width: 17px;
    height: 17px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .two-box-inner-filter-box>p {
    margin: 0px;
    padding: 0px 0px;
    color: white;
    font-size: 16px;
  
  }
  
  .all-student-option-container {
    width: 100%;
    height: 35px;
    border: 1px solid white;
  }
  
  #cars {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgb(38, 37, 37);
    color: white;
    border: 1px solid white;
    border: none;
    padding: 5px 5px;
    outline: none;
    cursor: pointer;
  
  }
  
  .navbar-logo-side-text {
    font-size: 20px;
    color: white;
    position: absolute;
    top: 35%;
    /* display: none; */
  }
  
  .invite-icon {
    font-size: 19px;
    position: relative;
    top: 1px;
    left: 8px;
  }
  
  .continer-star {
    position: absolute;
    /* left: 80%; */
    right: 24%;
    display: flex;
    align-items: center;
    gap: 2%;
  }
  
  .star-raing-box {
    width: 20px;
    height: 20px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .emotion-card-star-comment-count {
    /* width: 100%; */
    height: 40px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    position: relative;
  }
  
  /* modal  */
  
  .modal-heder {
    border-bottom: 1px solid #c7c7c7 !important;
  
  }
  
  .modal-class {
    display: block !important;
    opacity: 1 !important;
    /* margin-top: 100px !important; */
  
  }
  
  .modal-body-padding {
    padding: 0px 0px !important;
  }
  
  .btn-close-class {
    position: absolute;
    right: 5%;
  }
  
  
  .bottom-container {
    width: 80%;
    padding: 1px 5px;
    gap: 7px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0%;
    gap: 10px;
  }
  
  
  .bottom-first-box {
    width: 200px;
    /* height: 50px; */
    display: flex;
    align-items: center;
    padding: 1px 5px;
    gap: 10px;
    border-radius: 8px;
    margin-top: 19px;
    /* background-color: #cccaca; */
  }
  
  
  .add-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .change-my-color {
    color: green;
  }
  
  .add-icon>i {
    color: black;
    font-size: 20px;
  }

  .add-icon>label>i {
    font-size: 20px;
    color: black;
  }
  
  
  .bottom-second-box {
    width: 200px;
    height: 42px;
    border: 1px solid white;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    /* background-color: rgba(231, 231, 231, 0.4); */
    background-color: #cccaca;
  }
  
  
  .image-video-container-staticbackdrop-popapa {
    width: 100%;
    display: flex;
    align-items: center;
    gap:4px;
    margin-top: 10px;
  }
  
  .image-video-child-box-staticairdrop {
    width: 152px;
    height: 152px;
    border: 1px solid var(--ct-modal-header-border-color);
    border-radius: 8px;
    position: relative;
    background-color: #4a4545;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
  }
  
  
  .curser-cancel-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -2%;
    right: -4%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    /* border: 1px solid black; */
    /* background-color: #3f3d3d; */
  }
  
  .curser-cancel-icon>img {
  
    width: 30px;
    height: 30px;
  }
  
  .image-video-child-box-staticairdrop>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .title-section-class {
    /* padding: 10px 20px; */
    position: relative;
    top: 13px;
  }
  
  .btn-close-margin {
    position: absolute;
    right: 2%;
    top: 5.2%;
    
  }
  
  
  .read-only {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 1px !important;
  }
  
  .board-placholder-hight {
    height: 60px !important;
    background-color: white !important;
  }
  
  
  /* .modal-content {
    background-color: #f2e5e8 !important;
  } */
  
  .image-fit-for {
    max-width: 100%;
    height: auto;
  
  }
  
  .md-padding-add {
    padding: 1px 1px !important;
  }
  
  .background-changer-box {
    width: 100px;
    height: 100px;
    border: 1px solid gray;
    border-radius: 5px;
    overflow: hidden;
  }
  
  /* popup-user-iocn */
  
  .heder-container-popup{
    width: 100%;
    height: 50px;
    /* border: 1px solid black; */
    border-bottom: 1px solid #b6aeae;
    position: relative;
      top: 10px;
      display: flex;
      align-items: center;
      padding: 0px 12px;
      gap: 1%;
  }
  
  .user-icon-logo{
    width: 35px;
    height: 35px;
    border: 1px solid black;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .image-fit-cover{
     width: 100%;
     height: 100%;
     object-fit: cover;
  }
  
  .heder-therd-popup{
    padding: 1.7% 0px !important;
  }
  
  .heder-text-user-name{
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .edit-button-popup{
    position: absolute;
    right: 20%;
    padding: 5px 10px;
    border: none;
    outline: none;
    font-weight: 700;
    /* border-radius: 5px; */
  }
  .delete-icon-box{
    width: 30px;
    height: 30px;
    /* border: 1px solid black; */
    position: absolute;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    cursor: pointer;
    /* border-radius: 5px; */
  }
  
  .delete-icon-box>i{
    font-size: 17px;
    color: white;
  }
  
  .emotion-contianer-popup{
    width: 100%;
    padding: 3px 0px;
    border: 1px solid black;
    position: relative;
    top:12px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .star-box-container-popup{
    width: 30%;
    padding: 3px 0px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:3%;
  }
  .star-child-div{
    width: 25px;
    height: 25px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  
  .star-child-div>i{
   font-size: 22px;
  }
  .font-modal-card-text{
    font-size: 15px;
    color: black;
   }
  
   .delete-icon-box-popup-card{
    padding: 3px 4px;
    /* position: absolute; */
    top: 8px;
    right: 5%;
    border: none;
    /* background-color: red */
   }
  
   .edit-comment-popup-btn-card{
    /* position: absolute; */
    top: 6px;
    right: 11%;
    border: none;  
    background-color:#f3f7f9;
   }

   .editComment{
    position: relative;
    left: -13%;
    width: 90%;
    bottom: -2%;
   }
   .cancel-btn{
    position: absolute !important;
    right: 9%;
    bottom: 10%;
    border-radius: 5px !important;
    padding: 0px 0px !important;
    border: none !important;;      
  }
  
  .update-btn{
    position: absolute !important;
    right: 0%;
      bottom: 10%;
      border-radius: 5px !important;
      padding: 0px 0px !important;
      border: none !important;;          
  }
  .cancel-btn>i{
    font-size: 15px;
    color: rgb(94, 94, 235);
   }
  
  .update-btn>i{
    font-size: 15px;
    color:  rgb(94, 94, 235);;
  }

   .commentBtn{
    display: flex;
    position: absolute;
    right: 4%
    
   }

   .social-media-container{
    width: 100%;
      height:190px;
      display: flex;
      position: relative;
       top: 2px;
      gap: 3%;
  }
  
  .social-media-container>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 12px;
    border-radius: 8px;
  }
  
  .dynamic-body-class{
    overflow-y: hidden!important;
    padding: 0px 0px!important;
   }
   .bagPadd{
    padding: 0px 0px!important;
  }
  
  @media(min-width:1729px) and (max-width:2560px) {
  
    .background-changer-box {
      width: 100px;
      height: 100px;
    }
  
    .image-video-child-box-staticairdrop {
      width: 165px;
      height: 160px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -7%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 57vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media only screen and (min-width:2560px) {
    
    .background-changer-box {
      width: 100px;
      height: 100px;
    }
  
    .image-video-child-box-staticairdrop {
      width: 165px;
      height: 160px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -7%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 55vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media(max-width:1728px) {
  
    .card-scroll {
      max-height: 45vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    
   
    .background-changer-box {
      width: 100px;
      height: 100px;
    }
  
    .btn-close-margin {
      top: 56%;
      right: 5%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      position: relative;
      top: 0px;
      border-color: gray !important;
  }
    }
  
    .image-video-child-box-staticairdrop {
      width: 165px;
      height: 160px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -7%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 53vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }

  
  @media(max-width:1668px) {
  
    
    .background-changer-box {
      width: 100px;
      height: 100px;
    }
  
    .btn-close-margin {
      top: 56%;
      right: 5%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .image-video-child-box-staticairdrop {
      width: 160px;
      height: 152px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -7%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 55vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media(max-width:1440px) {
  
    
    .background-changer-box {
      width: 100px;
      height: 100px;
    }
  
    .btn-close-margin {
      top: 57%;
      right: 5%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
    .image-video-child-box-staticairdrop {
      width: 160px;
      height: 152px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -7%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 53vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
      padding-bottom:7px ;
    }
  }
  
  @media(max-width:1368px) {
  
    
    .background-changer-box {
      width: 100px;
      height: 100px;
    }
  
    .btn-close-margin {
      top: 57%;
      right: 5%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .image-video-child-box-staticairdrop {
      width: 160px;
      height: 152px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -7%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height:  48vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media(max-width:1280px) {
  
    
    .background-changer-box {
      width: 100px;
      height: 100px;
    }
  
    .btn-close-margin {
      top: 57%;
      right: 5%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    

    .add-icon>label>i {
  
      font-size: 17px;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .image-video-child-box-staticairdrop {
      width: 152px;
      height: 152px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -7%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 40vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media(max-width:1199px) {
  
    .background-changer-box {
      width: 90px;
      height: 90px;
    }
  
    .btn-close-margin {
      top: 56%;
      right: 5%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .image-video-child-box-staticairdrop {
      width: 150px;
      height: 150px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -8%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 46vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media(max-width:1180px) {
  
    .background-changer-box {
      width: 90px;
      height: 90px;
    }
  
    .btn-close-margin {
      top: 56%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }

    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
  
    .image-video-child-box-staticairdrop {
      width: 150px;
      height: 150px;
    }
  
    .curser-cancel-icon {
      top: -7%;
      right: -8%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 46vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media(max-width:1104px) {
  
    
    .background-changer-box {
      width: 90px;
      height: 90px;
    }
  
    .btn-close-margin {
      top: 56%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
  
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .image-video-child-box-staticairdrop {
      width: 150px;
      height: 150px;
    }
  
    .curser-cancel-icon {
      top: -9%;
      right: -8%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 55vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media(max-width:1024px) {
  
    .background-changer-box {
      width: 90px;
      height: 90px;
    }
  
    .btn-close-margin {
      top: 56%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
  
    .image-video-child-box-staticairdrop {
      width: 130px;
      height: 130px;
    }
  
    .curser-cancel-icon {
      top: -9%;
      right: -8%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
    .card-scroll {
      max-height: 45vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
    }
  }
  
  @media(max-width:991px) {
  
    .background-changer-box {
      width: 59px;
      height: 59px;
    }
  
    
    .btn-close-margin {
      top: 56%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
  
    .image-video-child-box-staticairdrop {
      width: 115px;
      height: 115px;
    }
  
    .curser-cancel-icon {
      top: -11%;
      right: -10%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 48vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:768px) {
  
    .background-changer-box {
      width: 58px;
      height: 58px;
    }
  
    
    .btn-close-margin {
      top: 56%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .image-video-child-box-staticairdrop {
      width: 115px;
      height: 115px;
    }
  
    .curser-cancel-icon {
      top: -11%;
      right: -10%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 48vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:700px) {
  
    
    .background-changer-box {
      width: 58px;
      height: 58px;
    }
  
    .btn-close-margin {
      top: 56%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
  
    .image-video-child-box-staticairdrop {
      width: 115px;
      height: 115px;
    }
  
    .curser-cancel-icon {
      top: -11%;
      right: -10%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
  
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 48vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:650px) {
  
    
    .background-changer-box {
      width: 58px;
      height: 58px;
    }
  
  
    .btn-close-margin {
      top: 56%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .image-video-child-box-staticairdrop {
      width: 115px;
      height: 115px;
    }
  
    .curser-cancel-icon {
      top: -11%;
      right: -10%;
    }
  
    .curser-cancel-icon>img {
      width: 24px;
      height: 24px;
    }
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 48vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }

    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  
  @media(max-width:600px) {
  
    .background-changer-box {
      width: 58px;
      height: 58px;
    }
  
    .btn-close-margin {
      top: 56%;
      right: 8%;
    }
  
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      position: relative;
      top: 0px;
    }
  
    .add-icon>i {
      font-size: 17px;
    }
  
    .bottom-first-box {
      width: 180px;
      position: relative;
      right: 1%;
      
    }
  
  
    .image-video-child-box-staticairdrop {
      width: 115px;
      height: 115px;
    }
  
    .curser-cancel-icon {
      top: -11%;
      right: -10%;
    }
  
    .curser-cancel-icon>img {
      width: 23px;
      height: 23px;
    }
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 48vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
    .continer-star {
      right: 15%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:560px) {
    .background-changer-box {
      width: 65px;
      height: 65px;
    }
  
    .btn-close-margin {
      top: 60%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }

    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
     
  
  
    .bottom-first-box {
      width: 180px;
      position: relative;
      right: 1%;
      
    }
  
    .image-video-child-box-staticairdrop {
      width: 110px;
      height: 110px;
    }
  
    .curser-cancel-icon {
      top: -11%;
      right: -10%;
    }
  
    .curser-cancel-icon>img {
      width: 23px;
      height: 23px;
    }
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 48vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }

    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
    .continer-star {
      right: 15%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:500px) {
  
    .background-changer-box {
      width: 55px;
      height: 55px;
    }
  
    .btn-close-margin {
      top: 60%;
      right: 8%;
    }
  
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
    
    .add-icon>i {
      font-size: 19px;
    }
    .add-icon>label>i {
      font-size: 19px;
      color: black;
    }
  
    .bottom-first-box {
      width: 180px;
      position: relative;
      right: 2%;
      
    }
  
    .image-video-child-box-staticairdrop {
      width: 100px;
      height: 100px;
    }
  
    .curser-cancel-icon {
      top: -11%;
      right: -10%;
    }
  
    .curser-cancel-icon>img {
      width: 23px;
      height: 23px;
    }
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 48vh  !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
  
    .continer-star {
      right: 15%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:460px) {
  
    .background-changer-box {
      width: 50px;
      height: 50px;
    }
  
  
    .btn-close-margin {
      top: 60%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }

    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .bottom-first-box {
      width: 180px;
      position: relative;
      right: 2%;
      
    }
  
  
    .image-video-child-box-staticairdrop {
      width: 100px;
      height: 100px;
    }
  
    .curser-cancel-icon {
      top: -11%;
      right: -10%;
    }
  
    .curser-cancel-icon>img {
      width: 23px;
      height: 23px;
    }
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 47vh!important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
  
    .continer-star {
      right: 20%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  
  @media(max-width:400px) {
  
    .background-changer-box {
      width: 43px;
      height: 43px;
    }
  
    .btn-close-margin {
      top: 60%;
      right: 8%;
    }
 
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
     
    .add-icon>i {
      font-size: 18px;
    }
    .add-icon>label>i {
      font-size: 18px;
      color: black;
    }
  
    .bottom-first-box {
      width: 180px;
      position: relative;
      right: 2%;
      
    }
  
    .image-video-child-box-staticairdrop {
      width: 80px;
      height: 80px;
    }
  
    .curser-cancel-icon {
      top: -15%;
      right: -13%;
    }
  
    .curser-cancel-icon>img {
      width: 23px;
      height: 23px;
    }
  
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 48vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
  
    .continer-star {
      right: 20%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:375px) {
  
    .background-changer-box {
      width: 39px;
      height: 40px;
    }
  
    .btn-close-margin {
      top: 60%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
  
    .bottom-first-box {
      width: 130px;
      position: relative;
      right: 2%;
      
    }
  
    .image-video-child-box-staticairdrop {
      width: 78px;
      height: 78px;
    }
  
    .curser-cancel-icon {
      top: -15%;
      right: -13%;
    }
  
    .curser-cancel-icon>img {
      width: 23px;
      height: 23px;
    }
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 47vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
  
    .continer-star {
      right: 23%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:364px) {
  
    .background-changer-box {
      width: 37px;
      height: 40px;
    }
  
  
    .btn-close-margin {
      top: 60%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
    .bottom-first-box {
      width: 100px;
      position: relative;
      right: 2%;
      
    }
  
  
    .image-video-child-box-staticairdrop {
      width: 75px;
      height: 75px;
    }
  
    .curser-cancel-icon {
      top: -15%;
      right: -13%;
    }
  
    .curser-cancel-icon>img {
      width: 22px;
      height: 22px;
    }
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 40vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
  
    .continer-star {
      right: 23%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  }
  
  @media(max-width:350px) {
  
    .background-changer-box {
      width: 35px;
      height: 35px;
    }
  
    .btn-close-margin {
      top: 60%;
      right: 8%;
    }
  
    .add-icon>i {
  
      font-size: 17px;
    }
    .add-icon>label>i {
      font-size: 17px;
      color: black;
    }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .bottom-first-box {
      width: 100px;
      position: relative;
      right: 2%;
    }
  
    .image-video-child-box-staticairdrop {
      width: 72px;
      height: 72px;
    }
  
    .curser-cancel-icon {
      top: -15%;
      right: -13%;
    }
  
    .curser-cancel-icon>img {
      width: 21px;
      height: 21px;
    }
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 40vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }
    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
  
    .continer-star {
      right: 23%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  
  }
  
  @media(max-width: 320px) {
  
    .background-changer-box {
      width: 30px;
      height: 30px;
    }
  
    .btn-close-margin {
     
      top: 60%;
      right: 8%;
   }
  
    .modal-heder {
      
      position: relative;
      top: 0px;
  
    }
  
    .add-icon>i {
  
      font-size: 15px;
    }
    .add-icon>label>i {
      font-size: 15px;
      color: black;
    }
  
    .bottom-first-box {
      width: 100px;
      position: relative;
      right: 0%;
    }
  
    .image-video-child-box-staticairdrop {
      width: 70px;
      height: 70px;
    }
  
    .curser-cancel-icon {
      top: -15%;
      right: -13%;
    }
  
    .curser-cancel-icon>img {
      width: 20px;
      height: 20px;
    }
  
  
  
    .upcomming-task-text {
      font-size: 15px;
    }
  
    .card-scroll {
      max-height: 40vh !important;
      overflow-y: scroll !important;
      overflow-x: hidden!important;
      scrollbar-width: none;
  
    }

    .section-scroll {
      flex-wrap: wrap !important;
      overflow-y: scroll !important;
      scrollbar-width: none;
    }
  
    .continer-star {
      right: 25%;
    }
    .dynamic-body-class{
      overflow-y: scroll!important;
     }
  
    /* .page-title-box .page-title{
      line-height: 40px!important;
    } */
  
  }