:root {
    --navbar-background: #fff;
    --navbar-menu-item-hover: #0577a6;
    --line: #dee2e4;
    --footer-background: #0080B4;
    --hyperlinks-color: #1b303b;
    --font-color: #1b303b;
    --homepage-background-color: white;
    --primaryPanelHeader-background: #EDF0F6;

    --button-primary-background-color: #0080B4;
    --button-primary-color-background--hover: #0373a1;
    --button-primary-color: white;
    --button-primary-border:  #0e91c7;
    --button-pdding:  5px 15px;

    --button-border: #bebcd3;
    --button-color: #0080B4;
    --button-color-hover: #0373a1;
    --list-view-border-color: #0080B4;
    --button-font-weight: 500;
    --button-font-size: 13px;

    --action-button-font-size: 12px;

    --button-radius: 20px;
    --button-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    --action-button-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
    --button-shadow-hover: 1px 4px 4px rgba(0, 0, 0, 0.3);
    --button-background-color: #e6e8ee;
    --hyperlinks-color-hover: #1b308b;


    --panel-background: rgba(27,48,139,.05);
    --panel-background-detail: #f5f7fb;
    --side-bar-filter-item: transparent;

    --menu-footer-shift-to-right: auto;
    --homepage-max-width-large: 1350px;
    --homepage-max-width-medium: 1080px;
    --homepage-max-width-small: 880px;
    --homepage-max-width-tiny: 680px;
    --mobile-width: 900px;


    --content-container-panel-max-width: 1350px;
    --side-filter-panel-width: 250px;

    --font-awsome-color: #0a3081;

    --grid-font-color-header: #046a93;
    --grid-header-background: rgba(0, 128, 180, 0.1);
    --grid-border-color: rgba(14, 145, 199, 0.51);
    --grid-header-color: rgba(237, 240, 246, 0.5);
    --grid-row-alternative-background-color: #fff;
    --grid-row-alternative-background-color-odd: #EDF0F6;
    --grid-row-alternative-background-color-hover: #E5E1E1FF;

    --countdown-background: #dde2ec;
    --countdown-color: #046a93;

    --tab-header-detail-background-color: #eee4e4;
    --tab-header-sub-detail-background-color: #cedfe9;
    --tab-header-sub-detail-border-color: rgba(219, 230, 236, 0.82);
    --tab-header-offer-panel-background-color: #3d83a9;
    --input-background-color: white;
    --tab-panel-inside-container: #f1f2f3;
    --tab-panel-header-inside-body-container: #e9e9ef;
    --tab-border-radius: 20px;
    --header-content-color: black;
    --header-content-color-hover: 1px 2px 4px rgba(0, 0, 0, 0.44);
    --text-color: #1b308b;
    --text-color-hover: #210e34;
}
a, a:hover{
    color: #1b308b !important;
}
body {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    color: #1b308b !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, .popover-title, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

 .btn {
    transition: all .15s ease-out;
    border: 1px solid var(--button-border);
    background-color: var(--button-background-color);
    border-radius: var(--button-radius);
    box-shadow: var(--button-shadow);
    color: var(--hyperlinks-color);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    margin: 0 3px 0 3px;
    padding: var(--button-pdding);
    width: 115px;
    height: 35px;
}



.guest-login-panel {
    height: 5px
}

.login-cancel-panel-buttons {
    justify-content: center;
    position: relative;
    padding-bottom: 50px;
    display: flex;
}

.login-button {
    flex-grow: 4;
}

.content-background-picture {
    background-image: url(../images/carwin/background.png) ;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat !important;
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    color: whitesmoke;
    background-size: cover !important;
    background-position: center calc(0% - 57px) !important;
    height: 100%;
    min-height: 630px;
    object-fit: cover;
    z-index: -1;
}

.main-container {
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    overflow-y: auto;
}

.login-panel {
    height: 367;
    width: 357px;
    background-color: #edf0f5eb;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 20px;
    box-shadow: 16px 12px 14px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    padding: 10px 10px;
}

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

.remember-me-check-box {
    padding-top:0 !important;
}

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

.forget-container > a > span {
     color: #1b308b !important;
}

.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 420px;
  width:100%;
  height: calc( 100% - 80px);
}

.modal-title {
    font-weight: 400;
    margin: 0;
    line-height: 1.42857143;
}

.block-header {
    text-align: left;
    width: 100%;
    padding: 0 0px 15px 0;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-content {
    padding: 0;
    width: calc(100% - 85px);
    height: 257px;
}
.login-form-margin-60-t{
    height:20px;
}
input[type="text"].form-control, input[type="password"].form-control {
    background-color: #fff !important;
    border-radius: 15px;
    text-indent: 10px;
    box-shadow: none !important;
}
.mandatory-label{
    padding-left: 10px;
}
.form-horizontal .control-label{
    padding: 0;
}
.homepage-footer-menu-panel-link-container {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    padding: 0 10px 0 10px;
    height: calc(100% - 40px);
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #d6d6d6;
    color: #444;
    z-index:1;
    height:40px;

}

.content-boxed {
    margin: 3px auto;
    width: calc(100% - 90px);
    max-width: 1350px !important;
    display: flex;
    justify-content: flex-start;
}


@media (min-width: 1200px) and (max-width: 1400px) {
    .content-boxed {
        max-width: 1080px !important;
    }
}
@media (min-width: 851px) and (max-width: 1199px) {
    .content-boxed {
        max-width: calc(100% - 40px);
    }
}


.navbar-default{
    background-color: #fff;
    height: 80px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0 0 1px;
    top: 0;
}
.navbar-inverse {
    background-color: #1b308b !important;
    height:79px;
}
.logo-user {
    background-image: url(../images/carwin/login/user-icon.svg);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right center !important;
}
.header-logo {
    background-image: url(../images/carwin/logo.png) ;
    width: 144.5px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center !important;
}
.react-demo-logo {
    padding: 0;
    height: auto;
}
.homepage-footer-container{
   position: relative;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
   justify-content: center;
   height: 80px;
   border-top: 1px solid var(--line);
}
.homepage-footer-body-container {
    position: relative;
    background-color: #fff;
    height: calc(100%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-footer-body-panel {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}


.homepage-footer-menu-panel-link-container .homepage-footer-menu-panel-link-header-container {
    font-weight: 600;
    color: #1b308b !important;
}
.homepage-footer-menu-panel-link-header-container:hover{
    color: #1b308b !important;
}
.homepage-footer-menu-panel-link-header-container a {
    text-decoration: none;
    color: #1b308b !important;
    text-transform: uppercase;
}
.homepage-footer-menu-panel-link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    padding: 0 10px 0 10px;
    height: calc(100% - 40px);
}
.homepage-footer-menu-logo {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center !important;
    height: 40px;
    width: 144px;
    background-image: url(../images/carwin/logo.png);
}

footer {
    height: 45px;
    background-color: #0080b4;
    color: #fff;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    justify-content: space-between;
}

@media (max-width: 849px) {
    .react-demo-logo {
        margin-top: 0 !important;
        padding: 12px !important;
    }
}

@media screen and (max-width: 767px) {
    .content-background-picture {
	    background-size: cover !important;
    }
}


@media (min-width: 851px) and (max-width: 1199px) {

  }
  @media (max-height: 900px) {

  }
  @media (max-height: 600px) {
    nav {
      height: 60px;
    }
    main {
      height: calc(100vh - 93px);
    }
  }
.homepage-footer-menu-panel-link-body-container a{
    color:#40a9ff
}

.homepage-footer-menu-panel {
	min-width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 100;
	color: #0080B4;
	flex-direction: column;
}

.homepage-footer-menu-social-panel {
	height: auto;
	width: 140px;
	display: flex;
	margin-top: 7px;
	justify-content: space-between; /* To ensure equal spacing between the icons */
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b308b !important;
    border-color: #1b308b !important;
}