@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

@import url("https://fonts.googleapis.com/css?family=Montserrat:500,600,700");

* {
    -webkit-font-smoothing: antialiased;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden !important
}

body {
  font-size: 13px;
}

small, .small {
  font-size: 90%;
}

.gc-center-content {
  max-width: 1250px;
  margin: auto;
}

.cursor-p {
  cursor: pointer;
}

button {
  cursor: pointer;
}

a, a:hover {
  cursor: pointer;
  color: #0974a1;
}


.content {
  padding: 35px 35px 35px 35px;
  min-width: 320px;
}

.background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: silver;
  background-size: cover;
  background-position: center;
}

.background-container-grad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(116deg,rgba(33, 50, 60, 0.44) 34%,#ffffff 145%);
  background-size: cover;
  background-position: center;
}

.break-word {
  word-break: break-word;
}

.fs-modal {
  display: table;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(231, 233, 235, 0.94)
}

.fs-icon {
  float: left;
  font-size: 60px !important;
  margin-right: 33px;
  height: 300px;
  opacity: .8;
  color: #888;
}

.fs-header {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #474b50
}

.fs-message {
  padding-right: 26px;
  line-height: 26px;
}

.fs-modal-content {
  position: relative;
  display: table-cell;
  padding-top: 60px;
  padding-bottom: 100px;
  top: 8%;
  color: #444;
}

.fs-modal-panel {
  clear: both;
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: .5rem;
}

.apply-container {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 20px 20px 30px 20px;
  position: relative;
  clear: both;
  overflow: auto;
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.apply-client-logo-container {
  width: 180px;
  height: 180px;
  position: relative;
}
.apply-client-logo {
  padding: 1rem;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.continue-button {
  color: #fff;
  width: 100%;
  background: #1f8ce0;
  border-radius: 18px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  cursor: pointer;
}


@media (max-width: 760px) {
  .fs-modal.mobile-block {
    display: block !important
  }
}

.fs-modal.mobile-block {
  background-color: rgba(84, 84, 84, 0.94);
  text-align: center;
  z-index: 8000;
  display: none
}

.fs-icon.mobile-block {
  float: none;
  font-size: 60px !important;
  margin-right: 0px;
  height: 0px;
  opacity: 1;
  color: #fff !important;
  margin-bottom: 0px;
}

.fs-modal-content.mobile-block {
  display: block
}

.fs-header.mobile-block {
  color: #FFF !important;
  margin-top: 10px;
}

.fs-message.mobile-block {
  color: #FFF !important;
  padding-right: 0px !important;
}

// Tooltips
.tooltip.top .tooltip-arrow {
  border-top-color: #1984c8;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, 
.bs-tooltip-top .arrow::before {
  border-top-color: #1984c8;
}

.dropdown-menu {
  font-size: 14px;
}

// Drag and Drop

/* in-flight clone */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  pointer-events: none;
}
/* high-performance display:none; helper */
.gu-hide {
  left: -9999px !important;
}
/* added to mirrorContainer (default = body) while dragging */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* added to the source element while its mirror is dragged */
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}


/* Basic loading styles, to use, add appropriate top, left, right */ 
div.loading {
  &:not(.table-responsive) {
    background-color: white;
    z-index: 99999;
    opacity: .7;
    transition: all .5s ease-in-out;
    &::before {
      z-index: 1000;
      filter: grayscale(100%);
      content: '';
      margin: auto;
      height: 3rem;
      width: 50px;
      position: absolute;
      background-image: url('/assets/img/brand/yc-circle-logo.png');
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      animation: spin 2s linear infinite;
    }
  }
}

@media (max-width: 520px) {
  .container {
    width: inherit;
  }
  .theme-yc-default .yc-layout .yc-layout-form, .theme-yc-default .yc-layout .yc-layout-table {
    padding: 1rem !important;
  }

  .fs-modal {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(231, 233, 235, 0.94)
  }
  
  .fs-icon {
    float: none;
    font-size: 60px !important;
    height: 80px;
    margin: 0;
    opacity: .8;
    color: #444;
  }
  
  .fs-header {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #474b50
  }
  
  .fs-message {
    padding-right: 26px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  
  .fs-modal-content {
    position: relative;
    display: table-cell;
    padding-top: 60px;
    padding-bottom: 100px;
    top: 8%;
    color: #444;
  }
  
  .fs-modal-panel {
    clear: both;
    width: 90%;
    max-width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

}

@media (max-width: 320px) {
  .container {
    max-width: 300px;
  }
}

.gcm-underline {
  text-decoration: underline;
  cursor: pointer
}

.gcm-auto-margins {
  margin-left: auto;
  margin-right: auto
}

.w130 {
  width: 130px
}

.gcm-drag-and-drop {
  height: 245px;
  background: #fcfcfc;
  border: 1px dashed #808080;
  border-radius: 4px;
  padding: 32px 0 34px 0;
  font-size: 13px;
  font-weight: 600;
  color: #878d94;
  text-align: center;
  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.panel-wrapper {
  padding: 2rem;
  background-color: #ffffff;
}

.ie-helper {
  white-space: pre-wrap;
}

.font-size-13 {
  font-size: 13px !important;
}

.anchor-tag {
  color: #0974a1;
  font-size: 14px;
  font-weight: 500;
  word-break: break-word;
}

.wrap-words {
  word-wrap: break-word;
  max-width: 150px;
}

.stats-wrapper {
  display: flex;
  justify-content: center;
  margin: 2rem 0 2rem 0;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 2rem;
}
.flex-basis-100 {
  flex-basis: 100%;
}
.w-30 {
  width: 30%;
}
timepicker .btn {
  padding: 0; 
}
timepicker .bs-timepicker-field {
  width: 3rem;
}

.divider-hr {
  margin: .5rem 1rem .5rem 1rem !important;
}

.lowercase {
  text-transform: lowercase;
}

.above-action-footer {
  bottom: 3.5rem!important;
}


.above-standard-footer {
  bottom: 2rem!important;
}

.editable .cdk-drop-list {
  border: 2px dotted #e8e8e8;
  cursor: move;
}

.editable .cdk-drop-list:hover {
  border: 2px dotted #ccc;
}


gc-wrapper-applicant {
  yc-banner {
    .banner-wrapper {
      background-color: #FCE3A9 !important;
      margin-bottom: 0 !important;
    }
  }
}

yc-dynamic-csv-import {
  .first-step-custom {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    border-right: 1px solid gainsboro;
    padding-right: 1rem;
    .header {
      font-weight: 550;
      margin-bottom: 1rem;
    }
    .lower {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
      flex-grow: 1;
      align-items: flex-end;
      margin-bottom: 2rem;
    }
  }
}
