/*
Theme Name: Devstack Child
Theme URI: https://yootheme.com
Template: yootheme
Author: YOOtheme
Author URI: https://yootheme.com
Description: A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.
Tags: Devstack
Version: 2.4.18.1623142856
Updated: 2021-06-08 09:00:55

*/
* {
  scrollbar-width: thin;
  scrollbar-color: #2495d9 #f7f8fc;
}
/* Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #f7f8fc;
}
*::-webkit-scrollbar-thumb {
  background-color: #2495d9;
  border-radius: 10px;
  border: 3px solid #f7f8fc;
}
#tidio-chat iframe {
    inset: auto 9px 125px auto!important;
}

.cli-plugin-button {
    padding: 16px 24px!important;
    font-weight: 700!important;
    border-radius: 500px!important;
    background-image: linear-gradient(51deg,#2693d8 50%,#15b6ed 75%,#00c6ec 100%)!important;
    box-shadow: -5px -5px 15px rgb(255 255 255 / 90%), 5px 5px 15px rgb(23 88 129 / 30%)!important;
	transition: .3s;
}
.cli-plugin-button:hover {
    color: #fff!important;
    border-color: transparent!important;
    background-image: linear-gradient(51deg,#2693d8 50%,#15b6ed 75%,#15b6ed 100%)!important;
    box-shadow: -2px -2px 5px rgb(255 255 255 / 90%), 2px 2px 5px rgb(23 88 129 / 30%)!important;
	transition: .3s;
}

.cli-plugin-button.cli_settings_button {
    color: #000!important;
    background-image: none!important;
    background-color: #dedfe0!important;
}

.cli-plugin-button.cli_settings_button:hover {
    color: #000!important;
    background-color: #dedfe0!important;
}

.uk-section .cli_settings_button {
	background-color: transparent!important;
	color: #2693d8!important;
}

.uk-section .cli_settings_button:hover {
	background-color: transparent!important;
	color: #23aaff!important;
	text-decoration: underline;
}
.uk-card, .el-item, .uk-pagination, .uk-button, .el-link {
	z-index: 1;
	position: relative
}