/* CSS for ADMIN section */
.hidden {
	display:none;
}
.gs-text-field-large {
	width:80%;
}
.gs-text-field-width-100 {
	width:100%;
}
.gs-div-container-slack-chat {
	font-family: 'Baloo Tamma 2', cursive;
	max-width:420px;
	/*height:400px;*/
	/*border:1px solid;*/
	border-radius: 20px;
	min-width:350px;
}
.gs-slack-chat {
	font-family: 'Baloo Tamma 2', cursive;
	padding: 5px;
	height:300px;
	overflow-y:scroll;
	overflow-x: hidden;
	margin:auto;
}

.gs-slack-chat::-webkit-scrollbar {
  width: 10px;
}
 
.gs-slack-chat::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.gs-slack-chat::-webkit-scrollbar-thumb {
  background-color: #304a61;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

.gs-slack-chat-user {
	font-family: 'Baloo Tamma 2', cursive;
	font-size: 15px;
	/*color: white;
    background-color: #792f2f;*/
    color: black;
    background-color: #dce7ea;
    padding: 5px;
    margin-top: 7px;
    margin-left: 60px;
    border-radius: 6px;
    margin-right: 5px;
    word-wrap: break-word;
    font-weight: 500;
    letter-spacing: 0px;
}
.gs-slack-chat-agent {
	font-family: 'Baloo Tamma 2', cursive;
	font-size: 15px;
	/*color: white;
    background-color: #303035;*/
    color: black;
    background-color: #dcdee8;
    padding: 5px;
    margin-top: 7px;
    margin-left: 5px;
    border-radius: 6px;
    margin-right: 60px;
    word-wrap: break-word;
    font-weight: 500;
    letter-spacing: 0px;
}
.gs-text-message-chat {
	height: 50px;
}
#gs_txt_message, #gs_text_mesage:hover, #gs_text_mesage:focus {
	font-family: 'Baloo Tamma 2', cursive;
	font-size: 16px;
	width:calc(100% - 110px);
    margin: auto;
    border: none;
    border-top: 1px solid gray;
    /*margin-top: 10px;*/
    background-color: #fbf8f8;
    outline: none;
    resize: none;
    display: inline-block;
    margin-left: 5px;
}
#gs_txt_message::-webkit-scrollbar {
  width: 10px;
}
 
#gs_txt_message::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
#gs_txt_message::-webkit-scrollbar-thumb {
  background-color: #304a61;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.chat-cover {
	font-family: 'Baloo Tamma 2', cursive;
	position: fixed;
    bottom: 10px;
    right: 10px;
    margin-left: 10px;
    z-index: 999999999;
    background-color: white;
    border-radius:20px;
    -webkit-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	-moz-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
}
.chat-cover-left {
	font-family: 'Baloo Tamma 2', cursive;
	position: fixed;
    bottom: 10px;
    left: 10px;
    margin-right: 10px;
    z-index: 999999999;
    background-color: white;
    border-radius:20px;
    -webkit-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	-moz-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
}

#gs_btn_send_slack_message {
	font-family: 'Baloo Tamma 2', cursive;
	/*float: right;
    top: -47px;*/
    position: relative;
    height: 45px;
    margin-right: 10px;
    background-color: #304A61;
    border: none;
    color:white;
    -webkit-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	-moz-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	display: inline-block;
}
#gs_btn_send_slack_message:hover{
	background-color: #00adee;
}
.gs-slack-chat-title {
	font-family: 'Baloo Tamma 2', cursive;
	height: 40px;
    background-color: #304a61;
    border-radius: 20px 20px 0px 0px;
    color: white;
    text-align: center;
    padding-top: 9px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 35px;
    padding-left: 25px;
}
.gs-slack-chat-footer {
	font-family: 'Baloo Tamma 2', cursive;
	height: 40px;
    text-align: center;
    background-color: #304a61;
    color: #afafaf;
    border-radius: 0px;
    padding-top: 10px;
    font-size: 14px;
}
.gs-div-slack-chat-exit {
	font-family: 'Baloo Tamma 2', cursive;
    padding: 5px;
    /*border: 1px solid;*/
    max-width: 500px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
    background-color: #ddd;
    height: 60px;
}
.gs-button-exit-conversation {
	font-family: 'Baloo Tamma 2', cursive;
	background-color: #304A61;
    border: none;
    color:white;
}
.gs-button-exit-conversation:hover{
	background-color: #00adee;
	border: none;
}

.gs-div-start-conversation{
	text-align: center;
	width: 100%;
	margin-top: calc(50% - 20px);
}
.gs-button-start-conversation {
	/*position: relative;
    top: calc(50% - 20px);
    left: calc(50% - 60px);*/
    border: none;
    color: white;
    font-family: 'Baloo Tamma 2', cursive;
    background-color: #304A61;
    height: 45px;
}
.gs-button-start-conversation:hover {
    background-color: #00adee;
    border: none;
    height: 45px;
}
.text-area-disabled {
	display:none !important;
}
.button-send-disabled {
	display:none !important;
}
/*.gs-div-new-conversation {
	font-family: 'Baloo Tamma 2', cursive;
	border: 1px solid;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    background-color: lightyellow;
}*/
.gs-hour-minute-chat {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 12px;
    /*color: #e4e6ea;*/
    color: #304a61;
    position: relative;
    left: calc(100% - 30px);
}

.gs-div-minimized-message {
    font-family: 'Baloo Tamma 2', cursive;
    z-index: 999999999;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #304A61;
    border-radius: 20px;
    padding: 5px 10px 3px 10px;
    color: white;
    background-color: #304A61;
    -webkit-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
    -moz-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
    box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
}
.gs-minimized-message {
	position: fixed;
    bottom: 20px;
    right: 80px;
}
.gs-minimized-message-left {
	position: fixed;
    bottom: 20px;
    left: 80px;
}
.gs-fa-times-minimize-chat {
	font-family: 'Baloo Tamma 2', cursive;
	position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
    font-weight: 100;
    font-size: 18px;
}

.gs-fa-edit-minimize-chat {
	font-family: 'Baloo Tamma 2', cursive;
	position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999999;
    -moz-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
    font-size: 30px;
    cursor: pointer;
}
.gs-fa-edit-minimize-chat-left {
	font-family: 'Baloo Tamma 2', cursive;
	position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;
    -moz-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
    font-size: 30px;
    cursor: pointer;
}
.gs-fa-edit-icon-chat {
	font-family: 'Baloo Tamma 2', cursive;
	display: inline-block;
    border-radius: 60px;
    /* box-shadow: 0px 0px 2px #888; */
    padding: 0.5em 0.6em;
    background-color: #304A61;
    -webkit-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
    -moz-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
    box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
    font-size: 30px;
    color: white;
}
.gs-fa-edit-icon-chat :hover{
	background-color: #00adee;
}

.gs-dot {
	height: 22px;
    width: 22px;
    background-color: red;
    color: white;
    position: absolute;
    border-radius: 50%;
    top: -4px;
    right: -4px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
}
.gs-container-icons {
	position: absolute;
    top: 10px;
    width: calc(100% - 20px);
    left: 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid #b9c7d8;
    border-radius: 8px;
    -webkit-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	-moz-box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
	box-shadow: -10px -10px 32px -12px rgba(112,106,112,1);
}
.gs-header-icons {
	height: 30px;
    background-color: white;
    border-bottom: 1px solid #d4c4c4;
    margin-bottom: 10px;
}
.gs-fa-close-icons {
	font-family: 'Baloo Tamma 2', cursive;
	position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
    font-weight: 100;
    font-size: 18px;
}
.gs-div-icons {
	height: 200px;
    overflow-y: scroll;
    top: 0px;
    background-color: white;
    font-size: 20px;
}
.gs-div-icons::-webkit-scrollbar {
  width: 10px;
}
 
.gs-div-icons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.gs-div-icons::-webkit-scrollbar-thumb {
  background-color: #304a61;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.gs-span-emoji {
	cursor:pointer;
}
.gs-smile-icon {
	margin-left: 5px;
    font-size: 26px !important;
    color: #304A61;
    cursor: pointer;
    top: 10px;
    position: relative;
}
.gs-no-emojis {
	width: calc(100% - 85px) !important;
}
.gs-fa-upload-paperclip {
	font-size: 24px !important;
    cursor: pointer;
    color: #304A61;
}
.gs-spinner-paperclip {
	font-size: 24px !important;
    cursor: pointer;
    position: absolute;
    left: 10px;
    bottom: 15px;
    color: #304A61;
}
.gs-file-sent {
    padding: 5px;
    border: 1px solid lightgray;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 8px;
    margin-left: 60px;
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background-color: #fafdee;
    color: black;
}

.gs-file-sent-fa {
    color: brown;
}

.gs-file-sent-filename a {
    text-decoration: underline;
    color: black;
    font-size: 14px;
    font-family: 'Baloo Tamma 2', cursive;
}
.gs-title-custom-fields-offline {
    color: brown;
    background-color: #f7e6e6;
    border: 1px solid brown;
    border-radius: 8px;
    padding: 5px;
    margin: 5px;
}
.gs-custom-field-offline {
    padding: 5px;
    margin: 5px;
}
.gs-span-text-custom-field-offline {
    font-weight: 500;
}
input.gs-input-custom-field-offline {
    margin-bottom: 0px;
    height: 35px;
    border-radius: 8px;
    background-color: #fffff2;
}
textarea.gs-input-custom-field-offline {
	margin-bottom: 0px;
    height: 60px;
    border-radius: 8px;
    background-color: #fffff2;
}
.gs-button-send-fields {
	font-family: 'Baloo Tamma 2', cursive;
	background-color: #304A61;
    border: none;
    color:white;
}
.gs-button-send-fields:hover{
	background-color: #00adee;
	border: none;
}
.gs-container-button-custom-field-offline {
    text-align: center;
    margin-bottom: 15px;
}

#gs_custom_field_offline_phone-error, #gs_custom_field_offline_email-error, #gs_custom_field_offline_name-error, #gs_custom_field_offline_comments-error {
    color: red;
    font-weight: 400;
}
.gs-alert-message-custom-sent-ok {
    padding: 10px;
    margin: 10px;
    border: 1px solid green;
    border-radius: 8px;
    color: green;
    background-color: #f4fbf4;
    font-weight: 600;
}
.gs-back-button-custom-sent-ok {
	font-family: 'Baloo Tamma 2', cursive;
	background-color: #304A61;
    border: none;
    color:white;
    width: calc(100% - 20px);
}
.gs-back-button-custom-sent-ok:hover{
	background-color: #00adee;
	border: none;
}
.gs-alert-button-custom-sent-ok {
    text-align: center;
}

.gs-cell-day-show-hours {
    display: inline-block;
    width: 35%;
}
.gs-cell-hours-show-hours {
    display: inline-block;
    width: 65%;
}
.gs-from-show-hours {
    display: inline-block;
}
.gs-to-show-hours {
    display: inline-block;
}
.gs-link-show-hours {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 10px;
    color: #2d0a0a;
    font-weight: 500;
    margin-top: 5px;
}


@media screen and (max-width: 480px) {
    .chat-cover {
	    bottom: 5px;
	    right: 5px;
	    margin-left: 5px;
	    width: calc(100% - 10px);
	    height: calc(100% - 100px);
	}
	.chat-cover-left {
	    bottom: 5px;
	    left: 5px;
	    margin-right: 5px;
	    width: calc(100% - 10px);
	    height: calc(100% - 100px);
	}
	.gs-slack-chat {
		/*height: calc(100vh - 240px);*/
		height: calc(100vh - 200px);
	}
}