.dp-none {
	display: none;
}

.dp-open {
	display: block;
}

.d-none {
	display: none;
}

.max-w-\[800px\] {
    max-width: 800px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem .75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c7789;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e8eb;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #6c7789;
    background-color: #fff;
    border-color: #8fdcd8;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(56, 178, 172, .25);
}

.main-shorten-block .shorten-btn {
    align-items: center;
    border-radius: 5px;
    display: flex
;
    font-size: 16px;
    justify-content: center;
    padding: 12px 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 115px;
    background: #6ca12b;
    border: 0;
    color: #fff;
    cursor: pointer;
    height: auto;
    animation: bg-gradient-animation 3s ease infinite alternate;
    /* background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
    background-size: 300% 300%;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
.main-shorten-block .shorten-btn-label {
    display: inline-block;
    margin-left: 10px;
}
.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.text-wrap {
    word-break: break-all !important;
    word-break: break-word;
}

.main-content ul, .main-content ol {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.main-content ul li, .main-content ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.main-content ul li::before, .main-content ol li::before {
  content: "•";
  position: absolute;
  top: -3px;
  left: 0;
  color: #4f46e5; /* indigo */
  font-weight: bold;
  font-size: 20px;
}

.main-content h2,.main-content h3,.main-content h4,.main-content h5{
	padding: 10px 10px 10px 0px;
}
.main-content h2 {
    font-size: 30px;
}
.main-content h3 {
    font-size: 24px;
}
.main-content h4 {
    font-size: 18px;
}