/* Minification failed. Returning unminified contents.
(230,35): run-time error CSS1046: Expect comma, found '0'
(230,39): run-time error CSS1046: Expect comma, found '/'
(249,35): run-time error CSS1046: Expect comma, found '0'
(249,39): run-time error CSS1046: Expect comma, found '/'
 */
@media(min-width: 400px) {
    .container {
        max-width: 380px;
    }

    .approveButton {
        width: 130px !important;
    }

    .cancelButton {
        width: 130px !important;
    }

    .approveModal {
        width: 352px !important;
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .hediye-kart-input {
        width: 347px !important;
    }

    .digitalCardImage {
        margin: 20px 38px 6px 53px !important;
    }

    .digitalCardText {
        margin: 4px 3px 0 58px !important;
    }

    .digitalCardMainImageDiv {
        width: 382px !important;
        margin: 20px 15px 7px 0 !important;
    }

    .digitalCardMainImage {
        width: 382px !important;
    }

    .digitalCardChildImageDiv {
        min-width: 250px !important;
        height: 205px !important; /*221*/
        flex-flow: wrap !important;
        margin: 20px 15px 0px 0 !important;
    }

/*    .digitalCardChildImageDiv>* {
        flex: 1 1 160px;
    }*/

    .digitalCardThemeChoiceDiv {
        height: 292px !important;
    }

    .imageContainer {
        flex-flow: nowrap !important;
    }

    .digitalCardMainButton {
        text-align: left !important;
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .digitalCardChildImageDiv {
        min-width: 370px !important;
        overflow-y: hidden !important;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.digitalCardRulesBody {
    width: 100%;
    height: 100%;
    margin: 7px 1010px 24px 0;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #555;
}

.termsOfUse {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #555;
}

.clarificationText {
    margin-left: 5px;
    font-size: 12px;
}

.digitalCardRulesTitle {
    width: 46px;
    height: 17px;
    margin: 26px 0 7px 0;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #555;
}

.digitalCardMainButton a, .digitalCardMainButton a:hover {
    color: white;
    text-decoration: none;
}

.senderPhoneEmailDiv {
    width: 100%;
    height: 206px;
    margin: 0 0 26px;
    padding: 26px 809px 26px 12px;
    background-color: #f8f8f8;
}

.backLink {
    width: 100%;
    margin: 0;
    padding: 28px 16px 0 0;
    background-color: #fff;
}
.digitalCardMainImageDiv {
    width: 100%;
    height: 201px;
    margin: 20px 0 7px 0;
    border-radius: 5px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.13);
    background-color: #f4f8ff;
}

.digitalCardMainImage {
    display: flex;
    width: 100%;
    height: 201px;
    border-radius: 5px;
}
.digitalCardImage.choice {
    border: solid 2px #193db0;
}
.digitalCardImage {
    width: 107px;
    height: 59px;
    margin: 20px 25px 4px 0px;
    border-radius: 5px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.13);
    background-color: #fcfcfc;
    cursor: pointer;
}

.digitalCardText {
    width: 100px;
    height: 31px;
    margin: 4px 3px 0 7px;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
    color: #555;
}

.digitalCardTemplate {
    width: 150px;
    height: 100px;
}

.digitalCardMainButton {
    width: 240px;
    height: 40px;
    margin: 40px 0 137px 0;
    padding: 9px 38px;
    border-radius: 3px;
    background-color: #193db0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: -webkit-center;
}

.digitalGiftCardTitle {
    width: 166px;
    height: 19px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    text-align: center;
    color: #555;
}

.digitalGiftCardAmountDiv {
    width: 100%;
    height: 142px;
    margin: 2px 0 0;
    padding: 26px 363px 26px 16px;
    background-color: #f8f8f8;
}

.digitalCardPriceDiv {
    overflow-x: auto;
    overflow-y: hidden;
}
.digitalCardPrice {
    min-width: 120px;
    height: 51px;
    margin: 20px 17px 0 0;
    padding: 16px 28px 14px 29px;
    border-radius: 5px;
    box-shadow: 0 3px 2px 0 rgb(0 0 0 / 13%);
    background-color: #fcfcfc;
    cursor: pointer;
}

.digitalCardPrice.choice {
    border: solid 2px #193db0;
    padding: 14px 28px 14px 29px !important;
}

.digitalCardPrice.validationError {
    border: solid 1px red;
}

.phoneEmail {
    height: 51px;
    margin: 20px 17px 0 0;
    padding: 16px 28px 14px 29px;
    border-radius: 5px;
    box-shadow: 0 3px 2px 0 rgb(0 0 0 / 13%);
    background-color: #fcfcfc;
    cursor: pointer;
}

.phoneEmail.choice {
    border: solid 2px #193db0;
    padding: 14px 28px 14px 29px !important;
}

.TL {
    min-width: 50px;
    height: 22px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #555;
}

.senderInformationDiv {
    width: 100%;
    height: 135px;
    margin: 10px 0 0;
    padding: 26px 809px 26px 16px;
    background-color: #fff;
}

.hediye-kart-input{
    width: 100%;
    height: 44px;
    margin: 20px 0 0;
    padding: 13px 64px 12px 14px;
    border-radius: 2px;
    border: solid 1px #555;
    background-color: #fff;
}

.hediye-kart-input::placeholder {
    font-size: 14px;
}

.hediye-kart-input.input-validation-error {
    border: solid 1px red !important;
    background-color: #fff !important;
}

.field-validation-error {
    font-size: 11px !important;
    padding: 5px 0 0 0 !important;
}

.approveModal {
    width: 90%;
    height: 196px;
    margin: 0 44px 60px 12px;
    padding: 24px 31px 24px 17px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.approveScreenTitle {
    margin: 0 11px 9px 21px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f49b6;
}

.approveText {
    width: 243px;
    height: 38px;
    margin: 24px 25px 12px 21px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #555;
}
.closeButton {
    width: 15px;
    height: 15px;
}

.approveButton {
    width: 110px;
    height: 40px;
    margin: 18px 0 0 21px;
    border-radius: 5px;
    border: solid 2px #193db0;
    background-color: #193db0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.cancelButton {
    width: 110px;
    height: 40px;
    margin: 18px 7px 0 0;
    border-radius: 5px;
    border: solid 2px #193db0;
    background-color: #fff;
    color: #193db0;
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #193db0;
    background-color: #fff;
    color: #193db0;
    font-size: 16px;
    font-weight: bold;
}

.modal-dialog {
    max-width: fit-content;
}

.input-checkbox {
    margin: 0 !important;
}

.icheckbox, .iradio {
    width: 22px !important;
    height: 22px !important;
    margin-top: 3px !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.digitalCardChildImageDiv {
    width: 100%;
    display: flex;
    height: 120px;
    margin: 0;
    overflow-x: auto;
    overflow-y: auto;
    flex-flow: nowrap;
    padding-bottom: 1px;
}

.digitalCardThemeChoiceDiv {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 28px 16px 0px;
    background-color: #fff;
}

.imageContainer {
    display: flex;
    flex-flow: wrap;
}
