html {
  scroll-behavior: smooth;
}

.iti--allow-dropdown{
  width: 100% !important;
}

.contact-emails{
  width: 120%;
  margin-left: -10px;
}

@media screen and (min-width: 480px) {
  .col{
    min-width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .col{
    min-width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .col{
    min-width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .col{
    min-width: 20%;
  }
}

textarea {
  overflow: hidden;
  resize: none;
}

.right-icon-link{
  position: absolute;
  right: 1px;
  top: 19px;
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed !important;
}

.remove-border-radius{
  border-radius: 0px !important;
}

.margin-negative-30{
  margin-bottom: -30px;
}

.footer-logo-heading{
  font-size: 2.5rem;
}

.margin-negative-20{
  margin-bottom: -20px;
}

.visibility-hidden{
  visibility: hidden;
}

.text-transform-none{
  text-transform: none;
}

.show-toggler{
  position: absolute;
  margin-top: -100px;
}

.transfer-cred{
  width: 200px;
}

@media (max-width: 900px) {
  .show-toggler{
  position: absolute;
  margin-top: -100px;
  left: 20%;
}
.transfer-cred{
  width: 100px;
}
}

.font-size-15{
  font-size: 15px;
}

.js-sticky-block::-webkit-scrollbar {
  display: none;
}

.negative-margin {
  margin-bottom: -1px;
}

.navbar-brand {
  width: 12rem;
}

.download-buttons {
  padding: 0.7rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

:disabled,
.disabled {
  cursor: not-allowed !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* line 104, upload/*.png */
.upload-sprite,
.sprite.sprite-folder,
.sprite.sprite-youtube,
.sprite.sprite-link,
.sprite.sprite-dropbox,
.sprite.sprite-box,
.sprite.sprite-google-drive,
.sprite.sprite-vimeo,
.sprite.sprite-onedrive {
  background-image: url("../assets/img/upload-s3dd1dee049.png");
  background-repeat: no-repeat;
}

/* line 8, ../../sass/upload.scss */
.sprite {
  height: 32px;
  width: 32px;
}
/* line 12, ../../sass/upload.scss */
.sprite.sprite-folder {
  background-position: 0 -64px;
}
/* line 16, ../../sass/upload.scss */
.sprite.sprite-youtube {
  background-position: 0 -224px;
}
/* line 20, ../../sass/upload.scss */
.sprite.sprite-link {
  background-position: 0 -128px;
}
/* line 24, ../../sass/upload.scss */
.sprite.sprite-dropbox {
  background-position: 0 -32px;
}
/* line 28, ../../sass/upload.scss */
.sprite.sprite-box {
  background-position: 0 0;
}
/* line 32, ../../sass/upload.scss */
.sprite.sprite-google-drive {
  background-position: 0 -96px;
}
/* line 36, ../../sass/upload.scss */
.sprite.sprite-vimeo {
  background-position: 0 -192px;
}
/* line 40, ../../sass/upload.scss */
.sprite.sprite-onedrive {
  background-position: 0 -160px;
}

.no-paddings {
  padding: 0;
}

.progress {
  height: 18px;
  margin-bottom: 17px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8fafd;
  border: 0.125rem dashed #e7eaf3;
  border-radius: 0.3125rem;
  /* background-color: #f5f5f5;
  border: 1px solid #e3e3e3; */
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

/* line 45, ../../sass/upload.scss */
.file-bucket {
  height: 332px;
  overflow: auto;
  margin: 10px 0;
  padding: 0;
  -webkit-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}
/* line 52, ../../sass/upload.scss */
.file-bucket ul {
  padding: 5px 0px;
}
/* line 55, ../../sass/upload.scss */
.file-bucket ul li {
  padding: 5px;
  border-bottom: 1px dotted #bfbfbf;
}
/* line 61, ../../sass/upload.scss */
.file-bucket .divider {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", "Garuda", Tahoma, sans-serif;
  font-size: 12px;
  font-style: italic;
}
/* line 66, ../../sass/upload.scss */
.file-bucket.hover {
  box-shadow: 0 0 0 2px #689825;
}

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

.margin-left-30{
  margin-left: 30px;
}

@media (max-width: 900px) {
  .margin-left-30{
    margin-left: 0px;
  }
}

/* line 72, ../../sass/upload.scss */
#dropzone-overlay {
  height: 330px;
  padding: 0;
  position: absolute;
  border: 2px dashed #005bb3;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 80, ../../sass/upload.scss */
#dropzone-overlay.hover {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 88, ../../sass/upload.scss */
.fileinputs {
  width: 100% !important;
}

.text-custom{
  color: #677788;
}

.pd-bt-80{
  padding-bottom: 80px;
}

@media (max-width: 1000px) {
  .pd-bt-80{
  padding-bottom: 0px;
}
}

/* line 96, ../../sass/upload.scss */
.fileinputs .fileinput-container input[type="file"] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 103, ../../sass/upload.scss */
.fileinputs .fileinput-container .btn-upload {
  position: relative;
  overflow: hidden;
  width: 200px;
  cursor: pointer;
  margin: 0 10px;
}

/* line 115, ../../sass/upload.scss */
.basic-block input[type="file"] {
  display: initial;
}

/* line 120, ../../sass/upload.scss */
a[href="#remove-selector"] {
  text-decoration: none;
  color: red;
  margin: 0 5px;
  font-weight: bold;
}

.ribbon {
  width: 240px;
  position: relative;
  height: 58px;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}
.ribbon1 {
  position: absolute;
  top: 8px;
  padding: 2px 10px;
  left: 0px;
  background: #d9534f;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}

.ribbon1:before, .ribbon1:after {
  content: "";
  position: absolute;
}

.ribbon1 span{
  font-size: 12px;
}

.ribbon1:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon1:after {
  width: 5px;
  height: 5px;
  bottom: -2px;
  left: -4.5px;
  background: #d9534f;
  border-radius: 5px 0 0 5px;
 }

/* line 128, ../../sass/upload.scss */
#upload-progress #file-list {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #e6e6e6;
}
/* line 133, ../../sass/upload.scss */
#upload-progress #file-list table {
  margin-bottom: 0;
}
/* line 136, ../../sass/upload.scss */
#upload-progress #file-list table td {
  max-width: 350px;
  word-wrap: break-word;
  word-break: break-all;
}
/* line 141, ../../sass/upload.scss */
#upload-progress #file-list table td:first-child {
  width: 68px;
}
/* line 145, ../../sass/upload.scss */
#upload-progress #file-list table td:last-child {
  /* width: 68px; */
  text-align: center;
}

/* line 154, ../../sass/upload.scss */
ul.nav-tabs {
  display: inline-block;
  width: 98%;
}

/* line 160, ../../sass/upload.scss */
.url-import textarea {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  /* we only need to override font-family */
  font-family: "Open Sans", sans-serif;
}

.snackbar {
  height: 0;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  -moz-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.snackbar.snackbar-opened {
  padding: 14px 15px;
  margin-bottom: 20px;
  height: auto;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0s linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0s linear 0.2s, height 0s linear 0.2s;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

#snackbar-container {
  position: fixed;
  left: 50%;
  top: -2px;
  z-index: 99999;
  bottom: auto;
  transform: translate(-50%, 0);
}

.sa {
  width: 140px;
  height: 140px;
  padding: 26px;
  background-color: #fff;
}

.sa-success {
  border-radius: 50%;
  border: 4px solid var(--success);
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
}

.sa-success:after,
.sa-success:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}

.sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}

.sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(51, 201, 167, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}

.sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}

.sa-success-tip,
.sa-success-long {
  background-color: var(--success);
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}

.sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip 0.75s;
}

.sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
  }
}

.sa-error {
  border-radius: 50%;
  border: 4px solid var(--danger);
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
  animation: animateErrorIcon 0.5s;
}

.sa-error:after,
.sa-error:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}

.sa-error:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}

.sa-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-error-x {
  display: block;
  position: relative;
  z-index: 2;
}

.sa-error-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(237, 76, 120, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}

.sa-error-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}

.sa-error-left,
.sa-error-right {
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
  background-color: var(--danger);
  top: 37px;
  width: 47px;
}

.sa-error-left {
  left: 17px;
  transform: rotate(45deg);
  animation: animateXLeft 0.75s;
}

.sa-error-right {
  right: 16px;
  transform: rotate(-45deg);
  animation: animateXRight 0.75s;
}

@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateXLeft {
  0%,
  65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}

@keyframes animateXRight {
  0%,
  65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}

.sa-warning {
  border-radius: 50%;
  border: 4px solid #ed4c78;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
  animation: scaleWarning 0.75s infinite alternate;
}

.sa-warning:after,
.sa-warning:before {
  background: #fff;
  content: "";
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}

.sa-warning:before {
  display: inline-block;
  opacity: 0;
  animation: pulseWarning 2s linear infinite;
}

.sa-warning:after {
  display: block;
  z-index: 1;
}

.sa-warning-body {
  background-color: #ed4c78;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
  animation: pulseWarningIns 0.75s infinite alternate;
}

.sa-warning-dot {
  background-color: #ed4c78;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes scaleWarning {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulseWarning {
  0% {
    background-color: #fff;
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #ed4c78;
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #ed4c78;
  }
  100% {
    background-color: #ed4c78;
  }
}

.vertical-separator-cls {
  border-left: 1px solid gray;
  height: 100px;
}

.custom-size {
  font-size: 3rem;
  min-width: 200px;
}

.item-width {
  min-width: 200px;
}

#advancedFormStepFormProgressTwo {
  width: 70%;
  margin-right: 16%;
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

#container .horizontal-margins {
  margin-right: 10px;
  margin-left: 10px;
}

a[href="#close"],
a[href="#close-motd"] {
  color: white;
  position: relative;
  bottom: 1px;
}

.hide {
  display: none;
}

.audio-popover-cls.hide {
  display: block;
}

.player-overlay-container {
  position: relative;
}
.player-overlay {
  position: absolute;
  z-index: 1;
  top: -19px;
  left: 10px;
  display: none;
  background: white;
  border: 1px solid #d8d8d8;
}

.player .progress-container {
  height: 10px;
  margin: 0;
  position: relative;
}
.player .progress-container .progress {
  height: 5px;
  box-shadow: 0 0 2px gray;
}
.player .progress-container .slider {
  opacity: 0.65;
  height: 5px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.player .progress-container .slider .play-marker {
  display: block;
  position: relative;
  left: -25px;
}
.player .progress-container .tooltip {
  text-align: center;
  display: none;
  width: 50px;
  top: -28px;
  left: -30px;
  font-size: 10px;
  opacity: 1;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.player .progress-container .tooltip .tooltip-inner {
  padding: 2px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.player .progress-container .progress .progress-bar {
  filter: none;
  background-color: black;
  background-image: none;
}
.player .progress-container .tooltip {
  text-align: center;
  display: none;
  width: 50px;
  top: -28px;
  left: -30px;
  font-size: 10px;
}
.player .progress-container .tooltip .tooltip-inner {
  padding: 2px;
}
.player .progress-container .mouse-marker {
  position: absolute;
}
.player .progress-container .slider {
  height: 10px;
  display: block;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
.player .progress-container .slider .play-marker {
  display: block;
  position: relative;
  left: -25px;
}
.btn-audio-player-sz {
  padding: 0 0.3rem;
}
.cust-margin-left {
  margin-left: 0.7rem;
}
.min-width-for-cancel-btn {
  min-width: 105%;
}
.min-width-for-refund-btn {
  min-width: 92%;
}
.order-manual-transcript-file {
  min-width: 101%;
}
.circles-chart-custom-content {
  top: 35%;
  left: 30%;
  text-align: left !important;
}
.css-accuracy-circle {
  float: right;
  margin-left: 15px;
}

.dup-alert-close {
  position: absolute;
  right: 20px;
  top: 15px;
  color: grey;
}

.front-motd-styles {
  position: fixed;
  opacity: 0.9;
  z-index: 9999;
  width: 100%;
  top: -76px;
}

#motd-data {
  border-radius: 0px;
}

.dup-motd-txt-color {
  color: grey;
}

.disclaimer-cls {
  font-size: 14px;
}
.hero-img-cls {
  background-size: contain;
  background-repeat: no-repeat;
  height: 800px;
}
.img-feedback-cls {
  background-size: contain;
  background-position: 80%;
}
.redeem-txt-color {
  color: lightgreen;
}

.redeem-txt-color-dark {
  color: green;
}

.automated-card-image {
  position: relative;
  bottom: 20px;
  right: 35px;
}

.manual-card-image {
  position: relative;
  bottom: 20px;
  right: 20px;
}

.about-us-main-img {
  background-size: contain;
  background-repeat: no-repeat;
  height: 800px;
  background-position: center;
}

.freelance-landing-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.duplicate-margin-cls,
.redeem-margin-cls {
  margin-top: 6px;
}

#tab-spinner.tab-spinner-account-files {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}

.logout-img-styles {
  background-size: 22%;
  background-position: 75%;
}

.error-img-styles {
  background-size: contain;
}

.four-step-img-styles {
  background-size: 100%;
  background-repeat: no-repeat; 
  max-width: 850px; 
  height: 800px;
  background-position: 0 75%;
  margin-right: 60px;
}

a.member-details-ref {
  color: white;
}

.rhs-corner-curves {
  border-top-right-radius: 0.3125rem !important;
  border-bottom-right-radius: 0.3125rem !important;
}

.frameio-select-column {
  max-width: 50px;
}

.frameio-footer-styles {
  border-width: 0;
}

#motd-data {
    padding: 0;
    margin: 0;
}

.team-modal-grid-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.select2-results__options li:last-child span{
  font-weight:900;
  font-style: italic;
}
.help-dropdown{
  background-color: #fff;
  border-radius: 10px;
  left: -100px;
  top:70px;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.30),0 2px 6px 2px rgba(60,64,67,.15);
  width: 200px;
}

.help-dropdown ul{
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

/* .help-dropdown ul li{
  padding: 10px 0;
} */

.help-dropdown ul li a{
  padding:0 20px;
  color:#677888;
  width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
}
.help-dropdown ul li a:hover{
  background-color: #e9e9e9;
}

.page-link{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 0.3125rem;
}

.page-link.active {
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
    border-radius: 0.3125rem;
}