html, .py-4 {
  background-color: #fff;
  font-family: 'Arimo', sans-serif;
}

input#saveButton1,
input.answerV {
    cursor: pointer;
}
.navbar {
  padding: 0;
}
#side-menu-toggle {
    cursor: pointer;
    font-size: 16px;
    background: none;
    border:none;
    padding: 0;
}
.redTextError {
  color: #d10000;
}

.red {
  color:red;
}
.m-l-n20 {
  margin-left: -20px !important;
}
.login__page {
  /*margin-left: -125px;*/
  width: 100%;
}

.fnt-1rem {
  font-size: 1rem !important;
}

.word-wrap {
  word-wrap: break-word !important;
}
.mg-l-5 {
    margin-left: 5px !important
}
.mg-l-10 {
    margin-left: 10px !important
}
.mg-l-15 {
    margin-left: 15px !important
}

.mg-l-20 {
    margin-left: 20px !important
}
.mg-l-20p{
    margin-left: 20% !important
}
.mg-r-10 {
    margin-right:  10px !important
}
.mg-r-20 {
    margin-right:  20px !important
}

.mg-b-10{
  margin-bottom: 10px !important;
}
.mg-b-20{
  margin-bottom: 20px !important;
}
.mg-t-5{
  margin-top: 5px !important;
}
.mg-t-10{
  margin-top: 10px !important;
}

.mg-auto{
  margin: auto;
}
.op-dis{
  opacity: 0.5;
}
.mg-l-8 {
    margin-left: 8px !important
}

.no-bdr{
  border:none !important;
}
.dis-line {
  display: inline !important;
}

.back-but{
  border:1px solid;
  padding :2px 5px;
  border-radius:5%;
  color: black;
}
.back-but>a { color: black !important; }

.back-but:hover{
 border:1px solid #d10000 ;
 box-shadow: 0px 0px 0px 1px #d10000;
 color:#d10000;
}
.customTr>* {
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 10px !important;
    /* font-family: 'open sans', sans-serif; */
    font-weight: bold;
    color: #333;
    font-size: 13px;
}


.checkButton {
  /*border:1px solid #000;*/
  padding: 5px 5px;
  border-radius: 5px;
}
#question{
   font-family:Helvetica, sans-serif;
  font-size:18px !important;
  margin-bottom: 5px;
  font-weight: 600;
  padding-right: 20px;
}

.answer>*{
  margin-right: 10px;
  font-size: 16px !important;
}
.answerV{
  font-family:Helvetica, sans-serif;
}
.rightBorderTabel{
  border-right: 2px solid #ffb2b2;
}
/*here modify theme*/
.tableBorderBottom{
  border-bottom: 2px solid #d10000 !important;
  /*border-bottom: 2px solid #091e69 !important;*/
}

#superAdminTable tr:nth-child(even){
    background-color: #f2f2f2 !important;
}

#superAdminTable tr:nth-child(even):hover{
    background-color: #fae5e5 !important;
    /*background-color: #c5d1fa !important;*/
    /*background-color: #c5d1fa !important;*/
}

.contactsTableRows{
  background-color: #fff;
}
.contactsTableRows:hover{
  background-color: #fae5e5 !important;
  /*background-color: #c5d1fa !important;*/
  /*background-color: #c5d1fa !important;*/
}
button:focus {
    outline:none !important;
}

.no-dec{
  color: inherit !important;
}
.customButton,.customButton2,.customButton3{
  /*background-color: #FF6347;*/
  /*background-color: #17a7fd;*/
  /*background-color: #ffa400;*/
  background-color: #d10000;
  color:#fff;
  border-radius: 2px;
  border:1px solid #000;
  min-height: 35px;
  font-weight: bold;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  font-size: 0.9rem;
  height: auto;
  box-shadow: none !important;
  outline: none !important;
}

 .customButton2,.customButton6{
  background-color: #fff;
  color:#000;
  border:1px solid #000;
  font-weight: none !important;
}

.customButton6 {
    width: 30%;
    height: 40px;
}

.customButton2:hover,.customButton6:hover{
  border:1px solid #d10000 ;
 box-shadow: 0px 0px 0px 1px #d10000;

}

.selectedButton{
   border:1px solid #d10000 ;
 box-shadow: 0px 0px 0px 1px #d10000;
}
 .customButton2:focus,.customBUtton3:focus {
  text-decoration: none;
  outline:none;
  box-shadow: none;}

.customButton:hover{
  background-color: #eb0000;
}

.customButton3:hover{
  background-color: #eb0000;
}

.customButton3{
  width: 30%;
}

#choose_json{
  display: none;
}

#superAdminTable_filter>label>input{
  border:1px solid;
}
#deleteButton{
  display: none;
  background-color: #fff;
  color:#000;
  border:1px solid #000;
  padding: 6px 20px;
  font-weight: bold;
}

#deleteButton:hover {
  background-color: #d10000;
  color:#fff;
  border-color: #d10000;
}

.customContainer{
  border: 1px solid;
  padding: 20px 20px;
  border-radius:5px;
}
.customContainer>*{
  width: 60%;
  margin:auto;
}

.customContainer2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customBorder {
  border:1px solid #ccc;
  border-radius: 4px;
}

@media screen and (max-width: 920px) {
  #user-table {
    font-size: 14px !important;
  }
  .customBorder {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .userInfo {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }
  .customBorder #user-pic {
    text-align: center;
    width: 100%;
  }
  .customBorder #user-pic img {
    border-radius: 100%;
    width: 150px !important;
    height: 150px !important;
  }
  .customBorder .settings-options, 
  .customBorder #user-changePic button,
  .customBorder #user-changePic,
  .customBorder #user-changePassword button,
  .customBorder #user-changePassword,
  .userInfo #user-edit button,
  .userInfo #user-edit {
    width: 100%;
  }
}

.mg-r-10 {
  margin-right:10px !important;
}

.mg-r-30 {
  margin-right:30px !important;
}
.assignZone {
  display: block;
}

.mg-l-auto {
  margin-left: auto !important;
}
#json_submit {
    width: 30%;
}

.testaa>*{
  display:inline-block !important;

}
.w-20{
  width: 20% !important;
}
.sorting,.sorting_asc,.sorting_desc{
  background-image: url('') !important;
}

.sorting_asc:before{
  content: "\25B2";
  float:right;
}
.sorting_desc:before, .sorting:before{
      content: "\25BC";
      float:right;
}

#manage:before, #user_type:before{
content: "";
}
.generalTable {
  border-spacing: 0 !important;
    /*border:1px solid #000;*/
    word-wrap:break-word;
    border: 1px solid #000;
    border-radius: 2px;
}

.customNavbar{
    background-color: #061654;
    font-size: 16px;
    position: fixed;
    width: 100%;
    z-index: 1;

}

.customIcons:hover,.json_template_icon:hover, .xml_template_icon:hover, .pdf_template_icon:hover{
  color:#d10000;
}

.customIcons {
    /*padding-left: 15%;*/
    color: #212529;
}
.col-white{
  color: white;
}

.tableWidth {
    width: 95%;
    margin: auto;
}
.customNavbar *{
  color:#fff !important;
}

.dropdown-item{
  color: #000 !important;
}
.addForm {
  width: 80%;
  margin:auto;
}

#section2,#section3,#section4,#section5{
  display: none;
}
/*sidebar css*/
body {
  background-color:#DDDDDD;
  /*background-color: #fbfbff;*/
}
.rm-border {
    border:none !important;;
}
.no-pad-l {
  padding-left:0 !important;
}
.mg-center {
    margin: 0 auto !important;
}
.no-pad-l-r {
  padding-left:0 !important;
  padding-right:0 !important;
}
.pad-l-5p {
    padding-left: 5px !important;
}
.pad-l-15 {
    padding-left: 15px !important;
}

.pad-l-50{
    padding-left: 50px;
}
.pad-l-20 {
    padding-left: 20px !important;
}
.pad-l-16 {
    padding-left: 1.1rem !important;
}

.pad-8-20{
    padding: 8px 20px;
}

.pad-l-5{
    padding-left:5% !important;
}
.manage-icons >*{
    padding-right: 15px;
}

.manage>*{
    padding-right: 15px;
}
.cursor {
    cursor: pointer;
}

.cursorDefault {
    cursor: default !important;
}
.f-l{
  float:left !important;
}

.rememberCheck {
    width:15px;
    height:17px;
    vertical-align: text-bottom;
}
.f-r{
  float:right !important;
}
.paginationCustom{
  color: #000;
  font-size: 20px;
  border:1px solid #000;
  padding: 1px 8px !important;
  border-radius:2px;
  font-weight: bold;
}



.paginationCustom:hover {
     border:1px solid #d10000 !important;
     box-shadow: 0px 0px 0px 1px #d10000;
     color: #000 !important;
}

.tablePaginate a{
    outline: none;
}
.tablePaginate{
    margin-top: 30px !important;
}

.pagination {
  float: right;
  margin-right: -2px;
}

.pagination li {
  margin-left: 2px;
  margin-right: 2px;
}

.pagination .active .paginationCustom {
  color: #d10000;
  box-shadow: 0px 0px 0px 1px #d10000;
  border: 1px solid #d10000 !important;
  cursor: default;
}

.pagination .active .paginationCustom:hover {
  color: #d10000!important;
}

.pagination .disabled .paginationCustom {
  cursor: default;
}

.pagination .disabled .paginationCustom:hover {
  box-shadow: none;
  border:1px solid #000!important;
}



/*#email{
  outline-style:none;
box-shadow:none;
border-color:transparent;
}*/

#customFocus:focus {
  outline: none !important;
    border:1px solid red;
    /* box-shadow: 0 0 10px #17a7fd; */
}

input[type=search]:focus{
  outline: none !important;
  /*box-shadow: 0 0 10px #17a7fd;*/
  /*border:1px solid red !important;*/
}

.max-width{
  width: 100% !important;
}
.hgt-50{
  height: 50px;
}

.wid-40-proc {
  width: 40% !important;
}

.fnt-20{
  font-size: 18px;
}

.fnt-18{
  font-size: 18px;
}

.fnt-16{
  font-size: 16px;
}

.rg-border{
  border-right: 1px solid #ff0505;
  height: 100%;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.py-4 {
  width: 100%;
  margin-left: 0;
  padding-top: calc(66px + 1.5rem) !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.wrapperToggled .py-4 {
  width: calc( 100% - 250px);
  margin-left: 250px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  top: 71.22px;
  width: 0;
  height: calc(100% - 71.22px);
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #091e69;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 20px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 55px;
  /* font-family: "Quicksand Regular"; */
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
}

.sidebar-nav li i {
  margin-right: 10px;
  font-size: 25px;
  width: 24px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li:hover {
  text-decoration: none;
  color: #fff !important;
  background: #d10000;
}

.sidebar-nav .user-details {
  width: 100%;
  display: inline-block;
  padding: 20px;
}

.sidebar-nav .user-details img {
  float: left;
  min-width: 75px!important;
  min-height: 75px!important;
  margin-left: 0 !important;
  width: 75px!important;
}

.sidebar-nav .user-details .text {
  color: white;
  width: 135px;
  float: left;
  margin-top: 25px;
}

.sidebar-nav .user-details .text .user {
  text-indent: 0;
  line-height: 1.4;
  /* display: inline-block; */
  width: 100%;
  float: left;
  font-weight: bold;
  padding: 0 20px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 0;
}

.sidebar-nav .user-details .text .account {
  text-indent: 0!important;
  float: left;
  width: 100%;
  /* display: inline-block; */
  line-height: 1.2;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 12px;
}

.sidebar-active {
    text-decoration: none;
    color: #ff0505 !important;
    background: #d10000;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  /*color: #999999;*/
  color: #fff;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.alert>ul {
    margin:0 !important;
}

.modal-footer {
    justify-content: center !important;
}

#account-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#account-menu > * {
  margin-right: 10px;
}

#account-menu .text {
  /* font-family: 'Quicksand', sans-serif; */
  font-family: 'Arimo', sans-serif;
  padding: .82rem 0;
  margin-right: 25px;
}

#account-menu .text > * {
  margin-left: 5px;
}

#account-menu a:hover {
  text-decoration: none;
}

#user-title{
    text-align: center;
    padding: 10px 0;
}
#user-pic, #edit_picture {

    width: 60%;
    margin-bottom: 10px !important;
    margin:auto;
}
#user-pic>img {
    border-radius:50%;
    max-width: 150px;
    min-height: 150px;
    width:auto;
}
#edit_picture,#user_picture {
    border-radius:50%;
    max-width: 40px;
    min-height: 40px;
    width:auto;
    padding: 0;
}
/* #edit_picture,#user_picture {
    margin-left:-5px;
} */
#user-changePic,#user-changePassword{
    padding: 10px 0 ;
    width: 60%;
    margin:auto;

}

#user-changePic>*, #user-changePassword>*{
    min-width: 150px;
    width:auto;
}

#account-menu .text:hover {
  cursor: pointer;
}

#account-menu .text:hover #user-sub-menu {
  visibility: visible;
}

#user-sub-menu {
  visibility: hidden;
  z-index: 1;
  box-shadow: 0px 0px 7px #999;
  transition: visibility 0.25s linear;
  border: 1px solid #171628;
  border-top: 0;
  width: 100%;
  position: absolute;
  top: calc(100% + 1px);
  background: #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  list-style-type: none;
}

#user-sub-menu li {
  padding: 5px 0;
}

#user-sub-menu li:hover {
  cursor: pointer;
  background: #ccc;
}

#user-sub-menu * {
  color: #000 !important;
}

#user-sub-menu i {
  margin-right: 5px;
}

.black-circle-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #0b0a19;
  /* border: 1px solid #000; */
  border-radius: 50%;
}

.black-circle-bg:hover {
  background: #d10000;
}

.black-circle-bg:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -4px;
  background: #171628;
  width: 11px;
  height: 12px;
  border-radius: 50%;
}

.dot-green:after, .dot-red:after {
  content: "";
  position: absolute;
  top: 8.7px;
  right: -1px;
  width: 5.4px;
  height: 5.4px;
  border-radius: 50%;
}

.dot-red:after {
  background: #ff717b;
}

.dot-green:after {
  background: #6dd49e;
}

.settingsContainer{
  max-width: 800px;
  width: 100%;
  height: 100%;
  padding: 20px 27px;
}
.navbar__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navbar-brand {
  text-align: center;
  width: 250px;
  margin-right: 0;
  padding: .82rem 0;
}

.wrapperToggled .navbar__content {
  width: calc(100% - 250px);
  margin-left: 0px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#user-table {
    margin-top:10px;
    padding: 10px 0;
    font-size: 18px;
}

.userInfo{
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-bottom: 10px;
}
.td-user {
    padding-bottom: 10px !important;
    text-align: center;
}
#user-edit {
  display: flex;
    justify-content: center;
}

#user-edit>button {
    width: 42%;
    
}

#user-table {
  width: 100%;
}

button:focus {
    outline: none !important;
}

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

/* #xml_template, #json_template, #pdf_template,#edit_xml_template, #edit_json_template, #edit_pdf_template {
  display:none;
} */


.settings-options>* {
  min-width:150px;
  margin-top:10px;
  margin:auto;

}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff0505;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#downPDF {
  padding-left: 20%;
}

@media(max-width:768px) {
  #survey_hr {
    width: 98% !important;
  }

  .customButton3 {
    margin-left: 38% !important;
    margin-right: 38% !important;
    width: 25% !important;
  }

  .answer >* {
    margin-right: 0 !important;
  }

  .py-4 {
    width: 95%;
    margin-left: 2%;
  }
}
#editXML:hover {
  text-decoration: none;
}

#retakeSurvey{
  text-decoration: none;
  color:black;
}

#retakeSurvey:hover {
  color:red;
}

.editXMLQuestions, .editXMLTitle {
  font-size:1rem;
  min-width:95%;
  width:auto;
  height:auto;
  margin:5px 5px;
  padding-left:5px;

  /* border:1px dotted; 
  border-top:none;
  border-left:none;
  border-right: none; */
}

.editXMLTitle {
  font-size:1.4rem;
  /* font-weight: bold; */
}

.retakeSurveySections{
  text-decoration: none !important;
  font-size:1.2rem;
  color:black;
  display: inline-block !important;
  padding-right: 5px;
}

.retakeSurveySections:hover{
  color:#545454;
}

button {
  outline: none !important;
  box-shadow: none !important;
}


.container_check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_check input {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 13px);
    opacity: 0;
    cursor: pointer;
    height: 13px;
    width: 13px;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_check input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
  background-color: #eb0000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_check .checkmark:after {
  top: 8px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

/* .ui-widget.ui-widget-content {
    top: calc(100% - 500px) !important;
    z-index: 3000;
} */

span.euro-symbol {
  position: absolute;
  /*left: 20px;
  top: 38px;*/
  left: 3%;
  top: 55%;
  /* font-family: 'Myriad Pro', sans-serif; */
  font-family: 'Arimo', sans-serif;
}

span.euro-symbol + input {
  padding-left: 31px;
}

#addSurveyModal .modal-dialog, 
#editSurvey .modal-dialog {
  max-width: 775px;
}

#addSurveyModal .modal-body, 
#editSurvey .modal-body {
  padding: 1rem 100px;
}

#addSurveyModal .addForm, 
#editSurvey .addForm {
  width: 100%;
}

#addSurveyModal .addForm *, 
#editSurvey .addForm * {
  font-size: 17px;
}

.white-bg {
  background-color: #fff !important;
}

/* Payment Gateway page */
#payment-content-container {
  /* background-color: #f1f1f1; */
  padding: 60px 40px;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Arimo', sans-serif;
  user-select: none;
}

#payment-content-container .title {
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  user-select: text;
}

p.stripe-info {
  font-size: 16px;
  line-height: 18px;
  color: #151515;
}

#payment-content-container label:not(.text-muted) {
  font-weight: 700;
  line-height: 29px;
  max-width: 245px;
}

#payment-content-container input:not([type="checkbox"]) {
  width: 380px;
  border: 2px solid #aeb5ba;
}

#stripe-form .form-group {
  margin-top: 30px;
}

#stripe-form .text-muted {
  display: block;
  margin-top: 5px;
}

.webhook-info {
  font-weight: 800; 
  line-height: 26px; 
  font-size: 15px; 
  letter-spacing: -0.5px;
  user-select: text;
}

#stripe-form .form-check-inline {
  margin-bottom: 5px;
  line-height: 29px;
}

/* Sales Reports page */
#sales-container {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Arimo', sans-serif;
  padding: 35px 40px;
  /*width: 1100px;*/
}

@media screen and (max-width: 1330px) {
  #sales-container .graph-container {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

#sales-container .title {
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 22px;
  color: #2C405A;
}

.divider {
  max-width: 1040px;
  margin: 18px 0;
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: #D8E5EE;
}

.sales-header {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 500px) {
  .details_sales {
    min-width: 405px; 
  }
}

@media screen and (max-width: 500px) {
  .details_sales .stat-box {
    margin-bottom: 20px;
    text-align: center;
  }
  .details_sales #money {
    max-width: 100px;
  }
}

.details_sales {
  margin-left: 10px;
  margin-bottom: 20px;
}

.stat-number {
  color: #2C405A;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 26px;
}

.stat-description {
  color: #8DABC4;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19px;
}

.filter-container {
  color: #0093EE;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19px
}

.filter-container i {
  margin-left: 5px;
}

.filter-dropdown {
  position: relative;
}

.filter-dropdown select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected-arrow:after {
  position: relative;
  content: "";
  top: 10px;
  left: 5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #0093EE transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #0093EE transparent;
  top: -10px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #0093EE;
  padding: 0 16px;
  border: 1px solid transparent;
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  user-select: none;
  min-width: 100%;
  width: max-content;
}

.select-items div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.select-items div.same-as-selected {
  color: #fff;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 120px;
  z-index: 99;
  overflow: hidden auto;
  min-width: 100%;
  width: max-content;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  /* background-color: rgba(0, 0, 0, 0.1); */
  background-color: #5897fb;
  color: #fff;
}

.xpand-red-btn {
  background-color: #CE181E;
  color: #fff;
  /* font-family: 'Quicksand'; */
  font-family: 'Arimo', sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  border-radius: 0;
}

.select2-selection__placeholder {
  color: #0093EE !important;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19px;
}

.select2-container {
  width: max-content !important;
  max-width: 150px;
}

.select2-container--default .select2-selection--single {
  border: 0 !important;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 19px !important;
  color: #0093EE;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 21px !important;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0093EE transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0093EE transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.after-dismiss, .after-clear {
  margin-left: 10px;
  font-size: 18px;
}

span.select2-dropdown {
  width: max-content !important;
  min-width: 100%;
}

.daterangepicker {
  border: 1px solid #aaa;
}

.daterangepicker:after {
  top: -10px;
  border-bottom: 10px solid #ccc;
}

#daterange-filter {
  position: relative;
  border: 0;
  /*margin-left: 15px;*/
  outline: none;
  color: #0093EE;
  cursor: pointer;
  width: 100%;
}

#daterange-filter::placeholder {
  color: #0093EE;
}

.w-150 {
  width: 150px;
}

.after-arrow {
  position: absolute;
  content: "";
  top: 10px;
  right: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #0093EE transparent transparent transparent;
}

.after-dismiss, .after-clear {
  color: #0093EE;
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: bold;
  cursor: pointer;
}

.after-clear {
  left: 100%;
}

a.xpand-red-btn:hover {
  color: #fff;
  box-shadow: 0px 2px 5px 1px #777;
}

/* .stripe-button-el span {
  font-weight: 400 !important;
} */


/*.disabled .stripe-button-el:disabled, .disabled .stripe-button-el.disabled {
  background: #000;
  pointer-events: none;
  cursor: not-allowed;
} */

/* .disabled .stripe-button-el:disabled span, .disabled .stripe-button-el.disabled span, */
#submit-payment:disabled, #submit-payment.disabled {
  background: #a0a5ab;
  background-image: linear-gradient(#888,#999 90%,#212529);
  /* background-image: linear-gradient(#343a40,#6c757d 85%,#212529); */
  color: #fff;
  font-weight: 400;
  border: 1px solid #777;
  pointer-events: none;
  cursor: not-allowed;
}

#stripe-btn-container.disabled {
  cursor: not-allowed;
}

#survey-stats-row {
  border:1px solid;
  margin-left: 0%;
  margin-bottom: 20px;
  background-color: white;
  padding: 10px 10px;
  width: 100%;
  height: 60px;
  line-height: 40px;
}

#mail-summary {
  background-color: #fff;
  padding: 15px;
  padding-left: 0;
}

#mail-summary label {
  font-weight: bold;
}

.m-l-5rem{
  margin-left:5rem;
}


@media
    only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

    table.responsive_tbl, 
    .responsive_tbl thead, 
    .responsive_tbl tbody, 
    .responsive_tbl th, 
    .responsive_tbl td, 
    .responsive_tbl tr {
      display: block;
    }

    .responsive_tbl thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .responsive_tbl tr {
      margin: 0 0 1rem 0;
    }
      
    .responsive_tbl tr:nth-child(odd) {
      background: #ccc;
    }
    
    .responsive_tbl td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50% !important;
    }

    .responsive_tbl td:before {
      position: absolute;
      top: 0;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }

    .responsive_tbl tr.contactsTableRows {
      margin: 0;
    }


    .responsive_tbl.surveys_tbl td:nth-of-type(1):before { content: ""; }
    .responsive_tbl.surveys_tbl td:nth-of-type(2):before { content: "Survey Name"; }
    .responsive_tbl.surveys_tbl td:nth-of-type(3):before { content: "Company"; }
    .responsive_tbl.surveys_tbl td:nth-of-type(4):before { content: "Created By"; }
    .responsive_tbl.surveys_tbl td:nth-of-type(5):before { content: "Start/End Date"; }
    .responsive_tbl.surveys_tbl td:nth-of-type(6):before { content: "Status"; }
    .responsive_tbl.surveys_tbl td:nth-of-type(7):before { content: "Manage"; }

    .responsive_tbl.companies_tbl td:nth-of-type(1):before { content: ""; }
    .responsive_tbl.companies_tbl td:nth-of-type(2):before { content: "Name"; }
    .responsive_tbl.companies_tbl td:nth-of-type(3):before { content: "Email"; }
    .responsive_tbl.companies_tbl td:nth-of-type(4):before { content: "Phone"; }
    .responsive_tbl.companies_tbl td:nth-of-type(5):before { content: "Manage"; }

    .responsive_tbl.templates_tbl td:nth-of-type(1):before { content: ""; }
    .responsive_tbl.templates_tbl td:nth-of-type(2):before { content: "Template Name"; }
    .responsive_tbl.templates_tbl td:nth-of-type(3):before { content: "Creation Date"; }
    .responsive_tbl.templates_tbl td:nth-of-type(4):before { content: "Status"; }
    .responsive_tbl.templates_tbl td:nth-of-type(5):before { content: "Language"; }
    .responsive_tbl.templates_tbl td:nth-of-type(6):before { content: "Manage"; }

    .responsive_tbl.accounts_tbl td:nth-of-type(1):before { content: ""; }
    .responsive_tbl.accounts_tbl td:nth-of-type(2):before { content: "Name"; }
    .responsive_tbl.accounts_tbl td:nth-of-type(3):before { content: "Email"; }
    .responsive_tbl.accounts_tbl td:nth-of-type(4):before { content: "Phone"; }
    .responsive_tbl.accounts_tbl td:nth-of-type(5):before { content: "Manage"; }

    .responsive_tbl.sadmins_tbl td:nth-of-type(1):before { content: ""; }
    .responsive_tbl.sadmins_tbl td:nth-of-type(2):before { content: "First Name"; }
    .responsive_tbl.sadmins_tbl td:nth-of-type(3):before { content: "Last Name"; }
    .responsive_tbl.sadmins_tbl td:nth-of-type(4):before { content: "Email"; }
    .responsive_tbl.sadmins_tbl td:nth-of-type(5):before { content: "Phone"; }
    .responsive_tbl.sadmins_tbl td:nth-of-type(6):before { content: "Manage"; }

    .responsive_tbl.accountsusers_tbl td:nth-of-type(1):before { content: ""; }
    .responsive_tbl.accountsusers_tbl td:nth-of-type(2):before { content: "First Name"; }
    .responsive_tbl.accountsusers_tbl td:nth-of-type(3):before { content: "Last Name"; }
    .responsive_tbl.accountsusers_tbl td:nth-of-type(4):before { content: "Email"; }
    .responsive_tbl.accountsusers_tbl td:nth-of-type(5):before { content: "Phone"; }
    .responsive_tbl.accountsusers_tbl td:nth-of-type(6):before { content: "Manage"; }

    .responsive_tbl.companiesusers_tbl td:nth-of-type(1):before { content: ""; }
    .responsive_tbl.companiesusers_tbl td:nth-of-type(2):before { content: "First Name"; }
    .responsive_tbl.companiesusers_tbl td:nth-of-type(3):before { content: "Last Name"; }
    .responsive_tbl.companiesusers_tbl td:nth-of-type(4):before { content: "Email"; }
    .responsive_tbl.companiesusers_tbl td:nth-of-type(5):before { content: "Phone"; }
    .responsive_tbl.companiesusers_tbl td:nth-of-type(6):before { content: "Manage"; }

    .responsive_tbl.surveysusers_tbl td:nth-of-type(1):before { content: ""; }
    .responsive_tbl.surveysusers_tbl td:nth-of-type(2):before { content: "Name"; }
    .responsive_tbl.surveysusers_tbl td:nth-of-type(3):before { content: "Email"; }
    .responsive_tbl.surveysusers_tbl td:nth-of-type(4):before { content: "Status"; }
    .responsive_tbl.surveysusers_tbl td:nth-of-type(5):before { content: "Billing Address"; }
    .responsive_tbl.surveysusers_tbl td:nth-of-type(6):before { content: "Conclusion"; }
}

@media screen and (max-width: 768px) {
  #sidebar-wrapper {
    top: 60px;
    height: calc(100% - 60px);
    z-index: 1;
  }
  .customNavbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    z-index: 3;
  }
  .navbar-brand {
    display: flex;
    width: 30%;
    padding: .82rem;
  }
  .navbar__content {
    width: 70%;
    padding: 0 20px;
  }
  .wrapperToggled #sidebar-userSettings,
  .wrapperToggled #account-menu .text,
  .wrapperToggled main.py-4.h-100 {
    filter: blur(4px);
  }
  #addSurveyModal .modal-body, #editSurvey .modal-body {
    padding: 10%;
  }
  #survey-stats-row {
    flex-wrap: wrap;
    height: auto;
    text-align: center;
  }
  #survey-stats-row>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-right: none;
  }
  #survey-stats-row>div:nth-of-type(1):before,
  #survey-stats-row>div:nth-of-type(2):before,
  #survey-stats-row>div:nth-of-type(3):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 1px;
    background: #ff0505;
  }
  #survey-stats-row span.xpand-red-btn.btn.ml-3 {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  #survey-stats-row i.far.fa-file-pdf.cursor {
    width: 100%;
    background: #CE181E !important;
    color: #fff !important;
  }
  #payment-content-container span,
  #payment-content-container a {
    overflow-wrap: break-word;
  }
  #payment-content-container input {
    width: auto !important;
  }
  #payment-content-container .col-sm-10,
  #payment-content-container .col-sm-9 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .user {
    font-size: 12px;
  }
  #sidebar-userSettings {
    margin: 0;
  }
  #account-menu .text {
    margin: 0;
    margin-right: 5px;
  }
  #user_picture {
    display: none;
  }
  .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 650px) {
  .superAdminTable {
    position: relative;
  }
  .superAdminTable>h4 {
    position: absolute;
    top: 40px;
  }
  .superAdminTable #superAdminTable_filter {
    margin-bottom: 55px;
    text-align: left;
  }
}

#app {
  background: #fff;
}

@media screen and (max-width: 768px) {
  #survey-taken,
  #hits-on-link,
  #money {
    width: auto;
  }
  .filter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
  }
  .stats-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .resetPage h1 {
    font-size: 24px;
  }
  .resetPage form {
    margin: auto;
  }
}

.custom_edit_pencil {
  font-size: 16px;
    margin-top: 3px;
    margin-left: 12px;
    position: absolute;
}

.custom_edit_pencil:hover{
  color: rgb(50, 150, 243);
}

#subsection_control {
  /* width: 10%; */
}


#survey_section_display li {
  margin-right: 10px;
  text-align: center;
}

.active_section {
  /* color: #091E69; */
  color: red;
}

.retakeSurveySections::after {
  /* content: "\2192"; */
}

.subsection_select {
  height: 1.9rem !important;
}

.active_subsection {
  border: 1px solid red !important;
  color: red;
}