
iframe[title='HelpCrunch'] {
    /* bottom: 55px!important */
}

[v-cloak] {
    position: relative;
    opacity: 0;
    transition: all 0.1s ease;
}

[data-v-app] {
    position: relative;
    opacity: 1;
    transition: all 0.1s ease;
}

* {
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
    transition: all 0.2s ease;
    outline: none;
}

body {
    width: 100%;
    height: 100vh;
    overflow:hidden;
    margin: 0;
}

main {
    z-index: 1;
    position: relative;
    height: calc(100% - 64px - 40px);
    /* height: 100vh; */
    width: 100vw;
    /* margin-top: -64px; */
}

.main-board {
    background: #f5f5f5;
    height: 100%;
    width: 100%;
    /* padding: 64px 0 50px 0; */
}

.main-board>.container {
    display: block;
    height: 100%;
    max-width: 95%;
}
.constructor-board .container {
    display: block;
    height: 100%;
    max-width: 100%;
}
/* 
div {
    max-width: 100%;
} */

img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
    color: #000;
}

p, span {
    font-size: 14px;
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

input[type="button"] {
    cursor: pointer;
}

input[type="button"]:hover {
    cursor: pointer;
}

input {
    background-repeat: no-repeat;
    background-size: contain;
}

input[type="file"] {
    cursor: pointer;
    /* display: none; */
}

label {
    cursor: pointer;
}

.important-d-none {
    display: none!important;
}

.important-d-block {
    display: block!important;
}

.important-d-flex {
    display: flex!important;
}


.ui-selectmenu-menu {
    transition: all 0s;
}

.container {
    display: flex;
    width: 100%;
    /* max-width: 1320px; */
    /* max-width: 95%; */
    margin: 0 auto;
}

@media screen and (max-width: 576px) {
	.container {
        max-width: 100%;
    }
}





.quiz-link_wrap {
    display: flex;
    align-items: center;
}

.quiz-link_wrap label {
    color: var(--color-main-blue);
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
}

.quiz-link_wrap input {
    border: none;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    background-color: var(--color-main-selected-blue);
    background-image: url("../img/icons/link.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    color: var(--color-main-blue);
}



.input-domain_label input {
    border: none;
    padding: 0;
    overflow: visible;
    outline: none;
    width: 1px;
    min-width: 1px;
}

.input-domain_label input.active {
    border: none;
}

/* -------------------------------------- */










/* -------------------------------------- */














@keyframes backbtnmove {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-15px);
    }
}


@media screen and (max-width: 992px) {
    h2 {
        font-size: 24px;
        /* margin-bottom: 30px; */
    }
}



@media screen and (max-width: 720px) {
	.footer_right p {
        display: none;
    }
}





@media screen and (max-width: 680px) {
main {
    z-index: 1;
    position: relative;
    height: calc(100% - 52px - 40px);
    /* height: 100vh; */
    width: 100vw;
    /* margin-top: -64px; */
}
}



