﻿@media (min-width: 2500px) {
    .inner {
        max-width: 1800px;
        margin: auto;
    }
}

@media (min-width: 1300px) and (max-width: 2500px) {
    .inner {
        max-width: 1175px;
        margin: auto;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .inner {
        max-width: 970px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .inner {
        max-width: 740px;
        margin: auto;

    }
}

.background {
    background-image: url('../images/home/Main-background.svg');
    background-size: cover;
}

.half-highlighted {
    background: linear-gradient(0deg, #ffffb0 50%, transparent 50%);
}

.padding-left-20 {
    padding-left: 20%;
}

.padding-top-10 {
    padding-top: 10%;
}

.w-30{
    width: 30%;
}

.card.card-hover, .card.small-card-hover {
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

    .card.card-hover:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }
    
    .card.small-card-hover:hover {
        transform: scale(1.2);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 1000;
    border-radius: 30px;
}

.service-section-spacing {
    margin: 7% 0;
    min-height: 40vh
}

.service-background-color {
    background: #fff7db;
}

.service-header-background-color {
    background: #fffcf2;
}

.service-text-color {
    color: #4a3100
}

.service-image {
    -webkit-transform: translateY(-3rem);
    -moz-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    -o-transform: translateY(-3rem);
    transform: translateY(-3rem);
}

.service-padding-card {
    padding: 0 2.25rem;
}

.circle:after {
    content: '';
    height: 20rem;
    width: 20rem;
    background-color: #fffcf2;
    border-radius: 50%;
    top: -2rem;
    z-index: -1;
    position: absolute;
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-500 {
    font-weight: 500
}

.home-nav-text {
    font-size: 20px;
    font-weight: 600;
}

table {
    border-collapse: collapse;
}
.table {
	width: 100% !important;
	margin-bottom: 1rem;
	margin-top: 1rem;
	color: #000
}

	.table th, .table td {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #e3e6f0
	}

	.table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #e3e6f0
	}

	.table tbody + tbody {
		border-top: 2px solid #e3e6f0
	}


.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}

.video-section {
    margin: 3rem 0;
}

.add-button,
.try-now-button {
    background: #4e6172 !important;
    color: white !important;
    box-shadow: #a3adb8 1px 1px 2px 0px;
}

    .add-button:hover,
    .try-now-button:hover {
        background: #4e6172 !important;
        box-shadow: none !important;
    }

    .add-button:active,
    .try-now-button:active {
        background: #5e7182 !important;
        box-shadow: inset #4e6172 0px 0px 2px 2px;
    }

.try-now-button {
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    margin-top: 1rem;
    font-size: 18px;
}

table.dataTable {
    border-top: 1px solid #eceef0;
    border-bottom: 1px solid lightgray !important;
    box-shadow: inset lightgray 0px 2px 2px -2px;
}

    table.dataTable thead tr th {
        border-bottom: 1px solid #EDEFF1 !important;
        box-shadow: black 0px 3px 3px -4px;
        height: 40px;
        vertical-align: middle !important;
    }

    table.dataTable thead tr {
        font-weight: normal !important;
        font-size: 18px !important;
        background: white;
    }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none !important;
}

table.dataTable tbody td {
    vertical-align: middle !important;
    padding-left: 18px
}

table.dataTable td.dataTables_empty {
    text-align: center !important
}

table.dataTable tbody tr {
    height: 70px !important
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
    padding-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter {
    padding-bottom: 10px;
}

@media (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, div.dt-buttons, .filter-button {
        float: none !important;
        text-align: center !important;
    }
}

.dataTables_scrollHeadInner {
    width: inherit !important
}

.dt-button-collection {
    max-height: 525px;
    overflow-y: scroll !important;
}

button.dt-button.buttons-columnVisibility {
    background: #EDEFF1 !important;
    color: black;
}

    button.dt-button.buttons-columnVisibility.active {
        background: #4e6172 !important;
        color: white;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    background-color: #4e6172;
}

tr.noVis {
    display: none;
}

.dt-down-arrow {
    color: white !important;
}

table.DTCR_clonedTable.dataTable {
    width: max-content !important;
}

.filter-button {
    float: right
}

.dtsb-group, dtsb-clearAll {
    font-size: 18px;
}

.dtsb-title {
    font-size: 20px;
}

.dtb-popover-close {
    font-size: 22px;
    border: none !important;
    background: none !important;
}

.dtsb-option {
    color: black;
}

.dtsb-logic,
.dtsb-clearGroup,
.dtsb-add,
.dtsb-data,
.dtsb-condition,
.dtsb-value,
.dtsb-delete,
.dtsb-clearAll,
.dtsb-left,
.dtsb-right {
    background-color: #4e6172 !important;
    color: white !important;
    border-color: transparent !important
}

    .dtsb-logic:hover,
    .dtsb-clearGroup:hover,
    .dtsb-add:hover,
    .dtsb-data:hover,
    .dtsb-condition:hover,
    .dtsb-value:hover,
    .dtsb-delete:hover,
    .dtsb-clearAll:hover,
    .dtsb-left:hover,
    .dtsb-right:hover,
    div.dtsb-searchBuilder button.dtsb-button:hover {
        background-color: #5e7182 !important;
        color: white !important;
    }

    .dtsb-logic:active,
    .dtsb-clearGroup:active,
    .dtsb-add:active,
    .dtsb-data:active,
    .dtsb-condition:active,
    .dtsb-value:active,
    .dtsb-delete:active,
    .dtsb-clearAll:active,
    .dtsb-left:active,
    .dtsb-right:active,
    div.dtsb-searchBuilder button.dtsb-button:active {
        background-color: #5e7182 !important;
        color: white !important;
        border-color: #4e6172 !important;
    }

.button-outline {
    border: 1px solid #F1F3F5;
}

    .button-outline:hover {
        background: #F1F3F5;
        box-shadow: inset #e6e8eb 0px 0px 5px 2px;
    }

    .button-outline:active {
        background: #e6e8eb;
        box-shadow: none;
    }

.vh-85{
    height: 85vh;
}

.convert-card {
    margin-top: -10rem;
    padding: 5rem 3rem;
    max-width: 40rem;
}

.btn-grouped{
    margin-bottom: -1rem;
}

@media (max-width: 768px) {
    .btn-grouped {
        margin-bottom: 2rem;
    }
}