.tx-ns-feedback .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.tx-ns-feedback textarea {
    height: 100px;
    width: 100%;
    resize: none;
}

.tx-ns-feedback textarea:focus, .tx-ns-feedback textarea:active {
    box-shadow: none;
    outline: none;
}

.tx-ns-feedback a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    font-family: 'Open Sans', serif;
}
.ns-form-wrapper {
    max-width: 800px;
    background-color: #F6F8FB;
    margin: 50px auto 30px;
    width: 100%;
    display: block;
    padding: 30px 20px;
}
.ns-form-wrapper .ns-form-group {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
}
.ns-form-wrapper input, .ns-form-wrapper textarea, .ns-form-wrapper select {
    display: block;
    width: 100% !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ns-form-wrapper .error-msg-red {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 5px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    color: red;
}

.ns-form-wrapper .error-msg {
    display: none;
}
.ns-form-wrapper .has-error {
    position: relative;
}
.ns-form-wrapper .error-msg {
    background: #ee0101 none repeat scroll 0 0;
    border-radius: 3px;
    top: 0;
    color: #fff !important;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    min-width: 120px;
    padding: 4px 10px;
    position: absolute;
    right: 7px;
    text-align: center;
    text-transform: capitalize;
    z-index: 999;
}
.ns-form-wrapper .error-msg p {
    margin: 0;
}
.ns-form-wrapper .error-msg::after {
    background-color: #ee0101;
    border-bottom: 0;
    border-right: 0;
    bottom: -5px;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.ns-form-wrapper .fullfeedback-thankyou-msg{
    display:none;
    text-align: center;
}

.ns-ratings .rating-thankyou-msg{
    display:none;
    text-align: center;
}

.nsbtn.btn-oval {
    border-radius: 50%;
}
.nsbtn.btn-round-rect {
    border-radius: 5px;
}
.nsbtn.btn-rectangle {
    border-radius: 0px;
}
.send-msg .form-items .nsbtn {
    padding: 5px 15px;
    border: 1px solid;
    margin: 5px 10px 10px 0;
    min-width: auto;
    text-decoration: none !important;
}

label {
    margin-top: 5px;
}

.ns-alert-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    position: fixed;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    display:none;
}
@media (min-width: 768px) {
    .btn {
        padding: 8px 25px;
    }
    .qckform {
        display: -ms-flexbox;
        display: flex;
    }
    .form-items {
        padding: 0 15px;
    }
}

.tx-ns-feedback .ns-form-group label {
    font-size: 20px;
    font-weight: 600;
}
.rating-thankyou-msg {
    font-size: 24px;
    color: inherit;
    padding: 30px 0;
}
.tx-ns-feedback .qckform {
    align-items: center;
    padding: 20px 0;
}
.send-msg .thankmsg {
    display:none;
}

/*Alert*/
.ns-alert-box {
    max-width: 320px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    border: solid 1px #A9A9A9;
    background-color: #fff;
    display: block;
}

.ns-alert-header {
    padding: 10px 15px;
    border-bottom: solid 1px #A9A9A9;
}
.ns-alert-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #FF666A;
    cursor: pointer;
}
.ns-alert-header h3{
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}
.ns-alert-content {
    padding: 10px 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
.ns-alert-content  h4{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FF666A;
}
.has-ns-alert {
    background: rgba(0,0,0,0.3);
    overflow: hidden;
}

/*Scoreboard css*/
.quick-scoreboard {
    width:420px;
}
/* Three column layout */
.quick-scoreboard .side {
    float: left;
    width: 15%;
    margin-top:10px;
}
.quick-scoreboard .heading {
    font-size: 25px;
    margin-right: 25px;
}
.quick-scoreboard .middle {
    margin-top:10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.quick-scoreboard .right {
    text-align: right;
}

/* Clear floats after the columns */
.quick-scoreboard .row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.quick-scoreboard .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.quick-scoreboard .bar-5 { height: 18px;}
.quick-scoreboard .bar-4 { height: 18px;}
.quick-scoreboard .bar-3 { height: 18px;}
.quick-scoreboard .bar-2 { height: 18px;}
.quick-scoreboard .bar-1 { height: 18px;}

.bar-yes { height: 18px; background-color: #4CAF50;}
.bar-no { height: 18px; background-color: #2196F3;}
.bar-yesbut { height: 18px; background-color: #00bcd4;}
.bar-nobut { height: 18px; background-color: #ff9800;}
.quick-scoreboard .br-widget {
    padding:0px;
}
/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .quick-scoreboard .side, .quick-scoreboard .middle {
        width: 100%;
    }
    .quick-scoreboard {
        width:320px;
    }
}

@media (max-width: 600px) {
    .quick-scoreboard .ns-feedback-progress-block .side.right {
        display: inline-block;
        width: auto;
        position: absolute;
        top: 0;
        right: 2%;
    }
    .ns-feedback-progress-block{
        position: relative;
    }
    .feedback-list{
        padding-left: 0;
    }
} 

.disabled-quickBtn{
    pointer-events: none!important;
    cursor: not-allowed!important;
    opacity: 0.6!important;
}
