/* 
Theme Name:		 hello-elementor-child
Theme URI:		 http://childtheme-generator.com/
Description:	 hello-elementor-child is a child theme of hello-elementor, created by ChildTheme-Generator.com
Author:			 Icecube Digital
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/

*{
    word-wrap: break-word;
}
.container {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
figure {
    margin: 0;
    line-height: 0;
}
.common-banner {
    text-align: center;
    position: relative;
}
.common-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var( --e-global-color-primary );
    opacity: 0.5;
}
.common-banner img {
    max-height: 28.5vw;
    width: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.icd-form-wrapper {
    padding: 70px 0;
}
.icd-form-wrapper form .icd-form-group {
    margin-bottom: 15px;
}
.icd-form-wrapper form label {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}
.icd-form-wrapper form input.btn, .icd-form-wrapper .icd-report-wrapper button.buttons-excel {
    border-color: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 30px;
    margin: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1.5;
}
.icd-form-wrapper form input.btn:hover, .icd-form-wrapper .icd-report-wrapper button.buttons-excel:hover, .icd-form-wrapper form input.btn:focus, .icd-form-wrapper .icd-report-wrapper button.buttons-excel:focus {
    background: var( --e-global-color-primary ) !important;
    color: white;
    border-color: var( --e-global-color-primary ) !IMPORTANT;
}
#icd-connection-report_wrapper .dt-layout-row:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.icd-form-wrapper .dt-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.icd-form-wrapper .dt-search label {
    font-weight: 700;
}
.icd-form-wrapper .dt-search input {
    min-width: 310px;
    height: 45px;
    margin: 0 !important;
}
.icd-form-wrapper .dt-search {
    margin: 0;
}
.icd-form-wrapper .icd-report-wrapper {
    margin-top: 40px;
    position: relative;
}
.icd-form-wrapper .title {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.icd-form-wrapper .dt-container .dt-paging .dt-paging-button, .icd-form-wrapper .dt-container .dt-paging .dt-paging-button.disabled {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    margin: 3px;
    background: transparent !important;
    font-weight: 500;
    min-width: 42px;
    height: 42px;
    color: #000 !important;
}
.icd-form-wrapper .dt-container .dt-paging .dt-paging-button:hover, .icd-form-wrapper .dt-container .dt-paging .dt-paging-button.current, .icd-form-wrapper .dt-container .dt-paging .dt-paging-button.disabled:hover {
    background: var( --e-global-color-primary ) !important;
    border-color: var( --e-global-color-primary ) !important;
    box-shadow: none;
    color: white !important;
}
.icd-form-wrapper .dt-layout-table {
    margin-bottom: 10px;
}

.icd-form-wrapper .dt-layout-table > .dt-layout-cell {
    overflow-x: auto;
}
.icd-form-wrapper .dt-layout-table .dt-layout-cell * {
    white-space: nowrap;
}
.icd-report-loader-wrapper {
    margin-bottom:200px;
}
.icd-form-wrapper .loader {
    border: 5px solid #b9b9b9;
    border-radius: 50%;
    border-top: 5px solid #5a5757;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin .75s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 999;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media screen and (max-width:767px) {
    .common-banner img {
        max-height: 180px;
    }
	.icd-form-wrapper {
		padding: 40px 0;
	}
}
@media screen and (max-width:575px) {
    #icd-connection-report_wrapper .dt-layout-row:first-child {
        justify-content: center;
    }
    #icd-connection-report_wrapper .dt-layout-row:first-child * {
        width: 100% !important;
    }
    .icd-form-wrapper .dt-search input {
        min-width: 100%;
    }
}