/* General Begin */
body {
    font-size: 16px;
    /* font-family:futura-pt,sans-serif;     */
    font-family:  "Roboto", sans-serif; 

    overflow-x: hidden;
}

.text-left {
    text-align: left;
}

.align-right {
   text-align: right;
}

.fw-light {
    font-weight: 200;
}

.accent-blue {
    color: #06496C;
}

.accent-gray {
    color: #757575
}

.display-flex-between {
    display: flex; 
    justify-content: space-between;
}

.display-inline {
    display: inline;
}

/* General End */

/* Spacing Begin */
.m-t-20 {
    margin-top: 20px;
}

.m-b-24 {
    margin-bottom: 24px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.m-b-64 {
    margin-bottom: 64px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-t-80 {
    margin-top: 80px;
}
/* Spacing End */


/* Buttons Begin */
a {
    text-decoration: underline;
    cursor: pointer;
}
.btn-primary {
    background: #323232;
    border-radius: 8px;
    border: 1px solid #323232;
    transition: .5s all;
}

.btn-secondary {
    background: #ffffff;
    color: #323232;
    border: 1px solid #323232;
    border-radius: 8px;
}

.btn-light {
    background: #ffffff;
    border: 1px solid #cccccc;
}

.btn-loading {
    background: #0097FF;
}

.btn-link {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.btn-primary:hover {
    background: #06496c;
    transition: .5s all;
}

.btn-secondary:hover {
    background: #B7B7B7;
    color: #323232;
    transition: .5s all;
}

.btn-loading:hover {
    background: #0097FF;
    cursor: not-allowed;
}

.btn-link:hover {
    color: #06496c;
}
/* Buttons End */

/* Nav Begin */
.navbar {
    background: #06496C;
    padding: 16px 60px;
}

.navbar-brand {
    cursor: pointer;
}

.nav-link {
    color: #ffffff;
    text-decoration: none !important;
    cursor: pointer;
}

.nav-link:hover {
    color: #ee283b;
}

.nav-link:focus {
    color: #ffffff;
}

.navbar-logout {
    justify-content: end;
}

.navbar-toggler {
    background-color: #ffffff;
}

.navbar-logout {
    float: right;
}

.navbar-logout .fa-user {
    margin-right: 8px;
}

.dropdown-menu {
    transition: all 400ms ease 0s;
    box-shadow: 0 3px 40px rgba(0,0,0,.05);
    border-radius: 0px;
    background: #ffffff;
    opacity: 0;
    display: block;
}

.dropdown-menu li:hover {
    background: #fafafa;
    color: #ee283b;
}

.dropdown-menu a {
    padding: 6px 20px;
}

.dropdown-item:hover {
    color: #ee283b !important;
}

.navbar-nav .nav-link.show {
    color: #ee283b !important;
}

.dropdown-toggle:hover .dropdown-menu {
    opacity: 1;
    
}

.opacity-1 {
    opacity: 1;
}

.dropdown-toggle::after {
    display: none !important;
}

.nav-dropdown-arrow {
    font-size: 14px;
    margin: 2px 0px 0px 2px;
}
/* Nav End */

/* Badges Begin */
.header-badge {
    font-size: 14px; 
    font-weight: 500; 
    padding: 8px; 
    margin-bottom: 8px;
}
/* Badges End */


/* Hero Begin */
.hero-bg-full {
    background-image: url(/motivair/assets/hero-bg-full-3.png);
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 32px;
    background-size: cover;
    max-height: 680px;
    padding-top: 122px; 
    margin-bottom: 310px;
}

.hero-bg-small {
    background-image: url(/motivair/assets/hero-bg-small-2.png);
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 32px;
    background-size: contain;
}

.hero-bg-small:not(:last-child) {
    margin-bottom: 60px;
}

.chilled-hero-image {
    margin-top: 80px;
}

.cdu-hero-image {
    margin-top: 170px;
}

.cdu-hero-content {
    margin-top: -20px;;
}

.hero-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 100;
    font-size: 44px;
}

.hero-title-small {
    color: #323232;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 100;
    margin-top: 40px;
}

.hero-model-title {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.reg-trade {
    font-size: 18px;
    margin-left: 5px;
}

.reg-trade-radio {
    font-size: 14px;
    margin-left: 4px;
}

.hero-model-description{
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

.hero .btn-primary {
    margin-bottom: 16px;
}
/* Hero End */


/* Button Group Card Begin */
.btn-group-card {
    background: #b7b7b7;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    display: inline-flex;
}

.RadioButton .btn {
    position: relative;
    line-height: 30px;
    cursor: pointer;
    z-index: 100;
    padding: 16px 32px;
    font-size: 16px;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
}

.btn-default {   
    color: #323232;
    background: #b7b7b7;
    z-index: 0;
}

.btn.btn-default.btn-active {
    color: white;
    z-index: 200;
    background: #323232;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
}

.RadioButton .btn:active, .btn:first-child:active {
    border-color: transparent;
}

.RadioButton .btn:nth-child(2)::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #323232;
    color: #ffffff;
    position: absolute;
    top: 0;
    transition: .3s all ease;
    z-index: -1;
    left: 0px;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
}

.btn-active:first-child ~ .btn::before {
    transform: translateX(calc(-4px - 200%));
}
.btn-active:nth-child(1) ~ .btn::before {
    transform: translateX(calc(-2px - 100%));
}
/* Button Group Card End */

/* Cards Begin */
.card-show {
    display: block;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}

.card-hide {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    display: none;
    opacity: 0;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cdu-card-container {
    margin-top: 40px;
}

.chilled-card-container {
    margin-top: 40px;
}

.card-container {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0 rgba(193, 193, 193, .25);
    padding: 32px 16px;
    margin-bottom: 64px;
}

.card-container-title {
    margin: 40px 0; 
    font-weight: 300
}

.chilled-card-image {
    margin-left: -60px;
}

.chilled-card-title {
    font-size: 1.9rem;
    text-align: right;
    margin-top: -60px;
    margin-bottom: 20px;
}

.cdu-floor-card-title {
    font-size: 32px;
    text-align: right;
    margin-top: -85px;
    margin-bottom: 32px;
}

.cdu-rack-card-title {
    font-size: 31px;
    text-align: right;
    margin-top: -84px;
    margin-bottom: 32px;
}

.card-info {
    display: flex; 
    justify-content: space-between;
    border-bottom: 1px solid #cacaca;
    padding: 8px 16px;
}

.card-actions {
    padding: 24px 0px;
    text-align: right;
}

.card-actions .btn-secondary, .form-actions .btn-secondary {
    margin-right: 16px;
}
/* Cards End */

/* Configuration Hero Begin */
.hero-content {
    margin-top: 80px;
}

.configuration-notification {
    border: 1px solid #CCEFFC; 
    border-radius: 2px; 
    padding: 16px; 
    color: #06496C;
    width: fit-content;
}

.configuration-notification ul {
    margin-bottom: 0px !important;
}

.notification-icon {
    padding-right: 8px;
}

/* Configuration Hero End */

/* Form Begin */
.form-hero-sub-title {
    font-size: 20px; 
    margin-bottom: 4px;
}

.form-hero-title {
    font-size: 32px; 
    font-weight: 800; 
    margin-bottom: 16px;
}

.form-container {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0 rgba(193, 193, 193, .25);
    margin-bottom: 64px;
}

.form-image-bg {
    background: radial-gradient(#CCEFFC 10%, #5C85AB);
    border-radius: 8px 0px 0px 8px;
    position: relative;
    display: flex;
    align-items: center;
}

.form-header {
    background: #F3F5F7; 
    color: #1A1A1A; 
    padding: 24px 48px; 
    border-radius: 0px 8px 0px 0px; 
    font-weight: 500; 
    font-size: 18px;
}

.form-content {
    padding: 32px 48px;
}

label {
    display: block;
    margin-bottom: 4px;
}

.form-input-margin {
    margin-bottom: 24px;
}

.form-actions .btn-secondary .btn-light {
    margin-right: 16px;
}

.results-content {
    padding: 32px;
}

.results-details-container {
    height: 100%;
}

.results-details-title {
    font-size: 24px;
}

.results-details-header {
    display: flex; 
    justify-content: space-between;
}

.results-recommendation-header {
    background: #323232; 
    padding: 48px; 
    border-radius: 8px 8px 0px 0px; 
    color: #fff; 
    font-size: 36px; 
    font-weight: 200;
}

.results-recommendation-sub-header {
    background-image: linear-gradient(to right, rgba(238,40,59,1), rgba(143,49,59,1)); 
    padding: 24px;
}

.results-recommendation-sub-header-title {
    font-size: 36px; 
    color: #fff;
}

.results-recommendation-image {
    padding: 24px;
}

.results-recommendation-cta-container {
    padding: 40px 56px;
}

/* .results-recommendation-cta-reset {
    margin-top: 24px;
} */

.configuration-results-show {
    display: flex;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}

.configuration-form-show {
    display: block;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}

/* .configuration-hide {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    display: none;
    opacity: 0;
} */

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Form End */

/* Footer Begin */
.footer-container {
    background: #323232; 
    color: #ffffff;
}

footer {
    padding: 48px 64px;
    margin-top: 80px;
}

footer p{
    font-size: 14px;
    margin-top: 24px;
    line-height: 24px;
    font-weight: 300;
}
/* Footer End */

/* Product Page Begin */
.back-button {
    text-align: right; 
    margin-top: 36px;
    cursor: pointer;
}

.product-info-container {    
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex; 
    justify-content: space-between;    
}

.product-title {
    font-size: 24px; 
    margin: 16px 0px 8px 0px;
    text-align: left; 
}

.product-summary-container {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0 rgba(193, 193, 193, .25);
    padding: 32px 16px;
    margin-bottom: 64px;
    background: #F3F5F7; 
    margin-bottom: 24px;
}

.product-info {
    display: flex; 
    justify-content: space-between;
    border-bottom: 1px solid #cacaca;
    padding: 16px;
}

.product-no-info {
    text-align: left; 
    margin: 24px 0px 16px 16px;
}

.product-icon {
    font-size: 64px;
    color: #06496C;
}

.product-small-key {
    font-size: 12px; 
    font-weight: 200; 
    padding: 16px;
}

.product-icon-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.product-icon-description {
    font-size: 16px;
    font-weight: 300;
}

.section-heading {
    font-size: 36px;
    color:#06496C;
    font-weight: 700;
   
}

.section-heading:after {
    content:"";
    display: block;
    border-bottom: 8px solid #EE283B;
    width: 94px;
    margin: 16px 0 40px 0px;
}

.accordion-button {
    font-size: 36px;
    background-color: #ffffff !important;
    border-bottom: 1px solid #cacaca;
    color: #323232;
}

.accordion-body {
    padding-top: 0;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #323232;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item:not(:first-child) {
    margin-top: 64px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.section-heading-2 {
    font-size: 36px;
    background-color: #ffffff !important;
    border-bottom: 1px solid #cacaca;
    color: #323232;
    padding: 16px;
}

.table-highlight {
    background: #f2f2f2 !important;
    font-weight: bolder;
}


.slider-container {
    --bs-gutter-x: 0;
}

.slider-button {
    color: #ffffff;
    padding: 56px 0px;
    background:#323232;
    font-size: 24px;
    cursor: pointer;
}

.slider-button-active {
    background: #1a1a1a;
}

.slider-button:hover {
    background: #06496C;
}

.slider-button-two-line {
    display: flex; 
    justify-content: center; 
    text-align: left
}

.slider-icon {
    margin-right: 16px;
}

.slide-image {
    width: 100%
}

.slide-image img {
    width: 100%
}

.slide-2 {
    display: none;
}

.slide-3 {
    display: none;
}

.slider-placeholder {
    background: #CCEFFC; 
    height: 800px;    
    font-size: 48px;
    padding-top: 200px;
}
/* Product Page End*/

/* Product Gallery Begin */
.gallery {
	/* position: absolute; */
    position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	overflow: hidden;
}

.gallery .inner {
	position: relative;
	overflow: hidden;
	display: block;
	width: auto;
	max-width: 800px;
}

.gallery img {
	display: none;
}

.main, .cd__main {
       display: block !important;
	position: relative;
	width: 100%;
    height: 650px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	margin-bottom: -40px;
}

.main:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.main-selected {
	animation: crossfade 0.5s ease;
	-webkit-animation: crossfade 0.5s ease;
	-moz-animation: crossfade 0.5s ease;
}

@keyframes crossfade {
	0% { opacity: 0.7; }
	100% { opacity: 1; }
}

@-webkit-keyframes crossfade {
	0% { opacity: 0.7; }
	100% { opacity: 1; }
}

@-moz-keyframes crossfade {
	0% { opacity: 0.7; }
	100% { opacity: 1; }
}

.thumb-roll {
    position: relative;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;	
    white-space: nowrap;
}

.thumb {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	cursor: pointer;
    border: 2px solid #dddddd;
}

.thumb:last-of-type {
	margin-right: 0px;
}

.thumb:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.thumb.current:after {
	cursor: pointer;
}
/* Product Gallery End */

/* Modal Begin */
.body-overflow-y {
    overflow-y: hidden;
}

.modal {
    --bs-modal-margin: 3.75rem;
}

.modal-display {
    display: block; 
    /* background-color: rgba(0, 0, 0, 0.7) */
    background: aliceblue;
}

.modal-hide {
    display: none;
}

.modal-dialog {
    /* margin-top: 64px;
    margin-bottom: 64px; */
}

.modal-body {
    padding: 24px;
}

.modal-body p {
    color: #626262;
}

.modal-footer {
    padding: 16px;
}

.modal-footer .btn-secondary {
    margin-right: 16px;
}

.modal-logo {
    width: 150px;
}
/* Modal End */


/* Quantity Picker Begin */
.quantity-picker {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    max-width: 140px;
    height: 36px;
}

.quantity-picker button {
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.quantity-picker input {
    text-align: center;
    border: none;
    width: 60px;
    font-size: 16px;
    outline: none;
}
/* Quantity Picker End */

/* My Projects Begin */
.my-project-filter-container {
    text-align: left; 
    padding: 24px 0px 64px 0px;
}

.my-project-filter-title {
    padding-right: 32px;
}

.my-project-filter-margin {
    margin-right: 8px;
}

.my-project-dropdown {
    border: 1px solid #EBEAEA !important;
}

.my-project-card {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0 rgba(193, 193, 193, .25);
    padding: 24px 16px 8px 16px;
    margin-bottom: 64px;
}


.my-project-card-header {
    display: flex; 
    justify-content: space-between; 
    padding-bottom: 32px;
}


.my-project-card-title {
    font-size: 24px;
}

.my-project-card-badge {
    font-size: 14px; 
    font-weight: 500; 
    padding: 8px;
}

.my-project-button {
    width: 100%;
}
/* My Projects End */


/* Project Summary Begin */
.project-header-container {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border: 1px solid #dcdcdc; 
    padding: 16px; 
    border-radius: 8px;
}


.project-header-title {
    font-size: 32px; 
    font-weight: 500; 
    margin-right: 8px;
}

.project-header-title-contents {
    display: flex; 
    align-items: center;
}


.project-header-details {
    color: #757575
}

.project-header-edit {
    font-size: 16px; 
    padding: 8px; 
    background: #EBEAEA; 
    border-radius: 8px;
}

.project-summary-card {
   background:#F8F8F8; 
   padding:24px; 
   border-radius:8px; 
   border:1px solid #e4e4e4; 
   text-align: left;
}

.project-card-title {
    font-size: 24px; 
    font-weight: 500
}

.project-card-delete {
    margin-right: 8px;
}


.product-info-no-border {
    display: flex; 
    justify-content: space-between;
    padding: 8px 0px;
}

.project-card-subtitle {
    font-size: 18px; 
    font-weight: 600;
}

.project-card-access-title {
    font-size: 16px; 
    font-weight: 500;
}

.product-access-card {
    border: 1px solid #CACACA; 
    padding: 8px; 
    border-radius: 12px; 
}

.product-access-card-content {
    padding: 24px 0px;
}

.product-access-card-price {
    color: #06496C;
}

.product-cost-total {
    font-size: 20px; 
    font-weight: 700;
}

.product-cost-button-secondary {
    width: 100%; 
    margin: 16px 0px;
}

.product-cost-button-primary {
    width: 100%;
}

.proiject-summary-assistance-margin {}

/* Project Summary End */

/* Terms Page Begin */
/* .terms-header {
    padding: 20px;
    background: #f7f7f7;
    color: #06496C;
}

.terms-body {
    padding: 24px
}

.terms-title {
    font-size: 32px;
    font-weight: 700;
}

.terms-body p {
    color: #626262;
}

.terms .modal-footer {
    padding: 20px;
    background: #f7f7f7;
} */
/* Terms Page End */

/* Media Queries Begin */
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
   
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .chilled-card-title {
        font-size: 1.5rem;
    }
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .navbar {
        padding: 16px 24px;
    }

    .card-container {
        margin-bottom: 32px;
    }
    
    .chilled-card-title {
        font-size: 1.9rem;
    }

    .table-small {
        overflow-x: scroll;
    }

    .table-responsive-md {
        padding-left: 0px;
    }

    .table th:first-child {
        position: sticky;
        left: 0px;
    }

    .table th:first-child:after {
        box-shadow: 15px 0 15px -20px inset;
        content: " ";
        height: 100%;
        position: absolute;
        top: 0;
        right: -15px;
        width: 15px;
    }

    th {
        font-size: .9rem;
    }

    .slider-buttons-container {
        display: block;
    }

    .product-icon-container {
        display: block;
    }

    .product-icon-container .col {
        margin-bottom: 32px;
    }

    .form-image-bg {
        display: none;
    }

    .hero-content {
        margin: 0px auto 48px auto;
        text-align: center;
    }

    .configuration-notification {
        text-align: left;
        margin: 0 auto;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .navbar-nav {
        margin-left: 40px;
    }

    .navbar-nav .nav-link {        
        margin-left: 16px;
    }
 }
/* Media Queries End */