.customersupport-icons{
    height:100px;
}

.contactUsWriteForm{
    max-width: 30%;
    width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 19px;
    color:#359DC9;
    display: none;
    border-radius: 20px;
    z-index:7;
    background: #fff;
}

.contactUsWriteFormHeading{
    font-weight: bold;
    color:#fff;
    background: #359DC9;
    border-top-left-radius: 17px;border-top-right-radius: 17px;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    font-size: 20px;
}

.customerfeedback-header-box{
   border-radius: 25px;    
   padding-bottom: 20px;
   max-width: 70%;
   width: 100%;
   border: solid 1px #ECF3F5;
   box-shadow: 10px 10px 10px 10px #ECF3F5;    
   background: white;
   display: block; 
}
.customerfeedback-header{
    color:#359DC9;
    width:100%;
    padding-top:20px;
    padding-bottom:15px;
    font-size: 18px;
}

.feedback {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border: 1px solid #ddd;
      margin-top:10px;
    }

    .feedback th, .feedback td {
      text-align: center;
      padding: 12px;
      border: 1px solid #eee;
    }

    .feedback th {
      background: #f1f5f9;
      font-weight: 600;
      color:#454545;
    }

    .feedback td:first-child {
      text-align: left;
      font-weight: 500;
      color: #333;
      background: #f9fbfc;
    }

    input[type="radio"] {
      width: 18px;
      height: 18px;
      accent-color: #359DC9; /* modern browsers */
      cursor: pointer;
    }

    
    .feedback-textarea {
      margin-top: 20px;
    }

    .feedback-textarea label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      color: #454545;
    }

    .feedback-textarea textarea {
      width: 99%;
      min-height: 80px;
      
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      resize: vertical;
    }
    
    .feedbackerr{
        display:none;
    }
.contactUsWriteForm table{
    max-width: 100%;
    width:100%;
    margin-top:10px;    
}

.contactUsWriteForm table td{
    padding-left: 15px;
    padding-top: 5px;
}

.contactUsWriteForm input[type="text"]{
    max-width: 90%;
    width: 100%;
    height:25px;
    border: 0.5px solid gray;
    border-radius: 0px;
}

.contactUsWriteForm select{
    max-width: 50%;
    width: 100%;
    height:25px;
    border: 0.5px solid gray;
    border-radius: 0px;
    font-size: 16px;
    color:gray;
}

.contactUsWriteForm textarea{
    max-width: 90%;
    width: 100%;
    
    border: 0.5px solid gray;
    border-radius: 0px;
}


.contactUsWriteForm input[type="button"]{
    height: 35px;
    width:25%;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    margin-bottom:15px;
    color:#fff;
    border:#359DC9 1px solid;
    background-color: #359DC9;
    cursor:pointer;
    vertical-align: top;
}

.contactUsWriteForm input[type="button"]:hover{
    cursor: pointer;
    background: #2C83A8;
}

.contactUsWriteFormError{
    font-size: 16px; color: red;
    display: none;
}
.contactUsWriteFormSuccess{
     font-size: 17px; color: green;
    display: none;
    padding-top:10px; padding-bottom:10px;
}


/***************** CHAT WINDOW CODE ******************/
.chatWithUsWindow{
    max-width: 30%;
    width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 19px;
    color:#359DC9;
    display: none;
    border-radius: 20px;
    z-index:7;
    background: #fff;
}
.chatWithUsWindowHeading{
    font-weight: bold;
    color:#fff;
    background: #359DC9;
    border-top-left-radius: 17px;border-top-right-radius: 17px;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    font-size: 20px;
}

.chatWindowCross{
    color:#fff;
    font-size: 18px; 
    cursor:pointer;
    padding-right:10px;
    font-weight: normal;
    float: right;
    text-align: right;
    
}

.chatInitialWindow{
    max-width: 100%;
    width:100%;
}
.chatInitialWindow table{
    max-width: 100%;
    width:100%;
    margin-top:10px;    
}

.chatInitialWindow table td{
    padding-left: 15px;
    padding-top: 5px;
}

.chatInitialWindow input[type="text"]{
    max-width: 95%;
    width: 100%;
    height:25px;
    border: 0.5px solid gray;
    border-radius: 0px;
}

.captchaContainer{
    display: flex; /* Makes the divs inside the container align next to each other */
  justify-content: center; /* Ensures the divs are centered within the container */
  padding-top:15px;
  padding-bottom:15px;
}
.chatCaptcha{
    color: #636363;
    border: 1px solid #359DC9;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    font-size: 22px;
}


.chatInitialWindow input[type="button"]{
    height: 35px;
    width:25%;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    margin-bottom:25px;
    color:#fff;
    border:#359DC9 1px solid;
    background-color: #359DC9;
    cursor:pointer;
    vertical-align: top;
    margin-top:15px;
}

.chatInitialWindow input[type="button"]:hover{
    cursor: pointer;
    background: #2C83A8;
}

.actualChatWindow{
    max-width: 30%;
    width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 19px;
    color:#359DC9;
    display: none;
    border-radius: 20px;
    z-index:7;
    background: #fff;
}

.actualChatWindowHeading{
    font-weight: bold;
    color:#fff;
    background: #359DC9;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    font-size: 20px;
    text-align: left;
    
    
}

.actualChatWindowAlert{
    
    color:#7F7F7F;
    background: #E6E6E6;
    padding-top:3px;
    padding-bottom:3px;
    width:100%;
    font-size: 13px;
    text-align: right;
    
}

.actualChatWindowChat{    
    background: #fff;
    height:400px;
    width:100%; 
    overflow: hidden;
    overflow-y: auto;
    padding-top:15px;
}

.actualChatWindowChatEndBtn{
    width:100%; 
    background: #fff;
    margin-top:10px;
}



.actualChatWindowChatEndBtn input{
    height: 25px;
    
    border-radius: 20px;
    
    font-size: 13px;
    margin-bottom:5px;
    color:#359DC9;
    border:#359DC9 1px solid;
    background-color: #fff;
    cursor:pointer;
    vertical-align: top;
    
}



.actualChatWindowChatInput{    
    background: #fff;
    height:100px;
    width:100%;   
    border-top: 1px solid gray;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

.actualChatWindowChatInputTable{
    max-width: 100%;
    width:100%;
    height:100%;
    table-layout: auto;
}




.chat-send-icon{
    padding-right:10px;
    padding-bottom:10px;
    width:30px;
    cursor:pointer;
}

.chatInputMessage{
    max-width:100%;
    width:100%;
    margin-left:10px;
    height:80%;
    border-radius:10px;
    border: 1px solid #7F7F7F;
    color:#7F7F7F;
    font-size: 15px;
    
}

.KTHAgentMessage{
    max-width: 80%;
    width: 100%;
    background: #D6D6D6;
    margin-top:5px;
    font-size: 15px;
    padding-top: 10px; padding-bottom:10px;padding-left:10px;
    text-align: left;
    border-radius: 10px;
    float: left;
    margin-left:10px;
    border-top-left-radius: 0px;
    color:#4D4D4D;
}

.ChatbotOptions{
    cursor:pointer;
    background: #fff;
    margin-top:5px;
    font-size: 16px;
    padding:5px;    
    border-radius: 20px;
    float: left;
    margin-left:10px;
    border: 1px solid #359DC9;
    color:#359DC9;
}

.ChatbotSelectedOption{
    max-width: 100%;
    width:100%;
    background: #fff;
    margin-top:5px;
    font-size: 17px;
    padding:5px;    
    float:left;
    font-weight: bold;
    color:#4D4D4D;
    display: none;
}

.KTHUserMessage{
    max-width: 80%;
    width: 100%;
    background: #359DC9;
    margin-top:5px;
    font-size: 15px;
    padding-top: 10px; padding-bottom:10px;padding-left:10px;
    text-align: left;
    border-radius: 10px;
    float: right;
    margin-right:10px;
    border-top-right-radius: 0px;
    color:#fff;
}




@media screen and (max-width: 849px) {
    .contactUsWriteForm{
        max-width: 95%;
        width:100%;
    }
    
    .chatWithUsWindow{
        max-width: 95%;
        width:100%;
    }
    
    .actualChatWindow{
        max-width: 95%;
        width:100%;
    }
    .registerbox{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
    }
    
    .customerfeedback-header-box {
    max-width: 100%;
    border:none;
    border-radius: 0px;
    box-shadow: none;
  }

  .feedback {
    border: none;
  }

  .feedback thead {
    display: none; /* hide column titles */
  }

  .feedback tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .feedback td {
    border: none;
    display: inline-block;
    padding: 4px;
    text-align: center;
  }

  .feedback td:first-child {
    display: block;
    font-weight: 600;
    color: #454545;
    margin-bottom: 8px;
    text-align: left;
  }
  .feedback td[data-label]::before {
    content: attr(data-label);  /* show the number */
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #359DC9;
    margin-bottom: 3px;
  }
  input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 6px;
    accent-color: #359DC9;
  }
  
  .reg-form-btn{
        padding-left: 0;
        padding-top:0;
    }
    
    .reg-form-btn td{
        align-content: center;
    }
    .reg-form-btn input{
        max-width: 100%;
        width:95%;
        border-radius: 0px;
        height:50px;
    }
}