/**
 * Theme Name:     OCS Child theme
 * Author:         ITHENA
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
@media (max-width: 480px) {
  .dx-datagrid-headers {
    margin-top: 20px;
  }
}
.elementor-2952 .elementor-element.elementor-element-da1b855:not(.elementor-motion-effects-element-type-background){
	background-position:center !important;
}

.custom-tooltip {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 10px 14px;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 300px;
    z-index: 9999;
}

.custom-tooltip .icon {
    font-size: 18px;
    color: #d9831f;
}

/* Tooltip Arrow */
.custom-tooltip::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}
.custom-tooltip::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 17px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.dx-datagrid-rowsview .dx-row {
  border-bottom: 1px solid #ccc; /* Customize as needed */
	border-top: 1px solid #ccc;
}
/* .elementor-message.elementor-message-danger {
    display: none !important;
} */

.elementor-kit-7 .elementor-button-wrapper .elementor-button:hover {
    text-decoration: none !important;

}

table span {
	font-size:1.125rem !important;
}
.elementor-kit-7 table td a:hover {
    font-size: 1.125rem;
    text-decoration: underline !important;
}
table td, table th {
	font-size:1.125rem;
}

body:not(.header):not(.footer) a,
.main-content a {
	font-size:1.125rem;
	line-height:1.7rem;
    
    /* Your link styles */
}

body{
    overflow-x: hidden;
}
button, input, optgroup, select, textarea{
	font-size:1.125rem !important;
}

/*helpdesk form error adjutsment*/
.elementor-select-wrapper.remove-before.elementor-error .select-caret-down-wrapper {
    inset-inline-end: 20px;
    top: 42%;
}

@media (max-width: 480px) {
    .elementor-select-wrapper.remove-before.elementor-error .select-caret-down-wrapper {
        inset-inline-end: 20px;
        top: 42%;
    }
	div#bbar-service-items>div {
    	padding: 10px 0px !important;
	}
	li.bbar-service-item button{
		font-weight:500 !important;
		padding: 5px 0px !important;
	}
}

/* homepage - application section */
.elementor-section.g-20 a.--eael-wrapper-link-tag {
  z-index: 0 !important;
}

#results_grid .dx-scrollable-scroll, #dataGridContainer .dx-scrollable-scroll, #servicesGrid .dx-scrollable-scroll{
	padding: 0px !important;
	background-color: #858585 !important;
}

.elementor-message.elementor-message-success {
    display: none !important;
}