#support-bt{
    background-color: #0096f2;
    transform: rotate(-90deg);
    position: fixed;
    left: -30px;
    top: 41%;
    display: block;
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-bottom-right-radius: 10px;
}

.zendesk-support {
    margin-top: 70px;
}

.color-block-field-zendesk{
    color: grey !important;
}

#delete-image {
    margin-left: 4px;
    padding-top: 97px;
    font-size: 13px;
    color: red;
}

#subject-zendesk {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: 30px 60px;
    border: 1px solid #cccccc;
    height: 32px;
    padding-right: 25px;
    text-indent: .01em;
    text-overflow: '';
    width: 100%;
    background-color: #ffffff;
}

.modal-popup.zendesk-support .modal-header {
    padding: 0px;
    margin: 0px;
}

.modal-header-zendesk {
    background-color: #cccccccf;
    padding: 15px 0px 15px 0px;
}

#zendesk-form-notify {
    background: #0096f2;
    border-radius: var(--round-corner);
    padding: 10px 10px 10px 10px;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: column; */
}

#zendesk-form-notify-fail {
    background: #fbd2d2;;
    border-radius: var(--round-corner);
    padding: 10px 10px 10px 10px;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: column; */
}

#zendesk-form-notify-upgrade {
    background: #fbd2d2;
    border-radius: var(--round-corner);
    padding: 10px 10px 10px 10px;
    /* position: absolute; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: column; */

}

#zendes-icon-ok {
    background: url("../images/zendes-ok.svg") center right no-repeat;
    width: 53px;
    height: 53px;
}

#zendesk-ok-text {
    color: white;
    font-size: 13px;
    padding: 0px 5px 0px 5px;
}

#zendesk-ok-text-upgrade {
    color: #b10808;
    font-size: 13px;
    padding: 0px 5px 0px 10px;
    font-weight: 500;

}

#zendesk-ok-upgrade {
    border-radius: var(--round-corner);
    background: #b10808;
    color:white;
    padding: 12px;
    margin-right: 15px;
    box-shadow: unset;
}

#zendesk-ok-fail {
    border-radius: var(--round-corner);
    background: #b10808;
    color:white;
    padding: 12px;
    margin-right: 15px;
    box-shadow: unset;

}

/* #zendesk-ok-upgrade button:not(.primary) {
    box-shadow: inset 0 1px 0 0 #445fbb, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  } */

#zendesk-ok {
    border-radius: var(--round-corner);
    background: white;
    padding: 12px;
    margin-right: 15px;
}
    /* flex-direction: column;

/* #popup-modal-zendesk {
    background-color: #f8f7f7;
} */





#zendesk-form {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding: 10px 10px 10px 10px;
}

/* #comment-zendesk{
    background-color: #f8f7f7;
} */

.error-zendesk {
    border-color:red !important;
}

/* #adviId-zendesk {
    background-color: #f8f7f7;
} */

#submit-zendesk-form {
    border-radius: var(--round-corner);
    padding: 10px 45px 10px 10px;
    border: solid;
    font-weight: 600;
    color: white !important;
    background: #0096f2;
}

#uploadimage-label{
    color: #41A2DD;
    display: inline-block;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 11px;
}

#uploadimage-open {
    font-size: 11px;
}

.form-group.zendes-text-align-right {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 10px;

}

.modal-popup.zendesk-support .action-close {
    padding: 15px;
}

.modal-popup.zendesk-support .zendesk-margin-top-10 {
    margin: 10px 5px 0px 5px;
    font-size: 13px;
}

.modal-popup.zendesk-support .modal-body {
    background-color: #ffffff;
    margin-right: 7px;
    margin-left: 7px;
    border-radius: 1rem;
}

.modal-popup.zendesk-support._inner-scroll .modal-inner-wrap {
    width: 32%;
    border-radius: var(--round-corner);
    min-height: unset!important;
}

.modal-popup.zendesk-support .modal-content {
    padding: 0px;
}

.modal-popup.zendesk-support .modal-title {
    border-bottom: none;
    font-weight: 300;
    padding-left: 20px;
    font-size: 14px;
    margin: 0px;
    word-wrap: break-word;
    padding: 0px 0px 0px 20px;
}

@media only screen and (max-width: 1170px) { 
    .modal-popup.zendesk-support._inner-scroll .modal-inner-wrap {
        width: 45%;
    }
}

@media only screen and (max-width: 970px) { 
    .modal-popup.zendesk-support._inner-scroll .modal-inner-wrap {
        width: 65%;
    }
}

@media only screen and (max-width: 768px) {
    .modal-popup.zendesk-support._inner-scroll .modal-inner-wrap {
        width: 75%;
        overflow-y: unset;
        margin-top: 30px;
        margin-left: 13%;
    }

    .modal-popup.zendesk-support.modal-slide .modal-inner-wrap[class] {
        background-color: #ffffff;
    }

     .modal-popup.zendesk-support .modal-title {
        font-size: 15px;
    }

    .modal-popup.zendesk-support.modal-slide {
        left: 0px;
    }

    #zendesk-form-notify {
        flex-direction: column;
    }

    #zendesk-form-notify-fail {
        flex-direction: column;
    }

    #support-bt{
        display: none;
    }

}

@media only screen and (max-width: 400px) {
    .modal-popup.zendesk-support._inner-scroll .modal-inner-wrap {
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 8%;
        overflow-y: unset;

    }
    .modal-popup.zendesk-support .modal-title {
        font-size: 13px;
    }
    .modal-popup.zendesk-support._inner-scroll .modal-inner-wrap {
        width: 85%;
    }

    #zendesk-form-notify {
        flex-direction: column;
    }

    #zendesk-form-notify-fail {
        flex-direction: column;
    }
}
