:root {
    --navbar-background: #0080B4;
    --navbar-menu-item-hover: #0577a6;
    --line: #FDCD39;
    --footer-background: #0080B4;
    --hyperlinks-color: #0080B4;
    --font-color: #0080B4;
    --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: #FDCD39;
    --button-color: #0080B4;
    --button-color-hover: #0373a1;
    --button-font-weight: 500;
    --button-font-size: 15px;
    --button-radius: 20px;
    --button-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    --button-shadow-hover: 1px 4px 4px rgba(0, 0, 0, 0.3);
    --button-background-color: #FDCD39;
    --hyperlinks-color-hover: #024662;
    --side-bar-filter-background: #eeeff594;
    --side-bar-filter-item: #eeeff5;
    --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: 230px;
    --font-awsome-color: #0373a1;
}
body {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.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/medplace/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: right center !important;
    height: 100%;
    min-height: 630px;
    object-fit: cover;
    z-index: -1;
}

.main-container {
    width: 100%;
    height: calc(100% - 125px);
    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: #cccfd563;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 20px;
}

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

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

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

.forget-container > a > span {
    color: #636664;
}

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

.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: #0080b4;
    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: #0080B4 !important;
    height:79px;
}

.header-logo {
    background-image: url(../images/medplace/logo.svg) ;
    width: 273px;
    height: 40px;
    background-size: cover;
}
.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: 101px;
   border-top: 1px solid var(--line);
}
.homepage-footer-body-container {
    position: relative;
    background-color: #e2e6ed;
    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: #0080B4 !important;
}
.homepage-footer-menu-panel-link-header-container:hover{
    color: #0080B4 !important;
}
.homepage-footer-menu-panel-link-header-container a {
    text-decoration: none;
    color: #0080B4 !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: 100px;
    width: 273px;
    background-image: url(../images/medplace/footer/logo-medplace-colorful.svg);
}



.logo-user {
    background-image: url(../images/medplace/login/user-icon.svg);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right center !important;
}
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: 970px) {
    .homepage-footer-container {
        display: none;
    }
}

@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 */
}

.homepage-footer-menu-social-facebook,
.homepage-footer-menu-social-twitter,
.homepage-footer-menu-social-linkedin {
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px; /* Adjust the size of the icon */
	height: 40px; /* Adjust the size of the icon */
	display: inline-block; /* Make sure the links are treated as blocks */
}

.homepage-footer-menu-social-facebook {
	background-image: url(../images/medplace/footer/facebook.svg);
}

.homepage-footer-menu-social-twitter {
	background-image: url(../images/medplace/footer/X.svg);
}

.homepage-footer-menu-social-linkedin {
	background-image: url(../images/medplace/footer/linkedin.svg);
}

/* Optionally, add a hover effect */
.homepage-footer-menu-social-facebook:hover,
.homepage-footer-menu-social-twitter:hover,
.homepage-footer-menu-social-linkedin:hover {
	opacity: 0.7; /* Add a hover effect to the icons */
}