.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 10px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -8px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #20a85d;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.togglebutton {
    border-radius: 34px;
  }
  
  .slider.togglebutton:before {
    border-radius: 50%;
  }
.btn-outline-brown {
    color: #5a87d9;
    border-color: #5a87d9;
}

.btn-outline-brown:hover {
    color: #fff;
    background-color: #5a87d9;
    border-color: #5a87d9;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #6cb2eb !important;
}

a {
    color: #909638;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.custom-container-fluid {
    max-height: 600px;
    min-width: 1000px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.modal-dialog-custom {
    max-width: 1050px !important;
}

.uploadedFile{
    height: 125px;
    width: inherit;
}
.logo{
    border-radius: 50%;
    width:55px;
    height:50px;
    text-align:right;
}
.imagePreview {
    width: 100%;
    height: 125px;
    background-position: center center;
    background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color:#fff;
        background-size: cover;
    background-repeat:no-repeat;
        display: inline-block;
    border: 1%;
}

/* HIDE RADIO */
.imagePreview  [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    outline: 2px solid #f00;
}

.imagePreview label {
    width: inherit;
}

.removeButton input[type=text] {
    display: none
}
.btn-primary
{
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;
}
.imgUp
{
  margin-bottom:15px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding:1px
}

.star-rating input[type=radio] {
    display: none
}


.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: var(--color);
}

.scoringPreview {
    margin: 10px 2px;
}
  
.scoringPreview input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
  
.scoringPreview label {
    display: inline-block;
    padding: 5px 10px;
    font-family: sans-serif, Arial;
    font-size: 15px;
    border: 2px solid #6c757d;
    border-radius: 4px;
}
  
.scoringPreview label:hover {
    background-color: #6c757d;
    color: #ffff;
}

.scoringPreview input[type="radio"]:focus + label {
    border: 2px dashed #6c757d;
    color: #ffff;
}

.scoringPreview input[type="radio"]:checked + label {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffff;
}

.hide{
    display:none;
}

.fixed {
    position: fixed;
    margin-bottom: 10px;
    margin-right: 111px; 
}


/* theme settings */

.survey-theme{
    background-color: var(--survey_theme_background_color) !important;
}

.survey-header{
    background-color: var(--header_background_color);
    color: var(--header_color);
    font-size: var(--header_font_size) !important;
    border-left: 4px solid var(--border_left_color);
}

.survey-body{
    background-color: var(--body_background_color) !important;
    color: var(--body_color);
    font-size: var(--body_font_size) !important;
}

.survey-question{
    background-color: var(--survey_question_background_color) !important;
}

.survey-welcome-message{
    justify-content: var(--welcome_message_align) !important;
    float:var(--welcome_message_align) !important;
    background-color: var(--welcome_message_background_color) !important;
    color: var(--welcome_message_color);
    font-size: var(--welcome_message_font_size) !important;
}

.survey-footer{
    background-color: var(--footer_background_color) !important;
    color: var(--footer_color);
    font-size: var(--footer_font_size) !important;
}

.survey-welcome-page-bigin-btn{
    background-color: var(--bigin_btn_background_color) !important;
    color: var(--bigin_btn_color);
    font-size: var(--bigin_btn_font_size) !important;
}

.survey-welcome-page-bigin-btn-align{
    text-align:var(--bigin_btn_align) !important;
}

.survey-quest-page-finish-btn{
    background-color: var(--finish_btn_background_color) !important;
    color: var(--finish_btn_color);
    font-size: var(--finish_btn_font_size) !important;
}

.survey-quest-page-finish-btn-align{
    text-align:var(--finish_btn_align) !important;
}

.survey-quest-page-next-btn{
    background-color: var(--next_btn_background_color) !important;
    color: var(--next_btn_color);
    font-size: var(--next_btn_font_size) !important;
    float:var(--next_btn_float) !important;
}

.survey-quest-page-next-btn-align{
    text-align:var(--next_btn_align) !important;
}

.survey-quest-page-back-btn{
    background-color: var(--back_btn_background_color) !important;
    color: var(--back_btn_color);
    font-size: var(--back_btn_font_size) !important;
    float:var(--back_btn_float) !important;
}

.survey-quest-page-back-btn-align{
    text-align:var(--back_btn_align) !important;
}

/* theme settings */

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.background li {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #b1b6d1;
    color: transparent;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 22s ease-in forwards infinite;
}
undefined
.background li:nth-child(0) {
    animation-delay: 0s;
    left: 52vw;
    top: 66vh;
}

.background li:nth-child(1) {
    animation-delay: 2s;
    left: 89vw;
    top: 50vh;
}

.background li:nth-child(2) {
    animation-delay: 4s;
    left: 28vw;
    top: 84vh;
}

.background li:nth-child(3) {
    animation-delay: 6s;
    left: 2vw;
    top: 56vh;
}

.background li:nth-child(4) {
    animation-delay: 8s;
    left: 74vw;
    top: 3vh;
}

.background li:nth-child(5) {
    animation-delay: 10s;
    left: 71vw;
    top: 47vh;
}

.background li:nth-child(6) {
    animation-delay: 12s;
    left: 92vw;
    top: 40vh;
}

.background li:nth-child(7) {
    animation-delay: 14s;
    left: 59vw;
    top: 72vh;
    border-color: #d8dfff;
}

.background li:nth-child(8) {
    animation-delay: 16s;
    left: 98vw;
    top: 18vh;
}

.background li:nth-child(9) {
    animation-delay: 18s;
    left: 49vw;
    top: 27vh;
}

.background li:nth-child(10) {
    animation-delay: 20s;
    left: 79vw;
    top: 93vh;
}

.background li:nth-child(11) {
    animation-delay: 22s;
    left: 54vw;
    top: 90vh;
}

.background li:nth-child(12) {
    animation-delay: 24s;
    left: 25vw;
    top: 25vh;
    border-color: #d8dfff;
}

.background li:nth-child(13) {
    animation-delay: 26s;
    left: 19vw;
    top: 6vh;
    border-color: #d8dfff;
}

.background li:nth-child(14) {
    animation-delay: 28s;
    left: 36vw;
    top: 43vh;
}

.background li:nth-child(15) {
    animation-delay: 30s;
    left: 44vw;
    top: 75vh;
    border-color: #d8dfff;
}

.background li:nth-child(16) {
    animation-delay: 32s;
    left: 84vw;
    top: 13vh;
}

.background li:nth-child(17) {
    animation-delay: 34s;
    left: 9vw;
    top: 77vh;
    border-color: #d8dfff;
}

.background li:nth-child(18) {
    animation-delay: 36s;
    left: 15vw;
    top: 35vh;
}

.background li:nth-child(19) {
    animation-delay: 38s;
    left: 67vw;
    top: 60vh;
    border-color: #d8dfff;
}

.background li:nth-child(20) {
    animation-delay: 40s;
    left: 8vw;
    top: 99vh;
}

.background li:nth-child(21) {
    animation-delay: 42s;
    left: 35vw;
    top: 12vh;
    border-color: #d8dfff;
}

/*------preview background start---- */

.preview-background {
    width: 88vw;
    top: 0;
    left: 0;
    margin: 28px;
    padding: 0;
    overflow: hidden;
}
.preview-background li {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #b1b6d1;
    color: transparent;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 22s ease-in forwards infinite;
}
undefined
.preview-background li:nth-child(0) {
    animation-delay: 0s;
    left: 52vw;
    top: 66vh;
}

.preview-background li:nth-child(1) {
    animation-delay: 2s;
    left: 89vw;
    top: 50vh;
}

.preview-background li:nth-child(2) {
    animation-delay: 4s;
    left: 28vw;
    top: 84vh;
}

.preview-background li:nth-child(3) {
    animation-delay: 6s;
    left: 2vw;
    top: 56vh;
}

.preview-background li:nth-child(4) {
    animation-delay: 8s;
    left: 74vw;
    top: 3vh;
}

.preview-background li:nth-child(5) {
    animation-delay: 10s;
    left: 71vw;
    top: 47vh;
}

.preview-background li:nth-child(6) {
    animation-delay: 12s;
    left: 92vw;
    top: 40vh;
}

.preview-background li:nth-child(7) {
    animation-delay: 14s;
    left: 59vw;
    top: 72vh;
    border-color: #d8dfff;
}

.preview-background li:nth-child(8) {
    animation-delay: 16s;
    left: 98vw;
    top: 18vh;
}

.preview-background li:nth-child(9) {
    animation-delay: 18s;
    left: 49vw;
    top: 27vh;
}

.preview-background li:nth-child(10) {
    animation-delay: 20s;
    left: 79vw;
    top: 93vh;
}

.preview-background li:nth-child(11) {
    animation-delay: 22s;
    left: 54vw;
    top: 90vh;
}

.preview-background li:nth-child(12) {
    animation-delay: 24s;
    left: 25vw;
    top: 25vh;
    border-color: #d8dfff;
}

.preview-background li:nth-child(13) {
    animation-delay: 26s;
    left: 19vw;
    top: 6vh;
    border-color: #d8dfff;
}

.preview-background li:nth-child(14) {
    animation-delay: 28s;
    left: 36vw;
    top: 43vh;
}

.preview-background li:nth-child(15) {
    animation-delay: 30s;
    left: 44vw;
    top: 75vh;
    border-color: #d8dfff;
}

.preview-background li:nth-child(16) {
    animation-delay: 32s;
    left: 84vw;
    top: 13vh;
}

.preview-background li:nth-child(17) {
    animation-delay: 34s;
    left: 9vw;
    top: 77vh;
    border-color: #d8dfff;
}

.preview-background li:nth-child(18) {
    animation-delay: 36s;
    left: 15vw;
    top: 35vh;
}

.preview-background li:nth-child(19) {
    animation-delay: 38s;
    left: 67vw;
    top: 60vh;
    border-color: #d8dfff;
}

.preview-background li:nth-child(20) {
    animation-delay: 40s;
    left: 8vw;
    top: 99vh;
}

.preview-background li:nth-child(21) {
    animation-delay: 42s;
    left: 35vw;
    top: 12vh;
    border-color: #d8dfff;
}

/*------preview background end---- */

.new-branch-button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px dashed #97a1b7;
    border-radius: 3px;
    background-color: #f3f5f9;
    color: #97a1b7;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}

.nav-pills .nav-link.nav-custom-link.active, .nav-pills .show > .nav-link{
    color: #6cb2eb;
    background-color: #fff !important;
}

.branch-item {
    z-index: 5;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid #e5e7eb;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
}

.branch-item-description {
    margin-right: 90px;
}

.branch-item nav.branch-item-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f3f5f9;
    width: auto;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #646bbc;
    border-left: 1px solid #e5e7eb;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 50px !important;
}

.user-image {
    float: left;
    width: 25px!important;
    height: 25px!important;
    border-radius: 50%!important;
    margin-right: 10px!important;
    margin-top: -2px!important;
}

.img-circle {
    border-radius: 50%;
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.select2-container{
    width:100% !important;
}

.profile-button {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

.profile-button:hover {
    background: #682773
}

.profile-button:focus {
    background: #682773;
    box-shadow: none
}

.profile-button:active {
    background: #682773;
    box-shadow: none
}

.back:hover {
    color: #682773;
    cursor: pointer
}

.labels {
    font-size: 11px
}

.add-experience:hover {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}

/*-- profile picture start--*/
.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
  }
  .profile-pic input {
    display: none;
  }
  .profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 165px;
    height: 165px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
  }
  .profile-pic .-label {
    cursor: pointer;
    height: 165px;
    width: 165px;
  }
  .profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
  }
  .profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
  }

  