.aisal_chatbox_msgbox_container {
  position: absolute;
  top: 25px;
  left: 1100px;
  z-index: 1234567;
  resize: both;
}

.chatbox__support {  
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  background: transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 0.5s ease-in-out;
  
}
.chatbox--active {
  z-index: 123456;
  opacity: 1;
  transform: translateY(25%);
}
.chatbox__button {
  margin: 0px 0px 0px 0px;
  text-align: right;
}




.chatbox__support .outside-border_up{
  cursor: move;
  display: flex;
  align-items: center;
  min-height: 25px;
  background: linear-gradient(90deg, rgba(244, 120, 32, 1) 0%, rgba(234, 108, 32, 1) 35%, rgba(204, 69, 19, 1) 100%);
  border-radius: 10px 10px 0 0;
}

.chatbox__support .outside-border_down {
  display: flex;
  align-items: center;
  min-height: 25px;
  background: linear-gradient(90deg, rgba(244, 120, 32, 1) 0%, rgba(234, 108, 32, 1) 35%, rgba(204, 69, 19, 1) 100%);
  border-radius: 0 0 10px 10px;
}

.chatbox__support .cross-button-header {
  margin-left: 92%;
}

.chatbox__support .cross-button-header i {
  color: #383636;
}





.chatbox__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: var(--secondaryGradient);
  box-shadow: var(--secondaryBoxShadow);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 20px;
}

.aisal_chatbox_assistant_container {
  z-index: 9999;
}

.aisal_chatbox_assistant_container .aisal_chatbox_button_text {
  text-align: center;
  width: 10%;
  position: fixed;
  bottom: 33px;
  right: 1%;
  background: rgb(244, 121, 32);
  border-radius: 8px;
  outline: none;
  cursor: pointer;
  z-index: 1234567 !important;
  
}

.aisal_chatbox_assistant_container .aisal_chatbox_button_text span {
  color: white;
}


.chatbox__button button,
.chatbox__button button:focus,
.chatbox__button button:visited {
  position: fixed;
  width: 10%;
  bottom: 10%;
  right: 1%;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1234567 !important;
}



.chatbox__button img {
  width: 65px;
  border-radius: 10px;
}

/* CSS for confirmation POP_UP */

.aisal_chatbox_confirmation_popup {
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;

}

.aisal_chatbox_confirmation_popup_content {

  background-color: white;
  margin: 35% 14%;
  padding: 20px;
  border: 1px solid #888888;
  width: 70%;
  font-weight: bolder;
  border-radius: 15px

}

.aisal_chatbox_confirmation_popup_content button {
  display: block;
  margin: 0 auto;
}


.aisal_chatbox_confirmation_popup_content h5 {
  margin-bottom: 30px;
}

.confirmation-show-box {
  display: block;
}

.test{
  border-color: red;
}

 #chatbox_iframe_loader {
   border: 8px solid #a7a7add6;
   border-radius: 50%;
   border-top: 8px solid #d55017;
   width: 70px;
   height: 70px;
   animation: spin 1s linear infinite;
 }

.chatbox__support .center {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
 }

 @keyframes spin {
   100% {
     transform: rotate(360deg);
   }
 }





/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 599px) {
  .aisal_chatbox_msgbox_container {
    position: fixed;
    top: 0px;
    left: 0px;

  }

  .chatbox__support {
    height: 30rem;
    width: 20rem;
    margin: 0px 16px;
  }

    .outside-border span {
      display: none;
    }

    .aisal_chatbox_assistant_container .aisal_chatbox_button_text {
      text-align: center;
        width: 15%;
        position: fixed;
        bottom: 4%;
        right: 6%;
        background: rgb(244, 121, 32);
        border-radius: 8px;
        outline: none;
        cursor: pointer;
      
    }

        .chatbox__button button,
        .chatbox__button button:focus,
        .chatbox__button button:visited {
          position: fixed;
          width: 30%;
          bottom: 12%;
          right: 0%;
          background: transparent;
          border: none;
          outline: none;
          cursor: pointer;
        }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .aisal_chatbox_msgbox_container {
      position: absolute;
      top: 25px;
      left: 100px;
      
    }

    .chatbox__support {
      height: 30rem;
        width: 27rem;
        margin: -24px;
      
    }

    

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .aisal_chatbox_msgbox_container {
      position: absolute;
      top: -38px;
      left: 400px;
    }

    .chatbox__support {
      height: 30rem;
      width: 34rem;
      margin: 0px -250px;
    }

    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .aisal_chatbox_msgbox_container {
      position: fixed;
      top: 25px;
      left: 400px;
    }

    .chatbox__support {
      height: 33rem;
      width: 34rem;
      margin: 0px 0px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .aisal_chatbox_msgbox_container {
      position: fixed;
      top: -44px;
      left: 700px;
    }

    .chatbox__support {
      height: 34rem;
      width: 34rem;
      margin: 0px 0px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .aisal_chatbox_msgbox_container {
    position: fixed;
    top: -20px;
    left: 955px;
  }

  .chatbox__support {
    height: 36rem;  
    width: 34rem;
    margin: 0px 0px;
  }
}

