html{
    background-image: url(../img/background.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body{
    background: transparent !important;
    margin-top: -1px;
    padding-top: 1px;
}
img {
    width: 100%;
}
@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.btn-fw{
    width: 100%;
}
.space-10{
    width: 100%;
    height:10px;
}
.space-20{
    width: 100%;
    height:20px;
}
.space-30{
    width: 100%;
    height:30px;
}
.space-40{
    width: 100%;
    height:40px;
}
.space-50{
    width: 100%;
    height:50px;
}
.space-60{
    width: 100%;
    height:60px;
}
.space-70{
    width: 100%;
    height:70px;
}
.space-80{
    width: 100%;
    height:80px;
}
.space-90{
    width: 100%;
    height:90px;
}
.space-100{
    width: 100%;
    height:100px;
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}
.form-group label:not(.btn):not(.form-check-label){
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px;
}
#survey_edit label{
    font-size: 12px;
    font-weight: 400;
    margin-left: 0;
}
.form-control {
    /* background-color: #e8dcca !important; */
    background-color: transparent !important;
    border: 1px solid #231f20 !important;
    border-radius: 15px;
    
    font-size: 16px;
}
input.form-control{
    padding: 20px 10px !important;
}
.btn-primary{
    border: 1px solid #231f20;
    font-size: 21px;
    font-weight: 400;
    padding: 10px 0;
    border-radius: 15px;
}
.btn-primary.btn-fill{
    background-color: #231f20;
}
.ul-btn{
    text-decoration: underline;
    color: #231f20;
}
#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.card .form-check-inline label{
    margin-bottom: 0;
}


.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}

@media all and (max-width: 991px)  {
    .sidebar .nav > li.active-pro{
        position: initial;
    }
}
#core_login{
    display: flex;
    justify-content: center;
}
.content.login{
    display: flex;
    align-self: center;
    /* padding: 0px 15px;
    margin-top: 50vh;
    transform: translateY(-50%); */
}


.sidebar {
    /* display: none; */
}

/* #core_login,
#core_register {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background-image: url('/assets/img/login-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -1px;
    padding-top: 1px;
} */
.question{
    padding: 20px;
}
.toggle-arrow{
    width: 30px;
    height: 30px;
    background-image: url(/assets/img/back.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(-90deg);
    transition: all .4s ease;
    cursor: pointer;
}
.toggle-info{
    line-height: 30px;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 20px;
}
.toggle-arrow.collapsed{
    transform: rotate(90deg);
}
.collapsed-q{
    line-height: 30px;
    font-weight: bold;
}
.default-answer-preview{
    font-weight: bold;
    margin-left: 10px;;
}
.question-spacer{
    height: 2px;
    background-color: #aaa;
    margin: 5px 0;
}
.answer-spacer{
    height: 1px;
    background-color: #aaa;
    margin: 5px 0;
}
.image-preview,
.featured-image-preview,
.question-image-preview{
    transition: all .4s ease;
}
.image-preview .toolbar,
.featured-image-preview .toolbar,
.question-image-preview .toolbar{
    position: absolute;
    height: 20px;
    width: 100%;
    background-color: rgba(95, 95, 95, 0.5);
    top: -20px;
    left: 0;
    transition: all .4s ease;
}
.image-preview:hover .toolbar,
.featured-image-preview:hover .toolbar,
.question-image-preview:hover .toolbar{
    top: 0;
}
.image-preview.preview-active,
.featured-image-preview.preview-active,
.question-image-preview.preview-active{
    width: 400px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin:10px 0;
}
.featured-image-preview.preview-active{
    width: 100%;
    height: 300px;
    background-position: center center;
}
.default-answer-slug{
    padding-left: 10px;
}
.remove-image,
.remove-question,
.remove-answer{
    cursor: pointer;
}
.remove-image:hover,
.remove-question:hover,
.remove-answer:hover{
    text-decoration: underline;
}
.toggle-answer{
    cursor: pointer;
}
.toggle-answer:hover{
    text-decoration: underline;
}
.text-white {
    color: #fff !important;
}
.controls{
    opacity: 0;
    transition: all .4s ease;
    padding-left: 10px;
}
.controls a{
    margin: 0 2px;
}
.show-controls:hover > td .controls{
    opacity: 1;
}
.survey .image{
    height: 150px;
}
.survey .image::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(126, 126, 126, 0.5);
}
.survey .image .title{
    position: absolute;
    bottom: 20px;
    z-index: 99;
    left: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 21pt;
}
.survey .image:hover .title{
    text-decoration: underline;
}
.swiper-slide{
    padding: 30px 0;
}
.flex-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}
.flex-container.swipe{
    flex-direction: row;
}
.question-content{
    margin: 40px 0;     
}
.answer{
    text-align: left;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    width: 150px;
    position: relative;
    height: 30px;
    line-height: 20px;
}
.answer:not(.swipe)::before{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    top: 0;
    left: -35px;
    border-radius: 5px;
    transition: all .4s ease;
    background-image: url(../img/correct.png);
    background-size: 0% 0%;
    background-position: center center;
    background-repeat: no-repeat;
}
.answer:not(.swipe).checked::before,
.answer:not(.swipe):hover::before{
    background-color: #66cccc;
    background-size: 80% 80%;
}
.answer:not(.swipe):hover{
    text-decoration: underline;
}
.answer.swipe {
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0;
    background-position: center center;
    background-size: 0% 0%;
    background-repeat: no-repeat;
    background-image: url(../img/aplis.png);
    transition: all .4s ease;
}
.answer.swipe:hover {
    background-size: 100% 100%;
}

.swipe .left-answer{
    color: #fff;
    font-size: 18px;
}
.swipe .left-answer .swipe-arrow{
    width: 50px;
    height: 50px;
    background-image: url(../img/swipe-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
}
.swipe .answer-text{
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0;
    background-position: center center;
    background-size: 0% 0%;
    background-repeat: no-repeat;
    background-image: url(../img/aplis.png);
}
.swipe .left-answer .swipe-arrow .c{
    background-image: url(../img/circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 2px 0;
}
.swipe .left-answer .swipe-arrow .c.x1{
    width: 5px;
    height: 5px;
}
.swipe .left-answer .swipe-arrow .c.x2{
    width: 7px;
    height: 7px;
}
.swipe .left-answer .swipe-arrow .c.x3{
    width: 9px;
    height: 9px;
}
.swipe .left-answer .swipe-arrow .c.x4{
    width: 11px;
    height: 11px;
}
.swipe .middle-container{
}
.swipe .right-answer{
    color: #fff;
    font-size: 18px;
}
.swipe .right-answer .answer-text{
    float: right
}
.swipe .right-answer .swipe-arrow{
    width: 50px;
    height: 50px;
    background-image: url(../img/swipe-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
}
.swipe .right-answer .swipe-arrow .c{
    background-image: url(../img/circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 2px 0;
}
.swipe .right-answer .swipe-arrow .c.x1{
    width: 5px;
    height: 5px;
}
.swipe .right-answer .swipe-arrow .c.x2{
    width: 7px;
    height: 7px;
}
.swipe .right-answer .swipe-arrow .c.x3{
    width: 9px;
    height: 9px;
}
.swipe .right-answer .swipe-arrow .c.x4{
    width: 11px;
    height: 11px;
}
.image-container{
    min-height: 300px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.swipe-info-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    color: #fff;
    text-transform: uppercase;
}
.swipe-info-container .info{
    padding: 10px 40px;
    text-align: center;
    position: relative;
}
.swipe-info-container .info::after{
    display: block;
    content: '';
    background-image: url(../img/swipe-arrow.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: 10px;
}
.swipe-info-container .left-info::after{ 
    left: 0;
    transform: rotate(90deg);
}
.swipe-info-container .right-info::after{
    right: 0;
    transform: rotate(-90deg);
}
@media (max-width: 630px){
    .swipe .right-answer .swipe-arrow,
    .swipe .left-answer .swipe-arrow{
        height: 50px;
    }
    .swipe .right-answer .swipe-arrow .c,
    .swipe .left-answer .swipe-arrow .c{
        display: none;
    }
}
.icon-wrap{
    padding: 10px;
    width: 70px;
    filter: invert(0%) sepia(0%) saturate(9%) hue-rotate(239deg) brightness(100%) contrast(100%);
}
.main-panel{
    position: relative;
    z-index: 2;
    float: unset;
    width: 100%;
    height: auto;
}
.navbar-default{
    background-color: transparent;
    border: none;
}
.footer{
    background-color: transparent;
    border: none !important;
}
.navbar-default .navbar-nav > li > a:not(.btn){
    color: #231f20;
    font-size: 20px;
}
.navbar-nav{
    margin: 0 20px 30px 0;
}
.btn-primary.btn-fill:hover, 
.btn-primary.btn-fill:focus, 
.btn-primary.btn-fill:active, 
.btn-primary.btn-fill.active, 
.open > .btn-primary.btn-fill.dropdown-toggle{
    background-color: #524f50;
    border-color: #524f50 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:not(.btn):hover, 
.navbar-default .navbar-nav > .active > a:not(.btn):focus, 
.navbar-default .navbar-nav > li > a:not(.btn):hover, 
.navbar-default .navbar-nav > li > a:not(.btn):focus{
    color: #524f50;
    text-decoration: underline;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    color: #524f50 !important;
}
.main-panel > .content{
    min-height: calc(100% - 239px) !important;
}
.take-survey-wrap{
    display: flex;
    justify-content: center;
}
.take-survey-container{
    background-color: #231f20;
    border-radius: 30px;
    padding: 0 30px;
}
.btn-next{
    background-color: #fff !important;
    color: #231f20;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .4s ease;
    font-weight: 500;
}
.btn-next:hover{
    background-color: #fff;
    color: #231f20;
    box-shadow: 5px 5px 0px #6cc;
    margin-left: -5px;
    margin-top: -5px;
}
.loading{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    background-image: url(../img/loader-circle.gif);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .4s ease;
}
.loading.hide{
    opacity: 0;
}
.navigation{
    margin-top: 10px;
}
.navigation .logo{
    width: 100px;
    height: 100px;
}
.navigation .logo img{
    width: 100%;
}
.navigation-list{
    list-style-type: none;
    margin-bottom: 0 !important;
    text-align: right;
    margin: 0;
    padding: 0;
}
.navigation-list li{
    display: inline-block;
    padding: 10px 15px;
    height: 100px;
    line-height: 80px;
}
.navigation-list li a{
    color: #231f20;
    font-size: 20px;
}
@media (max-width: 991px){
    .col-sm-12{
        width: 100%;
    }
}
@media (max-width: 767px){
    .navigation .logo {
        margin-left: auto;
        margin-right: auto;
        width: 60px;
        height: 60px;
    }
    .navigation-list{
        text-align: center;
        margin-top: 20px;
    }
    .navigation-list li{
        padding: 5px 10px;
        height: auto;
        line-height: 1;
    }
    .navigation-list li a{
        font-size: 16px;
    }
}
.dark-card{
    background-color: #231f20;
    border-radius: 30px;
    padding: 30px;
}
.table.registration-table>tbody>tr>td, 
.table.registration-table>tbody>tr>th, 
.table.registration-table>tfoot>tr>td, 
.table.registration-table>tfoot>tr>th, 
.table.registration-table>thead>tr>td, 
.table.registration-table>thead>tr>th{
    border-top: none;
    padding: 4px;
    vertical-align: middle;
}
.table.registration-table label{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.form-white{
    border-color: #fff !important;
    border-width: 2px !important;
    color: #fff;
}
input.form-small{
    padding: 0 15px !important;
    border-radius: 10px;
    font-size: 12px;
}
.btn-white{
    border: 2px solid #fff;
}
.form-custom-control{
    border-radius: 5px;
    background-color: transparent;
    padding-right: 30px;;
}
.form-custom-control:focus,
.form-custom-control:active,
.form-custom-control:focus:active{
    outline: none;
}
select.form-custom-control option{
    color: #231f20;
}
#survey_add label,
#survey_edit label,
#core_settings label,
#users_edit label,
#users_add label{
    font-weight: 400;
    font-size: 12px;
    margin-left: 0;
}
#survey_add .form-control,
#survey_edit .form-control,
#core_settings .form-control,
#users_edit .form-control,
#users_add .form-control{
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    font-size: 14px;
}
.emoji .answers{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}
.emoji .answers .emoji-answer-wrap{
    margin: 0 20px;
}
.emoji .answers .emoji-answer-wrap:hover img{
    filter: invert(92%) sepia(11%) saturate(2220%) hue-rotate(134deg) brightness(85%) contrast(77%);
    cursor: pointer;
}
.help-animation{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    z-index: 9999;
}
.help-animation.active{
    animation: help_anim 10s 1;
}
@keyframes help_anim {
    0% {
        background-image: url(/assets/img/hand-left.png); 
        background-position: center center;
    }
    30% {
        opacity: 1;
    }
    40% {
        background-image: url(/assets/img/hand-left.png); 
        background-position: 10% center;
        opacity: 0;
    }
    50% {
        background-image: url(/assets/img/hand-right.png); 
        background-position: center center;
        opacity: 0;
    }
    51% {
        background-image: url(/assets/img/hand-right.png); 
        background-position: center center;
        opacity: 1;
    }
    /* 60% {
        background-image: url(/assets/img/hand-right.png); 
        background-position: 60% center;
    }
    70% {
        background-image: url(/assets/img/hand-right.png); 
        background-position: 70% center;
    }
    80% {
        background-image: url(/assets/img/hand-right.png); 
        background-position: 80% center;
    }
    90% {
        background-image: url(/assets/img/hand-right.png); 
        background-position: 90% center;
    } */
    80%{
        opacity: 1;
    }
    90% {
        background-image: url(/assets/img/hand-right.png); 
        background-position: 100% center;
        opacity: 0;
    }
    100% {
        opacity: 0;
        background-image: none;
    }
}