@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700|Source+Sans+Pro:400,600,700&display=swap");

header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #ced6e0;
}

body {
    background: #e6f0f9;
    font-family: "Source Sans Pro", sans-serif;
}

* {
box-sizing: border-box;
}
*:focus {
outline: none;
}

.divider {
    height: 3rem;
}

.main-color {
    color: #2364d2;
}
.description {
    color: #8e97b3;
}
.btn-primary {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    background: #2364d2;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
}

.card {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
}

.card .card-header {
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #FFFFFF;
    border-bottom: 0px; 
}

.card .card-header:first-child {
    border-radius: calc(0.375rem - 0px) calc(0.375rem - 0px) 0 0;
}

.card .card-header h5 {
    font-size: 22px;
    color: #2364d2;
}
.card .card-header p {
    color: rgb(94, 110, 130);
}

.card .card-body:last-child {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.card .card-body {
    background-color: rgb(249, 250, 253);
    padding: 35px;
}
.card .card-body #tax_code {
  text-transform: uppercase;
}
.card .card-body label {
    color: #1a3b5d;
    margin-bottom: 5px;
    font-weight: 500;
}

.card .card-body input[type="text"] {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
}
.card .card-body input[type="text"]:hover, .card .card-body input[type="text"]:focus {
    border-color: #3d9cff;
}
.card .card-body input[type="text"]:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}
.card .card-body select {
    width: 100%;
    -webkit-appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");
    background-size: 12px;
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #3d9cff;
    border-radius: 5px;
}
p.wdcopy {
  font-size: .875rem;
}
p.wdcopy a {
    color: #3d9cff;
}
.app-sel-time-wrapper p {
    color: rgb(94, 110, 130);
    display: block;
    padding-bottom: 3rem;
}

@-webkit-keyframes scaleAnimation {
    0% {
      opacity: 0;
      transform: scale(1.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes scaleAnimation {
    0% {
      opacity: 0;
      transform: scale(1.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @-webkit-keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #3d9cff;
  }
  
  #successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #3d9cff;
  }
  
  #successAnimationResult {
    fill: #3d9cff;
    opacity: 0;
  }
  
  #successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
            animation: 1s ease-out 0s 1 both scaleAnimation;
  }
  #successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
            animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
  }
  #successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
            animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
  }
  #successAnimation.animated #successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
            animation: 0.3s linear 0.9s both fadeIn;
  }



  .ui-error .ui-error-circle {
      stroke-dasharray:260.75219024795285px, 260.75219024795285px;
      stroke-dashoffset: 260.75219024795285px;
      animation: ani-error-circle 1.2s linear;
    }
    .ui-error .ui-error-line1{
      stroke-dasharray: 54px 55px;
      stroke-dashoffset: 55px;
      stroke-linecap: round;
      animation: ani-error-line .15s 1.2s linear both;
    }
    .ui-error .ui-error-line2{
      stroke-dasharray: 54px 55px;
      stroke-dashoffset: 55px;
      stroke-linecap: round;
      animation: ani-error-line .2s .9s linear both;
    }
  
  @keyframes ani-error-line{
    to { stroke-dashoffset: 0; }
  }
  
   @keyframes ani-error-circle {
      0% {
          stroke-dasharray: 0, 260.75219024795285px;
          stroke-dashoffset: 0;
      }
      35% {
          stroke-dasharray: 120px, 120px;
          stroke-dashoffset: -120px;
      }
      70% {
          stroke-dasharray: 0, 260.75219024795285px;
          stroke-dashoffset: -260.75219024795285px;
      }
      100% {
          stroke-dasharray: 260.75219024795285px, 0;
          stroke-dashoffset: -260.75219024795285px;
      }
  }

  
  .pulse1{-webkit-animation:pulse1 1s linear infinite;-moz-animation:pulse1 1s linear infinite;-ms-animation:pulse1 1s linear infinite;animation:pulse1 1s linear infinite}@keyframes pulse1{0%{color:#a51919}90%{color:rgba(255,0,0,0)}100%{color:red}}@-moz-keyframes pulse1{0%{color:#a51919}90%{color:rgba(255,0,0,0)}100%{color:red}}@-webkit-keyframes pulse1{0%{color:#a51919}90%{color:rgba(255,0,0,0)}100%{color:red}}@-ms-keyframes pulse1{0%{color:#a51919}90%{color:rgba(255,0,0,0)}100%{color:red}}