﻿html {
    scroll-behavior: smooth;
}
/*Chatbot container-------------------------------*/
.Container_Chatbot {
    height: 75vh;
    width: 24vw;
    /* background-color: azure; */
    display: flex;
    position: fixed;
    right:0;
    bottom:13%;
    z-index: 5000;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
/*------------chatbot workflow start-----------------------------------------------------*/
.ExpressChatbot {
    height: 70vh;
    width: 22vw;
    background-blend-mode: lighten;
    overflow: auto;
}
    .ExpressChatbot .form-control {
        margin-top: 2vh;
        background:#fff;

        box-shadow: 0 0 8px rgba(0,0,0,.1), 0 8px 16px rgba(0,0,0,.2);
    }
    .txt_line_Chatbot {
        width: 85%;
        background-color: #fff;
        margin-left: 30px;
        margin-top: 24px;
        border-radius: 7px;
        display: flex;
        box-shadow: 0 0 8px rgba(0,0,0,.1), 0 8px 16px rgba(0,0,0,.2);
        flex-direction: column;
    }
.btnSendAns {
    width: 33px;
    box-shadow: 0 0 8px rgba(0,0,0,.1), 0 8px 16px rgba(0,0,0,.2);
    margin-top: 2vh;
}
.btnSendAnsArea {
    width: 50px;
    box-shadow: 0 0 8px rgba(0,0,0,.1), 0 8px 16px rgba(0,0,0,.2);
    margin-top: 2vh;
}
.side_img_Chatbot {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-left: -15px;
    box-shadow: 0 0 8px rgba(0,0,0,.1), 0 8px 16px rgba(0,0,0,.2);
    margin-top: -15px;
    background-image: url(../Images/Chat-logo.png);
    background-size: 100% 100%;
}

.text_chatbot {
    width: 95%;
    padding: 0px 15px 0px 15px;
}

.options_Chatbot {
    width: 84%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
    box-shadow: 0 0 8px rgba(0,0,0,.1), 0 8px 16px rgba(0,0,0,.2); margin-top: 20px;
    background: #fff;
    padding: 20px 0px;
}
.timimg_Chatbot {
    box-shadow: 0 0 8px rgba(0,0,0,.1), 0 8px 16px rgba(0,0,0,.2);
    margin-top: 20px;
    background: #fff;
    padding: 20px 0px;
}
.options_Chatbot .btn {
    padding: 10px 5px;
    margin-bottom: 7px;
    background: #003D69;
    border-radius: 50px;
}
.timimg_Chatbot .btn {
    padding: 10px 5px;
    margin-bottom: 7px;
    background: #003D69;
    border-radius: 50px;
}
#btnStudyAbroad, #btnWorkPermit, #btnPermanentResidence, #btnVisitorVisa, #btnQuestion {
    box-shadow: lightgrey 1px 3px 4px 2px;
    height: 5vh;
    width: 80%;
    background-color: white;
    margin-top: 10px;
    border: none;
    outline: none;
}

#btnQuestion {
    margin-bottom: 10px;
}

#txtQues {
    margin-left: 30px;
    margin-top: 10px;
    width: 80.5%;
    padding: 20px 8px 6px 8px;
    box-shadow: lightgrey 1px 3px 4px 2px;
    border: none;
    outline: none;
}

.input_txt_Chatbot {
    display: flex;
    justify-content: flex-end;
    margin-left: 30%;
    margin-right: 7%;
}

#lblInputQuestion, #lblInputPhoneNumber, #lblInputName, #lblInputEmail, #lblInputDate {
    padding: 5px 5px;
    background-color: white;
    margin-left: 30%;
    margin-top: 10px;
    border-radius: 10px 0px 10px 10px;
    background-color: chocolate;
    color: white;
}

.Countries_options_Chatbot {
    width:84%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
    background:#fff;
    padding:25px 5px;
    margin-top: 20px;
    box-shadow: lightgrey 1px 3px 4px 2px;
}
    .Countries_options_Chatbot .btn {
        padding: 10px 5px;
        margin-bottom: 7px;
        padding-left: 27px;
        text-align: left;
        background: #003D69;
        border-radius: 50px;
    }

#lnkBtnUSA, #lnkBtnCanada, #lnkBtnAustralia, #lnkBtnUK, #lnkBtnNewZealand /*buttons for select countries*/ {
    text-decoration: none;
    color: black;
    box-shadow: lightgrey 1px 3px 4px 2px;
    height: 5vh;
    width: 80%;
    background-color: white;
    margin-top: 10px;
    border: none;
}

#lnkBtnNewZealand {
    margin-bottom: 10px;
}

#txtName, #txtPhoneNumber, #txtEmail, #txtBoxFocus, #txtCalender {
    width: 80.5%;
    height: 4vh;
    margin-left: 30px;
    margin-top: 10px;
    padding: 10px 8px 8px 8px;
    box-shadow: lightgrey 1px 3px 4px 2px;
    border: none;
    outline: none;
}

.PhTopText_Chatbot {
    width: 82%;
    background-color: #fff;
    margin-left: 30px;
    margin-top: 10px;
    padding-top: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.1), 0 8px 16px rgba(0,0,0,.2); padding-right: 10px;
    padding-bottom: 10px;
}

.timimg_Chatbot {
    width: 84%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
    margin-top: 20px;
    box-shadow: lightgrey 1px 3px 4px 2px;
}

#btnMorning, #btnNoon, #btnAfternoon, #btnEvening /*buttons for select timmimg*/ {
    box-shadow: lightgrey 1px 3px 4px 2px;
    height: 5vh;
    width: 60%;
    background-color: white;
    margin-top: 10px;
    border: none
}

#btnEvening {
    margin-bottom: 10px;
}

#imgbtnQues, #imgbtnPhoneNumber, #imgbtnEmail, #imgbtnCalender, #imgbtnName /*--------for send buttons--------*/ {
    border: 1px solid black;
    border-radius: 50%;
}

#reqName, #reqPhoneNumber, #reqEmail, #reqDate /*-------for required validations---------------*/ {
    margin-left: 30px;
}

#lblCalenderDate, #lblCountryName, #lnlOptionsStuCatagory /*--------labels used store value in database---------*/ {
    display: none;
}

#txtQues, #btnUSA, #txtName, #txtPhoneNumber, #txtEmail, #btnMorning, #btnClose, #imgButton {
    outline: none;
}


#txtBoxFocus /*------this textbox is used for focus in the bottom of the chatbot and is not display------------------------------------------------------------- */ {
    border: none;
    outline: none;
    opacity: 0.1;
    padding: 0;
}
/*-------------------------------------chatbot workflow end-----------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------chatbot close buton start--------------*/
.AllCloseBg_Chatbot {
    height: 25px;
    width: 60px;
    color: darkred;
    background-color: white;
    border-radius: 23px 0px 0px 23px;
    padding-top: 2px;
    box-shadow: lightgrey 1px 3px 4px 2px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}
.AllCloseBg_Chatbot .btn{
    background:red;
    border-radius:50px;
}
#btnAllClose {
    border: 0;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: darkred;
    margin-left: 15px;
    outline: none;
    color: white;
}
/*------------chatbot close buton end-------------------------------------------------------------------------------------------------------------*/

/*---------------------chatbot icon start-----------------------*/
.ChatBotIcon {
    height: 44px;
    width: 70px;
    background-color: darkred;
    margin-left: 384.5px;
    border-radius: 23px 0px 0px 23px;
    padding-top: 2.4px;
    margin-top: 50px;
}

#btnChatBotIcon {
    border: 0;
    background-color: darkred;
    height: 41.4px;
    width: 70px;
    border-radius: 23px 0px 0px 23px;
}

#imgButton {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-left: 6px;
    position: absolute;
    margin-top: -44px;
}
/*------------------------chatbot icon end---------------------------------------------------------------------------------------------------*/


/*------------------------Live chat box start---------------------------------------*/
.main_box_Chatbot {
    margin-top: 5px;
    height: 90px;
    background:#fff;
    box-shadow: lightgrey 1px 0px 4px 3px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
}

#btnClose {
    border: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: darkred;
    opacity: 0.5;
    margin-top: -15px;
    margin-left: -8px;
    color: white;
    text-align: center;
    line-height: 25px;
    position: relative;
}

.box_a_Chatbot {
    width: 100%;
    height: 49px;
    text-align: center;
}

.box_Chatbot {
    height: 48px;
    width: 100%;
    margin-right: 40px;
}

.box1_Chatbot {
    border: 0;
    height: 40px;
    width: 85%;
    background-color: darkred;
    border-radius: 23px 0px 0px 23px;
    display: flex;
    justify-content: flex-end;
    line-height: 40px;
    color: white;
    margin-left: 20px;
    margin-bottom: 5px;
}

.img_Chatbot {
    height: 44px;
    width: 46px;
    margin-right: -15px;
    margin-top: 2.3px;
    margin-top: -3px;
    border-radius: 50%;
    background-image: url(../Images/Chat-logo.png);
    background-size: 100% 100%;
}
/*-------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px) {
    .ExpressChatbot {
        width:95vw;
    }
   
}

