.input-group-text {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-radius {
    border-radius: 0px !important;
}


.no-right-radius {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


.form-control-clear {
    padding: 0 !important;
    border: none !important;
}

footer {
    padding-bottom: -38px !important;
}


.fmSelectImageMain {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: .5rem;
    z-index: 0;
}

.fmSelectImageContent {
    /*background: #f8fafb url(/static/images/not-found.png) no-repeat center;*/
    background: #f8fafb no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 170px;
    /*padding: .5rem;*/
    /*overflow: hidden;*/
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}


.fmSelectImageMain .plyr {
    position: absolute;
    bottom: 0;
}

.selectvideo .plyr {
    height: 100% !important;
}


/*.plyr_custom_content .plyr .plyr__poster.z1 {*/
/*    z-index: 3 !important;*/
/*}*/

/*.plyr_custom_content .plyr [data-plyr="play"].z4 {*/
/*    z-index: 4 !important;*/
/*}*/

.fmVideoRemove {
    z-index: 1 !important;
}

.fmImageThumbnail {
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*width: 100%;*/
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fmImageRemove {
    z-index: 10;
}

.hide {
    display: none;
}

.modal .btn-close {
    padding: .975rem !important;
}

.right {
    right: 0 !important;
}

.spaneditable {
    padding: .4375rem .875rem;
    margin: 0rem .4375rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.light-style .dd3-content:hover {
    color: #725ec3 !important;
    background: #ffffff !important;
}

.dar-style .dd3-content:hover {
    color: #725ec3 !important;
    background: #725ec3 !important;
}

.ui-droppable {
    min-width: 100px;
    border: 1px solid #d9dee3;
    height: 30px;
    border-radius: 5px;
}

.ui-droppable .ui-draggable {
    border: none;
    margin: 0 !important;
    border-radius: 0px;
    background-color: transparent;
    cursor: pointer;
}

.ui-draggable {
    min-width: 100px;
    border: 1px solid #d9dee3;
    height: 30px;
    border-radius: 5px;
    background-color: #FFFFFF;
    cursor: move;
}

.ui-draggable-dragging {
    min-width: 100px;
    border: 1px solid #d9dee3;
    height: 30px;
    border-radius: 5px;
    background-color: #71dd37;
    color: #FFFFFF;
    cursor: move;
}

.divreadonly {
    pointer-events: none;
}

.divreadonly * {
    opacity: 0.75;
}

.numberline,
.numberline li {
    margin: 0;
    padding: 0;
    color: #697a8d;
}

.numberline {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.numberline:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #697a8d;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.numberline li {
    list-style-type: none;
    position: relative;
}

.numberline li:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #697a8d;
}

.numberline li span {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    text-align: center;
}

.point1 {
    left: calc(12.5% - 1.3%);
}

.point2 {
    left: calc(37.5% - 1.3%);
}

.point3 {
    left: calc(62.5% - 1.3%);
}

.point4 {
    left: 85%;
}


.pluscount {
    font-size: 100px !important;
}