.custom-modal{
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0, 0, 0, .5);
 }
 .custom-modal .modal-dialog {
 margin: 0 auto;
 max-width: 375px !important;
 /* max-width: 580px; */
 width: 100%;
 position: absolute;
 bottom: 0;
 height: 75vh;
 background-color: #FFF;
 border-top-left-radius: 24px;
 border-top-right-radius: 24px;
 }
 .custom-modal .modal-content {
 border-radius: 0;
 padding: 32px;
 }
 @media (min-width: 769px){
 .custom-modal .modal-dialog{
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 height: fit-content !important;
 border-radius: 24px;
 }
 .custom-modal .modal-content {
 padding: 42px;
 }
 }
 
.fade-up-on-mobile {
opacity: 0;
transform: translateY(100vh);
transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (max-width: 769px) {
.fade-up-on-mobile.show {
opacity: 1;
transform: translateY(0);
}

}

@media (min-width: 769px) {
.fade-up-on-mobile {
    opacity: 1 !important;
    transition: none !important;
}

}

.custom-modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1055;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.custom-modal .modal-dialog {
  /* max-width: 580px; */
   max-width: 400px !important;
  width: 100%;
  height: 80vh;
  background-color: #FFF;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
}

.custom-modal .modal-content {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 32px;
  border-radius: 0;
}

@media (min-width: 769px) {
  .custom-modal {
    align-items: center;
  }

  .custom-modal .modal-dialog {
    height: 630px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
  }

  .custom-modal .modal-content {
    padding: 42px;
  }
}

  .custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-family: inherit;
    color: rgb(138,145,158);
    font-weight: 400;
  }

  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .custom-checkbox .boxl {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(138,145,158);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: transparent;
    transition: all 0.2s ease;
    margin-top: 4px;
  }
  .custom-checkbox .boxl i {
    font-size: 14px;
    pointer-events: none;
  }

  .custom-checkbox:hover .boxl {
    border-color: rgb(138,145,158);
  }

  .custom-checkbox input:checked + .boxl {
    color: #000;
    border-color: #fff;
  }
  .header-in-box{
            color: rgb(10, 11, 13);
            padding: 0 0 8px;
            font-size: 28px;
            line-height: 2.25rem;
        }
        .case-num{
            color: #0052FF !important;
        }
        .btn-regular{
            height: 56px;
            background-color: rgb(0,82,255);
            color: #FFFFFF;
            min-width: 100px;
            padding-left: 32px;
            padding-right: 32px;
            -webkit-text-decoration: none;
            text-decoration: none;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            text-align: center;
            vertical-align: middle;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-weight: 600;
            margin: 0;
            position: relative;
            white-space: nowrap;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: 0;
            overflow: visible;
            text-transform: none;
            font-size: 16px;
            border: none;
            border-radius: 56px;
            width: 100%;
        }
        .btn-regular:hover{
            opacity: 90%;
        }
        .head-text{
            color:rgb(10, 11, 13);
            font-size: 16px;
            margin: 0;
            line-height: 1.5rem;
            font-weight: 400;
        }
        .like-input{
            border: 1px solid rgba(138,145,158,0.2);
            padding: 8px 16px 8px 16px;
            border-radius: 8px;
            color: rgb(10, 11, 13);
            font-size: 14px;
        }
        .for-like{
            color: rgb(10, 11, 13);
            font-size: 14px;
        }
        .video-ta{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
        .back-btn{
            height: 40px;
            width: 40px;
            color: #000;
            outline: none;
            border: none;
            border-radius: 1000px;
            background: transparent;
        }
        .back-btn:hover{
            background: rgba(17, 18, 20, 0.046);
        }
        .seedy-value{
            overflow-wrap: anywhere;
            line-height: 1.5rem;
            color: rgb(138,145,158);
            font-size: 16px;
        }
        .seedy .seedy-value { filter: blur(3px); }
        .seedy.is-revealed .seedy-value { filter: none; }
        .seedy{
            height: 110px;
            padding: 8px 16px 8px 16px;
            position: relative;
            border: 1px solid rgba(138,145,158,0.2);
            border-radius: 8px;
        }
        .seedy button{
            position: absolute;
            bottom: 10px;
            right: 10px;
            outline: none;
            border: none;
            appearance: none;
            background: transparent;
            color: #000;
            filter: none;
        }
        .copy-box{
            padding-top: 16px;
            font-size: 14px;
            font-weight: 500;
        }
        .copy-box i{
            padding-right: 5px;
        }

textarea{
width: 100%;
height: 110px;
padding: 8px 16px 8px 16px;
border: 1px solid rgba(138,145,158,0.2);
border-radius: 8px;
}
textarea:focus {
border: 2px solid rgb(0,82,255);
outline: none;
}

.close-btn{
position: absolute;
right: 40px;
height: 40px;
width: 40px;
color: #000;
outline: none;
border: none;
border-radius: 1000px;
background: transparent;
}
.close-btn:hover{
background: rgba(17, 18, 20, 0.046);
}