
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 200 400 700;
  font-display: swap;
  src: url(/res/css/Outfit-VariableFont.ttf) format('woff2');
}

body {
	font-family: 'Outfit';
}


.selector {
	color: white !important;
	background-color: #aab !important;
	padding: 10px 40px !important;
}


.selectlabel {
  position: relative;
}

.selectlabel:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' stroke='white' fill='white' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}



 .functional {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 40, 75, .05);
    padding: 24px;
}

.choose-file-block:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px dashed #e1e2e6;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;
    z-index: 0;
}
.btn-choose {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    width: auto;
    min-height: 55px;
    max-height: 55px;
    font: 500 20px / 1.1 "Poppins", sans-serif;
    letter-spacing: .4px;
    color: #fff;
    border-radius: 5px 0 0 5px;
    background-color: #0068df;
    padding: 16px 32px 16px 56px;
    cursor: pointer;
    transition: all .3s ease-out;
}

.btn-choose-file {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
    text-align: center;
}



.choose-group {
    display: inline-flex;
    position: relative;
    z-index: 2;
}

.choose-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    /* min-width: 240px; */
    width: 100%;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 40, 75, .1);
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
    z-index: 5;
    overflow: hidden;
    list-style-type: none;
}

.choose-dropdown li :hover {
  background-color: silver;
}


.btn-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: 60px;
    max-height: 55px;
    fill: #fff;
    border-radius: 0 5px 5px 0;
    background-color: #0068df;
    transition: background .3s ease-out;
    margin-left: -1px;
}

.dropdown-label span {
    display: inline-block;
    font: 400 14px / 1.4 "Poppins", sans-serif;
    color: #303030;
    letter-spacing: 0;
	cursor: pointer;
}

.choose-dropdown .svg-el {
    width: 20px;
    height: 20px;
    fill: #303030 !important;
    transition: fill .3s ease-out;
}

.btn-dropdown .svg-el {
    width: 12px;
    height: 7px;
    fill: #303030 !important;
    transition: transform .3s ease-out, fill .3s ease-out;
}



.nav-link.active {
	color: white !important;
	background-color: darkblue !important;
}


.nav-link:hover {
	color: white !important;
	background-color: grey !important;
}

.btn-choose-file input {
    display: none;
}


.img-fluid {
	min-height: 20rem;
	max-height: 20rem;
  max-width: 100%;
  height: auto;
}


.orders-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
.orders-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.orders-item .caption .caption-content {
  color: #fff;
  margin: 1.5rem 0.1rem 0.1rem;
}
.orders-item .caption .caption-content h2, .orders-item .caption .caption-content .h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.orders-item .caption .caption-content p {
  font-weight: 300;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .orders-item {
    max-width: none;
    margin: 0;
  }
  .orders-item .caption {
    transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .orders-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 1.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .orders-item img {
    transition: -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
            clip-path: inset(-1px);
  }
  .orders-item:hover img {
    -webkit-clip-path: inset(2rem);
            clip-path: inset(2rem);
  }
  .orders-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(1rem);
            clip-path: inset(1rem);
  }
}


.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: #fff;
}
.scroll-to-top:hover {
  background: #343a40;
}
.scroll-to-top i {
  font-weight: 800;
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
img, svg {
    vertical-align: middle;
}

#drop-area {
  border: 4px dashed #ccc;
  border-radius: 20px;
  font-family: sans-serif;
  margin: 100px auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}

.choose-group {
    cursor: pointer;
}

.icon-holder {	
    font-size: 24px;
}