.hidden {
    display: none;
}

@media(max-width: 767px) {
    .christmas-card {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 48px;
        padding-bottom: 48px;
        background: #F1F3F5;
        border-radius: 16px;
        border: 1px #AED0E9 solid;
        flex-direction: column;
        justify-content: center;
        /*align-items: flex-start;*/
        gap: 16px;
        display: flex;
    }
}

@media(min-width: 768px) {
    .christmas-card {
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 48px;
        padding-bottom: 48px;
        background: #F1F3F5;
        border-radius: 16px;
        border: 1px #AED0E9 solid;
        flex-direction: column;
        justify-content: center;
        /*align-items: flex-start;*/
        gap: 16px;
        display: flex;
    }
}

@media(max-width: 767px) {
    .zajima-vas {
        align-self: stretch;
        color: #212529;
        font-size: 30px;
        font-weight: 600;
        word-wrap: break-word;
    }
}

@media (min-width: 768px) {
    .zajima-vas {
        align-self: stretch;
        color: #212529;
        font-size: 56px;
        font-weight: 600;
        line-height: 67.21px;
        word-wrap: break-word;
    }
}

.zajima-vas-desc {
    align-self: stretch;
    color: #64707D;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.40px;
    word-wrap: break-word;
}

.custom-input {
    align-self: stretch;
    height: 48px;
    padding: 8px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px #C6CCD2 solid;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background: transparent;
    color: #64707D;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.80px;
    word-wrap: break-word;
}

.custom-input:focus {
    color: #495057;
    background: transparent !important;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-date {
    align-self: stretch;
    height: 48px;
    padding: 8px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px #C6CCD2 solid;
    background: transparent;
    color: #64707D;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.80px;
    word-wrap: break-word;
}

.custom-select {
    border-radius: 12px !important;
    padding: 8px !important;
    min-height: 48px !important;
    /*align-items: center !important;
    display: flex !important;*/
    background: transparent !important;
    border: 1px #C6CCD2 solid !important;
    color: #64707D !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20.80px !important;
    word-wrap: break-word !important;
    width: 100% !important;
}

.select2-selection--multiple {
    border-radius: 12px !important;
    padding: 8px !important;
    min-height: 48px !important;
    /*align-items: center !important;
    display: flex !important;*/
    background: transparent !important;
    border: 1px #C6CCD2 solid !important;
    color: #64707D !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20.80px !important;
    word-wrap: break-word !important;
    width: 100% !important;
}

.custom-box {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: inline-flex;
}

.custom-label {
    flex: 1 1 0;
    color: #64707D;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.40px;
    word-wrap: break-word
}

.kdy-volat {
    align-self: stretch;
    color: #64707D;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.40px;
    word-wrap: break-word
}

.custom-radio .custom-control-label::before {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 9999px;
    border: 1px #C6CCD2 solid
}

.custom-radio-label {
    flex: 1 1 0;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.2px;
    word-wrap: break-word
}

.zavolejte-btn {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #0582C6;
    box-shadow: 0px 0px 32px rgba(5, 130, 197, 0.20);
    border-radius: 128px;
    border: 1px rgba(174, 208, 233, 0.40) solid;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    color: white;
    font-size: 14px;
    font-weight: 500;
    word-wrap: break-word;
}
.zavolejte-btn:disabled {
    opacity: 70%;
}
.dekujeme {
    align-self: stretch;
    color: #212529;
    font-size: 30px;
    font-weight: 600;
    word-wrap: break-word;
}
.select2-container {
    width: 100%!important;
}
.gifts-card {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 48px;
    padding-bottom: 48px;
    background: #F1F3F5;
    border-radius: 16px;
    border: 1px #AED0E9 solid;
}
.gift-nadpis {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex
}

.gifts-list {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex
}

.gift {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex
}

.gift-text {
    color: #64707D;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.60px;
    word-wrap: break-word
}

.gift-text-wifi {
    flex: 1 1 0;
    color: #64707D;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.60px;
    word-wrap: break-word
}
.padding-10 {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}
