.theme-btn {
  background-color: var(--static-main-color);
  padding: 15px 25px;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 18px;
}

.form-control {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  border: 1px solid #dddddd;
  font-size: 14px;
  /*padding: 1.5em;*/ /* avoid bad styles in input fields on contact form */
  height: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: var(--main-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--lighter-black);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--lighter-black);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--lighter-black);
}

textarea::placeholder {
  color: var(--lighter-black) !important;
}

textarea.form-control {
  height: auto;
  padding-top: 20px;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox label::before{
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid var(--lighter-grey);
  left: -2px;
  border-radius: 2px;
}
.checkbox label::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 15px;
  border-left: 2px solid var(--static-main-color);
  border-bottom: 2px solid var(--static-main-color);
  transform: rotate(-45deg);
}
.checkbox label {
  position: relative;
  font-size: 18px;
  padding-left: 35px;
  color: var(--lighter-black);
  font-weight: 600;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.checkbox label::before,
.checkbox label::after {
  position: absolute;
}
/*Outer-box*/
.checkbox label::before {
  top: 2px;
}
/*Checkmark*/
.checkbox label::after {
  left: 1px;
  top: 7px;
}
/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
  content: none;
}
/*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
  /*outline: rgb(59, 153, 252) auto 5px;*/
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::before {
  /*outline: rgb(59, 153, 252) auto 5px;*/
  outline: var(--static-main-color);
  border-color: var(--static-main-color);
}
.label-grey {
  font-size: 14px;
  color: var(--lighter-grey);
}
.sub-label {
  font-size: 14px;
}

.input-file .urb-icon {
  font-size: 23px;
  top: 3px;
  position: relative;
}

button.btn.btn-default.btn-choose {
  padding: 6px 12px 6px 18px;
}

.drop {
  color: var(--lighter-black);
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  border: 1px solid #dddddd;
  padding: 0 1.5em;
  font-size: 14px;
  height: 50px;
  will-change: width;
  transition: height 1s ease;
}
.drop .option {
  padding: 1em 0;
  cursor: pointer;
}
.drop .option:not(.active) {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drop.visible {
  /*-webkit-animation: bounce 1s;
  animation: bounce 1s;*/
  height: 213px;
  border-color: var(--main-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.drop.visible:before, .drop.visible:after {
  border-color: var(--main-color);
}
.drop.visible:before {
  opacity: 0;
}
.drop.visible:after {
  opacity: 1;
}
.drop.visible .option {
  color: var(--lighter-black);
  display: block;
}
.drop.opacity .option {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.drop.withBG .option:not(.placeholder) {
  border-top: 1px solid #dddddd;
}
.drop.withBG .option {
  transition: background-color 0.1s;
}
.drop .option.placeholder {
  font-weight: 700;
  line-height: 1.2em;
}
/*.drop.withBG .option:not(.placeholder):hover {
  background-color: var(--main-color);
}
.drop.withBG .option:not(.placeholder).active {
  background-color: var(--main-color);
}*/
.drop:after, .drop:before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1em;
  width: 0.75em;
  height: 0.75em;
  border: 0.2em solid #86919a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: opacity 0.2s;
}
.drop:before {
  border-left: none;
  border-top: none;
  top: 1.2em;
}
.drop:after {
  border-right: none;
  border-bottom: none;
  opacity: 0;
}
.mini-hack {
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.file-input {
  text-align: right;
  font-size: 12px;
}
.input-file {
  width: 100%;
}
.after-input, .before-input {
  position: absolute;
}
.after-input {
  visibility: hidden;
}
.before-input {
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
}
.before-input .btn-choose {
  width: 100%;
  border: none;
  height: 100%;
  padding-left: 10px;
  background: transparent;
  text-align: left;
}
.before-input .btn-choose:active,
.before-input .btn-choose:hover,
.before-input .btn-choose:focus {
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.themed-btn {
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: var(--main-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.themed-btn:hover,
.themed-btn:active,
.themed-btn:focus {
  border-color: var(--main-color) ;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem var(--main-color);
}
