body{
  -webkit-font-smoothing:antialiased;
  font-family: Inter,sans-serif;
  color:#162439;
  background:#EEF3F9;
  line-height:1.5;
  margin:0;
  padding:0;
  text-rendering:optimizeLegibility;
  font-size:15px;
  width:100%;
  height:100%
}
*{
  box-sizing:border-box
}
:focus{
  outline:0
}
a:hover{
  color:#3d50e0
}
.revv-wrapper{
  width:100%;
  display:flex;
  height:100vh;
  flex-direction:column
}
.revv-header{
  height:80px;
  flex:0 0 auto;
  background:#fff;
  border-bottom:1px solid #d8e1ee;
  padding:20px 36px;
  display:flex;
  align-content:center;
  align-items:center;
  position:fixed;
  width:100%;
  top:0;
  z-index:999
}
.revvlogo_revvLogoWrapper{
  margin-right:20px;
  max-width:130px
}
.revvlogo_revvLogoWrapper img{
  width:238px;
  height:34px
}
.revvnavbar_navbarItemsWrapper{
  align-items:center;
  display:flex;
  margin-left:auto;
  margin-right:10px
}
.navitem_container{
  position:relative;
  margin-right:5px
}

.navitem_navbarItem{
  display:inline-block;
  transition:0.3s all;
  margin-right:10px;
  border-radius:3px;
  padding:5px 10px;
  font-size:15px;
  font-weight:600;
  color:#080f19;
}
.navitem_navbarItem:hover{
  cursor:pointer;
  color: #363fe0;
}
.navitem_navbarItem:last-of-type{
  margin-right:0
}
.revv-body{
  margin-top:80px;
  flex:1 1 auto;
  padding:20px 36px
}
.revv-btns{
  display:flex
}
.revv-btns .revvfooter_linkButton{
  margin-left:8px;
  text-decoration: none;
}
.revv-btns .revvfooter_linkButton:first-of-type{
  margin-left:0
}
.revv-btn{
  position:relative;
  transition:0.3s all;
  border:1px solid #02ab31;
  border-radius:8px;
  padding:15px 20px !important;
  background-color:#02ab31;
  cursor:pointer;
  font-size:18px !important;
  font-weight:600;
  line-height:1;
  text-align:center;
  text-transform:none;
  color:#fff;
  white-space:nowrap;
  vertical-align:middle
}
.revv-btn:hover,.revv-btn:focus{
  background-color:#188038;
  border-color:#188038
}
.revv-btn:active{
  box-shadow:inset 0 3px 4px rgba(0,0,0,0.2)
}
.revv-btn-secondary{
  position:relative;
  transition:0.3s all;
  border:1px solid #d8e1ee;
  border-radius:3px;
  padding:11px 20px;
  background-color:#fff;
  cursor:pointer;
  font-size:16px;
  font-weight:600;
  line-height:1;
  text-align:center;
  text-transform:none;
  color:#526382;
  white-space:nowrap;
  vertical-align:middle;
  margin-right:10px
}
.revv-breadcrumb{
  font-size:14px;
  margin-bottom:5px;
  text-transform:capitalize;
  color:#080f19
}
.revv-breadcrumb-item{
  padding:0 6px
}
.revv-breadcrumb-item:hover{
  cursor:pointer;
  color:#3d50e0
}
.revv-breadcrumb-item:last-of-type{
  color:#445673
}
.revv-preview-container{
  display:flex;
  width:100%
}
.revv-preview-template{
  width:70%;
  flex:1 1 auto
}
.revv-preview-meta{
  width:30%;
  flex:0 0 auto;
  position:relative
}
.revv-preview-metawrapper{
  width:100%;
  top:160px;
  position:sticky
}
.revv-meta-title{
  font-size:36px;
  font-weight:800;
  margin:0 0 10px;
  line-height:1.2;
}
.revv-meta-description{
  font-size:15px;
  color:#445673; 
  font-weight: 400; 
  margin:0 0 30px
}
.revv-meta-editbtn .revv-btn{
  width:100%
}
.revv-meta-sharebtn{
  font-size:16px;
  padding:0 0 0px;
  display:flex;
  align-items:center;
  line-height:1;
  border-radius:5px;
}
.revv-meta-sharebtn:hover{
  cursor:pointer;
  color:#02ab31;
  background:#f5f5f5
}
.revv-meta-sharebtn .icon{
  width:12px;
  margin-right:5px;
  color:#445673
}
.revvfooter_footContainer{
  margin:50px 0 0;
  padding:0;
  background-color:#f5f5f5
}
.revvfooter_signupFooter{
  background: #080949;
  background-image: url("https://d34fwl795uvawg.cloudfront.net/images/Grid.png"), linear-gradient(180deg, #363fe0, #5a3ee5 100%, #5a3ee5);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}
.revvfooter_container{
  padding:20px 36px
}
.revvfooter_signupFooter .revvfooter_signupWrapper{
  margin:70px auto;
  text-align:center;
  color:#fff
}
.revvfooter_signupFooter .revvfooter_signupTitle{
  margin-bottom:25px;
  font-size:54px;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:700
}
.revvfooter_signupFooter .revvfooter_buttons{
  justify-content:center;
  display:flex;
  margin-bottom:10px
}
.revvfooter_signupFooter .revvfooter_buttons .revvfooter_linkButton{
  margin:0 8px;
  text-decoration: none;
}
.revvfooter_signupFooter .revvfooter_signupSubTitle{
  font-size:12px
}

.revvfooter_signupSubTitle{
  padding-top: 8px;
  padding-left: 0;
  font-family: Nunito,sans-serif;
  color: rgba(255,255,255,.7);
  line-height: 18px;
  font-weight: 400;
}

.revvButton{
  position:relative;
  border-radius:25px;
  padding:12px 20px;
  cursor:pointer;
  font-size:16px;
  font-family: Nunito,sans-serif;
  font-weight:600;
  line-height:1;
  text-align:center;
  text-transform:none;
  white-space:nowrap;
  vertical-align:middle;
  display:flex;
  align-items:center
}
.revvButton:active{
  box-shadow:inset 0 3px 4px rgba(0,0,0,0.2)
}
.revvButton.large{
  padding:15px 25px;
  font-size:16px
}
.revvButton.large:hover{
    transform: scale(1.02);
}
.revvButton.successBtn{
  box-shadow: -1px -1px 6px 0 rgba(255, 233, 88, 0.3), 2px 6px 12px -9px rgba(3, 5, 27, 0.82);
  border: 1px solid #ffc300;
  background-color: #ffc300;
  background-image: linear-gradient(180deg,#fd0, #ffc300);
  color: #18194f;
}
.revvButton.successBtn:hover,.revvButton.successBtn:focus{
  background-color: #ffc300;
  border-color:#ffc300; 
}
.revvButton.signBtn {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), -6px -6px 12px -9px rgba(255, 233, 88, 0.3);
  border: 1px solid #ffc300;
  background: linear-gradient(181.37deg, #fd0 31.15%, #ffc300 146.79%) !important;
  color: #000;
}
.revvButton.defaultBtn{
  border: 1px solid #363fe0;
  background-color: #ffffff;
  color: #0d204a;
  vertical-align: middle;
}
.revvButton.defaultBtn:hover,
.revvButton.defaultBtn:focus, 
.revvButton.defaultBtn:hover .fa-folders,
.revvButton.defaultBtn:hover .fa-files-medical,
.revvButton.defaultBtn:focus .fa-folders,
.revvButton.defaultBtn:focus .fa-files-medical{
  color: #363fe0;
  border-color: #363fe0;
}

.revvButton i{
  margin-right:5px
}
.revvButton i .icon{
  width:16px;
  height:16px
}
.revvfooter_container{
  padding:20px 36px
}
.revvfooter_content{
  display:flex;
  width:100%;
  padding:40px 0
}
.revvfooter_content .revvfooter_aboutRevv{
  max-width:30%;
  font-size:15px
}
.revvfooter_linksWrapper{
  display:flex;
  margin-left:auto
}
.revvfooter_content .revvfooter_aboutRevv .revvfooter_revvLogo{
  margin-bottom:10px;
  width:120px
}
.revvfooter_linksWrapper .revvfooter_linkSections{
  margin:0 40px
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_sectionTitle{
  font-weight:700;
  color:#080f19
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_sectionLinksList{
  margin-top:20px;
  font-size:15px;
  color:#445673
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_sectionListItems{
  margin:0;padding:0;list-style:none
}
.revvfooter_linksWrapper .revvfooter_linkSections li{
  margin-bottom:10px
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_sectionListItem{
  color:#445673
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_sectionListItem:hover{
  color:#ff0078
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_revvAddress{
  margin-top:40px
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_socialMedia{
  display:flex;
  margin-top:20px
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_socialIcons{
  justify-content:center;
  align-items:center;
  display:flex;
  transition:0.3s all;
  margin-right:10px;
  border-radius:5px;
  width:32px;
  height:32px;
  background:#445673;
  font-size:20px;
  line-height:1;
  color:#fff
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_socialIcons .icon{
  width:20px;
  height:20px
}
.revvfooter_linksWrapper .revvfooter_linkSections .revvfooter_socialIcons:hover{
  background:#ff0078
}
.revvfooter_footTerms{
  background:#293583;
  font-size:13px;
  color:#f5f5f5
}
.revvfooter_termsContent{
  display:flex;
  width:100%
}
.revvfooter_termsContent .revvfooter_copyRight{
  width:50%;
  text-align:left
}
.revvfooter_termsContent .revvfooter_terms{
  margin-left:auto;
  min-width:50%;
  text-align:right
}
.revvfooter_termsContent .revvfooter_termsLinks{
  color:#f5f5f5;
  text-decoration: none;
}
.revvfooter_termsContent .revvfooter_termsLinks:hover{
  color: #ff0078;
}
.revvfooter_termsContent .revvfooter_termsDivide{
  margin:0 10px
}
.document-view-main-container{
  height:100% !important
}
.document-sections-wrapper{
  padding:40px 10px;
  background: #EEF3F9 !important;
}
@media only screen and (max-width: 1024px){
  .revvButton i{
    display:none
  }
  .document-view-main-container{
    height:100% !important;
    transform:scale(0.85);
    transform-origin:top left
  }
}

.revvlogo_revvLogoWrapper a{
  display: flex;
}
.signature-component{
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif  !important;
}

.revv-meta-description a {
  color: #3d50e0;
}

.templateList {
  flex-wrap: wrap;
  display: grid;
  width: 100%;
  padding: 20px 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fill,minmax(185px,1fr));  
}

.templateItemWrapper {
  margin: 0;
}
.card_template {
  border-radius: 5px;
  margin: auto;
  width: 185px;
  max-width: 185px;
}
.card_template .cardImageWrapper {
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 8px;
  border: 1px solid #e1e7f0;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  height: 260px;
  max-height: 260px;
  min-height: 125px;
  background: #f5f5f5;
}

.card_template .cardImageWrapper:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,.15), 0 5px 5px rgba(0,0,0,.22);
}

.card_template .cardImage {
  display: block;
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
}

.card_template .cardDetaisName {
  cursor: pointer;
}

.card_template .cardTitle {
  font-size: 16px;
  font-weight: 600;
  color: #080f19;
  line-height: 1.3;
  margin: 0;
}
.card_template .cardDesc {
  font-size: 14px;
  font-weight: 400;
  color: #445673;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

.card_template a:hover .cardTitle {
  color: #3d50e0;
}

.navitem_container:hover .navitem_dropdownWrapper {
  display: block;
}

.navitem_container:hover .revvnavbar-icon{
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navitem_dropdownWrapper {
  position: absolute;
  top: 30px;
  left: -150px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: fit-content;
  padding: 15px 25px;
  background-color: #FFFFFF;
  display: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.23);
}

.navdropdown_container {
  position: relative;
  justify-content: space-between;
  display: flex;
}

.navdropdown_col {
  margin-right: 40px;
  display: flex;
  flex-direction: row;
}

.navdropdown_col:last-of-type {
  margin-right: 0;
}

.navdropdown_itemTitle {
  margin-bottom: 10px;
  padding: 0 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.navdropdown_itemSubTitleWrapper {
  margin-top: 5px;
  min-width: 180px;
}

.navdropdown_itemSubTitleWrapper_one {
  margin-top: 5px;
  min-width: 200px;
}

.navdropdown_item_margin{
  margin-top: 20px !important;
  
}

.navdropdown_itemSubTitle {
  margin-bottom: 3px;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  color: #395683;;
}

.navdropdown_itemSubTitle_padding{
  padding-top: 7px;
  padding-bottom: 7px;
}

.navdropdown_itemSubTitle  a {
  color: #395683;
  text-decoration: none;
}

.navdropdown_itemSubTitle:hover {
  cursor: pointer;
}

.revvnavbar-icon {
  width: 10px;
  vertical-align: middle;
}

.navItem-icon-color{
  color: #0d204a;
}

.navdropdown_itemSubTitle:last-of-type {
  margin-right: 0;
}

.navdropdown_item_small{
  font-size: 80%;
  font-weight: 600;
  cursor: pointer;
}

.navdropdown_item_title{
  line-height: 20px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.navdropdown_item_small_title{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.navdropdown_item_small:hover, .navdropdown_itemSubTitle a:hover, .navdropdown_item_sub_title:hover, .navItem-icon-color:hover{
  color: #363fe0;
}

.revv-meta-tags{
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  padding: 0;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
}
.revv-tag {
  border-radius: 25px;
  background-color: #f6e0ff;
  color: #b252df;
  width: fit-content;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  font-size: 13px;
  font-weight: 500;
}
.revv-tag:hover{
  cursor: pointer;
  background-color: #235eb7;
  color: #ffffff;
}

.revv-breadcrumb .fa-arrow-left {
  vertical-align: middle;
  height: 12px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.form-avail-info {
  margin-bottom: 20px;
  color: #06afbf;
}

.form-avail-info .star-info {
  margin-right: 5px;
  display: inline-block;
}

.form-avail-info .star-info img {
  vertical-align: middle;
}

.form-avail-info .cpointer {
  cursor: pointer;
  font-weight: 700;
}

.form-avail-info svg {
  width: 16px;
}

.form-types {
  border-top: 1px solid #c6d5ef;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.form-types .options {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.form-types input {
  margin-right: 5px;
  margin-left: 20px;
}

.form-types input:first-child {
  margin-left: 0;
}

.form-types a {
  color: #3d50e0;
  margin-left: auto;
}

.tutorial-modal {
  position: absolute;
  bottom: 20px;
  min-width: 450px;
  width: 550px;
  padding: 35px 60px 25px;
  text-align: center;
  margin: auto;
  box-shadow: 0 0 20px rgba(0,0,0,.4);
  border-radius: 5px;
  background: #FFFFFF;
}

.tutorial-modal .tutorial-head-container {
  margin-bottom: 20px;
  font-weight: 500;
}

.tutorial-modal .tutorial-head-container a {
  color: #3d50e0;
  margin-top: 20px;
  display: block;
}

.tutorial-modal .tutorial-btn {
  margin-top: 5px;
  border-radius: 4px;
  width: 150px;
  height: 36px;
  padding: 2px;
  background: #02ab31;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
  font-stretch: normal;
  letter-spacing: normal;
  border: 1px solid #02ab31;
}
.tutorial-modal .tutorial-gif-container {
  position: relative;
  margin: 0 auto 10px;
  border: 5px solid #ffbac0;
  border-radius: 5px;
  width: 398px;
  height: 301px;
  background-color: #ffbac0;
}

.tutorial-modal .tutorial-gif-container img {
  width: 100%;
  border-radius: 5px;
}

.tutorial-modal .tutorial-info {
  font-size: 14px;
}

.tutorial-modal-center {
  right: 420px;
}

.tutorial-modal-right {
  right: 140px;
}

.tutorial-video {
  width: 385px;
  border-radius: 5px;
}

.tutorial-modal-overlay {
  background: rgba(127, 129, 129, 0.7);
  display: none;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  padding: 1.2rem;
}

.tutorial-modal-overlay.show {
  display: flex;
}

.tutorial-modal .closeButton {
  position: absolute;
  top: 0;
  right: -45px;
  display: flex;
  transition: all .3s;
  border: none;
  border-radius: 50%;
  padding: 8px;
  background-color: hsla(0,0%,100%,.5);
}
.tutorial-modal .closeButton .closeIcon {
  width: 20px;
  height: 20px;
}

.infoicon svg {
  width: 10px;
}

.document-sections-wrapper {
  min-width: 854px;
  padding-top: 35px !important;
}

.document-sections-wrapper .document-sections-container {
  min-width: 754px;
}

.revv-disclaimer {
  position: relative;
  margin: -60px auto 110px;
  min-width: 794px;
  max-width: 794px;
  text-align: justify;
  font-size: 14px;
  font-style: italic;
}


.document-wrapper.lynch .document-sections-wrapper, .document-wrapper.lynch .canvas-bg-color {
  background: #eef3f8 !important;
}

td .invisible-selector, 
th .invisible-selector {
  display: none;
}

@media screen and (max-width: 1074px){
  .revvnavbar_navbarItemsWrapper{
    display: none;
  }
  .revv-btns {
    display: flex;
    margin-left: auto;
  }
}

@media only screen and (max-width: 479px) {
  .revv-btns {
    display: flex;
    margin-left: auto;
  }
  .revvnavbar_navbarItemsWrapper{
    display: none;
  }
  .revvlogo_revvLogoWrapper img {
    height: 20px;
  }

  .revv-body{
    padding: 20px;
  }
  .revv-preview-container {
    flex-direction: column-reverse;
  }
  .revv-preview-meta {
    width: 100%;
  }
  .revv-preview-template{
    width: 100%;
  }
  .revv-meta-description{
    margin:0 0 20px;
  }
  .document-sections-wrapper{
    min-width: 820px;
    transform: scale(0.4);
    transform-origin: top left;
  }
  .revv-preview-metawrapper{
    position: relative;
    top: 0;
  }
  .revvfooter_container{
    padding: 20px;
  }
  .revvfooter_signupFooter .revvfooter_signupWrapper{
    margin: 30px auto;
    width: 100%;
  }
  .revvfooter_termsContent{
    flex-direction: column;
  }
  .revvfooter_copyRight{
    width: 100%;
    margin-bottom: 10px;
  }
  .revvfooter_terms{
    width: 100%;
    margin-left: 0;
  }

  .tutorial-modal {
    right: 38px;
  }

  .tutorial-modal .closeButton {
    right: -38px;
  }

  .tutorial-modal .tutorial-gif-container {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .revv-meta-title {
    font-size: 30px;
  }
  
  .revv-header{
    padding: 20px 10px !important;
  }

  .navitem_navbarItem {
    font-size: 13px !important;
  }
  .revvButton {
    padding: 11px 8px;
    font-size: 13px;
  }

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

  .tutorial-modal {
    min-width: 90%;
    width: 90%;
    right: 50px;
    padding: 20px;
    font-size: 14px;
  }
  .revv-meta-description.full {
    padding: 20px !important;
  }
}

.revv-btn-link {
  position: relative;
  display: block;
}
.revvButton.successBtn i{
  color: #FFD886;
}
.revvButton.defaultBtn {
  border: 1px solid #363fe0;
  background-color: #ffffff;
  color: #0d204a;
  vertical-align: middle;
  display: inline-block;
}

.userlinks .fa-folders {
  color: #0d204a;
  width: 20px;
  vertical-align: middle;
}

.userlinks .fa-files-medical {
  color: #0d204a;
  vertical-align: middle;
  width: 14px;
}

.userlinks a:last-child{
  margin-left: 7px;
}

.revv-meta-userbtns .revv-btn {
  margin-bottom: 10px;
}

.revv-btn-loader {
  display: none;
}

.revv-btn-loader .fa-spinner {
  width: 16px;
  color: #FFFFFF;
  margin-left: -8px;
  margin-top: -8px;
}

.revv-btn.add-template-btn {
  opacity: 0.8;
  border: 1px solid #00c3d6;
  background: #FFFFFF;
  color: #00c3d6;
  font-size: 14px;

}

.revv-btn.add-template-btn:hover {
  background-color: #188038;
  border-color: #188038;
  color: #ffffff;
  opacity: 1;
}

.breadcrumb {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: inline-block;
}
