
    
    .div_pos_red{
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 15px;
        background: #e9e9e9;
        border-radius: 5px;
        box-shadow: 0 4px 5px hsl(0deg 0% 0% / 18%);
        width: fit-content;
        color: #d72508;
        font-size: 14px;
        font-weight: 600;
        z-index: 999;
        display: none;
   }
   input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
    width: 16px !important;
    height: 17px;
}
   .div_pos_green{
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
        box-shadow: 0 4px 5px hsl(0deg 0% 0% / 18%);
        background: #e9e9e9;
        width: fit-content;
        padding: 8px 15px;
        color: #30a700;
        font-size: 14px;
        font-weight: 600;
        z-index: 999;
        display: none;
   }

   .contact-form-unscribe .table-work{
           width: 100%;
    outline: 1px solid #6e6a6a;
    margin: 2.36vw auto 2.36vw auto;
    height: 200px;
    max-width: 63%;
    box-shadow: 0px 0px 5px 2px #aad1dd;
    border-radius: 3px;
   }
   .contact-form-unscribe .table-work-subscribe{
           max-width: 60%;
   }
   .contact-form-unscribe .table-work .formcontrol{
        display: flex;
        align-items: center;
        height: inherit;
        gap: 2vw;
   }
 
    .contact-form-unscribe .table-work tr td{
        padding:0;
        font-family:Arial, Helvetica, sans-serif; 
        font-size:13px;
    }
      .contact-form-unscribe .table-work .formcontrol h1{
          font-size: 25px;
          text-align: center;
      }
       .contact-form-unscribe .table-work .formcontrol p{
        text-align: center;
        color: #646464;
        font-size: 20px;
        padding-top: 0.3vw;
        margin-bottom: 1.5vw;
      }
      .contact-form-unscribe .table-work .formcontrol button{
        background-color: #2aa4c9;
        border: none;
        border-radius: 0px 8px 8px 0;
        font-size: 19px;
        color: #fff;
        width: 144px;
        height: 35px;
        margin: -3px;
      }
     
      .contact-form-unscribe .table-work .formcontrol input[type=email]{
        width: 290px;
        height: 35px;
        border: 0.2px solid #97d8db;
        background-color: #fbfdff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        border-radius: 12px 0px 0 12px;
        padding-left: 0.5vw;
        margin: -2px;
      }
       .contact-form-unscribe .table-work .formcontrol input[type=email]:focus{
          outline:none;
      }
      .contact-form-unscribe .table-work .formcontrol input[type=email]::placeholder{
        font-size: 15px;
        font-weight: 600;
        color: #838080;
      }
       .table-work .unsub_reasonform{
         display: flex;
      }
      .table-work .unsub_reasonform  form{
        font-size: 15px;
        color: #646464;
        padding-left: 50px;
      }
      .table-work .unsub_reasonform  form input[type=radio]{
        margin-right: 7px;
        accent-color: #2a9ec1;
        margin-top: 9px;
        width: 18px;
        position: relative;
        top: 3px;
        
      }
      .table-work .unsub_reasonform  form  button{
        margin-bottom: 1.5vw;
        margin-top: 1.5vw;
        background-color: #2aa4c9;
        border: none;
        border-radius: 8px;
        font-size: 19px;
        color: #fff;
        width: 144px;
        height: 35px;
      }
      #ifYes {
        visibility: visible;
        display: flex;
        top: 0;
        position: relative;
      }
     #ifYes input[type=text]{
        position: absolute;
        top: -29px;
        left: 262px;
        border-radius: 9px;
        border: 1px solid #2aa4c9;
     }
      @media only screen and (max-width: 1440px) {
          .contact-form-unscribe .table-work .formcontrol h1 {
            font-size: 23px;
          }
            
      }
      @media only screen and (max-width: 1199px) {
         
          .contact-form-unscribe .table-work {
            max-width: 76%;
          }
          
      }
      @media only screen and (max-width: 991px) {
         
          .contact-form-unscribe .table-work {
            max-width: 100%;
          }
          
      }
      @media only screen and (max-width: 768px) {
         
       .contact-form-unscribe .table-work {
               height: auto;
         }
         .contact-form-unscribe .table-work .formcontrol {
               flex-direction: column;
               padding-bottom: 6vw;
            }
        .contact-form-unscribe .table-work .formcontrol h1 {
              font-size: 3.3vw;
            }
        .contact-form-unscribe .table-work .formcontrol{
            width:100%;
        }
        .contact-form-unscribe .table-work .formcontrol p {
                font-size: 2.8vw;
        }
        .contact-form-unscribe .table-work .formcontrol input[type=email] {
            padding-left: 0.9vw;
            margin: 0 auto;
            border-radius: 8px;
            width: 100%;
        }
        .contact-form-unscribe .table-work .formcontrol button {
           border-radius: 5px;
           margin-top: 4vw;
        }
        .contact-form-unscribe .table-work .formcontrol{
            display:flex;
            justify-content:center;
        }
        .table-work .unsub_reasonform {
            justify-content: center;
        }
        .table-work .unsub_reasonform form {
            padding-left: 0;
        }
                                  
      }
@media only screen and (max-width: 475px){
	.contact-form-unscribe .table-work .formcontrol input[type=email]{
    width: 90%;
    margin: 0 20px;
}
	.contact-form-unscribe .table-work .formcontrol button{
	    margin-left: 20px;
	}
@media only screen and (max-width: 375px) {
.contact-form-unscribe .table-work .formcontrol input[type=email] {
    padding-left: 1.9vw;
    margin: 0px 20px;
    border-radius: 8px;
    width: 88%;
}
	.contact-form-unscribe .table-work .formcontrol button{
	    margin-left: 20px;	
	}
}