@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');


:root {
    --primary-color: #ef021a; /* #1BBDDE */
    --secondary-color: #f6ccca; /* #CCFAFF*/
    --third-color:#ef021a; /*#76C744*/
    --shadow-color:#f6ccca; /*#81dbe5*/
    --border-color:#f6ccca; /*#91D4DB*/
}

/* *{
    font-family: 'Varela Round', sans-serif !important;
}
label,p,h1,h2,h3,h4,input{
    font-family: 'Varela Round', sans-serif !important;

} */

/*HELPER CLASSES*/
.text-gray {
    color: #939ba2;
}

/*HELPER CLASSES*/


.my-img {
    width: 100px;
    height: 100px;
}

.float-right {
    float: right !important;
}

.field-container {
    margin-bottom: 10px;
}

.field-container .delete-field {
    color: red;
    cursor: pointer;
}

.field-container .delete-field:hover {
    text-decoration: underline;
}

.hidden {
    display: none !important
}

.main_banner {
    max-height: 320px;
    background: #ffffff;
}

.main_banner img {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: contain;
    object-position: top center;
    background: #f2f0f0;
}

.survey-form-front .textarea-wrap-ans li {
    list-style-type: none;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.survey-form-front label {
    font-size: 18px;
    text-transform: capitalize;
    color: #565656;
}

.survey-form-front .card {
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.survey-form-front .card:hover {
    transform: scale(1.001);
}

.survey-form-front .form-control,
.survey-form-front .form-select {
    border-radius: 20px;
    padding: 12px;
}

.survey-form-front textarea {
    resize: none;
    height: 200px;
}

.survey-form-front .btn-action {
    background: #2bb7e7;
    border: 0;
    padding: 12px 40px;
    width: 200px;
    border-radius: 04px;
    font-size: 18px;
    color: #fff;
    transition: .4s ease all;
}

.survey-form-front .btn-action:hover,
.survey-form-front .btn-action:active {

    color: #fff;
    opacity: 0.8;
}

.form-group .input-group {
    justify-content: center;
    align-items: baseline;
}

.form-group .input-group .input-group-addon {
    margin-right: 10px;
    padding-left: 0;
}

.add-option {
    background: #1acb1b;
    border-left: 0;
    color: #fff;
    font-size: 15px;
    float: right;
    margin-right: 1.8%;
}

.remove-option {
    /* background: #d20; */
    border-left: 0;
    color: #ff0000;
    font-size: 15px;
}

.thankyou {
    height: 100%;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 50%;
    margin: 5% auto;
    padding: 30px;
}

.thankyou .feather {
    font-size: 20px;
    width: 200px;
    height: 150px;
    color: #1cbb8c;
    margin-bottom: 20px;
}


.pagination {
    margin: 15px;
}

.text-muted {
    margin: 15px;
}

.wrapper {
    background: #fff !important;
}

/*helper class*/
.content {
    padding-left: 60px !important;
}

table.sm-table * {
    font-size: 11px !important;
}

table.sm-table td {
    padding: 4px !important;
    vertical-align: middle;
}

.table {
    font-weight: 500;
    font-size: 13px;
}

.table thead th {
    /* background: #F5F5F5; */
    border: 0 !important;
    padding: 15px;
}

.table tbody td {
    color: #8D8C9C;
}

.table td {
    /* padding: 14px; */
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.apexcharts-toolbar {
    display: none !important;
}

.text-gray {
    color: #8D8C9C !important;
}

.text-dark {
    color: #2C2F4B !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

p {
    margin-bottom: 0;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.cbtn {
    font-size: 12px !important;
    min-width: 120px;
}

.body-container {
    margin: 5% 0;
}

.no-underline {
    text-decoration: none !important;
}

.btn-action {
    background-color: #0180FF;
    border-radius: 6px;
    color: #fff;
}

.main {
    min-height: calc(100vh - 10px);
    margin-left: 100px;
    position: relative;
}

.top-nav-bar {
    padding-left: 60px;
    position: relative;
    border-bottom: 1px solid #ECEFEF;
    padding-right: 40px;
    box-shadow: none;
}

.top-nav-bar .container-fluid>.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.top-nav-bar .dropdown-toggle {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding-right: 26px !important;
    display: block;
}

.top-nav-bar .dropdown-toggle::after {
    border: none !important;
    background: url("../images/down-arrow.svg");
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 10px;
}

.top-nav-bar select,
.top-nav-bar .dropdown-item {
    font-size: 14px !important;
}

.top-nav-bar .dropdown {
    /*width: auto;*/
    justify-content: right;
}

.top-nav-bar .dropdown img {
    object-fit: cover;
    object-position: top center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
}

.top-bar {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.top-bar h2 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.top-bar h2 {
    font-size: 21px;
    font-weight: 500;
}

.top-bar .search-input {
    position: relative;
    border: none !important;
    color: #8D8C9C;
    background: #EFEFEF !important;
    border-radius: 10px;
    padding-left: 34px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.top-bar .search-wrap {
    position: relative;
}

.top-bar .search-wrap i {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 6px;
    color: #8D8C9C;
}

.top-bar .search-input:before {
    content: '\F52A';
    font-size: 14px;
    position: absolute;
}

.top-bar .form-select,
.top-bar .form-control {
    font-size: 12px;
}

.body-container .nav-tabs .nav-item.show .nav-link,
.body-container .nav-tabs .nav-link.active {
    color: #1F1F1F;
    background-color: #fff;
    /* border-color: #ccc; */
    font-weight: 600;
    border: none;
    border-bottom: 4px solid #0180ff;
}

.body-container .nav-tabs .nav-link {
    color: #8D8C9C;
}

body select {
    background-color: #FFFFFF;
    background-image: url("/assets/images/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    margin-right: 10px;
    background-position: 98% center;
    border: 1px solid #ECEFEF !important;
    border-radius: 10px !important;
    padding: 0.375rem 1.25rem 0.375rem 0.75rem !important;
}

body select.filter {
    background-image: url("/assets/images/filter.svg");
    background-size: 20px;
}

body input.form-control,
body select.form-control,
body textarea.form-control,
.createSurvey .selectize-control.form-control,
body .tokens-container.form-control {

    background-color: #FFFFFF;
    /* border: 1px solid #ECEFEF !important; */
    border-radius: 10px !important;
    padding: 0.375rem 1.25rem 0.375rem 0.75rem !important;
    font-size: 13px;
}

body input.form-control:focus,
body select.form-control:focus,
body .tokenize.focus .form-control {
    box-shadow: none !important;
    border: 1px solid #0d6efd !important;
}


body .tokens-container.form-control {
    padding: 0.38rem 1.25rem 0.175rem 0.75rem !important;
}

body .tokens-container.form-control li {
    margin: 0 !important;
}

.cform-fields {
    margin-bottom: 50px;
}

.cform-fields h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.btn-light-blue {
    background: #D9DDEF;
    color: #0180FF;
}

.c_card {
    width: 100%;
    text-align: center;
    flex-direction: row;
    background: #0180FF;
    color: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
}

.c_card img {
    margin-bottom: 12px;
}

.c_card p {
    font-size: 14px;
    font-weight: 300;
}

.c_card h2 {
    font-size: 26px;
    font-weight: 500;
}

.c-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 0 1px #ECEFEF;
}

.c-table th,
.c-table td {
    font-size: 14px;
    font-weight: 500;
}

.c-table th,
.c-table td {
    text-transform: uppercase;
    color: #8D8C9C;
    padding: 12px;
}

.c-table td {
    color: #2C2F4B;
}

.card {
    border: 1px solid #ECEFEF;
    margin-bottom: 25px;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.btn-default:hover {
    color: #999;
}

.pagination .page-link {
    border: none;
    font-size: 13px;
    color: #8D8C9C;
    border-radius: 100%;
    margin-right: 5px;
    font-weight: 500;
}

.pagination .page-item.active .page-link {
    z-index: 0;
}

.pagination .page-link.nav:hover {
    background: transparent;
}

.cursor-pointer {
    cursor: pointer !important;
}

.dropdown-menu {
    border: 1px solid #ECEFEF;
}

.dropdown-menu .dropdown-item {
    color: #8D8C9C;
    font-size: 13px;
}

.badge {
    padding: 5px 15px 5px 10px;
    margin-bottom: 5px;
    font-weight: 400;
    border-radius: 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    min-width: 90px;
    max-width: 150px;
    height: 100%;
    white-space: normal;
    word-break: break-word;
    justify-content: center;
}

.badge i {
    width: 22px;
    height: 2px;
    font-size: 28px;
    display: flex;
    align-items: center;
}

.bg-active {
    background-color: #ebf8ee;
    color: #39BE5D;
}

.bg-inactive {
    background-color: #FEF0F3;
    color: #FB3640;
}

.bg-blue {
    background-color: #D0FDF5;
    color: #000;
}

.bg-red {
    background-color: #FEE9EA;
    color: #FB3640;
}

.bg-yellow {
    background-color: #FFF6E8;
    color: #FFD124;
}

.modal-content {
    border: none;
}

.dropdown-item {
    font-size: 14px;
}

.sm-logo {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.sm-logo img {
    display: block;
    width: 100%;
}

.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
}

.main {
    background: #fff
}

/*helper class*/

/*left navigation*/
.sidebar-wrapper {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    line-height: inherit;
    background: #fff;
    width: 100px;
    /*border-right: 1px solid #ECEFEF ;*/
}

.sidebar-wrapper .logo-wrap img {
    display: block;
    margin: 12px auto;
    width: 40px;
    border-radius: 10px;
}

.sidebar-wrapper ul {
    margin: 50% 0 0 0;
    padding: 0;
}

.sidebar-wrapper ul li {
    text-align: center;
    margin: 30px 0;
}

.sidebar-wrapper ul li.active a img {
    /* background: #0180FF; */
    /* box-shadow: 0px 10px 10px -5px #8ebbe8; */
}

.sidebar-wrapper ul li a {
    /* padding: 8px 0; */
    /* background: #E2E5F2; */
    /* display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-radius: 10px;
    transition: all 0.3s ease; */
}

.sidebar-wrapper ul li a img:hover {
    filter: drop-shadow(2px 4px 6px var(--primary-color));
}

.sidebar-wrapper ul li a img,
.sidebar-wrapper ul li a svg {
    height: 45px;
    width: 45px;
}

.sidebar-wrapper ul li a img:hover {
    /* background-color: #0180FF; */
    /* box-shadow: 0px 10px 10px -5px #8ebbe8; */
}

.sidebar-wrapper ul li.active a svg path,
.sidebar-wrapper ul li a:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.submenu-wrap {
    height: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 2;
    left: -145px;
    width: 250px;
    padding: 4% 2%;
    box-sizing: border-box;
    border-right: 1px solid #ECEFEF;
    transition: all ease 0.5s;
}

.submenu-wrap.active {
    left: 100px;
}

.submenu-wrap .title {
    font-size: 20px;
}

.submenu-wrap ul {
    margin: 5% 0 0 0;
    padding: 5% 0 0 0;
}

.submenu-wrap ul li {
    list-style: none;
}

.submenu-wrap ul li a {
    font-size: 14px;
    color: #8D8C9C;
    display: block;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    text-decoration: none;
}

.popover .popover-body {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
}
@media (max-width:991px){
    .content {
        width: auto;
        padding-left: 30px !important;
    }
    .top-nav-bar{
        padding-left: 30px !important;
    }
    .text-muted {
        margin: 0px; 
    }
    .footer .col-6.text-end{
        width: fit-content;
    }
    .add-question{
        right: 25px !important;
    }
}
/*left navigation*/

/* rating css  */
/* use reverse flexbox to take advantage of flex-direction: reverse */
/* .star-rating {
    display: flex;
    align-items: center;
    width: 160px;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 40px auto;
    position: relative;
  }
  .star-rating input {
    display: none;
  }
  .star-rating > label {
    width: 30px;
    height: 30px;
    font-family: Arial;
    font-size: 30px;
    transition: 0.2s ease;
    color: orange;
  }
  .star-rating label:hover {
    color: #ff69b4;
    transition: 0.2s ease;
  }
  .star-rating label:active::before {
    transform:scale(1.1);
  }
  
  .star-rating label::before {
    content: '\2606';
    position: absolute;
    top: 0px;
    line-height: 26px;
  }
  .star-rating input:checked ~ label:before {
    content:'\2605';
  }
  
  @-moz-document url-prefix() {
    .star-rating input:checked ~ label:before {
    font-size: 36px;
    line-height: 21px;
    }
  }   */
/* Login Page  */
.login-wrapper {
    background: #FFF;
    margin: 0;
    /* position: fixed; */
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-size: cover;

}

.btn-action {
    background-color: #0180FF;
    border-radius: 6px;
    color: #fff;
}

.login-box-wrap {
    margin-left: auto;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.login-box-wrap label {
    font-size: 14px;
}

.login-box-wrap .card {
    height: 100%;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    border: none;
    box-shadow: none !important;
}

.login-box-wrap .card-body {
    display: flex;
    flex: 100%;
    font-size: 14px;
    flex-direction: column;
    justify-content: center;
}

.login-box-wrap .card-body p {
    font-weight: 300;
    color: #8D8C9C;
    font-size: 14px;
    margin-bottom: 30px;
}

.login-box-wrap .card-body input.form-control {
    font-weight: 300;
    border: 1px solid #ECEFEF;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
}

.login-box-wrap .card-body .btn-action {
    font-size: 16px;
    font-weight: 500;
}

.logo-banner img {
    max-width: -webkit-fill-available;
}

.login-wrapper .logo {
    padding-left: 30px;
    padding-right: 30px;
}

.login-wrapper .logoMain {
    padding: 30px 0 0 0;
    background: white;
}

.login-box-wrap,
.login-box-wrap .card {
    background: #f0f0f0;
    display: grid;
    padding-top: 0;
}

.surveyPortal h1 {
    font-size: 60px;
    font-weight: 900;
    color: var(--third-color);
    text-align: center;
    line-height: 1em;
    padding-bottom: 30px;
}

.login-main h2 {
    color: #53575A;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.login-main p {
    color: #53575A;
    font-weight: 500;
    padding-bottom: 22px;
}

.login-main input.form-control,
.login-main input.form-control:focus {
    padding: 10px !important;
    border: 1px solid var(--primary-color) !important;
}

.login-main label {
    margin: 0;
}

.login-main input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

.login-main input[type="checkbox"]:checked {
    background-color: var(--third-color);
}

.rememberDiv {
    display: flex;
}

.rememberDiv label {
    padding-left: 5px;
    color: var(--primary-color) !important;
}

.login-main button {
    background: var(--primary-color);
    border-radius: 30px;
    padding: 10px;
}

.login-main button:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

body {
    overflow-y: auto;
}
/* @media (max-width:992px) {
    .logo-banner {
        display: none;
    }
} */
@media (max-width:767px) {
    .login-wrapper .logoMain {
        padding: 0;
        text-align: center;
        background: var(--secondary-color);
        padding-top: 50px;
    }

    .logo-banner {
        display: none;
    }
    .loginDetail{
        display: flex;
        margin-bottom: auto;
    }
    .login-wrapper {
        height: auto;
        background: var(--secondary-color);
        height: 100vh;
        display: flex;
    }

    .surveyPortal h1 {
        font-size: 45px;
    }
}

/* side menu  */
.submenu-wrap {
    padding-top: 0px;
}

.submenu-wrap .logo-wrap {
    margin: 12px auto;
}

.submenu-wrap .title {
    margin: 22% 0 0 0;
}

.sidebar-wrapper {
    background: white;
}

.submenu-wrap {
    background: white;
}

.submenu-wrap .title {
    color: var(--third-color);
    font-size: 18px;
    font-weight: 600;
}

.submenu-wrap ul li a {
    color: var(--third-color);
}

.submenu-wrap ul li a:hover {
    font-weight: 600;
}

/* Navbar  */
nav.navbar,
.content,
footer.footer,
body {
    background: #ffffff !important;
}

nav.navbar h2 {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 700;
}

.customBell .nav-link {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(145, 212, 219, 0.234) 100%);
    padding: 12px;
    border-radius: 50%;
}

.customBell small {
    font-size: 60%;
    background: red;
    border-radius: 50%;
    padding: 3px 5px;
}

li.nav-item.dropdown.userDropdown {
    display: flex;
    align-items: center;
}

.userDropdown img {
    min-width: 57px;
    min-height: 50px;
}

.userDropdown a span {
    font-size: 22px;
    color: var(--third-color) !important;
    font-weight: 600;
    text-transform: capitalize;
}

ul.navbar-nav.navbar-align {
    display: flex;
    align-items: baseline;
}

.userDropdown a.dropdown-item:hover {
    background: var(--third-color);
    color: white;
}

.userDropdown a.dropdown-item {
    padding: 10px;
}

.userDropdown .dropdown-divider {
    margin: 0;
}

.userDropdown .dropdown-menu.dropdown-menu-end.show {
    padding: 0;
}

footer.footer p,
footer.footer ul li a {
    color: var(--primary-color) !important;
}

/* Dashboad style  */
main#app {
    display: flex;
    align-items: center;
}

.analyticsDashboard h1 {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 500;
}

.btnGreen {
    background-color: var(--third-color) !important;
    color: white !important;
    border: 0;
    border-radius: 30px;
    padding: 7px 20px;
}

.analyticsDashboard {
    padding-bottom: 20px;
}

.analyticsDetail {
    padding: 40px 10px;
    background: #f1f1f1;
    border-radius: 14px;
}

.analyticsDetail .card {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    background: #f1f1f1;
}

.analyticsNumber {
    margin: auto;
    padding-left: 25px;
}

.analyticsNumber h5 {
    font-size: 25px;
    color: #92959E;
    font-weight: 400;
}

.analyticsNumber h6 {
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.anaylicsMiddle {
    border-left: 4px solid var(--border-color);
    border-right: 4px solid var(--border-color);
}


/* User Page  */
table.table .usersTable {
    border-radius: 28px;
}

.usersTable .thead {
    border: 0;
}

table.table.usersTable {
    margin-bottom: 0;
    background: #fbfbfb;
}
section.userTableSection {
    background: #ffffff !important;
    border-radius: 28px;
}
section.userTableSection.resSubmission {
    background: #ffffff !important;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
}

table.rounded-corners {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 28px;
    border: 2px solid var(--border-color);
    background: #fff;
}

.usersTable tbody {
    border: 0;
    background: transparent;
}

table.table.usersTable.rounded-corners tr td {
    color: #000;
    font-weight: 400;
    border: 0;
}

table.table.usersTable.rounded-corners tr th {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

table.table.usersTable.rounded-corners tr th,
table.table.usersTable.rounded-corners tr td {
    text-align: left;
    text-transform: capitalize;
}

.usersTable.table>:not(caption)>*>* {
    background-color: transparent;
    border-bottom-width: 0;
    box-shadow: none;
    padding: 0.75rem 2.1rem;
}


/* Create Survey  */
.createSurvey {
    background: white;
    padding: 25px;
    border: 2px solid var(--border-color);
    border-radius: 28px;
}

.createSurvey h5 {
    color: #53575A;
    font-size: 20px;
}

.createSurvey label {
    color: #53575A;
    font-size: 15px;
}

body .createSurvey input.form-control,
body .createSurvey select.form-control,
body .createSurvey textarea.form-control,
.createSurvey .selectize-control.form-control {
    border: 2px solid var(--border-color) !important;
}

body .createSurvey select option {
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
}

/* body .createSurvey select {
    padding: 0 !important;
} */

body .createSurvey select option:hover {
    background: var(--border-color);
    color: white;
}

.createSurvey .selectize-input {
    padding: 0 !important;
    display: block;
}

.btnSubmitGreen {
    background-color: var(--third-color) !important;
    color: white !important;
    padding: 7px 25px !important;
    border: 0 !important;
}
.btnSubmitSky{
    background-color: var(--primary-color) !important;
    color: white !important;
    padding: 7px 25px !important;
    border: 0 !important;
}

.btnSubmitGreen:hover {
    background-color: #65ba2f;
    color: white !important;
}

/* .createSurvey input {
   border: 2px solid var(--border-color);
   border-radius:12px;
} */

/* Error section  */
.main {
    background-color: #ffffff;
}

.alertDiv {
    background-color: #ffffff;
    text-align: center;
    /* color: red; */
}

.alertDiv .alert {
    width: fit-content;
}




/* Survey List  */
td.tdSubmission span {
    background: var(--third-color) !important;
    padding: 4px 9px !important;
    box-shadow: 0px 4px 8px 0px #0000005e;
}

td.tdSubmission span small {
    font-size: 14px;
}

ul.dropdown-menu.surveyAction {
    padding: 0;
    margin-top: 30px !important;
}

ul.dropdown-menu.surveyAction a:hover {
    background-color: var(--third-color);
    color: white;
}


/* Questionare  */

.addQuestion .sendRow h1 {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 500;
}

.surveyInfo .card {
    border: 2px solid var(--border-color);
    border-radius: 12px;
    background: white;
}

.surveyInfo .card-body {
    padding: 5px 10px;
    display: flex;
}

.surveyInfo .card-body img {
    object-fit: cover;
    min-width: 80px;
    min-height: 80px;
    border: 2px solid var(--border-color);
}

.surveyInfo .card-body .surveyInfoDesc {
    margin: auto;
}

.surveyInfoDesc h5 {
    font-size: 20px;
    color: #53575A;
}

.surveyInfoDesc small {
    font-size: 14px;
    margin-left: auto;
}

.add-question {
    background: var(--third-color);
    border: 0;
    z-index: 999;
    border-radius: 100%;
    padding: 7px 18px 10px 16px;
    position: fixed;
    right: 120px;
    top: 196px;
    font-size: 28px;
}

.add-question:hover,
.add-question:active,
.add-question:focus {
    background: var(--primary-color);
}

.surveyQuestionMain {
    /* border: 2px solid var(--border-color);
    border-radius: 12px;
    background: white;
    margin-bottom: 15px; */
}

.questionCard.card {
    border: none !important;
    box-shadow: none;
}

.activeControlCard .card-header,
.selectedControlCard .card-header {
    border: 2px solid var(--border-color) !important;
    border-radius: 12px;
}

#controlBox {
    padding: 0;
}

.selectedControlCard .card-header {
    border: none !important;
    background: transparent;
}

.activeControlCard {
    background: transparent;

}

/* .activeControlCard {
    border: 2px solid var(--border-color) !important;
    border-radius: 12px;
    background: white;
} */
.mainCard {
    border: 2px solid var(--border-color) !important;
    border-radius: 12px;
    background: white;
}
.addQuestion hr {
    color: var(--border-color);
    border-top: 2px solid;
    opacity: 1;
}

.questionCard label {
    font-size: 15px;
    color: #53575a;
    font-weight: 400;
}

.surveyQuestionMain .questionCard input,
.surveyQuestionMain .questionCard select,
.selectedControlCard select,
.selectedControlCard input {
    border: 2px solid var(--border-color) !important;
    border-radius: 10px !important;
}

.questionCard.card {
    border-bottom: 2px solid var(--border-color) !important;
    border-radius: 0;
    margin-bottom: 0;
}

/* .questionCard.card:last-child {
    border-bottom: 0 !important;
} */
.questionCard .remove-option {
    margin: 0 10px;
}
.questionCard .remove-option:hover,
.questionCard .remove-option:active {
    border: none;
}

.options-wrapper input.form-control,
.input-group-addon input.form-control,
.input-group input.form-control,
.input-group select,.card input.inputPadding,.card select.inputPadding {
    padding: 0.7rem 1.25rem 0.7rem 0.75rem !important;
}
.input-group select option{
    color: #959b9d;
}
button.add-option.addOption {
    background: rgba(255, 255, 255, 0);
    border: none;
    margin-left: 5px;

}

.input-group-addon {
    padding-left: 0rem !important;
}

button.remove-option {
    color: black;
}

a.deleteControlCard i {
    color: black !important;
}

.createSurvey img.my-img {
    object-fit: contain;
}

/* logo rotate  */
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotate-center {
    -webkit-animation: rotate-center 4s linear infinite both;
    animation: rotate-center 4s linear infinite both
}

.rotate-center {
    -webkit-animation: rotate-center 4s infinite both;
    animation: rotate-center 4s infinite both;
}

/* User Response  */
.userResNav {
    margin: auto;
    height: 55px;
    justify-content: center;
}

.main_banner.userResBanner {
    padding: 30px 0px;
    display: flex;
    margin: auto;
    /* max-height: 300px; */
}

.main_banner.userResBanner .resMainImg {
    width: auto;
    margin: auto;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    background: transparent !important;
}

.main_banner.userResBanner .resMainImg img {
    border-radius: 12px;
    max-height: 300px;
    /* width: auto; */
    background: transparent !important;
}

.userResMain h1 {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-color);
}

.userResMain .userResPersonal label {
    font-size: 15px;
    color: #0a0a0a;
    font-weight: 400;
}

.userResMain .userResPersonal input {
    border: 2px solid var(--border-color) !important;
    border-radius: 10px !important;
    width: 100% !important;
}
.userResPersonal,.userResMain .userResQuest {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 25px 35px;
    margin-bottom: 25px;
}
.userResPersonal .row div {
    max-height: 62px;
}
.userResMain .card .card-body{
    padding: 0;
}
.userResMain .card .card-body label {
    font-size: 15px;
    color: #53575a !important;
    font-weight: 400 !important;
}
.userResMain .card .card-body select,.userResMain .card .card-body input{
    border: 2px solid var(--border-color) !important;
    border-radius: 10px !important;

}

.questionCard.activeControlCard {
    filter: drop-shadow(2px -2px 5px var(--border-color) );
}

.container.thankyou {
    background: #f2f0f0;
    height: auto;
}
.content.userResMain {
    padding: 60px 0px !important;
}
.userResQuest .card {
    border: 0;
    box-shadow: none;
}
.resOption {
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 15px 15px !important;
    /* display: flex; */
    justify-content: flex-start;
}
.resOptionIndividual{
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 15px 15px !important;
}
.resOptionIndividual .resOptIndIns {
    width: fit-content;
}
.resOptionIndividual input {
    font-size: 15px !important;
    margin-right: 5px;
}
.resOptionIndividual input:checked {
    background-color: var(--third-color);
    border-color: var(--third-color) !important;
}
.resOption label {
    margin-right: 2em;
}
.userResMain .card .resOption .form-check-input {
    border-color: var(--third-color) !important;
}
.userResMain  .resOption .form-check-input:checked {
    background-color: var(--third-color);
    border-color: var(--third-color) !important;
}
.resRating.card .resOption input {
    font-size: 15px !important;
    margin-top: auto;
    margin-bottom: 7px;
}
.align-items-flex-end{
    align-items: flex-end;
}
@media (max-width:1080px){
    .content.userResMain {
        padding: 10px 0px !important;
    }
    main.content.userResMain {
        overflow-x: hidden;
        padding: 0px 10px 50px 10px !important;
    }
}

/* USER RESPONSE VIEW  */
.userResView p {
    font-size: 14px;
    color: gray;
}
.userResCards .nav.nav-tabs {
    border-bottom: none;
    padding-bottom: 15px;
}
.userResCards a.nav-link{
    background: #ffffff;
    color: #53575A;
    font-weight: 600;
}
.userResCards a.nav-link.active {
    background: var(--third-color);
    color: white;
    font-weight: 600;
    border: 2px solid;
    border-radius: 4px;
}
.userResCards {
    padding: 25px 40px;
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
}
.userResCards .card {
    border: 0;
    box-shadow: none;
}
.card.viewResTextbox p {
    font-size: 10px !important;
    font-weight: 300 !important;
    color: #878787;
    padding-bottom: 5px;
}
.card.viewResTextbox label{
    margin-bottom: 0;
}
.card.viewResTextbox ul li{
    font-size: 12px;
    color: #878787;
    background-color: #fff;
    border: 2px solid var(--border-color);
    padding: 7px 10px;
}
.card.viewResTextbox ul{
    margin-bottom: 0;
}
.viewResOption {
    border: 2px solid var(--border-color);
    border-radius: 12px;
    
}
.viewResOption .pie-chart-container {
    padding-left: 10px;
}
.chartOptionDiv {
    display: flex;
    padding: 30px;
    margin: auto;
}

.chartOptionDiv li {
    background-color: #9ED451D4;
    padding: 5px 50px;
    margin-bottom: 10px;
    border-radius: 12px;
}

.filterUserRes input{
    border: 2px solid var(--border-color) !important;
}
.userTableSection .filterUserRes button{
    border-radius: 4px;
}
.viewResOption ul li::marker {
    color: white;
}
.backicon {
    padding: 8px;
    border-radius: 4px;
    background: var(--third-color);
    color: white;
}
.resSubmission ul.nav {
    margin-bottom: 20px;
    border: none;
}
.resSubmission .nav-link {
    color: #495057;
    font-weight: 500;
}
.resSubmission .nav-link.active {
    background: var(--third-color);
    color: white;
    border-color: var(--third-color);
}
.emailTd{
    text-transform: unset !important;
}
.notApp {
    padding-top: 8px;
}
.notApp p {
    font-weight: 500;
    color: #53575A !important;
}

.addQuesRatingBox .input-group{
    padding-top:0;
}
.addQuesRatingBox .form-group  {
    padding: 0;
    padding-top: 10px;
}
.addQuesRatingBox .form-group:first-child{
    padding-top: 0;
}
.ratingCard {
    width: 95%;
    margin: auto;
    border: 3px dotted var(--border-color) !important;
    border-radius: 12px;
    filter: drop-shadow(1px 2px 5px #f2f0f0 );
}
.questionCard.card {
    border: 2px solid var(--border-color) !important;
    border-radius: 12px;
    background: white;
    margin-bottom: 15px;
}
.text-align-end {
    text-align: end;
}