﻿.santa-green {
    color: #147C61;
}

.btn-santa-green,
.btn-santa-green-empty {
    transition: .5s all;
}

.btn-santa-green {
    background-color: #147C61;
}

.btn-santa-green-empty {
    color: #147C61;
    border: 1px solid #147C61;
}

.btn-santa-red-empty {
    color: #ED4040;
    border: 1px solid #ED4040;
}

.btn-santa-red-empty:hover {
    background-color: #ED4040;
    color: white;
}

.btn-santa-green-empty:hover {
    background-color: #147C61;
    color: white;
}

.panel-santa-left {
    border-bottom: 1px solid #DFECFE;
}

.remove-secret-btn {
    position: absolute;
    top: 15px;
    right: -5px;
}

.santa-bg-color {
    background-color: #C5141D !important;
}

.santa-bg-color-light {
    background-color: #D22830 !important;
}

.santa-btn {
    width: 196px;
    height: 49px;
    border-radius: 8px;
    /*    position: relative;
    z-index: 1;*/
    background-color: #ED4040 !important;
}

.btn-snow {
    position: absolute;
    top: -32px;
    right: -14px;
    pointer-events: none;
}

.bg-santa, .bg-santa2 {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    min-height: 518px;
    position: absolute;
    left: 0;
    top: 48px;
}

.bg-santa {
    background-image: url(https://res.cloudinary.com/jobam/image/upload/w_auto/v1638802706/Emails/santa-header.jpg);
}

.bg-santa2 {
    background-image: url(/content/img/secretsanta/heropic-bg.png);
}

.bg-santa-cover {
    background-image: url(/content/img/secretsanta/santa-cover.svg);
    background-repeat: repeat;
    background-size: 100%;
    background-position: center top;
    /*height: 2000px;*/
    position: absolute;
    left: 0;
    top: 0;
}

.santa-cont {
    padding-top: 1rem;
    padding-bottom: 5.5rem;
    background-color: #FCFEFF;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 4px rgba(188, 188, 188, 0.1);
}

.santa-container {
    position: relative;
    z-index: 1000;
    margin-top: 200px;
    /*background-color: #F2F6FA;*/
}

@media only screen and (max-width: 768px) {
    .santa-container {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 438px) {
    .santa-container {
        margin-top: 80px;
    }
}

.santa-right-panel {
    background-image: url(/content/img/secretsanta/santa-panel-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 2rem center;
    min-height:370px;
}

.santa-left-panel {
    border-bottom: 1px solid rgba(106, 164, 251, 0.2);
}
/*confirmation*/
.conf-card, .resp-card {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 4px rgba(188, 188, 188, 0.1);
    border-radius: 10px;
    background: #FCFEFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.conf-card {
    min-height: 354px;
}

.conf-raindeer {
    height: 354px;
    position: absolute;
    right: -110px;
    top: -5px;
}

.resp-card > .santa-raindeer2,
.conf-card > .santa-raindeer2 {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
}

.resp-card > .santa-raindeer2 {
    top: -191px;
}

@media only screen and (max-width: 768px) {
    .resp-card > .santa-raindeer2 {
        width: 150px;
        top: -112px;
    }
}

.conf-card > .santa-raindeer2 {
    top: -112px;
}

.confirm-panel .confirm-thanks {
    position: relative;
    right: 60px;
    top: 20px;
    background: #147C61;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    color: white;
    padding: 2rem 3rem;
    text-align: center;
    font-weight: bold;
}

.confirm-panel .confirm-thanks .square {
    position: absolute;
    right: -9px;
    top: auto;
    bottom: auto;
    width: 18px;
    height: 18px;
    background: #147C61;
    transform: rotate( 45deg);
}

.form-dram input {
    background-image: url(/content/img/secretsanta/dram.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
}
.form-calendar input {
    background-image: url(/content/img/secretsanta/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}
.respond-panel {
    border-radius:10px;
    border: 1px solid #6BAD9C;
}
.santa-blog-panel {
    overflow:hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}