@import url("./bootstrap.css");
@import url("./bootstrap-select.css");
@import url("./materialdesignicons.css");
@import url("./him-talent-profile.css");


/* =================================== Fonts Face =================================== */


/* Fonts */

@font-face {
    font-family: 'DIN Bold';
    src: url('../fonts/DIN-Bold.eot');
    src: url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN-Bold.woff2') format('woff2'), url('../fonts/DIN-Bold.woff') format('woff'), url('../fonts/DIN-Bold.svg#DIN-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0008-02DC;
}

@font-face {
    font-family: 'DIN Regular';
    src: url('../fonts/DIN-Regular.eot');
    src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN-Regular.TTF') format("truetype"), url('../fonts/DIN-Regular.woff2') format('woff2'), url('../fonts/DIN-Regular.woff') format('woff'), url('../fonts/DIN-Regular.svg#DIN-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family: 'DIN Medium';
    src: url('../fonts/DIN-Medium.eot');
    src: url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN-Medium.woff2') format('woff2'), url('../fonts/DIN-Medium.woff') format('woff'), url('../fonts/DIN-Medium.svg#DIN-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
body {
    background-color: #fcfcfc;
}

.site-width {
    max-width: 1400px;
    margin: 0 auto;
}

.layout-main {
    padding: 0;
}

.layout-main .site-width {
    background: #FCFCFC;
}

.main-container {
    padding: 0 12.5px 0 12.5px;
    width: 100%;
    position: relative;
}

.main-container:after,
.main-container:before {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
}

.container-inner {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    margin-bottom: 20px;
}

.content {
    padding: 0px;
    width: 100%;
}

.placeholder-content {
    height: 205px;
    overflow: hidden;
    background: #000;
    position: relative;
    -webkit-animation-duration: 1.7s;
            animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
            animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
  }
  .placeholder-content_item {
    width: 100%;
    height: 20px;
    position: absolute;
    background: #fff;
    z-index: 2;
  }
  .placeholder-content_item:after, .placeholder-content_item:before {
    width: inherit;
    height: inherit;
    content: "";
    position: absolute;
  }
  .placeholder-content_item:nth-child(1) {
    top: 0;
    left: 0;
  }
  .placeholder-content_item:nth-child(2) {
    top: 20px;
    left: 0;
    width: 10%;
    height: 90px;
  }
  .placeholder-content_item:nth-child(3) {
    top: 0px;
    left: 0;
    width: 10%;
    height: 100%;
  }
  .placeholder-content_item:nth-child(4) {
    top: 20px;
    width: 20px;
    left: 170px;
    height: 90px;
  }
  .placeholder-content_item:nth-child(5) {
    top: 40px;
    left: 190px;
    height: 12px;
  }
  .placeholder-content_item:nth-child(6) {
    top: 75px;
    left: 190px;
    height: 12px;
  }
  .placeholder-content_item:nth-child(7) {
    top: 20px;
    right: 0;
    width: 23%;
    height: 20px;
  }
  .placeholder-content_item:nth-child(8) {
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
  }
  .placeholder-content_item:nth-child(9) {
    top: 110px;
    height: 17px;
    left: 0;
  }
  .placeholder-content_item:nth-child(10) {
    top: 149px;
    height: 12px;
    left: 0;
  }
  .placeholder-content_item:nth-child(11) {
    top: 183px;
    left: 0;
    height: 100%;
  }
  
  @-webkit-keyframes placeholderAnimate {
    0% {
      background-position: -650px 0;
    }
    100% {
      background-position: 650px 0;
    }
  }
  
  @keyframes placeholderAnimate {
    0% {
      background-position: -650px 0;
    }
    100% {
      background-position: 650px 0;
    }
  }
