.cfrespo_theme-1 {
    font-size: medium;
}

.cfrespo_preview_modal, .cf-respo-modal {
    background-color: rgba(0,0,0,0.5) !important;
    z-index: 999999999 !important;
}

.cfrespo_theme-1 input{
    font-size: medium;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: text;
    padding: 8px 10px;
    transition: border .1s linear;
}

.cfrespo_theme-1 .close{
    position: relative;
    font-size: 20px;
    left: -10px;
    top: 10px;
    color: black;
}

.cfrespo_theme-1 input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.cfrespo_theme-1 .btn1 {
    transition: 0.5s !important;
}

.cfrespo_theme-1 img, .cfrespo_theme-1 video, .cfrespo_theme-1 iframe {
  max-width: 100% !important;
}

.cfrespo_theme-1 .bootstrap-modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5 !important;
  }
  .cfrespo_theme-1 .bootstrap-modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .cfrespo_theme-1 .bootstrap-modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .cfrespo_theme-1 .bootstrap-modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }