#block-iits-chatbot {
	background: #00ff00;
}

@keyframes rotateColors {
    40%     { color: #add8e6; }
    50%     { color: #ffff00; }
    100%    { color: #06206e; }
}
.chatbot_button {
    position: fixed;
    z-index: 9999;
    bottom: 60px;
    right: 60px;
    border: none;
    width: 58px;
    height: 40px;
    direction: ltr;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50px;
}
.chatbot_button .icon {
    position: relative;
    width: 80px;
    height: 80px;
    background: url('../img/chatbot.png') no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: 75px;
    background-position: 2px 1px;
    cursor: pointer;
}
.chatbot_button .icon i.fa-solid {
    color: #add8e6;
    font-size: 22px;
    margin-left: -15px;
    top: -6px;
    position: absolute;
}
.chatbot_button .icon img {
    max-width: 100%;
    height: auto;
}
.chatbot_chatwindow {
    display: none;
    z-index: 99999999999;
    position: fixed;
    bottom: 50px;
    right: 12px;
    width: 30%;
    height: 75%;
    background: white;
    box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2), 0 0px 0px 0 rgba(0,0,0,0.19);
}
.chatbot_chatwindow.chatbot_chatwindow_maximized {
  
    bottom: 0px !important;
    right: 0px !important;
    width: 100% !important;
    height: 100% !important;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar {
    background: darkblue;
    display: block;
    width: 100%;
    height: 43px;
}
.chatbot_chatwindow .chatbot_chatwindow_webchat {
    width: 100%;
    height: 100%;
}
/*
.chatbot_chatwindow.chatbot_chatwindow_maximized .chatbot_chatwindow_webchat {
    height: 92% !important;
}
*/
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_title {
    color: #ffffff;
    width: auto;
    height: 43px;
    float: left;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_title h3 {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    top: 10px;
    left: 10px;
    cursor: default;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_title h3 i.fa-solid {
    color: #7cfc00;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-fade 2s infinite linear;
    font-size: 10px;
    position: absolute;
    margin-left: 8px;
    margin-top: 7px;
}


/*
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnDropdown {
    background: none;
    color: #ffffff;
    width: 38px;
    height: 43px;
    position: fixed;
    right: 110px;
    cursor: pointer;
    z-index: 9999999;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnDropdown:hover {
    background: #1e90ff;
}
.chatbot_chatwindow.chatbot_chatwindow_maximized .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnDropdown {
    right: 98px !important;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnDropdown_clicked {
    background: #1e90ff;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnDropdown .btnDropdown_label {
    position: absolute;
    top: 11px;
    right: 14px;
    font-size: 18px;
    cursor: pointer;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_dropdownMenu {
    display: none;
    background: #1e90ff;
    color: #ffffff;
    width: 139px;
    position: fixed;
    margin-top: 43px;
    right: 15px;
    cursor: pointer;
    z-index: 9999999;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_dropdownMenu div {
    padding: 6px 6px;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_dropdownMenu div:hover {
    background: #1a80e2;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_dropdownMenu a {
    color: #ffffff;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnReset {
    background: #2a4ba5;
    color: #ffffff;
    width: 56px;
    height: 43px;
    position: fixed;
    right: 54px;
    cursor: pointer;
    z-index: 9999999;
}
.chatbot_chatwindow.chatbot_chatwindow_maximized .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnReset {
    right: 42px !important;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnReset:hover {
    background: #2f54bb;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnReset .btnReset_label {
    position: absolute;
    top: 11px;
    right: 19px;
    font-size: 18px;
    cursor: pointer;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnClose {
    background: #a52a2a;
    color: #ffffff;
    width: 43px;
    height: 43px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    z-index: 9999999;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnClose:hover {
    background: #bf0000;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnClose .btnClose_label {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
}
.chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnRestore {
    display: none;
}




*/


.chatbot_options {
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-end;
    align-items:center;
    height:100%;
    line-height: 0px;
  }
  
  .chatbot_option {
    width:30px;
    height:30px;
    background-color:rgba(255,255,255,.3);
    border-radius:50px;
    margin-right:.5rem;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:11px;
    color:#fff;
    cursor:pointer;
    transition: all 0.3s ease;
  } 
  
  
  .chatbot_option:hover {
    background-color:rgba(45,45,45,.3);
  }

@keyframes rotate-bounce {
    0%, 28.57%, 100% { 
      transform: rotate(0deg) translateY(0);
    }
    10% {
      transform: rotate(15deg) translateY(-20px);
    }
    20% {
      transform: rotate(-10deg) translateY(-10px);
    }
    25% {
      transform: rotate(5deg) translateY(-5px);
    }
  }


@media screen and (min-width: 1080px) {
    .chatbot_button {
        
    }
    .chatbot_button:hover {
        /*
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        width: 153px;
        */
    }
    .chatbot_button .icon {
        top: -18px;
        left: -2px;
        /*
        border: 2px solid;
        border-color: rgba(255,255,255,0);
        */
        /*background-color: rgba(0,0,0,0.1);*/
        background-color: #102b72;
    }
    .chatbot_button:hover > .icon {
        background-color: #102b72;
    }
    .chatbot_button:hover > .label {
        visibility: visible;
        opacity: 1;
    }
    .chatbot_button:hover > .icon i.fa-solid {
        animation: rotateColors 3s infinite;
    }
    .chatbot_button .icon {
        z-index: 99999;
    }
    .chatbot_button .label {
        visibility: visible;
        position: absolute;
        top: -50px;
        right: 35px;
        min-width: 90px;
        font-size: .9rem;
        font-weight: 600;
        color: #ffffff;
        background: #102b72;
        width: 127px;
        padding: 4px 9px;
        border-radius: 4px 4px 0px 4px;
        animation: rotate-bounce 4s infinite;
        transform-origin: bottom right;
    }
    .chatbot_button .label.talk-bubble.tri-right.btm-right:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: 0px;
        bottom: -7px;
        border: 4px solid;
        border-color: #102b72 #102b72 transparent transparent;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnFeedback {
        display: none !important;
    }
}
@media screen and (max-width: 1079px) {
    .chatbot_button {
        background-color: #06206e;
        right: 20px;
        bottom: 20px;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        z-index: 999;
    }
    .chatbot_button .icon {
        top: -8px;
        left: -3px;
    }
    .chatbot_button .label {
        display: none;
    }
    .chatbot_chatwindow {
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar {
        position: fixed;
        z-index: 9999999;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnDropdown {
        display: none !important;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnFeedback {
        background: #1e90ff;
        color: #ffffff;
        height: 43px;
        position: fixed;
        cursor: pointer;
        z-index: 9999999;
        right: 99px;
        width: 50px;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnFeedback .btnFeedback_label {
        position: absolute;
        top: 11px;
        right: 17px;
        font-size: 17px;
        cursor: pointer;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnReset {
        right: 50px;
        width: 50px;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnReset .btnReset_label {
        right: 14px;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnClose {
        width: 50px;
    }
    .chatbot_chatwindow .chatbot_chatwindow_toolbar .chatbot_chatwindow_btnClose .btnClose_label {
        right: 17px;
    }
}
#webchat {
    width: 100%;
    height: 100%;
    z-index: 100 !important;
    font-size: 16px;
}
.chatbot_chatwindow.chatbot_chatwindow_maximized #webchat .webchat__bubble {
    max-width: 100% !important;
}
.twSearchTextbox{
    width: 250px
}