.bottom-arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}

.view-component-survey h6 {
    color: #4d5cac;
}

@media (max-width: 560px)
{
    .w-75 { width: 100% !important; }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.6 !important;
}

input[type=text] {
    padding: 8px;
    border: 1px solid #999;
    border-radius: 4px;
}

.radio-selector input[type=radio] {
    display: none;
}
.radio-selector input[type=radio] + label {
    background-color: #d7dbf2;
    color: #000;
    width: 100%;
    /* border: 1px solid #6d83f1; */
    border-radius: 2px;
    padding: 20px;
}
.radio-selector input[type=radio]:checked + label {
    background-color: #6d83f1;
    color: #fff;
}

.text-purple {
    color: #6d83f1;
}

.select-style {
    /* background: url("../images/icon-select.png") no-repeat scroll 99.8% center #fafafa; */
   border: 1px solid #ccc;
   border-radius: 3px;
   overflow: hidden;
   width: 65%;
}

.select-style select {
    padding: 5px 8px;
    width: 103%;
    border: 1px solid #999;
    box-shadow: none;
    background: transparent;
      background-image: none;
    background-image: none;
    -webkit-appearance: none;
    border-radius: 6px;
    appearance: button;
    color: #444;
}

.select-style select:focus {
   outline: none;
}

.ans.select-style {
    float: none !important;
    overflow: visible;
    position: relative;
    border: none;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.view-inner-template_two_col .border-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6d83f1;
    --bs-btn-border-color: #6d83f1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e6ec0;
    --bs-btn-hover-border-color: #4864ed;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e6ec0;
    --bs-btn-active-border-color: #4864ed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a9b5ef;
    --bs-btn-disabled-border-color: #a9b5ef;
  }