@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap");

/*
Dory Widget
Author: 	Applied Informatics Inc.
URL: 		http://appliedinformaticsinc.com
Version: 	2.0
*/

:root {
  --widget_primary_color: #0032E6;
  --widget_secondary_color: #DBE2FF;
  --widget_default_color: #ddd;
  --widget_background_color: #ddd;
}


/* 
-- 
css code from original widget_theme.css 
keep this code in place.
--
*/

body#dory--widget #dory-logo {
  display: none;
  visibility: hidden;
}

html{
  font-size: 10px !important;
}
body{
    font-family: "DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;

}

body#dory--widget .update-date {
  color: #8da0af !important;
  font-weight: bold;
  font-size: 1.6rem !important;
  margin: 1em 0;
}
body#dory--widget .dory-side-content-box.dory-custom-side-box {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}
body#dory--widget .dory-side-content-box .sidebar-title {
  color:  #65378 !important;
  font-weight:700;
  font-style: normal;
  margin-top:40px
}
body#dory--widget .dory-side-content-box h3 {
  font-size: 15px;
  color: #3e3e3e;
  border-bottom: 2px solid #8da0af;
  word-break: break-word;
  text-transform: uppercase!important;
}

body#dory--widget .dory-side-content-box ul li a {
  color: #3e3e3e !important;
  padding-left: 5px;
  display: block;
  float: right;
  outline:none;
  text-decoration:none;
}

body#dory--widget .dory-side-content-box ul li a > span{
    text-decoration: underline;
}

body#dory--widget .dory-side-content-box ul li a:hover {
  color: #061413 !important;
}
body#dory--widget .dory-side-content-box ul li a > span {
  
  color: var(--widget_primary_color)!important;
}

body#dory--widget .result-meta p {
  font-weight: 400 !important;
  padding: 0.75em 0;
  color: #757575;
  font-size: 1.7rem !important;
  margin: 0;
}

body#dory--widget .clinical-trial-entry {
  border-bottom: 2px solid #e5e5e5;
}
body#dory--widget .clinical-trial-entry .clinical-trial-entry__main {
  max-width: 1200px;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry-heading {
  color: #3e3e3e;
  font-size: 2.5rem !important;
  font-weight: 700;
  margin: 0.5em 0 0.8em 0;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__online-trial {
  font-size: small;
  text-align: center;
  float: right;
}
body#dory--widget .clinical-trial-entry .clinical-trial-entry__online-trial .online-trial-icon {
  vertical-align: middle;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__site-address {
  font-weight: 400;
  color: #757575;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__trial-title {
  color: inherit !important;
  font-weight: 700 !important;
  font-size: 1.9rem !important;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
body#dory--widget .clinical-trial-entry .clinical-trial-entry__trial-title svg {
  margin-left: 15px;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__trial-read-more {
  color: #039cdf !important;
  font-weight: 400 !important;
  display: inline-block
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__trial-desc * {
  font-size: 1.7rem !important;
  font-weight: 400;
  margin: 0 !important;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__trial-desc *:not(a) {
  color: #757575;
  display: inline;
  padding: 0;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__trial-desc a {
  text-decoration: underline;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__trial-desc a:hover {
  text-decoration: none;
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__trial-title:hover {
  color: inherit !important;
}

body#dory--widget .btn.next {
  color: #fff;
}
body#dory--widget .btn.next:hover {
  color: #fff !important;
  opacity : 0.7;
}

#dory--widget .provider a{
font-size: 16px !important;
text-decoration: none !important;
}

#dory--widget .provider a:hover{
opacity : 0.7;
text-decoration: underline !important;
}

body#dory--widget #filter {
  margin-top: 10px;
}
body#dory--widget .contact-actions {
  width: 100% !important;
}
body#dory--widget .filter-custom-label{
  font-size: 17px;
  font-weight: 300;
  float: right;
}
body#dory--widget .filter-mile-select{
    margin-bottom: 20px;
    font-size:18px !important;
}
@media screen and (max-width: 480px) {
  body#dory--widget .contact-actions {
    padding-left: 0;
    padding-right: 0;
  }
}
body#dory--widget .ui-group-buttons {
  text-align: right;
  width: 100%;
  float: left;
}
body#dory--widget .ui-group-buttons > .btn-call {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0.3em 10px !important;
  border: none !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 400 !important;
  text-transform: lowercase;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: none !important;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  body#dory--widget .ui-group-buttons > .btn-call {
    font-size: 18px !important;
  }
}
body#dory--widget .ui-group-buttons > .btn-call:hover {
  font-size: 18px;
  padding: 0.3em 10px !important;
  border: none !important;
  color: #fff !important;
}
body#dory--widget .ui-group-buttons > p {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body#dory--widget .ui-group-buttons > p.send_mail_custom {
  margin-top: 0.2em !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 480px) {
  body#dory--widget .ui-group-buttons > p.send_mail_custom {
    display: block;
    margin-left: 0 !important;
  }
}
body#dory--widget .ui-group-buttons > p.send_mail_custom > a {
  font-size: 18px;
  text-transform: lowercase;
  padding: 0.37em 20px !important;

  color: #fff !important;
  font-weight: 400 !important;
  top: 2px;
  position: relative;
  padding-left: 50px !important;
  margin-left: 10px !important;
}
@media screen and (max-width: 480px) {
  body#dory--widget .ui-group-buttons > p.send_mail_custom > a {
    display: block;
    margin-left: 0 !important;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0 !important;
    font-size: 18px;
  }
}
body#dory--widget .ui-group-buttons > p.send_mail_custom > a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6da";
  font-size: 18px;
  margin-top: -9px;
  float: left;
  text-align: left;
}
@media screen and (max-width: 480px) {
  body#dory--widget .ui-group-buttons > p.send_mail_custom > a:before {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    float: none;
    top: inherit !important;
    left: inherit !important;
    position: relative !important;
  }
}
body#dory--widget .ui-group-buttons > p.send_mail_custom > a:hover, body#dory--widget .ui-group-buttons > p.send_mail_custom > a:active, body#dory--widget .ui-group-buttons > p.send_mail_custom > a:focus {
  font-size: 18px;
  text-decoration: none;
  padding: 0.37em 20px !important;
  padding-left: 50px !important;
  
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  body#dory--widget .ui-group-buttons > p.send_mail_custom > a:hover, body#dory--widget .ui-group-buttons > p.send_mail_custom > a:active, body#dory--widget .ui-group-buttons > p.send_mail_custom > a:focus {
    display: block;
    margin-left: 0 !important;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0 !important;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  body#dory--widget .dory-content-box-inner {
    padding: 10px 20px 30px 20px !important;
  }
}
body#dory--widget .modal .modal-title {
  color: #fff !important;
}
body#dory--widget #dory-logo {
  display: none;
  visibility: hidden;
}

body#dory--widget .noresult_head_title{
      font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
}
body#dory--widget .btn-right-custom{
    padding: 10px 40px !important;
    
    margin: 20px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}
body#dory--widget .btn-right-custom:hover {
    
    color: #fff;
    opacity: 0.7;

}
body#dory--widget .btn-left-custom{
    
   padding: 10px 50px !important;
    margin: 20px !important;
  font-size: 16px !important;
    font-weight: 300 !important;
}
body#dory--widget .btn-left-custom:hover{
  
  color: #FFFFFF !important;
  opacity: 0.7;
}

body#dory--widget.modal-open {
  overflow: hidden!important;
}


.advance_startover{
  float: none !important;
  padding-left: 32px !important;

}
.clearfilter_para{
    color: #039CDF !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    cursor: pointer;
}
.filter_block {
  border: 1px solid #ddd !important;
  padding: 10px !important;
  border-radius: 3px !important;
}

.filter_label {
  display: inline-block;
  padding: 0.5em 0.75em!important;
  margin: 5px !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  white-space: normal;

}
.removeme{
  padding-left: 8px;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 1.7rem;
  cursor: pointer;
}

.removeme:hover{
  opacity: 0.75;
}


/*Selected option css*/

.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}

/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }


/* -------------------- Select Box Styles: Method */
#mainselection select {
   border: 0;
   color: #EEE;
   background: transparent;
   font-size: 20px;
   font-weight: bold;
   padding: 2px 10px;
   width: 378px;
   *width: 350px;
   *background: #58B14C;
   -webkit-appearance: none;
}

#mainselection {
   overflow:hidden;
   width:350px;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   box-shadow: 1px 1px 11px #330033;
   background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select#soflow-color {
   color: #fff;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}
 .modal-content .modal-header {
   background: #A9A9A9!important;
}

 .popover{
  background: #ffffff !important;
}


.popover.right .arrow:after {
  border-right-color: #ffffff !important;
}
@media screen and (max-width: 992px) and (max-width: 480px) {
   .filter_label {
      display: inline-block;
      white-space: pre-wrap;
      white-space: -moz-pre-wrap;
      white-space: -o-pre-wrap;
      word-wrap: break-word;

   }
    .filter_block{
        padding: 0px !important;
    }

}

@media only screen and (max-width: 600px) {

.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 6px #000000;
    -webkit-box-shadow: 0px 0px 6px #000000;
    -moz-box-shadow: 0px 0px 6px #000000;
    border: none !important;
    color: #7b7e81;
    margin-bottom: 100px;
}
}
.modal-body{
padding: 25px 50px;
}
body#dory--widget .result-meta p.page-block{
  font-size: 1.6rem !important;
}
.advance_startover ul li a{
  text-align: left;
}

.entry-label{
font-size:16px !important
}

p.update-date {
font-size: 18px !important;
font-weight: 400 !important;
}

#dory--widget .site-ctas {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 1.25em;
}

#dory--widget .site-ctas-wrapper .site-cta {
  border: none;
  padding: 0.45em 1.2em;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  font-size: 1.7rem;
  letter-spacing: -0.1px;
  transition: opacity 0.2s ease;
  text-decoration: none;
}

#dory--widget .site-ctas-wrapper .site-cta.site-cta--sm {
  font-size: 1.6rem;
}

#dory--widget .site-ctas-wrapper .site-cta:hover {
  opacity: 0.75;
  color: #fff !important;
}

#dory--widget .site-ctas-wrapper .site-cta:focus {
  outline: none;
}

#dory--widget .site-ctas-wrapper .site-cta:not(:first-child) {
  margin-left: 0.4em;
}

#dory--widget .site-ctas-wrapper button.site-cta:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}



#dory--widget .site-ctas-wrapper .site-cta .site-cta__icon {
  width: 1.25em;
  height: 1.25em;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 0.25em;
}

#dory--widget .site-cta-form {
  border: 2px solid;
  padding: 1.5em 1.75em;
  margin-top: 1em;
  border-radius: 4px;
  width: 100%;
  background-color: #f5f5f5;
  display: none;
  position: relative;
}
.site-cta-form-wrapper {
  display : flex;
  justify-content : center;
}

#dory--widget .site-cta-form-wrapper p {
  color: #7c7c7c;
  font-weight: 400;
  letter-spacing: normal;

}

#dory--widget .site-cta-form-wrapper[data-tx-active-form="phone"] .site-cta-form.site-cta-form--phone {
  display: block;
}

#dory--widget .site-cta-form-wrapper[data-tx-active-form="email"] .site-cta-form.site-cta-form--email {
  display: block;
  border: 1px solid #d9d9d9;
  max-width: 1000px;
    background-color: white;
    box-shadow: 0 2.1rem 2.71rem rgba(0,0,0,0.30);
    border: 1px solid hsla(0, 0%, 85.1%, .611764705882353);
}

#dory--widget .site-cta-form-wrapper .site-cta-form.site-cta-form--email .site-email-preview,
#dory--widget .site-cta-form-wrapper .site-cta-form.site-cta-form--email .site-email-success {
  display: none;
}

#dory--widget .site-cta-form-wrapper .site-cta-form.site-cta-form--email[data-tx-active-target="preview"] .site-email-preview {
  display: flex;
}

#dory--widget .site-cta-form-wrapper .site-cta-form.site-cta-form--email[data-tx-active-target="success"] .site-email-success {
  display: block;
}

#dory--widget .site-cta-form-wrapper .site-cta-form.site-cta-form--email .site-email-success {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-success .site-email-success__title {
  font-weight: 700;
  font-size: 2rem !important;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-success .site-email-success__volunteer-msg {
  display: none;
  margin-top: 1em;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-success[data-tx-existing-volunteer] .site-email-success__volunteer-msg {
  display: block;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-success .site-email-success__actions {
  margin-top: 1em;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-success .site-cta.site-email-success__volunteer {
  display: none;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-success[data-tx-existing-volunteer] .site-cta.site-email-success__volunteer {
  display: inline-block;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-success .site-cta.site-email-success__close {
  background: #4a4a4a;
}

#dory--widget .site-cta-form .site-phone-form-wrapper,
#dory--widget .site-cta-form .site-phone-status-wrapper {
  display: none;
}

#dory--widget .site-cta-form[data-tx-active-target="form"] .site-phone-form-wrapper {
  display: block;
}

#dory--widget .site-cta-form[data-tx-active-target="status"] .site-phone-status-wrapper {
  display: block;
}

#dory--widget .site-cta-form .site-cta-form__close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    font-size: 2.5rem;
    color: inherit;
    display: inline-block;
    padding: 0.35em 0.6em;
    line-height: 1;
}

#dory--widget .site-cta-form .site-cta-form__close:hover {
  opacity: .75;
}

#dory--widget .site-cta-form .site-cta-form__close:focus {
  outline: none;
}

#dory--widget .site-cta-form .site-cta-form__close:active {
  transform: scale(0.98);
}

#dory--widget .site-cta-form.site-cta-form--phone {
  border-color: #0032E6;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-preview .site-email-content-wrapper {
  width: 100%;
  padding-right: 1em;
}

#dory--widget .site-cta-form.site-cta-form--email .site-email-preview .site-email-form-wrapper {
  width: 100%;
  margin-top: 1em;
}

#dory--widget .form-horizontal.site-phone-form {
  margin-top: 1.5em;
}

#dory--widget .site-cta-form.site-cta-form--phone .site-phone-form__help-text {
  margin: 1em 0 0;
}

#dory--widget .form-horizontal.site-phone-form .control-label {
  font-weight: 700 !important;
  white-space: nowrap;
}

#dory--widget .form-horizontal.site-phone-form .form-group {
  margin-bottom: 0.25em
}

#dory--widget .form-horizontal.site-email-form .form-group {
  margin-bottom: 0.5em
}

#dory--widget .form-horizontal.site-phone-form .form-group .input-group,
#dory--widget .form-horizontal.site-email-form .form-group .input-group {
  margin: 0;
}
#dory--widget .form-horizontal.site-phone-form .site-phone-form__input,
#dory--widget .form-horizontal.site-email-form .site-email-form__input {
  border:1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
  font-size: 1.6rem;
  font-weight: 400;
}

#dory--widget .form-horizontal.site-phone-form .site-phone-form__input:hover,
#dory--widget .form-horizontal.site-phone-form .site-phone-form__input:focus {
  border-color: var(--widget_primary_color);
}

#dory--widget .form-horizontal.site-email-form .site-email-form__input:hover,
#dory--widget .form-horizontal.site-email-form .site-email-form__input:focus {
  border-color: var(--widget_primary_color);
}

#dory--widget .form-horizontal.site-phone-form .site-phone-form__error,
#dory--widget .form-horizontal.site-email-form .site-email-form__error {
  color: red;
  font-size: 1.4rem !important;
  display: none;
}

#dory--widget .form-horizontal.site-email-form .site-email-form__error--form{
  font-size: 1.8rem !important;
}

#dory--widget .form-horizontal.site-phone-form .site-phone-form__call-submit {
  margin-top: 0.45em;
}

#dory--widget .form-horizontal.site-email-form .site-email-form__email-submit[data-tx-loading] i.fa {
  display: none;
}

#dory--widget .form-horizontal.site-email-form .site-email-form__email-submit[data-tx-loading="true"] i.fa {
  display: inline-block;
}


#dory--widget .site-phone-status .site-phone-status__value {
}

body#dory--widget .clinical-trial-entry .clinical-trial-entry__main p {
  line-height: normal !important;
}

#dory--widget .site-email-content-wrapper .site-email-content__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2em;
  margin-top: 0;
}

#dory--widget .site-email-content-wrapper .site-email-content__title {
  font-weight: 700;
  margin-bottom: 0.4em;
}

#dory--widget .site-email-content-wrapper .site-email-content__title,
#dory--widget .site-email-content-wrapper .site-email-content__desc {
  font-size: 1.8rem !important;
}

#dory--widget .site-email-content-wrapper .site-email-content__desc {
  margin-bottom: 0.75em;
}

#dory--widget .sidebar-search-results .sidebar-search__input {
  border-radius: 3px !important;
  border: solid 2px #D1D5DB !important;
  font-size: 1.7rem !important;
  padding: 0.5em 2.5em 0.5em 1em !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  height: 4.8rem !important;
}

#dory--widget .sidebar-search-results .custom-select {
  position: relative;
  padding: 0 !important;
}

#dory--widget .sidebar-search-results .custom-select > select {
  --moz-appearance: none;
  --webkit-appearance: none;
  appearance: none;
}

#dory--widget .sidebar-search-results .custom-select::after {
    content: '\e621';
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'icomoon';
}

#dory--widget .sidebar-search-results .sidebar-search__input:hover,
#dory--widget .sidebar-search-results .sidebar-search__input:focus {
  border-color: #9CA3AF !important;
}

#dory--widget .dory-trial-detail {
  max-width: 1240px;
  background: white;
  border-radius: 20px;
  margin: 3rem auto;
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  #dory--widget .dory-trial-detail {
    padding: 2rem 2rem 2rem;
  }
}
#dory--widget .dory-trial-detial-header {
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 1em 0 1.2em 0;
}
#dory--widget .dory-trial-detial-header a {
  text-decoration: none!important;
}
#dory--widget .dory-trial-detail__back-results {
  display: flex;
  align-items: center;
  
}

#dory--widget .dory-trial-detail__back-results:hover,
#dory--widget .dory-trial-detail__back-results:active {
  
  text-decoration: none;
}

#dory--widget .dory-trial-detail .dory-trial-detail__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 30px 0;
  color: #222;
}

#dory--widget .dory-trial-detail .dory-trial-detail__accordion {
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 10px;
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active {
  margin-bottom: 10px;
}

#dory--widget .dory-trial-detail .dory-trial-detail__accordion-summary {
  display: flex;
  justify-content: start;
  align-items: center !important;
  align-items: baseline;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 10px;
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion-summary > * + * {
  margin-left: 14px!important;
}


#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active {
  background: #F8F8F8;
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion.active 
.dory-trial-detail__accordion-summary {
  
}

#dory--widget .dory-trial-detail .dory-trial-detail__accordion-summary * {
  
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #222!important;
  
}

#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active .dory-trial-detail__accordion-summary {
  color: var(--widget_primary_color)!important;
}

#dory--widget .dory-trial-detail .dory-trial-detail__accordion .dory-trial-detail__accordion-detail {
  
  
  max-height: 0;
  overflow-y: hidden;
  
  

  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

#dory--widget .dory-trial-detail .dory-trial-detail__accordion .custom-accordion-toggler {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active .custom-accordion-toggler {
  -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2);
  -moz-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2);
  box-shadow: 0 8px 10px -5px rgba(0,0,0,.2);
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion .custom-accordion-toggler svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion .custom-accordion-toggler .plus {
  display: block;
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion .custom-accordion-toggler .minus {
  display: none;
}

#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active .custom-accordion-toggler .plus {
  display: none;
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active .custom-accordion-toggler .minus {
  display: block;
  fill: var(--widget_primary_color)!important;
}

#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active .dory-trial-detail__accordion-detail {
  max-height: initial;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion .dory-trial-detail__accordion-detail > div {
  padding-left: 44px;
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active .dory-trial-detail__accordion-detail > div {
  
}
#dory--widget .dory-trial-detail .dory-trial-detail__accordion.is--active .dory-trial-detail__accordion-summary h2 {
  color: var(--widget_primary_color)!important;
}

#dory--widget .dory-trial-detail__accordion .dory-trial-detail__accordion-detail * {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #757575;
}

#dory--widget .dory-trial-detail__accordion .dory-trial-detail__accordion-toggler {
  background: transparent;
  border: 2px solid;
  padding: 0;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}


#dory--widget .dory-trial-detail__accordion .dory-trial-detail__accordion-toggler [data-tx-icon]{
  transition: transform 0.3s ease-in;
  transform: rotate(0deg);
}

#dory--widget .dory-trial-detail__accordion.active .dory-trial-detail__accordion-toggler [data-tx-icon]{
  transform: rotate(180deg);
}

#dory--widget .dory-trial-detail .dory-trial-detail__description-list {
  margin: 0.6em 0;
  font-size: 2rem !important;
  letter-spacing: 0;
}

#dory--widget .dory-trial-detail .dory-trial-detail__description-term {
  font-weight: 500 !important;
  margin: 0;
  margin-bottom: 0.3em;
  color: #222;
}

#dory--widget .dory-trial-detail .dory-trial-detail__description-detail {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#dory--widget .dory-trial-detail #site-locator-frame {
  margin-top: 1.6rem;
}

@media screen and (max-width: 480px) {
  #dory--widget .site-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  #dory--widget .site-ctas .site-cta:not(:first-child) {
    margin: 0.35em 0 0;
  }
}

@media screen and (max-width: 1190px) {
  #dory--widget .site-cta-form.site-cta-form--email .site-email-preview{
    flex-direction: column;
  }
}

@media screen and (min-width: 1300px) {
  #dory--widget .site-cta-form.site-cta-form--phone {
    width: 80%;
  }

  #dory--widget .site-cta-form.site-cta-form--email .site-email-preview .site-email-content-wrapper {
    width: 60%;
    padding-right: 1em;
  }

  #dory--widget .site-cta-form.site-cta-form--email .site-email-preview .site-email-form-wrapper {
    width: 40%;
    margin-top: 2em;
  }
}

@media (min-width: 768px) {
  .form-horizontal.site-phone-form .control-label {
    text-align: left;
  }
}
.dory-trial-detail__virtual_icon {
   margin-left: auto;
   display: flex;
   align-items: center;
}

/* 
-- 
New UI CSS Code version 2
Added on Jul 25, 2023
--
*/

body#dory--widget {
  background: var(--widget_background_color)!important;
  font-family: "Inter", arial, sans-serif;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #757575 !important;
}
body#dory--widget h2.sidebar-title {
  font-size: 24px !important;
}
body#dory--widget a,
body#dory--widget .clinical-trial-entry__trial-read-more {
  color: var(--widget_primary_color);
  font-weight: normal;
  text-decoration: underline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#dory--widget a:hover,
body#dory--widget .clinical-trial-entry__trial-read-more:hover {
  text-decoration: none;
    color: var(--widget_primary_color);
  opacity: .8 !important;
}
body#dory--widget p,
body#dory--widget ul,
body#dory--widget li {
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #757575 !important;
  letter-spacing: normal !important;
}
body#dory--widget p,
body#dory--widget ul {
  margin-bottom: 20px !important;
}
body#dory--widget .field-label {
  margin-left: 0 !important;
}

body#dory--widget .dory-content #dory-counter a {
  line-height: 1.3;
  width: 90px;
  height: 90px;
  
  background: var(--widget_primary_color) !important;
}
body#dory--widget .dory-content #dory-counter a > span > strong {
  font-size: 20px !important;
}
body#dory--widget .dory-content #dory-counter a > span > span > div {
  display: inline-block !important;
  font-size: 9px !important;
  font-weight: normal !important;
  color: #ffffff !important;
  border-bottom: 2px solid rgba(255,255,255,.3);
}
body#dory--widget .dory-content #dory-counter a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body#dory--widget .dory-content .dory-content-box {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: 0px 8px 24px 0px #26272e5c !important

}
body#dory--widget .dory-content .dory-content-box .dory-pagination {
  padding: 0 !important;
  margin: 0 !important;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul {
  padding-left: 30px;
  padding-top: 20px;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a {
  font-weight: normal !important;
  font-size: 14px !important;
  color: #222222 !important;
  display: flex;
  text-decoration: none !important;
  width: auto !important;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a:before {
  display: none !important;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a > img {
  display: block !important;
  margin-right: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.5;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a > span {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a:active, body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a:focus {
  outline: none;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a:active span, body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a:focus span {
  outline: none;
  text-decoration: none;
  opacity: 1;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a:hover > span {
  opacity: 0.6;
}
body#dory--widget .dory-content .dory-content-box .dory-pagination > ul > li > a:hover > img {
  opacity: 1;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner {
  padding-bottom: 0px !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner #questions #validate {
  font-size: 14px !important;
  height: auto !important;
  width: auto !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .dory-heading {
  color: #222222 !important;
  font-size: 20px !important;
  margin-bottom: 15px;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .dory-heading-sm {
  font-size: 16px !important;
  color: #949494;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .dory-h2 {
  margin-top: 0 !important;
  line-height: 1.3 !important;
  color: #222!important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .style-check {
  padding: 0 0 0 30px !important;
  margin: 0;
  list-style: disc;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .style-check li {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #575757 !important;
  list-style: disc;
  width: 100% !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group {
  float: left;
  width: 100%;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul {
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
  width: 100%;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li {
  width: calc(50% - 7px);
  float: left;
  margin-right: 7px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li {
    width: 100%;
    margin-right: 0px;
  }
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li:nth-child(even),
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li:nth-child(even) {
  margin-right: 0;
  float: right;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label {
  float: left;
  width: 100%;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label input[type=radio],
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label input[type=radio] {
  display: none;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label .tx-card,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label .tx-card {
  background: #ffffff !important;
  font-size: 16px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  float: left;
  font-weight: normal !important;
  width: 100%;
  border: 2px solid #e8e8e8;
  padding: 18px 26px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #222222 !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 14px;
}
@media screen and (max-width: 992px) {
  body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label .tx-card,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label .tx-card {
    margin-bottom: 10px;
  }
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label .tx-card:before, body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label .tx-card:after,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label .tx-card:before,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label .tx-card:after {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label .tx-card:after,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label .tx-card:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 9px;
  top: 9px;
  background-color: transparent;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label .tx-card .tcounts,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label .tx-card .tcounts {
  margin-left: 5px !important;
  font-size: 15px !important;
  color: #828282 !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label .tx-card:hover,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label .tx-card:hover {
  border-color: #dedede;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label .tx-card:hover:before,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label .tx-card:hover:before {
  border-color: #dedede;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label input[type=radio]:checked + .tx-card,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label input[type=radio]:checked + .tx-card {
  border-color: var(--widget_primary_color);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media screen and (max-width: 992px) {
  body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label input[type=radio]:checked + .tx-card,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label input[type=radio]:checked + .tx-card {
    box-shadow: 0 7px 15px -2px rgba(0, 0, 0, 0.1);
  }
}

body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label input[type=radio]:checked + .tx-card:before,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label input[type=radio]:checked + .tx-card:before {
  border: 2px solid var(--widget_primary_color);
  background-color: var(--widget_primary_color);
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .inputfield-gradient ul li label input[type=radio]:checked + .tx-card:after,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group ul li label input[type=radio]:checked + .tx-card:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  background-color: #ffffff;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group .field-label {
  font-weight: normal;
  color: #222222;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group .input-field {
  border: 1px solid #d6d6d6 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 55px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  border-radius: 7px !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group .input-field:active, body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group .input-field:focus {
  border-color: var(--widget_primary_color) !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group .input-field::-webkit-input-placeholder {
  /* Edge */
  font-size: 16px;
  font-weight: normal;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group .input-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  font-weight: normal;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .input-field-group .input-field::placeholder {
  font-size: 16px;
  font-weight: normal;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .result-meta .result-message {
  color: #949494;
}
@media screen and (max-width: 1200px) {
  body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .result-meta .result-message {
    margin-bottom: 0 !important;
  }
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .result-meta .result-message span {
  font-weight: bold;
  color: #222222;
}
@media screen and (max-width: 1200px) {
  body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .result-meta .page-block {
    margin-bottom: 0 !important;
    text-align: left !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.dropdown-menu{
  font-size: 13px !important;
}
.dropdown-item:hover{
  background: #dbe2ff !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry {
  border-bottom: 1px solid #efefef !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .clinical-trial-entry__trial-title {
  font-weight: normal !important;
  color: var(--widget_primary_color) !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .clinical-trial-entry__site-address {
  color: #757575 !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .site-ctas {
  margin-bottom: 30px;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .site-ctas .site-cta--website,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .site-ctas .site-cta--phone {
  background: var(--widget_secondary_color)!important;
  color: #ffffff !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .site-ctas .site-cta--website{
  color: var(--widget_primary_color)!important;;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .site-ctas .site-cta--phone {
  color: var(--widget_primary_color)!important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .site-ctas .site-cta--website:hover,
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .site-ctas .site-cta--phone:hover {
  opacity: .8!important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .clinical-trial-entry__trial-read-more {
  color: var(--widget_primary_color) !important;
  text-decoration: underline;
}

body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .clinical-trial-entry__trial-read-more:hover {
  color: var(--widget_primary_color) !important;
  text-decoration: none;
}
body#dory--widget .dory-content .dory-content-box .dory-content-operation {
  padding-top: 0px !important;
  padding-bottom: 30px !important;
  border: none !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-operation .bottom_nav {
  padding-top: 30px !important;
}
body#dory--widget .dory-content .dory-content-box .dory-ask-wrap {
  display: none !important;
}
body#dory--widget .dory-content .dory-content-box .powered_bar {
  border-top: 1px solid #f2f2f2;
  padding: 30px !important;
  font-size: 14px !important;
}
body#dory--widget .dory-content .dory-content-box .powered_bar .provider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  body#dory--widget .dory-content .dory-content-box .powered_bar .provider {
    display: block;
  }
}
body#dory--widget .dory-content .dory-content-box .powered_bar .footer-link {
  width: 20%;
}
@media screen and (max-width: 992px) {
  body#dory--widget .dory-content .dory-content-box .powered_bar .footer-link {
    margin-bottom: 7px;
  }
}
body#dory--widget .dory-content .dory-content-box .powered_bar .powby {
  width: 80%;
  text-align: right;
}
@media screen and (max-width: 992px) {
  body#dory--widget .dory-content .dory-content-box .powered_bar .footer-link,
body#dory--widget .dory-content .dory-content-box .powered_bar .powby {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
}
body#dory--widget .dory-content .dory-content-box .powered_bar a {
  font-size: 14px !important;
  color: #222222 !important;
  text-decoration: underline !important;
}
body#dory--widget .dory-content .dory-content-box .powered_bar a:hover {
  text-decoration: none !important;
}
body#dory--widget .dory-content .dory-content-box .powered_bar .cwatch-iconnect {
  display: inline-flex;
  align-items: center;
  font-size: 14px !important;
  text-decoration: none !important;
}
body#dory--widget .dory-content .dory-content-box .powered_bar .cwatch-iconnect span {
  margin-right: 5px;
}
body#dory--widget .dory-content .dory-content-box .powered_bar .cwatch-iconnect img {
  height: 18px;
}
body#dory--widget .dory-content .btn,
body#dory--widget .dory-content .site-cta,
body#dory--widget .dory-content input.btn-link {
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  background: var(--widget_primary_color) !important;
  color: #ffffff !important;
  padding: 12px 28px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#dory--widget .dory-content .btn:hover,
body#dory--widget .dory-content .site-cta:hover,
body#dory--widget .dory-content input.btn-link:hover {
  opacity: .8 !important;
  
}
body#dory--widget .dory-content .btn.btn-gray,
body#dory--widget .dory-content .site-cta.btn-gray,
body#dory--widget .dory-content input.btn-link.btn-gray {
  background: transparent !important;
  border: 1px solid #dedede !important;
  color: #222222 !important;
}
body#dory--widget .dory-content .btn.btn-gray:hover,
body#dory--widget .dory-content .site-cta.btn-gray:hover,
body#dory--widget .dory-content input.btn-link.btn-gray:hover {
  border-color: #828282 !important;
}
body#dory--widget .dory-content .btn.site-cta--email,
body#dory--widget .dory-content .site-cta.site-cta--email,
body#dory--widget .dory-content input.btn-link.site-cta--email {
  background-color: var(--widget_primary_color)!important;
  color: #fff;
}

body#dory--widget .dory-content .btn.site-cta--email:hover,
body#dory--widget .dory-content .site-cta.site-cta--email:hover,
body#dory--widget .dory-content input.btn-link.site-cta--email:hover {
  
  opacity: .7;
}
body#dory--widget .dory-content .dory-map-wrap {
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  width: 100%;
  clear: both;
}
body#dory--widget .dory-content .dory-map-wrap #dory-widget-map {
  margin-bottom: 0;
}
body#dory--widget .dory-content .custom-clinical-trial-entry {
  margin-bottom: 20px !important;
}
body#dory--widget .dory-content #dory-widget-map {
  border-radius: 10px;
  overflow: hidden;
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  background: #fff!important;
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box h2.sidebar-title {
  font-size: 18px !important;
  color: #222 !important;
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results {
  margin-bottom: 30px !important;
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results .btn-search {
  top: 10px !important;
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results ul li p a,
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results ul li p a span {
  text-decoration: underline !important;
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results h2 {
  font-size: 18px !important;
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results .sidebar-title-sm {
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  border-bottom: 1px solid #f2f2f2;
  text-transform: uppercase!important;
  font-size: 12px!important;
  letter-spacing: 0.1em!important;
  
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results input[type=text],
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results #loc_search {
  border: 1px solid #d6d6d6 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 55px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 16px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  border-radius: 7px !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results input[type=text]:active, body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results input[type=text]:focus,
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results #loc_search:active,
body#dory--widget .dory-content .dory-side-content-box.dory-custom-side-box .sidebar-search-results #loc_search:focus {
  border-color: var(--widget_primary_color) !important;
}
body#dory--widget .site-name-heading-wrap {
  margin-bottom: 15px;
}
body#dory--widget .site-name-heading-wrap .clinical-trial-entry-heading {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
body#dory--widget .advance_startover {
  padding-left: 7px !important;
}
body#dory--widget .advance_startover ul li a {
  font-weight: normal !important;
  font-size: 14px !important;
  color: #222222 !important;
  display: flex;
  text-decoration: none !important;
  width: auto !important;
}
body#dory--widget .advance_startover ul li a:before {
  display: none !important;
}
body#dory--widget .advance_startover ul li a > img {
  display: block !important;
  margin-right: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.5;
}
body#dory--widget .advance_startover ul li a > span {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#dory--widget .advance_startover ul li a:active, body#dory--widget .advance_startover ul li a:focus {
  outline: none;
}
body#dory--widget .advance_startover ul li a:active span, body#dory--widget .advance_startover ul li a:focus span {
  outline: none;
  text-decoration: none;
  opacity: 1;
}
body#dory--widget .advance_startover ul li a:hover > span {
  opacity: 0.6;
}
body#dory--widget .advance_startover ul li a:hover > img {
  opacity: 1;
}
body#dory--widget #id_utype li,
body#dory--widget #id_radius li {
  margin-bottom: 0 !important;
}
body#dory--widget #dory-overlay-loader .dory-spinner-icon {
  border-top-color: var(--widget_primary_color) !important;
  border-left-color: var(--widget_primary_color) !important;
}
body#dory--widget .alert-custom {
  background: #fff7e8 !important;
  color: #222222 !important;
}
body#dory--widget .alert-custom strong {
  font-weight: bold;
  color: #222222;
}
body#dory--widget .alert-custom .close {
  color: #222222 !important;
  text-decoration: none !important;
  font-size: 20px;
}
body#dory--widget .alert-custom .close:hover {
  opacity: 0.6 !important;
}
body#dory--widget .filter_block {
  border: 1px solid var(--widget_background_color) !important;

  border-radius: 10px !important;
}
body#dory--widget .filter_block .label-info {
  background-color: #dbe2ff;
  color: #0032e6
}
body#dory--widget .clearfilter_para {
  color: var(--widget_primary_color) !important;
}
body#dory--widget .site-cta-form.site-cta-form--phone {
  width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.12);
  background: #fff;

}

.miles--away{
  font-weight: bold !important;
  color: #ba5802 !important;
}
body#dory--widget .site-cta-form.site-cta-form--phone .form-control{
border: 1px solid #d9d9d9;
body#dory--widget .site-cta-form.site-cta-form--phone label{
  font-size: 15px !important;
}

body#dory--widget input:checked + .custom-slider {
  background-color: var(--widget_primary_color)!important;
}

body#dory--widget .nav-tabs-custom .nav-item .nav-link.active, body#dory--widget .nav-tabs-custom-browse .nav-item .nav-link.active, .nav-tabs-custom-filters .nav-item .nav-link.active {
  background-color: var(--widget_primary_color)!important;
  border: 1px solid red!important;
}

#dory--widget h2 {
  font-family: "Inter", arial, sans-serif!important;
  font-weight: 500!important;
}
.header-top-menu .main-nav ul li a{
text-decoration: none !important;
}

.dory-side-content-box .custom-select{
    padding: 0 !important;
}
.dory-content, .dory-content .form-control{
    font-size: 15px !important;
}
.dropdown-item{
  font-size: 14px;
  font-webkit: normal !important
}

#searchInput{
  height: 48px !important;
}
.cta a{
  padding: 7.5px 11.25px !important;
}
.copyright .text-sm{
  font-size: 14.25px !important;
}
.footer-tx .block2 h3{
  font-size: 18.5px !important;
}
.footer-tx .footer-container p{
  color: #fff !important;
  opacity: .45 !important;
}
#dory--widget .sidebar-search-results .custom-select::after{
  top: 70% !important;
  font-size: 16px !important;
}
#dory--widget a:hover{
  color: var(--widget_primary_color) !important;
font-weight: bold;
}
.header-top-menu a{
  color: #283058 !important;
}
.header-top-menu .logo--header{
  color: #0032e6 !important;
}
.cta a{
  color: #0032e6 !important;
}
.header-top-menu a:hover{
  color: #0032e6 !important;
}
.header-top-menu .cta a:hover{
  color: #fff !important;
}

#searchInput{
  font-size: 15px !important;
}
body#dory--widget .dory-content .dory-content-box .dory-content-box-inner .clinical-trial-entry .site-ctas .site-cta--website{
  color: var(--widget_primary_color) !important;

}
