@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/DanaFaNum-Regular.woff') format("woff"), url('../fonts/dana-medium.eot') format("embedded-opentype");
}


@font-face {
    font-family: 'Gibson';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Gibson/gibson.woff2') format("woff2"), url('../fonts/Gibson/gibson.woff') format("woff"), url('../fonts/Gibson/gibson.ttf') format("truetype"), url('../fonts/Gibson/gibson.eot') format("embedded-opentype");
}

body {
    font-family: Dana;
    font-size: 13px;
    direction: rtl;
    text-align: right;
    line-height: 25px;
    padding: 0;
    background: white;
    margin: 0;
	padding: 0;
	background-image: url('../image/background.png');
	display: flex;
	justify-content: center; /* Center horizontally */
    align-items: center; 
	height: 100vh;
	 flex-direction: column; 
}

    body.print {
        padding: 0;
        margin: 0;
        background-color: white;
    }

.print-layout {
    max-width: 1200px;
    border: 1px dashed gray;
    margin: 0 auto;
    padding: 20px 15px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

ul {
    list-style: none;
    margin: 0;
}

.bold {
    font-weight: bold;
}

.img-responsive {
    max-width: 100%;
}

.fit-width {
    width: 100%;
}

.fit-height {
    height: 100%;
}

.flex-vertical-center {
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.flex-vertical-end {
    align-items: end;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.flex-vertical-start {
    align-items: start;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

a {
    color: black;
}

    a:hover {
        text-decoration: none;
        color: black;
    }

.container {
    max-width: 1350px;
}

.clear {
    clear: both;
}

.devider-5 {
    height: 5px;
    clear: both;
}

.devider-10 {
    height: 10px;
    clear: both;
}

.devider-15 {
    height: 15px;
    clear: both;
}

.devider-30 {
    height: 30px;
    clear: both;
}

.devider-50 {
    height: 50px;
    clear: both;
}

.devider-60 {
    height: 60px;
    clear: both;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-padding {
    padding: 0;
}

.display-none {
    display: none !important;
}

.fit-width {
    width: 100%;
}

.float-right {
    float: right;
}

.underline {
    text-decoration: underline;
}

.visible-xs {
    display: none;
}

.no-border {
    border: none;
}

.no-shadow {
    box-shadow: none;
}

.padding {
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.col-sm-7-5 {
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.box-shadow {
    box-shadow: 0 0 10px #e2e2e2;
}

.border-radius {
    border-radius: 5px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

.row-mini {
    margin-left: -5px;
    margin-right: -5px;
}

.row-mini-imp {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.col-mini {
    padding-right: 5px;
    padding-left: 5px;
}

.row-middle {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-middle-imp {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}

.col-middle {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.orange {
	color: #f3620f;
}

.blue {
	color: #103c83;
}

.tools-row {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px;
	transition: all 0.2s;
}

.tools-row .tool-button-plus {
	outline: none;
	border: 2px solid #103c83;
	background-color: white;
	border-radius: 10px;
	text-align: center;
	width: 35px;
	height: 35px;
	padding: 3px 0 0 0;
	font-size: 20px;
    font-weight: bold;
}

.tools-row .login-button, .title-button {
	background-color: white;
	border: 2px solid #103c83;
	height: 35px;
	border-radius: 10px;
	padding: 0 10px;
}

.tools-row .login-button img {
	height: 20px;
	margin-left: 5px;
}

.title-button {
	height: 35px;
	padding: 2.5px 20px;
	display: inline-block;
}

.box-row {
	width: 1000px;
	color: white;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin: 0 auto;
}

.box-row h1 {
	font-size: 20px;
	margin: 0;
	padding: 15px 0 0;
}

.box-row .chat-logo {
	height: 50px;
}

.box-row .chat-text {
	width: 100%;
	margin: 10px 0;
	box-shadow: 0 0 10px #e4e4e4;
    border: 1px solid #e4e4e4;
	border-radius: 20px;
	padding: 10px;
	background-color: white;
	outline: none;
}

.box-row .chat-text input[type='text'] {
	width: 100%;
	border: none;
	outline: none;
	font-size: 15px;
	padding: 10px 10px;
	margin-bottom: 15px;
}

.box-row .chat-text.disabled,
.box-row .chat-text.disabled input, 
.box-row .chat-text.disabled textarea,
.box-row .chat-text.disabled button {
	pointer-events: none;
	background-color: #f4f4f4;
}

.box-row .chat-button-search {
	outline: none;
	border: 2px solid #103c83;
	background-color: white;
	border-radius: 10px;
	text-align: center;
	width: 35px;
	height: 35px;
	padding: 5px 0 0 0;
	font-size: 20px;
    font-weight: bold;
}

.suggesstion-link {
	color: #f3620f !important;
	border: 2px solid #f3620f;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 14px;
	margin-left: 10px;
	background-color: white;
}

body.in-chat {
	padding-bottom: 30px;
	justify-content: space-between;
}

body.in-chat .suggesstion-row {
	display: none;
}

body.in-chat .chat-row {
	color: black;
}

body.in-chat .message-bottom {
	position: fixed;
	bottom: 15px;
	left: 0;
	right: 0;
}

.suggesstion-row {
	width: 1000px;
	padding: 0 15px;
}

.suggesstion-row ul {
	padding: 0;
}

.suggesstion-row ul li {
	display: inline-block;
}

.chat-row::-webkit-scrollbar {
    display: none;
}

.chat-row {
	width: 100%;
	max-width: 1000px;
	margin-top: 100px;
	max-height: 60vh;
	overflow-y: scroll;
	display: none;
	margin-left: -25px;
	margin-right: 0;
	padding: 0 15px;
}

.chat-row p {
	margin: 0;
}

.chat-row .user, .chat-row .assistant {
	width: 100%;
	opacity: 0;                     /* Start invisible */
    animation: bubbleIn 0.35s ease forwards;
}

.chat-row .user {
	text-align: right;
}

.chat-row .assistant { 
	text-align: left;
}

.chat-row .user .content {
	background-color: #103c83;
	color: white;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 5px #EEE;
	align-self: flex-start;
	max-width: 80%;
	direction: rtl;
	display: inline-block;
	text-align: right;
}

.chat-row .assistant .content {
	background-color: white;
	color: #103c83;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 5px #EEE;
	align-self: flex-end;
	max-width: 80%;
	direction: rtl;
	display: inline-block;
	text-align: right;
}

.chat-row .user .chat-reacts {
	display: none;
}

.chat-row .assistant .chat-reacts {
	position: absolute;
    left: 10px;
    bottom: -25px;
	z-index: 1
}

.chat-row .assistant .chat-reacts i {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.chat-row .assistant .chat-reacts i.fa-thumbs-up,
.chat-row .assistant .chat-reacts i.fa-thumbs-down {
	display: none;
}

.chat-row .assistant [like-status='true'].chat-reacts i.fa-thumbs-up {
	display: inline-block;
}

.chat-row .assistant [like-status='true'].chat-reacts i.fa-thumbs-o-up {
	display: none;
}

.chat-row .assistant [like-status='false'].chat-reacts i.fa-thumbs-down {
	display: inline-block;
}

.chat-row .assistant [like-status='false'].chat-reacts i.fa-thumbs-o-down {
	display: none;
}

.chat-row .chat-item {
	margin-bottom: 25px;
}

.chat-row .logo-bot {
	width: 30px;
	border-radius: 50%;
	box-shadow: 0 0 5px #EEE;
	padding: 5px;
}

.chat-row .user .logo-bot {
	display: none;
}

.chat-row .suggestion-chat {
	color: #f3620f;
    border-bottom: 1px solid black;
	padding-bottom: 2px;
}

body.in-chat .chat-row {
	display: block !important;
}

.loading {
	height: 30px;
}
	
.chat-extra-devider {
	height: 300px;
}

.login-box {
	width: 100%;
	max-width: 400px;
	background-color: white;
	box-shadow: 0 0 10px #cecece;
	border: 1px solid #cecece;
	border-radius: 15px;
	text-align: center;
	padding: 45px;
}

.login-box .logo {
	max-height: 35px;
}

.login-box h1 {
	font-size: 15px;
}

.login-box p {
	font-size: 13px;
}

.login-box input[type="text"] {
	width: 100%;
	margin: 10px 0;
	box-shadow: 0 0 10px #e4e4e4;
    border: 1px solid #e4e4e4;
	border-radius: 20px;
	padding: 10px;
	background-color: white;
	outline: none;
}

.button-blue {
	background-color: #103c83;
	border: none;
	padding: 7.5px 40px;
	color: white;
	border-radius: 10px;
}

@keyframes bubbleIn {
    0% {
        opacity: 0;
        transform: translateY(6px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media only screen and (max-width: 768px) {
	body {
		padding: 0;
	}
	
	.hidden-xs {
		display: none;
	}
	
	.visible-xs {
        display: block;
    }
	
	.row {
		margin: 0;
	}
	
	.low-padding-xs {
		padding: 0 7.5px;
	}
	
	.no-padding-xs {
		padding-right: 0;
		padding-left: 0;
	}
	
	.box-row .chat-text {
		position: relative;
	}
	
	.box-row .chat-text input[type='text'] {
		margin-bottom: 0;
		padding: 0 15px;
	}
	
	.chat-text-button-container {
		position: absolute;
		left: 0;
		top: 0;
		padding: 5px;
	}
	
	.box-row .chat-button-search {
		border-radius: 50%;
	}
	
	.suggesstion-link {
		border-radius: 20px;
		font-size: 12px;
		margin-left: 0px;
		margin-bottom: 5px;
		display: inline-block;
		padding: 2.5px 5px;
	}
	
	.chat-logo {
		height: 30px !important;
		margin-top: 10px;
	}
	
	.box-row h1 {
		font-size: 15px;
	}
	
	.tools-row {
		background-color: white;
		z-index: 1;
		box-shadow: 0 0 5px #EEE;
		height: 60px;
	}
	
	body.in-chat .message-bottom {
		bottom: 0;
	}
	
	body.in-chat .hide-inchat-xs {
		display: none;
	}
	
	body.in-chat .message-bottom {
		background-color: white;
	}
	
	.chat-row {
		max-height: 100vh;
	}
	
	.chat-extra-devider {
		height: 40px;
	}
	
	.chat-row .chat-item {
		margin-bottom: 15px;
	}
	
	body.in-chat .chat-row {
		padding-top: 75px;
	}
	
	.tools-row .login-button, .title-button {
		height: 40px;
	}
	
	.tools-row .tool-button-plus {
		height: 40px;
		width: 40px;
		padding-top: 5px;
	}
	
	.suggesstion-row {
		max-width: 100%;
	}
	
	.box-row {
		max-width: 100% !important; 
		width: unset;
	}
}