body, html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

.main-content {
  height: 400px;
  width: 400px; }

.center-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: white; }

.block {
  padding: 50px 0; }

.hidden {
  display: none; }

.clearfix {
  display: table;
  clear: both; }

.main-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

.button {
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "Roboto";
  color: #8d622e;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0006);
  height: 32px;
  padding: 0 16px;
  border: 1px solid #c3c3c3;
  outline: none;
  outline-color: transparent;
  cursor: pointer; }

.button-small {
  height: 31px; }

button:disabled,
button[disabled] {
  background-color: #f8f8f8;
  color: #bbb8b8;
  border-color: #e4e4e4;
  cursor: not-allowed; }

.addNewElement {
  position: absolute;
  right: 30px;
  top: 50%;
  cursor: pointer; }
  .addNewElement .icon-plus:before {
    font-size: 65px;
    color: black; }

.removeElement {
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  float: right; }
  .removeElement .icon-cross:before {
    color: black;
    font-size: 20px; }

.removeSectionClose {
  position: absolute;
  right: 5px;
  border-radius: 0;
  border: none;
  line-height: 2;
  height: 30px;
  top: 0px;
  background-color: #e1e1e1;
  padding: 0 10px; }

.editVideoUrl {
  position: absolute;
  right: 5px;
  border-radius: 0;
  border: none;
  line-height: 2;
  height: 30px;
  bottom: 0px;
  background-color: #e1e1e1;
  padding: 0 10px; }

.imageCaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  transition: all .5s;
  backface-visibility: hidden;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.4; }

.editableImage {
  cursor: pointer; }

.editableImage:hover .imageCaption {
  z-index: -1;
  opacity: 1; }

.editableDiv {
  position: relative; }

.toast-notification-container {
  position: fixed;
  bottom: -200px;
  padding: 10px;
  background-color: #757575;
  left: 15px;
  line-height: 1.5;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 3000; }
  .toast-notification-container.show {
    bottom: 15px; }
  .toast-notification-container.error {
    background-color: #b66666; }
  .toast-notification-container.success {
    background-color: #149075; }
  .toast-notification-container.warning {
    background-color: #757575; }
  .toast-notification-container .notification-icon img {
    height: 20px;
    width: 20px; }
  .toast-notification-container .notification-icon, .toast-notification-container .notification-message {
    display: table-cell;
    vertical-align: middle;
    padding: 7px; }
  .toast-notification-container .notification-message p {
    color: #FFF;
    font-family: 'Roboto';
    font-size: 15px;
    margin-bottom: 0px; }

.read_more {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #8d622e;
  cursor: pointer; }
  .read_more:hover {
    text-decoration: underline; }

.more {
  height: auto !important;
  overflow: auto !important; }

@media (max-width: 1200px) {
  .addNewElement {
    right: 3px; }
    .addNewElement .icon-plus:before {
      font-size: 50px; }
  .button {
    font-size: 12px;
    padding: 0px 4px; } }

@media all and (max-width: 767px) {
  .read_more {
    bottom: -20px; } }

@media all and (max-width: 480px) {
  .toast-notification-container {
    right: 15px; } }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  padding-top: 10px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.75);
  /* Black w/ opacity */ }

/* Modal Content */
.modalContainer {
  background-color: #fefefe;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .modalContainer.transparentContainer {
    background-color: transparent;
    border: none;
    padding: 0; }
  .modalContainer .close-container {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer; }
    .modalContainer .close-container .close {
      font-size: 40px;
      color: #fff; }
    .modalContainer .close-container .icon-cross:before {
      font-size: 16px;
      color: #000; }
    .modalContainer .close-container .icon-cross:hover:before {
      color: #aaaaaa; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 50px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.selectButtonSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

/*HORIZONTAL BOUNCE LOADER SAME AS RECRUITER*/
.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
