html, body{
    background-color: #fff;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{
    font-weight: bold !important;
}

#mega-menu {
    position: absolute;
    top: 0;
    left: 0;
}

.full-screen{
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 15px;
    overflow: auto;
}

.bg-black{
    /* background-color: #000000; Luis version */
    background: rgba(37, 37, 37, 0.9);
    color: #fff
}

/* .profile-image img{
    border: 5px solid #cccccc;
} */

.title-2 h2 {
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1em;
}
.container-fw{
    z-index: 1;
}
/*
 * Custom padding
*/
.pr-no{
    padding-right: 0;
}
.pl-no{
    padding-left: 0;
}
.p-no{
    padding-left: 0;
    padding-right: 0;
}
.p-sm{
    padding-right: 5px;
    padding-left: 5px;
}
.pl-sm{
    padding-left: 5px;
}
.pr-sm{
    padding-right: 5px;
}
.row-p-sm{
    margin-right: -5px;
    margin-left: -5px;
}

/*
 * Progress Line
*/
.progress-line-custom-1{
    background: #ECD3ED;
    height: 3px
}
.progress-bar-custom-1{
    background: #DC1A5B ;
}

/*
* User stats
*/

.user-stat h1, .user-stat h5 {
    margin: 0;
    color: #999999;
}
.user-stat {
    background: #333333;
    border-radius: 7px;
    padding: 5px 0;
    height: 100%;
    border: 1px solid #4B4B4B;
}
.user-stat-big {
    padding-top: 18px;
}
.user-stat.active {
    border-color: #dc1a5a;
}
.user-stat.active h5{
    color: #ffffff;
}
.user-stat.active h1 {
    color: #dc1a5a;
}
.title-not2 {
    border-bottom: 1px solid #dc1a5a;
}


/*
* Custom table
*/
.container-blur-table .title-2{
    padding: 0 15px;
}
.container-blur-table {
    background: #2B2B2B;
    border-radius: 7px;
    border: 1px solid #494949;
    margin-top: 5px;
    padding: 5px 0 0;
    min-height: 270px;
    height: 100%;
    margin-bottom: 5px;
}


.container-blur-table .blur-table {
    margin-top: 10px;
    /* font-family: 'Montserrat', sans-serif; */
    text-align: center;
}
.container-blur-table .blur-table .table {
    width: 100%;
    margin-bottom: 0;
}
.blur-table .table > thead > tr:last-child > th {
    border-color: #DC1A5B;
    font-family: 'Montserrat', sans-serif;
}
.blur-table .table > thead > tr th {
    border-right: 1px solid #DC1A5B;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.blur-table .table > thead > tr th:last-child {
    border-right: 0;
}

.blur-table table > tbody > tr > td, .blur-table table > tfoot > tr > td {
    border-color: #666666;
    font-weight: bold;
    padding: 0px 0px;
}

.blur-table table > tbody > tr > td:nth-child(2){
    filter: blur(3px);
    -webkit-filter: blur(3px);
    font-weight: 400;
}
.blur-table table > tbody > tr.before td {
    border-top: 2px solid#dc1a58;
}
.blur-table table > tbody > tr.after td {
    border-bottom: 2px solid#dc1a58;
}

.blur-table table > tbody > tr.primary td {
    filter: none;
    -webkit-filter: none;
}
.table > tbody > tr.primary {
    background: #dc1a59;
    animation: pulse 2s infinite;
}
.table > tbody > tr.primary:hover * {
    font-size: 100%;
    cursor: pointer;
    transition: all 0.2s linear;
}

.blur-table thead, .blur-table tbody {
    display: block;
    width: 100%;
}
.blur-table #coo-ranking-2{
    height: 180px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
table td{
    -webkit-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -ms-user-select:none;
  }

/*
*   Notifications
*/
.body-notification p {
    font-size: 11px;
    line-height: 15px;
}
p.title-notification {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.body-notification {
    border-bottom: 1px solid #666666;
}
.coo-notifications {
    max-height: calc(100% - 72px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    display: block;
}
.single-notification img {
    width: 45px;
}

/*
* Counter
*/

.portal-close .counter {
    border-right: 1px solid #DC1A5B;
}
.portal-close .row div:last-child {
    border-right: none;
}
.portal-close {
    text-align: center;
    background: #333333;
    border: 0.5px solid #DC1A5B;
    padding: 5px 0;
    border-radius: 8px;
}

.portal-close h6, .portal-close h4 {
    margin: 0;
}
.container-portal {
    margin-top: 5px;
}

.lukas-logo {
    width: 18px;
    height: auto;
    margin-top: -5px;
}


/*
* Floating buttons
*/
.floating-buttons {
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 3px;
    width: 70px;
}
.float-btn {
    padding: 0;
    background: transparent;
    border: none;
    display: block;
    margin: auto;;
}
.float-btn img {
    max-width: 100%;
}
.btn-mid img {
    width: 90%;
}
.child-buttons{
	position: absolute;
}

.child-buttons .btn-hexa {
	margin-bottom: 5px;
	transform: scale(0.5) translateY(50px);
	transition: all 0.1s linear;
	opacity: 0;
}
.child-buttons.active .btn-hexa {
	transform: scale(1) translateY(0px);
	opacity: 1;
}

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(220, 26, 88, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220, 26, 88, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 26, 88, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(220, 26, 88, 0.7);
      box-shadow: 0 0 0 0 rgba(220, 26, 88, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(220, 26, 88, 0);
        box-shadow: 0 0 0 10px rgba(220, 26, 88, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(220, 26, 88, 0);
        box-shadow: 0 0 0 0 rgba(220, 26, 88, 0);
    }
}
.btn-help{
    width: max-content;
}
.btn-help a {
    color: #fff;
    font-size: 12px;
    padding: 12px;
    border: solid 1px #fff;
    border-radius: 23px;
    font-style: italic;
}
.p-close{
    margin: 0;
    line-height: 12px;
}

.hidden {
    display: none;
}

.table > tbody > tr > td{
    font-size: 0.8rem;
}

/*
*   Hexa button
*/
.btn-hexa {
	border: 0;
	background: transparent;
	/* width: 60px;
	height: 60px; */
	padding: 10px;
	position: relative;
	cursor: pointer;
}
.btn-hexa:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/btn/rombo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 0;
    filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.15s linear;
	/* filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5)); */
}
.btn-hexa:hover:before {
	filter: drop-shadow(3px 4px 7px rgba(0, 0, 0, 0.7));
}
.btn-hexa-big {
    width: 70px;
    height: 70px;
}
.btn-hexa-color:before{
	background-image: url(/assets/img/btn/rombo-color.png);
}
.btn-hexa img{
	max-width: 100%;;
	height: auto;
	z-index: 1;
	position: relative;
}



/*
* Custom colors
*/
.navbar.bg-primary {
    color: #fff;
    background-color: #450182 !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(69, 1, 130, 0.46);
}
body.body-profile, html.html-profile{
    background-color: transparent !important;
}


/*
* Flip
*/
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}
.flip-container .back {

}
.flip-container.hover .back {
    z-index: 9;
    position: relative;
}


.vertical.flip-container {
	position: relative;
}

.vertical .back {
    transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
    transform-origin: 100% 213.5px; /* half of height */
}

.vertical.flip-container:hover .flipper {
    transform: rotateX(-180deg);
}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    z-index: 1;
}
.back{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.disable_blur .bounce{
    -webkit-animation: none;
    animation: none;
}

.video-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}
.btn-lg {
    padding: 0.7rem 3rem !important;
}
.body-tags {
    background: #cccccc38;
    height: calc(100% - 90px);
    position: relative;
    padding-bottom: 80px;
}
.bottom-button {
    /* position: absolute; */
    width: 100%;
    /* margin-left: -15px; */
    /* bottom: -20px; */
    /* right: 0; */
    /* left: 0; */
}





@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0); }
    40% {
        -webkit-transform: translateY(-30px); }
    60% {
        -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0); }
    40% {
        -moz-transform: translateY(-30px); }
    60% {
        -moz-transform: translateY(-15px); } }
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px); }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px); } 
}




.body-seeker {
    background-image: url(/assets/img/encuesta/bg-all.png);
    height: 100vh;
    background-size: auto 100%;
}

.center-all{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}
.btn-hexa-bordered:focus,
.btn-hexa-bordered:hover{
    filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, 0.4));
}
.btn-hexa-bordered {
    transition: all 0.05s linear;    
    background-size: 100% auto !important;
    background-position: center !important;
    background-color: transparent;
    border: 0;
    width: 100px;
    height: 114px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.btn-hexa-bordered.btn-hexa-black {
    background: url(/assets/img/encuesta/hexa-black.png);
}
.btn-hexa-bordered.btn-hexa-rose {
    background: url(/assets/img/encuesta/hexa-rose.png);
}
.btn-hexa-rose.complete {
    background: url(/assets/img/encuesta/border-hexa-rose.png) no-repeat !important;
    
    background-size: contain !important;
}
.btn-hexa-black.complete {
    background: url(/assets/img/encuesta/border-hexa-black.png) no-repeat !important;
    
    background-size: contain !important;
}
.btn-hexa-rose.complete p{
    color: #DC1A5B !important;
}
/*Btn black*/
.btn-hexa-black.complete p{
    color: #000000 !important;
}

.cont-hexa-bordered{
    background: url(/assets/img/encuesta/hexa-border.png);
    background-size: 100% auto;
    background-color: transparent;
}

.cont-hexa-bordered {
    background: url(/assets/img/encuesta/hexa-border.png) no-repeat center;
    background-size: 100% auto;
    background-color: transparent;
    width: 150px;
    height: 175px;
    margin: auto;
    padding: 5px;
}

/*
*   Modal
*/
.modal-fullscreen .modal-dialog {
    margin-top: 5px !important;
    height: calc(100% - 10px) !important;
}
.modal-fullscreen .modal-content {
    background: url(/assets/img/go/bg-overlay.jpg) repeat center;
    background-size: auto 100%;
    height: 100%;
    overflow-y: auto;
}

.modal-fullscreen .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-footer img {
    margin: auto;
    height: 40px;
}

.ex-modal {
    font-size: 12px;
    line-height: 13px;
}
.title-modal {
    font-size: 16px;
}
.box-color-arrow {
    background: #DC1A5B;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: relative;
    min-height: 40px;
}
.box-color-arrow:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #dc1a5a;
    display: block;
    position: absolute;
    margin-left: -7.5px;
    left: 50%;
    top: 100%;
    margin-top: -1px;
}
.box-color-arrow p {
    font-size: 12px;
    font-weight: bold;
}
.invert .box-color-arrow {
    background: #000;
}
.invert .box-color-arrow:after {
    border-top: 15px solid #000;
}
.invert .btn-rose {
    background: #000 !important;
    border-color: #000 !important;
    box-shadow: none;
}
.container-hexa-mid {
    margin: -30px 0;
}
.body-hexa {
    max-width: 375px;
    margin-top: 20%;
}





.tagify.tagify--outside {
    border: none !important;
}
.tagify__input {
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding-left: 15px !important;
    line-height: 20px !important;
}

tags.tagify {
    --tags-border-color: #DDD;
    --tag-bg: #000000;
    --tag-hover: #8e8e8e;
    --tag-text-color: white;
    --tag-text-color--edit: black;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.tagfy-tags {
    height: calc(100% - 106px);
    min-height: 130px;
}
.tagify.tagify--outside {
    border: none !important;
    /* max-height: calc(100% - 38px); */
    overflow: auto;
}
.lvls img {
    width: 35px;
}

/*
* Custom Blur
*/
.custom_blur { 
    filter: blur(5px);
    -webkit-filter: blur(5px);
    user-select: none; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom_blur:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.custom_blur.disable_blur { filter: blur(0px); -webkit-filter: blur(0px);}
.custom_blur.disable_blur:after{display: none;}

.content-questions {
    overflow: hidden;
}


/*
*   Onboarding
*/

.views-onboarding, #ob1, #ob3, #ob2 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}
#ob2{
    z-index: 998;    
}
#ob3{
    z-index: 997;
}

.scale-animate{
    transform: scale(0);
    transition: all 0.8s cubic-bezier(.72,.48,.62,1.46);
}

.scale-animate.animated {
    transform: scale(1);
}


.rotate-animate{
    -webkit-transform: rotate(0deg);
    transform:  rotate(0deg);
    animation-name:rotation;
    animation-duration:2s;
    animation-iteration-count: infinite;
}

.loading-img{
    max-width: 50%;
    width: 300px;
    display: none;
}
@-webkit-keyframes rotation {
    0%      { -webkit-transform: rotate(0deg); }
    50%     { -webkit-transform: rotate(180deg); }
    100%    { -webkit-transform: rotate(360deg); }
}

@keyframes rotation {
    0%      { transform: rotate(0deg); }
    50%     { transform: rotate(180deg); }
    100%    { transform: rotate(360deg); }
}

.unblurred td {
    filter: none !important;
    -webkit-filter: none !important;
}



.tataan{
    animation: animationTataan linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationTataan linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationTataan linear 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationTataan linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationTataan linear 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationTataan{
    0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
    }
    10% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    20% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    30% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    40% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    50% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    60% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    70% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    80% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    90% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    100% {
    transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
    }
}

@-moz-keyframes animationTataan{
    0% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
    }
    10% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    20% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    30% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    40% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    50% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    60% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    70% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    80% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    90% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    100% {
    -moz-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
    }
}

@-webkit-keyframes animationTataan {
    0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
    }
    10% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    20% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    30% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    40% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    50% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    60% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    70% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    80% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    90% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    100% {
    -webkit-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
    }
}

@-o-keyframes animationTataan {
    0% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
    }
    10% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    20% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    30% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    40% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    50% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    60% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    70% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    80% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    90% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    100% {
    -o-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
    }
}

@-ms-keyframes animationTataan {
    0% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
    }
    10% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    20% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
    }
    30% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    40% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    50% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    60% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    70% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    80% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
    }
    90% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
    }
    100% {
    -ms-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
    }
}


.btn-hexa-bordered img{
    width: 30px;
    height: auto;
}
.btn-hexa-bordered.complete img{
    width: 20px;
}
.btn-hexa-bordered .text-light {
    font-size: 12px;
    line-height: 12px;
}

@media (orientation: landscape) {
    #text-limit {
        font-size: 12px;
        line-height: 12px;
    }
    .cont-hexa-bordered {
        width: 100px;
        height: 114px;
    }
    #send-seeker p {
        font-size: 12px;
    }
    #send-seeker .btn {
        margin-top: 0 !important;
        max-width: 100%;
        padding: 5px 25px !important;
    }
    .container-hexa-mid {
        margin: -40px 0;
    }
}

@media (orientation: portrait) {
   
}

/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {
    .title-2 h2{
        font-size: 26px;
    }

    .user-stat h1 {
        font-size: 22px;
    }
    .user-stat h5 {
        font-size: 8px;
        line-height: 14px;
    }
    .user-stat-big{
        padding-top: 13px;
    }
    .blur-table .table > thead > tr th{
        font-size: 10px;
    }
    .p-close {
        font-size: 9px !important;
        font-weight: bold;
    }
    .btn-help{
        margin-top: 30px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .title-2 h2{
        font-size: 26px;
    }

    .user-stat h1 {
        font-size: 22px;
    }
    .user-stat h5 {
        font-size: 8px;
        line-height: 14px;
    }
    .user-stat-big{
        padding-top: 13px;
    }
    .blur-table .table > thead > tr th{
        font-size: 10px;
    }
    .p-close {
        font-size: 9px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .title-2 h2{
        font-size: 22px;
    }

    .user-stat h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .user-stat h5 {
        font-size: 8px;
        line-height: 14px;
    }
    .user-stat-big{
        padding-top: 13px;
    }
    .blur-table .table > thead > tr th{
        font-size: 10px;
    }
    .portal-close h4 {
        font-size: 12px;
    }
    .portal-close h6 {
        font-size: 4px;
    }
    .p-close {
        font-size: 6px;
    }
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}


.ttour-overlay{
    z-index: 5;
}
.ttour-overlay {
    pointer-events: none;
}
.ttour-tip {
    pointer-events: all;
}