/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/

 /* Add your custom style here */

.ipadContent {
	position: absolute;
    top: 80px !important;
    line-height: 25px;
    max-width: 500px !important;
    text-align: justify;
    left: 75px !important;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 700px;
    padding-right: 15px;
}

.ipadContent::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;
}
.ipadContent::-webkit-scrollbar-button {
    display: none;
}
.ipadContent::-webkit-scrollbar-corner {
    background-color: #000;
}
.ipadContent::-webkit-scrollbar-thumb {
    background-color: #ededed;
    width: 7px;
    border-radius: 3px;
    bottom: 10px;
    cursor: pointer;
    z-index: 99;
}
.ipadContent::-webkit-scrollbar-track {
    background-color: initial;
    cursor: pointer;
}

.infoFreeSample svg {
	transform: rotate(55deg);
}

.infoFreeSample .elementor-icon-box-title {
	margin-top: -6px !important;
    margin-left: -5px;
}