h5 {
    font-size: 18px;
}

.form-control {
    height: 2.8rem !important;
    background: white;
    border: 1px solid silver;
}

.form-control:focus {
    border: 2px solid #3e66f3;
}

.form-label {
    margin: 0 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;
}

input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    color: #3e66f3;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #002060;
}

.file-selector {
    background: #f2f7fa;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.file-selector span {
    cursor: pointer;
}

iframe.editor {
    min-height: 700px;
    border-radius: 5px;
    box-shadow: 0 5px 12px 0 rgba(200,200,200,0.32);
    padding: 30px;
}

#templates-modal .modal-body {
    max-height: 500px;
    overflow: auto;
}

.template {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

.template.active {
    border: 2px solid #378ced;
    border-radius: 10px;
}

.template img {
    border: 1px solid rgba(200,200,200, 0.5);
    border-radius: 5px;
    padding: 5px;
}

.template button.choose-template {
    position: absolute;
    top: 90px;
    background: #5E5DF0;
    border-radius: 999px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms;
}

.template:hover button.choose-template {
    opacity: 1;
}

.template .paid {
    position: absolute;
    background: tomato;
    color: white;
    padding: 1px 3px 1px 3px;
    font-size: 13px;
    font-weight: 700;
    right: 0;
    bottom: 20px;
    text-transform: uppercase;
}


textarea {
    height: 100px !important;
    min-height: 100px !important;
}

.add-remove-button {
    margin-bottom: 2px !important;
    display: block;
}

button.zoom {
    border-radius: 50%;
}


.bubble {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  cursor: pointer;
  height: 40px;
  background: #f2f7fa;
  border-radius: 20px;
  color: #0d6efd;
  padding: 0 20px 0 20px;
}
