.headerContainer {
  display: flex;
  align-content: center;
}

.currentUser {
  margin-left: auto;
}

.bodyContainer {
  /* height: 100%; */
  display: grid;
  /* grid-gap: 3px; */
  grid-template-columns: 150px 1fr 1fr;
  grid-template-rows: 100px auto auto;
  grid-template-areas: "h h h" "s c c";
  background-color: #E8EAF6;
  min-width: 700px;
  grid-gap: 0;
  /* min-height: 80vh;
  overflow: auto; */
}

.cardHover:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

a,
a:hover {
  text-decoration: none;
}

.sideBar {
  justify-content: left;
  grid-area: s;
  margin: 10px;
  position: fixed;
  padding-top: 94px;
}

.contentArea {
  grid-area: c;
  margin: 10px;
  justify-content: left;
  min-height: 80vh;
  /* overflow: auto; */
}

.contentArea>div {
  margin: 10px;
}

.sideBarElement {
  margin: 10px;
}

.sideBarHeader {
  display: flex;
  justify-content: flex-start;
}

.sideBarBody {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 30px;
}

.sideBarBody>div {
  margin: 5px;
}

.active {
  color: #3F51B5;
  font-weight: bold;
}

.flex--alignEnd {
  display: flex;
  justify-content: flex-end;
}

.margin5px {
  margin: 5px;
}

.Margin-top--12 {
  margin-top: 12px;
}

.Margin-top-8px {
  margin-top: 8px;
}

.Margin-bottom-8px {
  margin-bottom: 8px;
}

.Margin-bottom--12 {
  margin-bottom: 12px;
}

.Margin-bottom--20 {
  margin-bottom: 20px;
  min-width: 70vh;
}

.Padding-vertical--16 {
  padding-bottom: 16px;
  padding-top: 16px;
}

.Padding-horizontal--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.Padding-horizontal--5 {
  padding-left: 5px;
  padding-right: 5px;
}

.Padding-bottom-20px {
  padding-bottom: 20px;
}

.Padding-top-15 {
  padding-top: 15px;
}

.Element_label {
  color: #656565;
  font-size: 18px;
}

.Flex--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Flex-flexFlow-rowWrap {
  flex-flow: row wrap;
}

.Flex-wrap-wrap {
  flex-wrap: wrap;
}

;
.Flex-flexFlow-rowNoWrap {
  flex-flow: row nowrap;
}

.Flex-flexFlow-columnWrap {
  flex-flow: column wrap;
}

.Flex-flexFlow-columnNoWrap {
  flex-flow: column nowrap;
}

.Flex--flex-0025 {
  flex: 0 0 25%;
}

.Flex-alignSelf--start {
  align-self: flex-start;
}

.Flex-alignSelf--end {
  align-self: flex-end;
}

.Flex-alignSelf--center {
  align-self: center;
}

.Flex-alignItems--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.Flex-alignItems--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Flex-alignItems--flexend {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.Flex-justifyContent--spaceBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Flex-justifyContent--spaceEvenly {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.Flex-justifyContent--flexStart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Flex-justifyContent--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Flex-justifyContent--spaceAround {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.Flex-justifyContent--flexEnd {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.Flex-direction--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Flex-direction--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.Margin-left--auto {
  margin-left: auto;
}

.Margin--10 {
  margin: 10px;
}

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

.div-margin-bottom-5px>div {
  margin-bottom: 5px;
}

.div-vertical-spacing-100px {
  padding-right: 100px;
}

.link {
  color: #3F51B5;
}

.link:hover {
  color: #3F51B5;
}

.minWidth-700 {
  min-width: 700px;
}

Flex-flex-grow-1 {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.Flex-flex-shrink-1 {
  flex-shrink: 1;
  -webkit-flex-shrink: 1;
}

.Flex-flex-basis-0 {
  flex-basis: 0;
  -webkit-flex-basis: 0;
}

.Flex-align-content-flex-start{
  align-content: flex-start;
}

/* .image_block { */
  /* background-image: url(../images/body-bg.jpg); */
  /* background-color: #000 !important; */
  /* display: block; */
  /* height: 400px; */
/* } */

.title_block_03 {
  height: 100px;
  padding-top: 20px;
padding-left: 25px;
}

.title_block_02 {
  height: 93px;
  padding-top: 19px;
padding-bottom: 17px;
padding-left: 25px;
  border-bottom: 1px solid #dadada;
}

.title_block_01 {
  height: 85px;
  padding-top: 27px;
padding-left: 25px;
  border-bottom: 1px solid #dadada;
}

.title_block {
  text-align: center;
  color: #fff;
padding-top: 88px;
}

.content_block_01 {
  width: 69%;
  float: left;
margin-top: -14px;
}

.status_icon_03 {
  width: 7%;
  float: left;
  padding: 10px;
}

.status_icon_02 {
  width: 7%;
  float: left;
  padding: 10px;
}

.status_icon_01 {
  width: 7%;
  float: left;
  padding: 10px;
}

.button_section {
  background-color: #547ef1;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 100px;
}

.woocommerce-title_block_01 {
  height: 112px !important;
  padding-left: 3%;
padding-top: 3%;
padding-bottom: 12%;
border-bottom: 1px solid #dadada
}

.woocommerce-title_block_02 {
  height: 125px !important;;
  padding-left: 3%;
padding-top: 3%;
padding-bottom: 3%;
border-bottom: 1px solid #dadada
}

.woocommerce-title_block_03 {
  height: 125px  !important;;
  padding-left: 3%;
padding-top: 3%;
padding-bottom: 3%
}	

.image_block{ background-image: url("../img/body-bg.jpg");
height:400px;
}

@media screen and (min-width: 149px) and (max-width: 500px) {
  
  .woocommerce-title_block_01 {
      height: 175px !important;
   }
  .woocommerce-title_block_02 {
      height: 175px !important;;
      
  }
  .woocommerce-title_block_03 {
      height: 175px  !important;;
  }	
     }

@media screen and (max-width: 600px) {
      .woocommerce-title_block_01 {
        height: 175px !important;

    }
    .woocommerce-title_block_02 {
        height: 175px !important;;

      }
      .woocommerce-title_block_03 {
        height: 175px  !important;;
        
    }
       }

       @media screen and (max-width: 768px) {
        .woocommerce-title_block_01 {
          height: 120px !important;
          
      }
      .woocommerce-title_block_02 {
          height: 120px !important;;
          
       }
      .woocommerce-title_block_03 {
          height: 120px  !important;;
          
      }
        }

        @media screen and (max-width: 992px) {
          .container_class_white {
            display: grid;
            width: calc(100% - 40px);
            max-width: 100%; }
           .bar-strength {
            display: none; } }

            .container_class_white {
              display: grid;
              width: 850px;
              position: relative;
              margin: 0 auto;
              background: #fff;
              box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
              -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
              -o-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
              -ms-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -o-border-radius: 10px;
              -ms-border-radius: 10px; 
            }

            .main {
              padding-bottom: 30px;
              margin-top: -183px; }

              .help-main-div{
                font-size: 14px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  font-family: 'Roboto';
  margin: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
              }

              .help-h2{
                font-size: 20px;
                color: #222;
                font-weight: bold;
                text-transform: uppercase;
                text-align: center;
                margin: 0px;
                padding-top: 35px;
              }

              .clear {
                clear: both; }

                .content_block_button{
                  padding-left: 60%;
    padding-top: inherit;
                }

                .order_complete_blk {
                  width: 500px;
                  position: relative;
                  margin: 0 auto;
                }
                .congrats_block_01 {
                  float: left;
                  margin-top: -8px;
                  padding-right: 14px;
              }

              .button_complete {
                background-color: #547ef1;
                border: none;
                border-radius: 5px;
                color: white;
                padding: 10px 32px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 16px;
                margin: 4px 2px;
                cursor: pointer;
              
              }

              .container_class_docs{
                width: 800px;
                padding: 25px;
                height: 220px;
                margin-top: 20px !important;
                margin-bottom: 20px !important;
                position: relative;
                margin: 0 auto;
                background: #fff;
                box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
                -o-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
                -ms-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -o-border-radius: 10px;
                -ms-border-radius: 10px;}

                .doc_style_block_01 {
                  border: 1px solid #f3f2f2;
                border-radius: 5px;
                  width: 150px;
                  padding: 10px;
                  text-align: center;
                float:left;
                  margin-right: 15px;
                  margin-left: 13px;
              }

              .doc_style_icon_01{
                text-align: center;
                padding-top: 10px;
                   
            }

            .doc_style_text a {
              text-decoration: none;
              color: #000;
          }

          .next-action-button {
            height: 37px;
  float: left;
  width: max-content;
  line-height: 28px;
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  background: #0e60d4;
  border: #CCC 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  padding-top: 3px;
  padding: 5px 10px;

          }

          .next-action-button a {
            color:white
          }