﻿.btn-uae-pass {
  border-radius: 22px;
  box-shadow: 0px 4px 10px 0px rgb(39, 156, 85);
  background-image: -webkit-linear-gradient(
    -265deg,
    rgb(54, 218, 155) 0%,
    rgb(52, 190, 177) 100%
  );
  background-image: -moz-linear-gradient(
    -265deg,
    rgb(54, 218, 155) 0%,
    rgb(52, 190, 177) 100%
  );
  background-image: -o-linear-gradient(
    -265deg,
    rgb(54, 218, 155) 0%,
    rgb(52, 190, 177) 100%
  );
  background-image: linear-gradient(
    -265deg,
    rgb(54, 218, 155) 0%,
    rgb(52, 190, 177) 100%
  );
  color: #fff;

  padding: 10px 0;
}
.divleft
{
      float: left;
}
.divright
{
      float:right; 
}

a {
  text-decoration: none !important;
  text-align: left;
}

.LoginCardContainer {
  max-width: 500px;
  margin: auto;
  position: relative;
  height: 290px;
}

body.en-US .announcement-item-div {
  float: left !important;
}

body.ar-AE .announcement-item-div-right {
  float: right !important;
}

body.ar-AE .announcement-item-div-left {
  float: left !important;
}



.LoginBottomBar {
  border-radius: 4px;
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(
    -262deg,
    rgba(183, 14, 42, 1) 0%,
    rgba(129, 0, 21, 1) 100%
  );
  background-image: -moz-linear-gradient(
    -262deg,
    rgba(183, 14, 42, 1) 0%,
    rgba(129, 0, 21, 1) 100%
  );
  background-image: -o-linear-gradient(
    -262deg,
    rgba(183, 14, 42, 1) 0%,
    rgba(129, 0, 21, 1) 100%
  );
  background-image: linear-gradient(
    -262deg,
    rgba(183, 14, 42, 1) 0%,
    rgba(129, 0, 21, 1) 100%
  );
  color: #fff;
  margin-top: -7px;
}

.Padding25 {
  padding: 25px;
  height: 75px;
}

.PaddingUaePass {
  padding-top: 30px;
}

.ImgMargin {
  margin-top: -7px;
}

.CardSimple.Card {
  position: absolute;
  top: 0px;
  z-index: 1;
  transition: all 0.25s cubic-bezier(0.06, -0.37, 0.99, 1.42) 0s;
}

.CardSimple.Card.top-65 {
  top: 70px;
  height: 250px;
}

.CardSimple.Card .gdrfa-visible,
.CardSimple.Card.top-65 .dubaiid-visible {
  display: block;
}

.CardSimple.Card .dubaiid-visible,
.CardSimple.Card.top-65 .gdrfa-visible {
  display: none;
}

.LoginBottomBar.position-bottom {
  position: absolute;
  width: 500px;
  bottom: 30px;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .Content.HomeLayout {
    padding: 110px 40px 180px 40px;
  }
  .mobile-visible {
    display: none;
  }
  .mob-forgot-links {
    display: none;
  }
  a {
    /* color: #790b06; */
    color: var(--primary-color) !important;
    font-size: 100%;
  }
  .fontheight-individual
  {
      font-size: 95%;
      font-weight: 100 !important;
  }
}
@media screen and (max-width: 1024px) {
  .Title_Section_Home {
    display: none;
  }
  .desk-logoImage {
    display: none;
  }
  a.Header_ButtonMenu {
    width: 48px !important;
    position: absolute;
  }
  .Content.HomeLayout {
    padding: 160px 26px 180px 26px !important;
  }
  Card_Title.Heading3 > .gdrfa-visible {
    display: none !important;
  }

  .gdrfa-visible > .ImgMargin {
    display: none;
  }
  .mobile-visible {
    text-align: center;
  }
  .mobile-visible > div:first-child {
    color: rgba(50, 65, 72, 1);
    margin-bottom: 20px;
  }
  .mobile-visible > div:first-child > .Heading2 {
    font-family: "Dubai";
    font-size: 150%;
  }
  .Heading-Individual {
    font-family: "Dubai";
    font-size: 200%;
    color: rgba(166, 168, 171, 1);
    border-top: 2px solid rgba(214, 214, 214, 1);
    padding-top: 6px;
  }

  label.gdrfa-visible {
    font-family: "Dubai";
    font-size: 100%;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
  }
  .Footer {
    padding: 0px 20px 20px 32px;
  }
  .CardSimple > .Card_Title.Heading3 > .gdrfa-visible {
    display: none;
  }
  .mob-forgot-links {
    border-top: 2px dotted rgba(214, 214, 214, 1);
    float: left;
    margin-top: 21px;
    width: 100%;
    font-size: 100%;
    padding-top: 17px;
  }
  .mob-forgot-links > div > a {
    font-family: "Dubai";
    font-size: 80% !important;
    color: rgba(177, 147, 146, 1) !important;
  }
  .Card_Actions > .gdrfa-visible > .ThemeGrid_Width8 {
    width: 51%;
    text-decoration: underline;
    font-family: "Dubai";
    font-size: 100%;
    color: rgba(121, 11, 6, 1);
    vertical-align: middle;
    margin-top: 4px;
  }
  .Card_Text > .gdrfa-visible > .ThemeGrid_Width6.ThemeGrid_MarginGutter {
    margin-left: 0px;
    margin-top: 17px;
  }
  .ar-AE .Card_Actions > .gdrfa-visible > div.ThemeGrid_Width4 {
    margin-right: -6px;
  }

  .gdrfa-visible input::placeholder {
    font-family: "Dubai";
    font-size: 100%;
    color: rgba(172, 172, 172, 1);
  }
  .Card_Actions.PH > .gdrfa-visible > div:nth-child(2) > input {
    font-family: "Dubai";
    font-weight: bold;
    font-size: 100%;
    margin-left: 24px;
  }
  .mob-forgot-links > div:nth-child(2) {
    text-align: right;
  }
  .Card_Text > .gdrfa-visible {
    margin-top: 38px !important;
  }

  .CardSimple.Card {
    border-radius: 12px !important;
  }
  .MainContent {
    padding: 0px;
  }
  #EIDAWebComponentBio {
    display: none;
  }
  
  .mb6{margin-bottom: 6px;}
  
  .mob-Vert-Align
  {
     /* margin-top: 35px !important;*/
  }
   .fontheight-individual
  {
      font-size: 95%;
      font-weight: 100 !important;
  }
}

/* Deprecated media query changed (SortSite) */
/* @media screen and (min-device-height: 550px) and (max-device-height: 650px) {
  .Footer {
   margin-top: -75px !important;
  }
}
@media screen and (min-device-height: 650px) and (max-device-height: 750px) {
  .Footer {
   margin-top: -100px !important;
  }
}
@media screen and (min-device-height: 750px) and (max-device-height: 850px) {
  .Footer {
   margin-top: -175px !important;
  }
} */

@media screen and (min-height: 550px) and (max-height: 650px) {
  .Footer {
   /* margin-top: -75px !important; */
  }
}
@media screen and (min-height: 650px) and (max-height: 750px) {
  .Footer {
   /* margin-top: -100px !important; */
  }
}
@media screen and (min-height: 750px) and (max-height: 850px) {
  .Footer {
   /* margin-top: -175px !important; */
  }
}

a.sc-btn-uaepass {
    background-color: white;
    color: black !important;
  
    border: solid 1px black;
    /* pointer: cursor;*/
    width: 100%;
    height: 2.5em;
    margin: 10px 0px;
    display: flex;
    position: relative;
    text-align: center;
    padding: 10px;
    justify-content: center;
    align-items: center;
    font-size: 80% !important;
}

a.sc-btn-uaepass-new {
    background-color: white;
    /* color: black !important; */  
    /* border: solid 1px black; */
    /* pointer: cursor;*/
    width: 100%;
    height: 2.5em;
    margin: 10px 0px;
    display: flex;
    position: relative;
    text-align: center;
    padding: 10px;
    justify-content: center;
    align-items: center;
    font-size: 80% !important;
}

a.sc-btn-uaepass-new:hover {
    border: solid 2px rgba(0, 167, 111, 0.3);
}

a.sc-btn-uaepass-new:focus {
    border: solid 2px rgba(0, 167, 111, 0.3);
    color: rgba(0, 167, 111, 0.3) !important;
    outline-style: unset !important;
}

.sc-btn-uaepass-image {
    width: 1.6em;
    text-align: center
}

.mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.horizontal-or {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.light-divider {
    border-bottom: dotted 2px rgb(204 204 204);
    height: 1px;
    width: 100%;
}