﻿.remodal.modal-ask-expert {
    min-width: unset;
    width: 760px !important;
    max-width: unset;
    overflow: unset;
    background-color: #007791;
    height: unset;
    padding: unset;
}

.remodal-overlay {
    background: rgba(43, 46, 56, 0.5) !important;
}

.remodal-ask-expert-content {
    /*max-width: 600px !important;*/
    padding: 30px;
    padding-bottom: 10px !important;
    /*height: 500px;*/
    overflow: hidden;
    border-radius: 5px;
}

/*.modal-ask-expert .remodal-close {
    top: -10px;
    right: -10px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}

    .modal-ask-expert .remodal-close:hover {
        color: #fff;
    }

    .modal-ask-expert .remodal-close:before {
        font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
        font-size: 25px;
        line-height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 29px;
        content: "\00d7";
        text-align: center;
    }*/

.modal-ask-expert .contact-form {
    /*max-width: 600px;*/
    margin: auto;
}

.modal-ask-expert .right-title {
    color: #fff;
    text-align: left;
}

.modal-ask-expert .right-description,
.modal-ask-expert .full-service-note {
    color: #ccc;
    font-size: 12px;
    font-style: italic;
    text-align: left;
}

.modal-ask-expert .contact-form-input .form-group {
    margin-bottom: 10px;
}

.modal-ask-expert .contact-form-input .form-control {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    box-shadow: unset;
    outline: none;
    color: inherit;
    padding-left: 10px;
    height: 25px;
}

.modal-ask-expert .contact-form-input .form-group textarea {
    height: unset;
}

.modal-ask-expert .contact-form-input .form-control:focus {
    border: 1px solid #b2b2b2;
}

.modal-ask-expert .contact-form-input .form-group {
    padding-bottom: 5px;
    position: relative;
}

.modal-ask-expert .container-checkbox {
    color: #fff;
    background-color: unset;
}

    .modal-ask-expert .container-checkbox .checkmark {
        top: 5px;
    }

.fa.fa-question-circle {
    color: #F9D805 !important;
    font-size: 14px !important;
}

.modal-ask-expert .btn-eventbanana {
    width: 200px;
}

.modal-ask-expert .left-session {
    position: relative;
    color: #fff;
    text-align: left;
}

    .modal-ask-expert .left-session h3 {
        font-size: 22px;
    }

    .modal-ask-expert .left-session .event-banana-help {
        font-size: 18px;
        font-weight: bold;
        color: #F9D805;
        text-align: center !important;
        padding: 30px 0;
    }

    .modal-ask-expert .left-session .image-character {
        position: absolute;
        /*bottom: -149px;*/
        /*bottom:0px;*/
        left: 25%;
        right: 25%;
        overflow: hidden;
        text-align: center;
    }

        .modal-ask-expert .left-session .image-character img {
            width: 105px;
            height: auto;
        }

.modal-ask-expert .remodal-send-mail-success {
    width: unset !important;
    min-width: 600px !important;
    height: unset !important;
}

.modal-ask-expert .remodal-container {
    padding: 50px 20px;
}

.modal-ask-expert .rfq-sent {
    font-size: 14px;
    display: none;
}

.modal-ask-expert .send-mail-success-header {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 10px;
    color: #fff;
}

.modal-ask-expert .send-mail-success-description {
    color: #fff;
}

.modal-ask-expert .send-mail-success-footer {
    margin: 0 auto;
    max-width: 470px;
    padding: 10px 20px;
    background-color: #f2f2f2;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.modal-ask-expert .must-click {
    padding: 10px 30px;
}

.modal-ask-expert .send-mail-success-footer table {
    width: 100%;
}

    .modal-ask-expert .send-mail-success-footer table td {
        padding: 5px 0;
    }

        .modal-ask-expert .send-mail-success-footer table td:first-child {
            width: 40%;
            text-align: right;
        }

        .modal-ask-expert .send-mail-success-footer table td:last-child {
            text-align: left;
            padding-left: 20px;
        }


.modal-ask-expert ::-webkit-input-placeholder {
    font-style: italic;
}

.modal-ask-expert:-moz-placeholder {
    font-style: italic;
}

.modal-ask-expert::-moz-placeholder {
    font-style: italic;
}

.modal-ask-expert:-ms-input-placeholder {
    font-style: italic;
}

.form-control.required + label {
    /*position: absolute;
    right: 5px;
    top: 5px;
    color: red !important;*/
    display: none;
}

@media (max-width: 1020px) {
    .remodal.modal-ask-expert {
        width: unset !important;
        max-width: 600px !important;
    }
}

@media(max-width: 480px) {

    .remodal.modal-ask-expert {
        min-width: unset;
        width: 100% !important;
        overflow: unset;
        background-color: #007791;
        min-height: 100vh;
        margin-bottom: unset;
    }

    .modal-ask-expert .remodal-close {
        top: 10px;
        right: 10px;
        background-color: unset;
        border: unset;
    }
        .modal-ask-expert .remodal-close.remodal-close-over:before {
            font-size: 35px;
        }

    .modal-ask-expert .contact-form-input .form-control {
        height: unset;
    }

    .modal-ask-expert .contact-form-input .form-group {
        margin-bottom: 20px;
    }

    .modal-ask-expert .btn-eventbanana {
        width: 100%;
        padding: 10px 20px !important;
    }

    .remodal-ask-expert-content {
        padding-top: 50px;
    }
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.modal-ask-expert .inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.modal-ask-expert .icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.modal-ask-expert .icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}
