/* Your Custom CSS Goes here */


h1{
    font-size: 40px;
    font-weight: 600;
}
*{
    font-family: "Wix Madefor Display", sans-serif;
    color: #1d1d1f;
    font-weight: 400;
}
label{
    margin: 8px 0px;
    font-weight: 800;
}
.spacer{
    height: 20px;
    width: 100%;
}
.spacer_large{
    height: 40px;
    width: 100%;
}
.head_button{
    float: right;
}
.custom_card{
    padding: 30px;
}
h4, h5, h6{
    font-weight: 600;
}
strong{
    color: inherit;
}
.alert-info .alert-link{
    color: #396aba;
    text-decoration: none;
    border-bottom: dashed 1px #396aba;
}
.native_preloader{
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.native_preloader >img{
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.row_spacer{
    margin-bottom: 10px;
}
input,select,textarea{
    margin-bottom:10px;
}
.feed_demo{
    display:flex;
    align-items: top;
    justify-content: center;
    margin: 10px 0px;
    column-gap: 20px;
}
.feed_demo > img{
    vertical-align: middle;
    max-height: 100px;
    width: auto;
    border-radius: 5px;
    border: solid 1px #ccc;
}
.floating_icon{
    position: absolute;
    right: 20px;
    top: 20px;
}
.floating_icon > a{
    cursor: pointer;
}
.smart_preview > img{
    width: 300px;
}
.smart_preview{
    padding: 5px;
    margin: 10px 0px;
}
.smart_preview > p{
    font-size: 14px;
}
h1,h2,h3 > a{
    color: inherit;
}
.color_picker{
    height: 42px;
    width: 80px;
    border-radius: 5px;
    border: solid 1px #ccc;
}
input[type=color] {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px #ccc;
    padding: 3px;
}
input[type=checkbox]{
    width: 20px;
    height: 20px;
    accent-color: #0b42f1;
    border: solid 1px #666;
}
input[type=radio]{
    width: 20px;
    height: 20px;
    accent-color: #0b42f1;
    border: solid 1px #666;
}
.question{
    cursor: help;
}
.horizontal_scroll{
    overflow-x: scroll;
    flex-wrap: nowrap;
    display: inline-flex;
    width: 100%;
    padding: 5px;
}
.note-modal open{
    z-index: 999;
    top: 100px;
}
.st-dropdown-style{
    width: 250px;
    font-family: monospace;
    height: 300px;
    overflow: scroll;
}
.mobile_holder{
    background-image: url("../..//assets/images/other/phone_bg.png");
    background-size: contain;
    width: 650px;
    background-repeat: no-repeat;
    padding: 60px;
    background-position: center;
}
.mobile_holder >img{
    width: 100%;
}
.special_card{
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 12px;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.special_card_connector{
    height: 20px;
    margin-left: 30px;
    border-left: dashed 3px #ccc;
}
.positive_event_tag{
    color: green;
    font-weight: bold;
    border-bottom: dashed 1px green;
}
.negative_event_tag{
    color: red;
    font-weight: bold;
    border-bottom: dashed 1px red;
}
.delay_tag{
    color: grey;
    font-weight: bold;
    border-bottom: dashed 1px grey;
}
.event_tag{
    font-weight: bold;
    text-decoration: underline;
}
blockquote{
    border-left: 5px solid #53239c;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #9174bc;
}
.small_icon{
    font-size: 12px;
}
.medium_icon{
    font-size: 20px;
}
.large_icon{
    font-size: 60px;
}
.xlarge_icon{
    font-size: 120px;
}
h1, h2, h3{
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.blink{
    animation: blinker 1s linear infinite;
    padding: 12px;
    color: red;
}
@keyframes blinker {
    20% {
        opacity: 0;
    }
}
