
body {
  margin: 0;
  font-family: 'Google Sans';
}

#output {
  width: 100%;
  margin: auto;
}

.wizard-iframe-container {
  margin: auto;
  margin-top: 2% !important;
}

#migration-guide {
  text-transform: uppercase;
  color: #5F6367;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3.5%;
}

#wizard-card {
  border-radius: 16px;
  padding: 36px;
  background: #FFFFFF;
  border: 1px solid #0000001F;
}

#left-child {
  width: 64%;
}
.main-content {
  display: flex;
}

.chip-data {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Google Sans';
  color:#5F6367;
  width: 98%;
  margin-bottom: 24px;
  font-family: "Google Sans Text";
}

#left-child-steptwo {
  width: 64%;
  margin-right: 4%;
}

#right-child-steptwo {
  width: 32%;
}

.errorMsg {
  color:#D93025;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: -1%;
}

#card-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  font-family: 'Google Sans';
  margin: 0;
}

.page-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #5F6368;
  font-family: "Google Sans Text";
  margin-bottom: 8px;
}

.card-title2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Google Sans';
  margin: 0;
}

#stepthree-card-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  font-family: 'Google Sans';
  margin: 0;
}

#card-subTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Google Sans Text';
  width: 97%;
  margin-bottom: 36px;
  margin-top: 16px;
  color: #5F6367;
}

.card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Google Sans Text';
  color: #5F6367;
  /* width: 81%; */
}

.assessCard-links, .migrateCard-links, .convertCard-links {
  display: flex;
  margin-bottom: 0;
}

.assess-link1, .assess-link2, .convert-link1, .convert-link2, .migrate-link1, .migrate-link2 {
  width: auto;
  margin-right: 8px;
  margin-bottom: 0;
  font-family: 'Google Sans';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  border: 1px solid #DADCE0;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
}

.assess-link1:hover a, .assess-link2:hover a, .convert-link1 a, .convert-link2 a, .migrate-link1 a, .migrate-link2 a {
  text-decoration: none !important;
}

.assess-link1:hover, .assess-link2:hover, .convert-link1:hover, .convert-link2:hover, .migrate-link1:hover, .migrate-link2:hover {
  background: #E7F0FE;
  color: #1A73E8;
  text-decoration: none !important;
}

.assessDoc1, .assessDoc2, .convertDoc1, .convertDoc2, .migrateDoc1, .migrateDoc2 {
  margin-right: 32px;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Google Sans Text';
  color: #5F6367;
}  

.assess-title, .migrate-title, .convert-title {
  font-family: 'Google Sans Text';
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

#steptwo-card-subTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Google Sans Text';
  color: #5F6367;
  width: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
}

#right-child {
 width: 36%;
}

#steptwo-right-child {
  margin-top: 2%;
  width: 34%;
}

#chips-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: 36px;
}

#chips-container2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 71%;
}

#steptwo-chips-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.errorIcon {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 9px;
}

.bulbIcon {
  width: 16px;
  height: 20px;
  vertical-align: middle;
  margin-right: 9px;
  margin-bottom: 1px;
}

.dbIcon {
  display: inline;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 4px;
  margin-top: 22px;
}

.chips {
  border: 1px solid #DADCE0;
  color:#202124;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  font-family: 'Google Sans Text';
  border-radius: 8px;
  width: auto;
  padding: 3.5px 18px;
  margin-right: 16px;
  cursor:pointer;
}

.otherChip {
  border: 1px solid #DADCE0;
  color:#202124;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  font-family: 'Google Sans Text';
  border-radius: 8px;
  width: auto;
  padding: 3.5px 18px;
  margin-right: 16px;
  cursor:pointer;
}

.chips:hover, .steptwo-chips:hover, .otherChip:hover {
  color: #175ABC;
  background: #E7F0FE;
  border: 1px solid #1967D2;
}

.steptwo-chips {
  border: 1px solid #DADCE0;
  color:#202124;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  vertical-align: middle;
  font-family: 'Google Sans';
  border-radius: 8px;
  width: auto;
  padding: 3.5px 18px;
  margin-right: 9px;
  margin-bottom: 45px;
  cursor:pointer;
}

.dynamic-margin {
  margin-top: -25px;
}

.dbImg {
  width: 100%;
  height: 100%;
  border: 1px solid #0000001F;
  border-radius: 12px;
}

.db-title {
  color: #1A73E8;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: "Google Sans Text";
}

.active-chip {
  color:#175ABC;
  border: 1px solid #1967D2;
  background: #E7F0FE;
}

.steptwo-active-chip {
  color:#175ABC;
  background: #E7F0FE;
  border: 1px solid #1967D2
}


.db-subtitle {
  color: #5F6367;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  width: 89%;
  margin-bottom: 25px;
  margin-top: 0px;
  font-family: "Google Sans Text";
}

.steptwo-graphics-container {
  width: 100%;
  height: 100%;
}

.steptwo-footer {
  margin-top: 6%
}

#question {
width: auto;
color: #5F6367;
font-size: 16px;
line-height: 28px;
font-family: 'Google Sans Text';
}

#question a {
  text-decoration: underline !important;
}

#question a:hover {
  text-decoration: none !important;
}

#stepthree-question {
width: 100%;
color: #5F6367;
font-size: 26px;
line-height: 28px;
font-family: 'Google Sans Text';
margin-bottom: 2%;
margin-top: 5%;
font-weight: 400;
}

.footer_button {
  margin: 12px auto auto auto;
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.question-link, .footer_button {
  color: #1A73E8;
  text-decoration: none;
}

.question-link:hover, .footer_button:hover { 
  color: #174ea6;
  text-decoration: underline;
}

.continue-button {
  background-color: #1A73E8;
  width: auto;
  border: 1px solid #1A73E8;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  margin-right: 36px;
  padding: 14px 24px;
  font-weight: 500;
  font-family: 'Google Sans';
  cursor: pointer;
}

.continue-button:hover, .contact-button:hover {
  background-color: #174ea6;
}

.back-button:hover, .download-button:hover {
  background: #E7F0FE;
}

.back-button, .download-button {
  color: #1A73E8;
  font-family: 'Google Sans';
  background-color: #FFFFFF;
  width: auto;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 24px;
  border: 1px solid#DADCE0;
  font-weight: 500;
  margin-right: 16px;
  cursor:pointer;
  text-decoration: none;
}

#stepthree-back-button {
  width: 0px;
}

.page-number {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.steptwo-page {
  margin-top: 20%;
}

.wizard-graphic {
  height: 100%;
  background-color: #D9D9D9;
}

.graphics-container {
  border-radius: 24px;
}


.banner {
  background: #F9E29D;
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 0;
  font-family: "Google Sans Text";
}

.video-container {
  border: 1px solid #DADCE0;
  border-radius: 16px;
  height: auto;
}

.youtube-video {
  height: 223px;
}

.steptwo-video {
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 99%;
}

.video-caption {
  margin: 16px;
}

.wizard-footer {
  margin-top: 36px;
}

#migration-cards-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 12px;
}

.migration-card {
  border: 1px solid #0000001F;
  border-radius: 8px;
  padding: 24px;
  height: auto;
  margin-bottom: 24px;
}

.card-number {
  background-color: #1A73E8;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #0000001F;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 26px;
  float: left;
  margin-top: -5px;
  margin-right: 8px;
}

.card-heading {
  margin: 0;
}

.card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 5%;
  height: 50px;
  font-family: "Google Sans Text";
  color: #202124;
}

.card-links {
  color: #1A73E8;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.link1 {
  margin-right: 30px;
  margin-left: 12px;
}

.videoLabel{
  font-size: 11px;
  line-height: 28px;
  font-weight: 500;
  color: #5F6368;
  text-transform: uppercase;
  margin: 0;
}

.videoDescription {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 12px;
}

.videoDuration {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color:#5F6368;
  margin: 0;
}

.large {
  display: inline-block;
}
.small {
  display: none;
}

.contact-button {
  background-color: #1A73E8;
  width: auto;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 24px;
  font-weight: 500;
  font-family: 'Google Sans';
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #1A73E8;
} 
 .card-header {
  display: flex;
  margin-bottom: 28px;
 }

@media screen and (max-width: 767px) {

  .assess-title, .migrate-title, .convert-title {
    font-size: 20px;
    line-height: 28px;
  }

  .card-number {
    margin-top: 3px;
  }


  .large {
    display: none;
  }
  .small {
    display: inline-block;
  }
    .main-content {
      flex-direction: column;
    }
    .graphics-container {
      margin-left: 0px;
      margin-bottom: 36px;
    }
    #left-child {
      width: 100%;
    }
    #right-child {
      width: 100%;
    }

    #left-child-steptwo {
      width: 100%;
      margin-right: 0px;
    }

    .db-title {
      font-size: 18px;
    }

    .card-subTitle {
      margin-bottom: 10px;
    }

    #right-child-steptwo {
      width: 100%;
    }

    .video-container {
      margin-bottom: 11%;
    }

    .dynamic-margin {
      margin-top: 0;
    }

    .assessCard-links, .migrateCard-links, .convertCard-links {
      flex-direction: column;
      margin-bottom: 0;
    }

    .assess-link1, .assess-link2, .convert-link1, .convert-link2, .migrate-link1, .migrate-link2 {
      margin-bottom: 15px;
      margin-right: 0;
    }

    .assessDoc1, .assessDoc2, .convertDoc1, .convertDoc2, .migrateDoc1, .migrateDoc2 {
      margin-bottom: 0;
      margin-right: 0;
    }  

}

.ytp-large-play-button-red-bg .ytp-large-play-button-bg {
  fill: black !important;
}



/*Product Database */



.product-cards{
  margin-top: 24px;
  display: flex;
  column-gap:24px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 24px;
  /* grid-template-columns: auto auto auto; */
}
.product-single-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 36px;
  text-align: left;
  height: auto;
  width: 26%;
  border: 1px solid #0000001F;
  cursor: pointer;
  text-decoration: none;
}

.product-single-card:hover {
  transition: border .2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-card_headline {
  color: #202124;
  font-weight: 500;
  font-size:20px;
  line-height: 28px;
  font-family: "Google Sans";
  width: 100%;
  margin: auto;
}
.product-card_description {
  color: #5F6367;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 4px;
  width: 100%;
}
.product_icon {
  width: 39px;
  height: 39px;
  padding-bottom: 10px;
}
.arrow_image {
  height: 16px;
  width: 16px;
  float:right;
  padding-top: 10px;
}

/* Mainpage CSS */

.main {
margin:auto;
width: 82%;
max-width: 1296px;
}

.main_headline {
color: #202124;
font-size: 48px;
line-height: 100%;
margin-bottom: 12px;
text-align: center;
font-weight: 700;
font-family: "Google Sans";
}
.other-migration-support {
text-align: center;
}
.other-migration-support-headline {
color: #202124;
margin-top: 60px;
margin-bottom: 36px;
font-family: "Google Sans";
font-size: 28px;
font-weight: 500;
letter-spacing: normal;
line-height: 36px;
}
.other-migration-support_cards{
display: flex;
text-align: center;
justify-content: space-between;
margin-top: 17.28px;
}
.cards {
background-color: #FFFFFF;
border-radius: 16px;
padding: 36px;
text-align: left;
height: auto;
width: 26%;
border: 1px solid #0000001F;
cursor: pointer;
transition: box-shadow 0.5s ease;
text-decoration: none;
}

.cards:hover {
  transition: border .2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card_headline {
color: #202124;
width: 100%;
margin: auto;
font-family: "Google Sans Text", "Roboto", "Arial", "sans-serif";
font-size: 20px;
font-weight: 500;
letter-spacing: normal;
line-height: 28px;
}

.card_description {
color: #5F6367;
margin-top: 16px;
margin-bottom: 16px;
padding-bottom: 2px;
padding-top: 2px;
width: 100%;
font-family: "Google Sans Text", "Roboto", "Arial", "sans-serif";
font-size: 16px;
font-weight: 400;
letter-spacing: 0.1px;
line-height: 24px;
}

.footer_links{
display: flex;
justify-content: center;
text-align: center;
margin-top: 60px;
}
.footer-links_flex {
margin:10px;
}
.footer_link-text_color {
text-decoration: none;
font-family: "Google Sans Display";
font-weight: 500;
font-size: 16px;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #5F6368;
}

.footer_link-text_color:hover{
  text-decoration: underline;
}

.footer {
text-align: center;
margin:auto;
width: 82%;
}
.footer_headline {
display: flex;
justify-content: center;
color: #202124;
font-size: 40px;
font-weight: 700;
font-size: 28px;
line-height: 32px;
font-family: "Google Sans";
margin: auto;
padding-top: 60px;
}


.product-used-label-assess, .product-used-label-convert, .product-used-label-migrate {
  margin-top: 20px;
  font-family: "Google Sans Text";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.footer_para{
  color: #5F6368;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "Google Sans Text";
  margin: auto;
  margin-top: 12px;
  width: 60%;
}

.para_headline {
  text-align: center;
  color:#5F6368;
  font-size: 18px;
  line-height: 28px;
  font-family: "Google Sans Text";
  margin-top: 12px;
  margin-bottom: 60px;
  font-weight: 400;
}

.button_link_color {
  color: white;
  text-decoration: none;
}
.card_link {
  color: #1A73E8;
  text-decoration: none;
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.top_logo {
  width: 200px;
  height: 66px;
  margin: 0 auto 30px auto;
}
.center_top_logo {
  width: 200px;
  height: 66px;
  margin: auto;
}
.page_color {
  padding-top: 34px;
}

.parent {
  background: #F2F3F4;
  padding-bottom: 72px;
}

body {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1024px) {

  .otherChip:hover {
    border: 1px solid #DADCE0;
    color:#202124;
    background: white;
  }

  .youtube-video {
    height: auto;
  }

  .product-cards {
    flex-direction: row;

  }
  .product-single-card {
    width: 100%;
  }

  .steptwo-chips {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .chips, .otherChip {
    margin-bottom: 18px;
    margin-right: 9px;
    width: auto;
  }


  .other-migration-support_cards {
    flex-direction: column;
  }

    .cards {
    text-align: left;
    width: auto;
    padding: 20px;
    height: auto;
    margin-bottom: 24px;
    }

  .card_headline {
    width: auto;
    margin: auto;
    font-size: 23px;
    line-height: 28px;
  }


  .card_description {
    font-size: 16px;
  }

  .main_headline {
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
  }
  .other-migration-support-headline {
    font-size: 27px;
    }
  .footer_headline {
    font-size: 34px;
    line-height: 41px;
    padding-top: 0;
  }

  .videoDescription {
    font-size: 18px;
  }

  .db-subtitle {
    width: 100%;
  }
  .other-migration-support_cards {
    padding-bottom: 20px;
  }
  .footer_para {
    width: 100%;
  }
}

.buttonContainer {
  display: flex;
}

@media screen and (max-width: 767px) {

  .stepThreeButton {
    margin-right: 0 !important;
    text-decoration: none;
  }

  .buttonContainer {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }

  .footer-links_flex {
    margin:0px;
    }
  .footer_links {
    flex-direction: column;
    margin-top: 60px;
  }
  .main {
    width: 85%;
  }
}

@media screen and (max-width: 1405px) and (min-width: 1024px)
{
  .cards {
    padding: 15px;
  }
    #steptwo-chips-container {
      margin-bottom: 16px;
  }
}

@media screen and (max-width: 1495px) and (min-width: 1024px){ 
  .product-single-card {
      width: 38%;
  }
  .chips, .otherChip {
    margin-bottom: 18px;
  }
  .youtube-video {
    height: auto;
  }
  .steptwo-chips {
    margin-bottom: 18px;
  }
  .otherChip:hover {
    border: 1px solid #DADCE0;
    color:#202124;
    background: white;
  }
}
