* {
  padding: 0px;
  margin: 0px; }

html,
body {
  overflow-x: hidden; }

@font-face {
  font-family: "Gilroy-Thin";
  src: url("../fonts/Gilroy-Thin.ttf") format("truetype"); }
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype"); }
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Gilroy-Black";
  src: url("../fonts/Gilroy-Black.ttf") format("truetype"); }
.wh-text {
  color: #ffffff; }

.secondary-text {
  color: #0592cc; }

.primary-bg {
  background: #E03939; }
  .primary-bg h2, .primary-bg h3, .primary-bg p {
    color: #ffffff; }

.secondary-bg {
  background: #0592cc; }
  .secondary-bg h3, .secondary-bg p, .secondary-bg h5, .secondary-bg a {
    color: #ffffff; }

.gray-bg {
  background: #e3f0f4; }

.light-bg {
  background: #d7f6ff; }

body {
  font-size: 16px;
  color: #000000;
  font-family: "Gilroy-Regular"; }

.border-btm {
  border-bottom: 1px solid #1c245f; }

h1, h2, h3 {
  font-family: "Gilroy-Bold"; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 20px;
  font-family: "Gilroy-Bold"; }

a {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  text-decoration: none; }

img {
  max-width: 100%; }

video.video {
  width: 100%; }

input {
  font-family: "Gilroy-Regular"; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

a {
  color: #E03939; }

a,
a:hover {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

.img-responsive {
  width: 100%; }

.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

button:focus {
  outline: none !important; }

.btn {
  padding: 15px 45px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.6;
  color: #E03939;
  border-radius: 6px;
  position: relative;
  z-index: 9;
  overflow: hidden; }
  .btn::after {
    content: "";
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.1;
    z-index: -1;
    transition: all 0.6s ease-in-out 0s;
    border-radius: 50%;
    transform: scale(0); }
  .btn:hover, .btn:focus {
    box-shadow: none; }
    .btn:hover::after, .btn:focus::after {
      transform: scale(3); }

.btn-primary {
  background: #E03939;
  border: 1px solid #E03939;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus {
    background: #E03939;
    border-color: #E03939;
    color: #ffffff; }

.btn-secondary {
  background: #0592cc;
  border: 1px solid #0592cc;
  color: #ffffff; }
  .btn-secondary:hover, .btn-secondary:focus {
    background: #0592cc;
    border-color: #0592cc;
    color: #ffffff; }

.btn-outline-primary {
  background: transparent;
  border-color: #E03939;
  color: #E03939; }
  .btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #E03939;
    border-color: #E03939;
    color: #ffffff; }

.line-animation {
  position: relative;
  padding-bottom: 5px;
  text-decoration: none; }
  .line-animation:hover {
    color: #E03939; }
  .line-animation:focus {
    text-decoration: none;
    border: none; }
  .line-animation::after, .line-animation::before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #E03939;
    transition: all 0.3s ease-in-out; }
  .line-animation::after {
    left: 0;
    right: auto; }
  .line-animation::before {
    left: auto;
    right: 0;
    width: 0; }
  .line-animation:hover::after {
    right: 0;
    left: auto;
    width: 0; }
  .line-animation:hover::before {
    width: 100%;
    left: 0;
    right: auto; }

@media (min-width: 1200px) {
  .container {
    width: 1140px; } }
.container-fluid {
  max-width: 1500px; }

section {
  padding-top: 60px;
  padding-bottom: 60px; }

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; }

.title {
  margin-bottom: 45px; }

.primary-color {
  color: #E03939; }

.wh-color {
  color: #ffffff; }

.owl-dots {
  text-align: center;
  margin-top: 20px; }
  .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #d2d2d2 !important;
    border-radius: 50px;
    transition: all 0.3s ease-in-out; }
    .owl-dots button.owl-dot.active {
      width: 20px;
      background: #E03939 !important; }

header {
  padding: 15px 0;
  z-index: 9;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  right: 0;
  border-bottom: 1px solid #ECEEEB;
  transition: all 0.3s ease-in-out; }
  header .menu-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  header .logo-sec img {
    transition: all 0.5s ease-in-out;
    max-width: 200px; }
  header.sticky {
    z-index: 999;
    background: #3300ff;
    border-bottom: 1px solid #6664f1f2;
    -webkit-animation: smoothScroll 0.7s;
    animation: smoothScroll 0.7s; }
  header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  header .dropdown button {
    background: transparent;
    border: transparent; }
  header .dropdown .dropdown-item {
    padding: 5px 10px;
    font-size: 0; }
  header .dropdown .fa-bell {
    color: #C2CFE0;
    font-size: 25px; }
  header .dropdown span.notify {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #E03939;
    top: 0;
    right: 0;
    border-radius: 50px;
    border: 1px solid #fff; }
  header .dropdown-menu {
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 85px rgba(0, 0, 0, 0.15);
    border: transparent;
    border-radius: 10px;
    top: 100%;
    margin-top: 10px;
    left: auto;
    right: 0;
    width: 300px;
    display: none;
    max-height: 580px;
    min-height: auto;
    overflow: auto; }
    header .dropdown-menu.active {
      display: block; }
    header .dropdown-menu a {
      line-height: 22px;
      text-transform: inherit; }
    header .dropdown-menu h4 {
      font-size: 18px;
      margin: 0 0 10px;
      color: #555; }
    header .dropdown-menu li {
      display: block;
      margin: 0; }
      header .dropdown-menu li span {
        display: block;
        font-size: 12px;
        color: #999; }
      header .dropdown-menu li p {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      header .dropdown-menu li:last-child {
        border-bottom: transparent; }
      header .dropdown-menu li small {
        font-size: 13px;
        background: #f0f0f0;
        padding: 1px 6px;
        color: #334D6E;
        display: inline-block;
        border-radius: 4px; }
      header .dropdown-menu li span.dot {
        float: right;
        width: 8px;
        height: 8px;
        background: #119C2B;
        display: table;
        border-radius: 50px; }
      header .dropdown-menu li a {
        display: block;
        padding: 10px 0;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        color: #334D6E;
        font-family: "Gilroy-SemiBold"; }
        header .dropdown-menu li a:hover {
          color: #E03939;
          opacity: 1; }
      header .dropdown-menu li.unread a {
        font-weight: 600; }
    header .dropdown-menu .edt-pro {
      overflow: hidden;
      padding: 10px 0 20px;
      border-bottom: 1px dashed #ddd;
      margin-bottom: 10px; }
      header .dropdown-menu .edt-pro h5 {
        font-size: 17px;
        margin: 0 0 5px;
        color: #555; }
      header .dropdown-menu .edt-pro a {
        text-decoration: underline; }
      header .dropdown-menu .edt-pro img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 50%;
        float: left;
        margin-right: 10px; }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
#msform {
  position: relative;
  border-radius: 10px;
  border: 1px solid #EFF0F6;
  padding: 30px;
  backdrop-filter: blur(25px); }
  #msform fieldset:not(:first-of-type) {
    display: none; }
  #msform fieldset p {
    color: #8A8A8A; }
  #msform .fieldlabels {
    color: #404D61;
    font-family: "Gilroy-SemiBold";
    font-size: 16px;
    margin: 0 0 5px; }
  #msform input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), #msform textarea {
    width: 100%;
    padding: 8px;
    height: 45px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #E1E3E6;
    outline: none; }
  #msform textarea {
    resize: none;
    height: 90px; }
  #msform .action-button {
    width: 100%;
    background: #E03939;
    font-family: "Gilroy-Bold";
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 12px 6px;
    margin: 20px 0 0 0; }
    #msform .action-button:hover, #msform .action-button:focus {
      background: #E03939; }
  #msform .heading p a {
    text-decoration: underline;
    color: #8A8A8A; }

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right; }

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000; }

.card {
  z-index: 0;
  border: none;
  position: relative; }

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left; }

.purple-text {
  color: #673AB7;
  font-weight: normal; }

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right; }

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center; }
  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    position: relative;
    text-align: left; }
    #progressbar li:before, #progressbar li:after {
      content: '';
      width: auto;
      height: 4px;
      border-radius: 10px;
      left: 40px;
      top: 0;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      bottom: 0;
      margin: auto;
      transition: all .3s; }
    #progressbar li:before {
      background: #EFF0F6;
      width: 70%; }
    #progressbar li:after {
      background: #E03939; }
    #progressbar li.active strong {
      background: #E03939;
      color: #ffffff; }
    #progressbar li.active:after {
      width: 35%; }
    #progressbar li strong {
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      background: #EFF0F6;
      border-radius: 50%;
      line-height: 30px;
      margin-right: 0px;
      /* position: absolute; */
      color: #6F6C90;
      left: 0;
      text-align: center; }

.progress {
  height: 20px; }

.progress-bar {
  background-color: #673AB7; }

.fit-image {
  width: 100%;
  object-fit: cover; }

.shp-list {
  margin: 30px 0 10px; }
  .shp-list label {
    cursor: pointer;
    position: relative;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    background: #F3F4F6;
    padding: 12px;
    border-radius: 4px; }
    .shp-list label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      display: none; }
    .shp-list label span {
      position: absolute;
      top: -10px;
      right: -10px; }
      .shp-list label span:after {
        content: "\f00c";
        top: 0;
        border-radius: 50px;
        margin: auto;
        font-size: 22px;
        right: 0;
        color: #009045;
        text-align: center;
        transform: scale(0);
        transition: all 0.3s ease-in-out;
        position: absolute;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        background: #B0EF8F;
        width: 32px;
        height: 32px; }
    .shp-list label figure {
      flex: 0 0 130px;
      padding-right: 14px;
      margin-bottom: 0; }
  .shp-list .desk {
    flex: 1 0 0%; }
    .shp-list .desk h5 {
      font-size: 15px;
      font-weight: 800; }
    .shp-list .desk p {
      font-size: 14px; }
  .shp-list input:checked ~ span:after {
    transform: scale(1); }

.radio-list {
  margin: 30px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; }
  .radio-list label {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    width: 28.333%;
    text-align: center;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin-bottom: 15px; }
  .radio-list figure {
    max-width: 40px;
    margin: 0 auto 15px; }
  .radio-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none; }
  .radio-list span {
    position: absolute;
    top: -10px;
    right: -10px; }
    .radio-list span:after {
      content: "\f00c";
      top: 0;
      border-radius: 50px;
      margin: auto;
      font-size: 20px;
      right: 0;
      color: #009045;
      text-align: center;
      transform: scale(0);
      transition: all 0.3s ease-in-out;
      position: absolute;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      background: #B0EF8F;
      width: 28px;
      height: 28px; }
  .radio-list input:checked ~ span:after {
    transform: scale(1); }

.image-preview {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 30px 0 15px;
  gap: 15px; }
  .image-preview .preview-box {
    width: 31%;
    overflow: hidden;
    padding: 5px;
    background: #f7f7f7;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: move; }
  .image-preview .IMGthumbnail {
    margin: auto 0 0; }
  .image-preview .imgName {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 5px 0 0;
    color: #555;
    font-size: 13px;
    margin-top: auto; }
  .image-preview.show {
    display: block; }
  .image-preview .remove {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: transparent;
    border-radius: 50%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    background: rgba(241, 32, 32, 0.45);
    margin: 0;
    text-align: center;
    color: #fff; }

.add-upload label {
  cursor: pointer; }
  .add-upload label img {
    max-width: 45px;
    vertical-align: middle;
    margin-left: 2px; }

.final .btn {
  display: block;
  font-family: "Gilroy-Bold"; }

.wrapper {
  display: flex;
  flex-wrap: wrap; }

.sidebar {
  flex: 0 0 280px;
  background: var(--color-brand-white, #FFF);
  box-shadow: 6px 0px 18px 0px rgba(0, 0, 0, 0.06);
  min-height: 100vh; }
  .sidebar .logo-sec img {
    max-width: 170px; }
  .sidebar .sec1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
    margin: 40px 0 40px; }
    .sidebar .sec1 figure {
      margin: 0; }
  .sidebar ul {
    list-style: none; }
    .sidebar ul li a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 10px 25px;
      font-family: "Gilroy-SemiBold";
      color: #334D6E;
      transition: all .3s; }
      .sidebar ul li a:hover {
        color: #E03939; }
        .sidebar ul li a:hover figure img {
          filter: inherit; }
      .sidebar ul li a i {
        margin-right: 14px; }
      .sidebar ul li a figure {
        margin: -4px 14px 0 0; }
        .sidebar ul li a figure img {
          filter: invert(45%) sepia(67%) saturate(150%) hue-rotate(534deg) brightness(74%) contrast(70%);
          transition: all .3s; }
  .sidebar .dropdown-menu {
    position: static;
    border: transparent;
    border-radius: 0;
    padding: 0 0 0 30px; }
    .sidebar .dropdown-menu.active {
      display: block; }

@media (max-width: 767px) {
  .wrapper {
    display: block; }
    .wrapper .page-wrapper .nav-header form .submit {
      width: 20px; }
    .wrapper .wrapper-content {
      padding: 15px; }
      .wrapper .wrapper-content .c-block {
        min-height: auto;
        margin: 0 0 15px; }
      .wrapper .wrapper-content .top-sec {
        padding: 10px 15px; }
      .wrapper .wrapper-content .table-wrap {
        margin-top: 15px; }
        .wrapper .wrapper-content .table-wrap th {
          white-space: nowrap; }
        .wrapper .wrapper-content .table-wrap td.cl-img {
          min-width: 190px; }
          .wrapper .wrapper-content .table-wrap td.cl-img a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            white-space: nowrap;
            display: inline-block;
            vertical-align: middle;
            width: 90px; }
        .wrapper .wrapper-content .table-wrap th:last-child, .wrapper .wrapper-content .table-wrap td:last-child {
          white-space: nowrap; }
      .wrapper .wrapper-content .orders-total {
        padding: 20px 25px; }
        .wrapper .wrapper-content .orders-total h2 {
          font-size: 40px; }
        .wrapper .wrapper-content .orders-total span {
          font-size: 16px; }
      .wrapper .wrapper-content .filter-area .dropdown {
        margin: 15px 0 10px; }
      .wrapper .wrapper-content .filter-area select {
        margin: 15px 0 0; }

  #slidemenu {
    display: block;
    position: fixed;
    right: -110%;
    top: 0;
    bottom: 0;
    max-width: 830px;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease-in-out; }
    #slidemenu #closeMenu {
      position: absolute;
      right: 25px;
      top: 25px;
      font-size: 30px;
      line-height: 0; }
    #slidemenu.menu-open {
      right: 0; }

  .slidemenu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.3s ease-in-out;
    z-index: 99;
    opacity: 0;
    visibility: hidden; }
    .slidemenu-overlay.open {
      opacity: 1;
      visibility: visible; }

  .nav-header .hm-area {
    flex: 0 0 60px; }
    .nav-header .hm-area a {
      display: block;
      text-align: center;
      padding: 2px 10px;
      background: #E03939;
      color: #fff;
      font-size: 20px; }
  .nav-header .navbar-right {
    flex: 0 0 50px; } }
.page-wrapper {
  flex: 1 0 0%;
  min-height: 100vh; }
  .page-wrapper .nav-header form {
    position: relative; }
    .page-wrapper .nav-header form input:not([type="submit"]) {
      width: 100%;
      height: 45px;
      color: #192A3E;
      font-size: 14px;
      padding: 10px 10px 10px 40px;
      border: transparent;
      outline: none;
      font-family: "Gilroy-SemiBold"; }
    .page-wrapper .nav-header form input:not([type="submit"])::placeholder {
      color: #90A0B7; }
    .page-wrapper .nav-header form .submit {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 40px;
      height: 40px;
      margin: auto;
      border: transparent;
      background: url("../images/search.svg") no-repeat center center;
      color: transparent; }

.wrapper-content {
  padding: 30px;
  background: #F5F6F8; }
  .wrapper-content .top-sec {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    border-bottom: 3px solid #EBEFF2;
    align-items: center; }
    .wrapper-content .top-sec h4 {
      margin: 0; }
  .wrapper-content .dropdown button {
    border: transparent;
    background: transparent;
    outline: none;
    font-size: 12px;
    letter-spacing: 0.12px;
    color: #E03939; }
  .wrapper-content .dropdown span {
    color: #707683;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px; }
  .wrapper-content .c-block {
    border-radius: var(--spacing-1, 4px);
    background: var(--color-brand-white, #FFF);
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.06);
    min-height: 100%; }
  .wrapper-content .c-chart {
    padding: 25px; }
    .wrapper-content .c-chart img {
      width: 100%; }
  .wrapper-content .filter-area {
    margin-bottom: 20px; }
    .wrapper-content .filter-area form {
      position: relative; }
      .wrapper-content .filter-area form input:not([type="submit"]) {
        border-radius: var(--spacing-1, 4px);
        background: var(--color-brand-white, #FFF);
        box-shadow: 0px 4px 10px 0px #E5E5E5;
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.12px;
        height: 45px;
        color: #9BA5B7;
        padding: 10px 10px 10px 40px;
        border: transparent;
        outline: none; }
      .wrapper-content .filter-area form input:not([type="submit"])::placeholder {
        color: #90A0B7; }
      .wrapper-content .filter-area form .submit {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        margin: auto;
        border: transparent;
        background: url("../images/search.svg") no-repeat center center;
        color: transparent; }
    .wrapper-content .filter-area select {
      border-radius: var(--spacing-1, 4px);
      background: var(--color-brand-white, #FFF);
      box-shadow: 0px 4px 10px 0px #E5E5E5;
      border: transparent;
      padding: 10px;
      width: 100%;
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.12px; }
    .wrapper-content .filter-area .dropdown {
      margin: 4px 0; }
  .wrapper-content .table-wrap {
    margin-top: 30px; }
    .wrapper-content .table-wrap table {
      background: #fff;
      width: 100%; }
    .wrapper-content .table-wrap input[type="checkbox"] {
      vertical-align: middle;
      margin-right: 10px;
      width: 15px;
      height: 15px; }
    .wrapper-content .table-wrap th {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.018em;
      color: #9BA5B7;
      border-bottom: 1px solid #EBEFF2;
      padding: 15px 10px; }
      .wrapper-content .table-wrap th span.selected {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        background: #E03939;
        color: #ffffff;
        text-align: center;
        line-height: 1.6;
        border-radius: 4px;
        margin-right: 5px; }
      .wrapper-content .table-wrap th .fa-trash {
        margin-left: 20px; }
    .wrapper-content .table-wrap td {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.006em;
      color: #707683;
      border-bottom: 1px solid #EBEFF2;
      padding: 15px 10px; }
      .wrapper-content .table-wrap td a {
        color: #707683; }
      .wrapper-content .table-wrap td.cl-img {
        color: #323C47; }
        .wrapper-content .table-wrap td.cl-img img {
          margin-right: 10px;
          width: 25px;
          height: 25px;
          object-fit: cover;
          border-radius: 50%;
          overflow: hidden; }
        .wrapper-content .table-wrap td.cl-img a {
          color: #323C47; }
      .wrapper-content .table-wrap td.red {
        color: #f23f3f; }
    .wrapper-content .table-wrap th:last-child, .wrapper-content .table-wrap td:last-child {
      text-align: right; }
    .wrapper-content .table-wrap tbody tr:hover {
      background: rgba(16, 156, 241, 0.05); }
  .wrapper-content .orders-total {
    padding: 50px 40px; }
    .wrapper-content .orders-total h2 {
      font-size: 80px;
      font-family: "Gilroy-Black"; }
    .wrapper-content .orders-total span {
      font-size: 18px;
      font-family: "Gilroy-Bold"; }
    .wrapper-content .orders-total.price h2 {
      color: #2ED47A; }
    .wrapper-content .orders-total.covered span {
      color: #f23f3f; }

.payment h3 {
  margin: 0 0 20px; }
.payment .paylist {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap; }
  .payment .paylist a {
    width: 65px;
    margin: 0 10px 10px 0; }
.payment form {
  padding: 20px;
  background: #ffffff;
  box-shadow: 6px 0px 18px 0px rgba(0, 0, 0, 0.06); }
  .payment form label {
    margin: 0 0 6px;
    font-size: 15px;
    font-family: "Gilroy-SemiBold"; }
  .payment form input:not([type="submit"]), .payment form select {
    background: var(--Tertiary, #EEF1F4);
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 10px;
    border: transparent;
    outline: none;
    color: #3F3F3F;
    font-size: 15px;
    margin: 0 0 20px; }
  .payment form .btn {
    text-transform: capitalize;
    margin: 10px 0 0; }

/*# sourceMappingURL=style.css.map */
