﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-bluedark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-bluedark-rgb), var(--bs-bg-opacity)) !important;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.caption-main {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.carousel-control-prev.control-dailyNews{
    margin-left: -39px;
    margin-top: -50px;
}
.carousel-control-next.control-dailyNews{
  
    margin-top: -50px;
}

.control-dailyNews {
    background: #f0f3f2 !important;
    border: none !important;
    border-radius: 50px !important;
    color: #001e2b !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 20px !important;
    height: 32px !important;
    left: 97% !important;
    line-height: 0 !important;
    outline: none !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
}
input.form-control:focus {
    background: #fff !important;
}
    /*@media (min-width: 768px) {
        .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
        transform: translateX(25%)
    }

    .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
        transform: translateX(-25%)
    }
}

.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
    transform: translateX(0)
}*/

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
.carousel {
    padding-bottom: 10px;
}
div#InterviewsCarousel .carousel-inner .carousel-item.active, div#InterviewsCarousel .carousel-inner .carousel-item-next, div#InterviewsCarousel .carousel-inner .carousel-item-prev {
    display: flex !important;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}
.card {
    border: none;
    border-radius: unset;
}
.cover-container {
    background-image: url(../images/StopSmoking_bg.svg);
    background-repeat:no-repeat;
    object-position: right;
    object-fit: cover;
    /*height:100vh;*/
    background-position:right;
   
}
.block-feature {
    background-image: url(../images/features_bg.svg);
    background-repeat: no-repeat;
    object-position: center;
    object-fit: cover;
    /*height:100vh;*/
   
}
.bg-contact {
    background-image: url(../images/gradient_bg.svg);
    background-repeat: no-repeat;
    object-position: center;
    object-fit: cover;
}
.job-result {
    position: relative;
    border: 1px solid #cfddf3;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 15px 20px 20px;
    color: #222e3a;
    border-radius: 4px;
    overflow: hidden;
    max-height: 1000px;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.text-white {
    color: #fff !important;
}
/*
.text-primary {
    color: #007bff !important;
}*/

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    /*color: #17a2b8 !important;*/
   color: #004aad !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

/*.text-danger {
    color: #dc3545 !important;
}*/

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.ms-n5 {
    margin-left: -40px;
}
.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}
    /* Hide/rearrange for smaller screens */
    @media screen and (max-width: 767px) {
        /* Hide captions */
        .carousel-caption {
            display: none;
        }
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 800px;
}
.carousel-inner {
    max-height: 498px;
}
.last-post .post-title {
    font-size: 16px;
}
.col-md-12.col-sm-6.col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.p-data {
    box-sizing: content-box;
    background: #f0f4fa;
    margin: 0;
    padding: 15px !important;
    padding-top: 0;
    font-size: 1em;
    font-weight: 600;
    border: 1px solid #cfddf3;
    line-height: 1.8;
    border-radius:4px;
}
.carousel-control.right {
    right: 3px;
}

    @media (min-width:200px) and (max-width:500px) {
        .box-item.first {
            padding-top: 10px;
            margin-bottom: 0px !important;
        }
        .carousel-control.right {
            right: 20px !important;
        }
        h2.post-title {
            color: #353535;
            font-weight: 400;
            font-size: 16px !important;
            text-align: justify;
            line-height: 1.5em;
        }
        .lead {
            line-height: 1.5em;
            font-size: 15px !important;
        }
        .small-text {
            font-size: 10px !important;
        }
            .media-body {
            padding: 0 15px !important;
        }

    }
.media {
    /*border-bottom: 1px solid #eee !important;*/
    padding-bottom: 15px;
   
}
    .media:last-child {
        border-bottom: none;
    }
.media h4 {
    line-height:1.3;
}

@media screen and (min-width:700px){
    #carousel-opinion {
        height: 305px !important;
    }
}

@media (min-width:200px) and (max-width:767px) {
    .modal-bottom-right {
        width: 50%;       
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        left: auto !important;
    }
    .media-body {
        padding: 0 15px !important;
    }
 
}
@media (min-width: 768px) {
    .modal-bottom-right {
        width: 450px;
        height:250px;
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        left:auto !important;
    }
}
.modal-bottom-right .modal-header, .modal-bottom-right .modal-body {
    padding: 0px !important;
    border: none;
    align-items: baseline;
}
.modal-header .btn-close {
    box-sizing: content-box;
    width: 1em;
    position: absolute;
    float: right;
    height: 1em;
    z-index:1000;
    margin: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    opacity: 1;
}
#staticBackdrop.modal.custom .modal-dialog {
    width: 450px;
    height: 250px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}
#staticBackdrop.modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background-color: #ff003b;
    color: #fff;
    opacity: 1;
    border-radius: 0px;
    background:#fff;
}
#staticBackdrop.modal-header {
    padding: 0px;
    border-bottom: none;
    
  
}
#staticBackdrop.modal {
    pointer-events: none;
}

#staticBackdrop.modal-backdrop {
    display: none;
}
#staticBackdrop.modal-body {
    padding: 0px;
}
ul.nav.navbar-nav.navbar-right.home-plat.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.icon-platfrm {
    background-image: url(../images/iconPlatform.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    
}
video#san-video {
    width: 100% !important;
    height: auto !important;
}
.small-text {
    color: #999;
    font-size: 15px;
}
.thumbnail-grid i {
   
  
    color: #ffb1c2;
}

.thumbnail-grid i:hover {
    color: #ff003b;
}
.thumbnail-small-grid i {
    top: 13%;
    left: 5%;
    position: absolute;
    margin-left: -25px;
    margin-top: -30px;
    color: #000;
}

    .thumbnail-small-grid i:hover {
        color: #000;
    }
#staticBackdrop.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: #12d3cf;
    color: #fff;
    opacity: 1;
}
.body-candle {
    background: #111;
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 150px;
    overflow: hidden;
   margin-bottom:20px;
}
.body-candle h3{
    color:#fff;
    font-size:2em;
    padding: 0 20px;
    margin:auto;
}
.thumbnail-grid i-black{
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -25px;
    margin-top: -30px;
    color: #000 !important;
}
.newsRelated:first-child {
    border-top: none !important;
}

.candle {
    width: 34px;
    margin: 30px auto 0 auto;
    position: relative;
    top:-55px;
    height: 30%;
    align-self: flex-end;
    -webkit-animation: blink .1s infinite;
    animation: blink .1s infinite;
}

.wick {
    position: absolute;
    width: 6px;
    height: 50px;
    background: #23161a;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%) skewX(2deg);
    transform: translateX(-50%) skewX(2deg);
    border-radius: 10%;
    box-shadow: 0 0 2px 0px black;
}

    .wick:before {
        content: '';
        position: absolute;
        width: 0;
        left: 50%;
        height: 10px;
        box-shadow: 0 -14px 10px 8px white, 0 -10px 10px 8px rgba(255, 215, 0, 0.7), 0 -3px 10px 8px rgba(255, 106, 0, 0.7), 0 6px 3px 4px black;
    }

    .wick:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0px;
        height: 0px;
        box-shadow: 0 5px 2px 3px gold, 0 20px 2px 14px gold, 0 -6px 4px 5px rgba(98, 33, 27, 0.8), 0 0px 1px 4px rgba(255, 106, 0, 0.7), 0 0px 3px 4px #ff6a00, 0 5px 3px 4px gold;
    }

.flame {
    width: 20px;
    height: 70px;
    margin: 0px auto;
    position: relative;
    -webkit-animation: move 3s infinite, move-left 3s infinite;
    animation: move 3s infinite, move-left 3s infinite;
    -webkit-transform-origin: 50% 90%;
    transform-origin: 50% 90%;
}

    .flame .top {
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        border-top-left-radius: 500%;
        border-bottom-left-radius: 50px;
        border-top-right-radius: 500%;
        border-bottom-right-radius: 50px;
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
        box-shadow: 0 0px 0px 3px white, 0 -20px 1px 4px white, 0 -25px 2px 3px gold, 0 -30px 5px 4px #ff6a00, 0 0px 150px 10px #ff6a00, 0 -10px 2px 4px white, 0 -5px 3px 3px white;
        -webkit-animation: flame-up 4s infinite;
        animation: flame-up 4s infinite;
    }

    .flame .shadows {
        position: absolute;
        left: 50%;
        top: -15px;
        width: 0.5px;
        height: 20px;
        border-radius: 50%;
        box-shadow: 0 5px 20px 15px gold, 0 0px 100px 20px #ff6a00, 0 15px 50px 15px #ff6a00, 5px 30px 5px 13px #ff6a00, 5px 50px 5px 13px #ff6a00, 0 75px 50px 30px black;
    }

    .flame .bottom {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        position: absolute;
        bottom: 6px;
        left: 9px;
        width: 1px;
        height: 8px;
        border-radius: 1%;
        background: #2c2b39;
        box-shadow: 0 6px 10px 12px rgba(60, 76, 125, 0.3), 0 0px 4px 8px #2c2b39, 0 -12px 10px 8px rgba(255, 106, 0, 0.5), 0 5px 7px 12px #2c2b39, 0 -3px 10px 12px #2c2b39, 5px -10px 10px 5px red, 0 -15px 10px 10px gold, 5px -25px 10px 5px gold, 0 2px 5px 10px #30537d, 0 -2px 2px 14px #76daff, 0 2px 10px 12px #76daff;
    }

.wax {
    position: relative;
    top: 12px;
    width: 100%;
    height: 100%;
    background: #ff9224;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff9224 0px, #ff9224 20px, #58523a 50px);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9224', endColorstr='#58523a',GradientType=0 );
    /* IE6-9 */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: inset 0 7px 12px -2px #fbf348, inset 0 9px 57px -3px rgba(255, 0, 0, 0.4), inset 0 -5px 8px 2px black, 0 0 3px 0px #ff6a00;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: skewX(2deg) skewY(5deg);
        transform: skewX(2deg) skewY(5deg);
    }

    50% {
        -webkit-transform: skewX(-2deg) skewY(0deg);
        transform: skewX(-2deg) skewY(0deg);
    }

    100% {
        -webkit-transform: skewX(2deg) skewY(5deg);
        transform: skewX(2deg) skewY(5deg);
    }
}

@keyframes move {
    0% {
        -webkit-transform: skewX(2deg) skewY(5deg);
        transform: skewX(2deg) skewY(5deg);
    }

    50% {
        -webkit-transform: skewX(-2deg) skewY(0deg);
        transform: skewX(-2deg) skewY(0deg);
    }

    100% {
        -webkit-transform: skewX(2deg) skewY(5deg);
        transform: skewX(2deg) skewY(5deg);
    }
}

@-webkit-keyframes move-left {
    50% {
        -webkit-transform: skewX(3deg);
        transform: skewX(3deg);
    }
}

@keyframes move-left {
    50% {
        -webkit-transform: skewX(3deg);
        transform: skewX(3deg);
    }
}

@-webkit-keyframes flame-up {
    50% {
        box-shadow: 0 0px 0px 3px white, 0 -38px 1px 2px white, 0 -41px 2px 3px gold, 0 -50px 5px 4px #ff6a00, 0 0px 150px 10px #ff6a00, 0 -10px 2px 4px white, 0 -5px 3px 3px white;
    }
}

@keyframes flame-up {
    50% {
        box-shadow: 0 0px 0px 3px white, 0 -38px 1px 2px white, 0 -41px 2px 3px gold, 0 -50px 5px 4px #ff6a00, 0 0px 150px 10px #ff6a00, 0 -10px 2px 4px white, 0 -5px 3px 3px white;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.95;
    }
}

@keyframes blink {
    50% {
        opacity: 0.95;
    }
}
