body {
    font-family: 'Roboto', sans-serif !important;
    background: #f5f5f5;
}

p {
    margin: 0px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.chatbot-open-icon {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    display: flex;
    height: 94px;
    width: 94px;
    transition: all .2s ease-in 0s;
    z-index: 1024;
    cursor: pointer;
    animation: pop;
    animation-duration: .7s;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.24));
	border: 0px;
}

.chatbot-open-icon:hover,
.chatbot-open-icon:focus {
    transition: all .2s ease-in 0s;
    transform: scale(1.15, 1.15);
}

.chatbot-open-icon:focus {
    border: 2px solid #000;
}

/* .chatbot-open-icon img {
    opacity: 1;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    border: 2px solid #e4e4e4;
    border-radius: 50%;
} */

#chat-container {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    /* border: 1px solid #A9ABAE; */
    border-radius: 10px;
    bottom: 0;
    display: none;
    height: 550px;
    position: fixed;
    right: 30px;
    width: 400px;
    z-index: 9999;
    margin-bottom: 30px;
}

.chat-header {
    background: #D9F9E7;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-header .chatbot-details {
    display: flex;
    align-items: center;
}

.chat-header .chatbot-details .chatbot-icon {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-header .chatbot-details .chatbot-icon img {
    width: 34px;
    height: 34px;
}

.chat-header .chatbot-details .chatbot-name {
    margin-left: 10px;
    font-size: 20.241px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.color-green {
    color: #26AC61;
}

.color-blue {
    color: #257AB6;
}

.chat-header .chatbot-minimize button {
    background: transparent;
    box-shadow: 0 0 0;
    border: 0;
    cursor: pointer;
    line-height: 0;
}

.chat-wrapper {
    height: calc(100% - 115px);
}

.chat-wrapper #chat-display {
    height: calc(100% - 95px);
    overflow-y: auto;
    padding: 15px 15px 35px;
    background: #ffffff;
    position: relative;
}

.chat-wrapper #chat-display .user {
    position: relative;
    padding-right: 40px;
    text-align: right;
}

.chat-wrapper #chat-display .user:after {
    content: '';
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    background: #247BB4 url('../images/chatarbor/user-icon.svg');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
}

.chat-wrapper #chat-display .user span {
    display: inline-block;
    padding: 6px 12px;
    max-width: 92%;
    word-break: break-word;
    border-radius: 10px;
    background: #247BB4;
    text-align: right;
    color: #fff;
}

.chat-wrapper #chat-display .bot {
    position: relative;
    padding-left: 40px;
}

.chat-wrapper #chat-display .bot:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: #D9F9E7 url('../images/chatarbor/chatbot-icon.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
}

.chat-wrapper #chat-display .bot span {
    display: inline-block;
    padding: 6px 12px;
    max-width: 92%;
    word-break: break-word;
    border-radius: 10px;
    background: #F0F0F0;
}

.chat-wrapper .chat-controls {
    width: 92%;
    position: relative;
    margin: 0px 15px;
}

.chat-wrapper .chat-controls input {
    border: 0px;
    height: 40px;
    padding: 0px 15px 0px 15px;
    font-size: 16px;
    width: 300px;
    background: #f0f0f0;
    border-radius: 10px;
    color: #000;
}

.chat-wrapper .chat-controls button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: transparent;
    border: 0;
    line-height: 0px;
    cursor: pointer;
    padding: 0 6px;
    margin: 0;
    height: auto;
    width: auto;
}

.chat-wrapper #chat-display div:nth-child(2n) {
    margin: 10px 0;
}

.chat-footer {
    padding: 8px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.save-chat {
    background: transparent;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 0 6px;
    margin: 0;
    height: auto;
    width: auto;
}

#CBloader {
    position: fixed;
    z-index: 1;
    padding: 5px 15px 10px;
    bottom: 120px;
    right: 342px;
    background: #f0f0f0;
    border-radius: 10px;
}

#CBloader div span {
    width: 10px;
    height: 10px;
    background-color: #5a5a5a;
    display: inline-block;
    margin: 1px;
    border-radius: 50%;
}
#CBloader div span:nth-child(1) {
    animation: bounce 1s infinite;
}
#CBloader div span:nth-child(2) {
    animation: bounce 1s infinite 0.2s;
}
#CBloader div span:nth-child(3) {
    animation: bounce 1s infinite 0.4s;
}
@keyframes bounce {
    0% {
        transform: translateY(0px);
   }
    50% {
        transform: translateY(8px);
   }
    100% {
        transform: translateY(0px);
   }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
@media (max-width: 575px) {
	#chat-container {
		right: 10px!important;
		width: 300px;
		height: 450px;
	}
	.chat-wrapper .chat-controls input {
		width: 230px;
	}
	.chat-wrapper .chat-controls button {
		right: 5px;
	}

	.chat-wrapper #chat-display #CBloader {
		right: 241px !important;
		padding: 0px 10px 5px;
	}
	#CBloader div span {
		width: 8px;
		height: 8px;

	}
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  outline: 0;
  background-image: none;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rating-container .caption {
            margin-top: 1px;
        }
 
        .StarRating {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            padding: 50px 20px;
        }
 
            .StarRating .rating-title {
                font-size: 20px;
                margin-bottom: 10px;
            }
 
        .rating-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }
 
            .rating-container .rating {
                margin-bottom: 30px;
            }
 
            .rating-container .caption {
                width: 100%;
                text-align: center;
            }
 
            .rating-container .clear-rating {
                display: none!important;
            }
 
        .StarRating textarea#txtRatingComments {
            width: 100%;
            margin-bottom: 10px;
        }
		
		.hide{
			display:none!important;
		}
		
		.chat-header .chatbot-minimize button i{
            color: #5a5a5a !important;
            font-size: 24px !important;
        }