/*
Template Name: Steex - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
@font-face {
    font-family: "Satoshi";
    font-weight: 300;
    src: url("../fonts/Satoshi-Light.woff") format("woff");
  }
  @font-face {
    font-family: "Satoshi";
    font-weight: 400;
    src: url("../fonts/Satoshi-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Satoshi";
    font-weight: 500;
    src: url("../fonts/Satoshi-Medium.woff") format("woff");
  }
  @font-face {
    font-family: "Satoshi";
    font-weight: 600;
    src: url("../fonts/Satoshi-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "Satoshi";
    font-weight: bolder;
    src: url("../fonts/Satoshi-Black.woff") format("woff");
  }
  :root {
    --primary-gradient: linear-gradient(83.85deg,#4B0081 0,#82419A 41.33%,#C938FF 100%);
  }
  
  ::-webkit-scrollbar {
    background-color: transparent;
    width: 10px !important;
  }
  
  /* background of the scrollbar except button or resizer */
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  /* scrollbar itself */
  ::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 10px;
    width: 3px;
    height: 3px;
    border: 1px solid transparent;
  }
  
  * {
    font-family: "Satoshi", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
  }
  
  :root {
    --primary-gradient: linear-gradient(83.85deg,#C938FF 0,#82419A 41.33%,#4B0081 100%);
  }
  
  ::-webkit-scrollbar {
    background-color: transparent;
    width: 3px;
  }
  
  /* background of the scrollbar except button or resizer */
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  /* scrollbar itself */
  ::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 10px;
    width: 3px;
    height: 3px;
    border: 1px solid transparent;
  }
  
  .div-gradient {
    background: var(--primary-gradient);
    min-height: 100%;
  }
  
  .div-gradient-border {
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: var(--primary-gradient);
  }
  
  .div-gradient-border > img {
    width: 3vw;
    height: 3vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .text-gradient {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  .btn-pri {
    background: linear-gradient(83.85deg, #383ADF 0%, #82419A 41.33%, #D2484F 100%);
  }
  
  ::-webkit-input-placeholder {
    color: #A0AEC0;
    font-weight: 500;
  }
  
  ::-moz-placeholder {
    color: #A0AEC0;
    font-weight: 500;
  }
  
  :-ms-input-placeholder {
    color: #A0AEC0;
    font-weight: 500;
  }
  
  ::-ms-input-placeholder {
    color: #A0AEC0;
    font-weight: 500;
  }
  
  ::placeholder {
    color: #A0AEC0;
    font-weight: 500;
  }
  
  /* For Intake Form */
  .intake_logo {
    height: auto;
    width: 10%;
  }
  
  .intake_rounded_right {
    border-top-right-radius: 2.375rem !important;
    border-bottom-right-radius: 2.375rem !important;
    font-size: 18px;
  }
  
  .intake_rounded_left {
    border-top-left-radius: 2.375rem !important;
    border-bottom-left-radius: 2.375rem !important;
    font-size: 18px;
  }
  
  .intake_detials {
    color: white;
    background-image: var(--primary-gradient);
  }
  
  .h-35 {
    height: 35px;
  }
  
  .p-7 {
    padding: 7px;
  }
  
  .progress_div .progress .progress-bar {
    background-image: var(--primary-gradient);
  }
  
  .form-label_intake {
    font-size: 20px !important;
    color: #2D3748;
    margin-left: 10px;
    margin-bottom: 2px;
    font-weight: bold !important;
  }
  
  .form-control_intake {
    padding: 9px 20px 9px 20px;
    border-radius: 10px;
    line-height: 35px;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .header_static {
    position: static;
    z-index: 1;
  }
  
  .btn-intake {
    background-image: var(--primary-gradient);
    color: white;
  }
  
  .btn-intake:hover {
    color: white;
  }
  
  .ml-20 {
    margin-left: 20px;
  }
  
  /* set button(top and bottom of the scrollbar) */
  ::-webkit-scrollbar-button {
    display: none;
  }
  
  html,
  body {
    /* overflow:hidden; */
    /* height: 100vh; */
    /* overflow: auto; */
  }
  
  .div-gradient {
    background: var(--primary-gradient);
    min-height: 100%;
  }
  
  .div-gradient-border {
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: var(--primary-gradient);
  }
  
  .div-gradient-border > img {
    width: 3vw;
    height: 3vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .text-gradient {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  .text-balance {
    text-wrap: balance;
  }
  
  .ps-10 {
    padding-left: 10rem;
  }
  
  .btn-pri {
    background: linear-gradient(83.85deg, #383adf 0, #82419a 41.33%, #d2484f 100%);
  }
  
  ::-webkit-input-placeholder {
    color: #A0AEC0;
    font-weight: 500;
    opacity: 1;
  }
  
  ::-moz-placeholder {
    color: #A0AEC0;
    font-weight: 500;
    opacity: 1;
  }
  
  :-ms-input-placeholder {
    color: #A0AEC0;
    font-weight: 500;
    opacity: 1;
  }
  
  ::-ms-input-placeholder {
    color: #A0AEC0;
    font-weight: 500;
    opacity: 1;
  }
  
  ::placeholder {
    color: #A0AEC0;
    font-weight: 500;
    opacity: 1;
  }
  
  .dash-sidebar {
    width: 240;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .img-wrapper {
    width: 10vh;
  }
  
  .min-height-0 {
    min-height: 0% !important;
  }
  
  .sidebar-help {
    background-image: var(--primary-gradient);
    position: relative;
  }
  
  .sidebar-help::before {
    position: absolute;
    content: url(help-vector.png);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  
  .social-logo-wrapper > a img {
    width: 3vw;
  }
  
  .top-nav a {
    color: rgb(45, 55, 72);
    font-weight: 700;
    text-decoration: none;
  }
  
  .top-nav-underbar {
    height: 5px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
  }
  
  .text-gray-50 {
    color: rgb(45, 55, 72);
  }
  
  .youtube-video {
    aspect-ratio: 16/9;
    width: 100%;
  }
  
  .card-img {
    width: 5vw;
  }
  
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: rgb(248, 249, 250);
    border: 0px solid transparent;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border-radius: var(--bs-border-radius) !important;
  }
  
  .accordion-button {
    background-color: #f9f8f8;
    font-weight: 700;
  }
  
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #f9f8f8;
    -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 transparent;
            box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 transparent;
  }
  
  .shadow-primary {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
  }
  
  .profile-img-wrapper > img {
    width: 6vw;
    height: 6vw;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .form-floating > label {
    font-weight: 500;
    color: #b6bec9;
  }
  
  .material-symbols-outlined {
    font-family: "Material Symbols Outlined" !important;
  }
  
  .navbar-menu {
    background: var(--primary-gradient);
    border: 0px solid transparent;
  }
  
  .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: var(--tb-vertical-menu-item-active-color);
    background-color: rgba(34, 35, 40, 0.1882352941);
  }
  
  .navbar-menu .navbar-nav .nav-link.active {
    color: var(--tb-vertical-menu-item-active-color);
    background-color: rgba(34, 35, 40, 0.1882352941);
  }
  
  [data-layout=vertical][data-sidebar-size=sm] .navbar-brand-box {
    background-color: transparent;
  }
  
  .menu-title {
    color: #e9e9ef;
  }
  
  .box {
    width: 423px;
    height: 90px;
    background-color: #b0102d;
    color: white;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
            clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  }
  
  .parent {
    -webkit-filter: url("#goo");
            filter: url("#goo");
    overflow: hidden;
    position: fixed;
    right: -50px;
    z-index: 1;
    margin-top: 10vw;
  }
  
  .file-manager-actions {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  
  .file-manager-actions > * {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .file-manager-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .file-item {
    position: relative;
    z-index: 1;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    border: 1px solid #dad9d9;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 5px lightgray;
            box-shadow: 5px 5px 5px lightgray;
    border-radius: 10px;
  }
  
  .file-item:hover,
  .file-item.focused {
    border-color: rgba(0, 0, 0, 0.05);
  }
  
  .file-item.focused {
    z-index: 2;
  }
  
  .file-item * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
  }
  
  .dark-style .file-item:hover,
  .dark-style .file-item.focused {
    border-color: rgba(255, 255, 255, 0.2);
  }
  
  .file-item-checkbox {
    margin: 0 !important;
  }
  
  .file-item-select-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  
  .file-item-img {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
  }
  
  .file-item-name {
    display: block;
    overflow: hidden;
  }
  
  .file-manager-col-view .file-item {
    margin: 0 0.25rem 0.25rem 0;
    padding: 1.25rem 0 1rem 0;
    width: 9rem;
    text-align: center;
  }
  
  [dir=rtl] .file-manager-col-view .file-item {
    margin-right: 0;
    margin-left: 0.25rem;
  }
  
  .file-manager-col-view .file-item-img,
  .file-manager-col-view .file-item-icon {
    display: block;
    margin: 0 auto 0.75rem auto;
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
    line-height: 4rem;
  }
  
  .file-manager-col-view .file-item-level-up {
    font-size: 1.5rem;
  }
  
  .file-manager-col-view .file-item-checkbox,
  .file-manager-col-view .file-item-actions {
    position: absolute;
    top: 6px;
  }
  
  .file-manager-col-view .file-item-checkbox {
    left: 6px;
  }
  
  [dir=rtl] .file-manager-col-view .file-item-checkbox {
    right: 6px;
    left: auto;
  }
  
  .file-manager-col-view .file-item-actions {
    right: 6px;
  }
  
  [dir=rtl] .file-manager-col-view .file-item-actions {
    right: auto;
    left: 6px;
  }
  
  .file-manager-col-view .file-item-name {
    width: 100%;
  }
  
  .file-manager-col-view .file-manager-row-header,
  .file-manager-col-view .file-item-changed {
    display: none;
  }
  
  .file-manager-row-view .file-manager-row-header,
  .file-manager-row-view .file-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 0 0.125rem 0;
    padding: 0.25rem 3rem 0.25rem 2.25em;
    width: 100%;
  }
  
  [dir=rtl] .file-manager-row-view .file-manager-row-header,
  [dir=rtl] .file-manager-row-view .file-item {
    padding-right: 2.25em;
    padding-left: 3rem;
  }
  
  .file-manager-row-view .file-item-img,
  .file-manager-row-view .file-item-icon {
    display: block;
    margin: 0 1rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  
  .file-manager-row-view .file-item-level-up {
    font-size: 1rem;
  }
  
  .file-manager-row-view .file-item-checkbox,
  .file-manager-row-view .file-item-actions {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .file-manager-row-view .file-item-checkbox {
    left: 10px;
  }
  
  [dir=rtl] .file-manager-row-view .file-item-checkbox {
    right: 10px;
    left: auto;
  }
  
  .file-manager-row-view .file-item-actions {
    right: 10px;
  }
  
  [dir=rtl] .file-manager-row-view .file-item-actions {
    right: auto;
    left: 10px;
  }
  
  .file-manager-row-view .file-item-changed {
    display: none;
    margin-left: auto;
    width: 10rem;
  }
  
  [dir=rtl] .file-manager-row-view .file-item-changed {
    margin-right: auto;
    margin-left: 0;
  }
  
  .file-manager-row-view .file-item-name {
    width: calc(100% - 4rem);
  }
  
  .file-manager-row-view .file-manager-row-header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-weight: bold;
  }
  
  .file-manager-row-view .file-manager-row-header .file-item-name {
    margin-left: 4rem;
  }
  
  [dir=rtl] .file-manager-row-view .file-manager-row-header .file-item-name {
    margin-right: 4rem;
    margin-left: 0;
  }
  
  .light-style .file-item-name {
    color: #4e5155 !important;
  }
  
  .light-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
  }
  
  .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    margin: 20px auto;
    display: none;
    /* Initially hide the loader */
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @media (min-width: 768px) {
    .light-style .file-manager-row-view .file-item-changed {
      display: block;
    }
    .light-style .file-manager-row-view .file-item-name {
      width: calc(100% - 15rem);
    }
  }
  @media (min-width: 992px) {
    .light-style .file-manager-col-view .file-item-checkbox,
    .light-style .file-manager-col-view .file-item-actions {
      opacity: 0;
    }
    .light-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .light-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .light-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .light-style .file-manager-col-view .file-item:hover .file-item-actions,
    .light-style .file-manager-col-view .file-item.focused .file-item-actions,
    .light-style .file-manager-col-view .file-item.selected .file-item-actions {
      opacity: 1;
    }
  }
  .material-style .file-item-name {
    color: #4e5155 !important;
  }
  
  .material-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
  }
  
  @media (min-width: 768px) {
    .material-style .file-manager-row-view .file-item-changed {
      display: block;
    }
    .material-style .file-manager-row-view .file-item-name {
      width: calc(100% - 15rem);
    }
  }
  @media (min-width: 992px) {
    .material-style .file-manager-col-view .file-item-checkbox,
    .material-style .file-manager-col-view .file-item-actions {
      opacity: 0;
    }
    .material-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .material-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .material-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .material-style .file-manager-col-view .file-item:hover .file-item-actions,
    .material-style .file-manager-col-view .file-item.focused .file-item-actions,
    .material-style .file-manager-col-view .file-item.selected .file-item-actions {
      opacity: 1;
    }
  }
  .dark-style .file-item-name {
    color: #fff !important;
  }
  
  .dark-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
  }
  
  @media (min-width: 768px) {
    .dark-style .file-manager-row-view .file-item-changed {
      display: block;
    }
    .dark-style .file-manager-row-view .file-item-name {
      width: calc(100% - 15rem);
    }
  }
  @media (min-width: 992px) {
    .dark-style .file-manager-col-view .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item-actions {
      opacity: 0;
    }
    .dark-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item:hover .file-item-actions,
    .dark-style .file-manager-col-view .file-item.focused .file-item-actions,
    .dark-style .file-manager-col-view .file-item.selected .file-item-actions {
      opacity: 1;
    }
  }
  .table > thead {
    background-color: #620785 !important;
    border-color: #4b4e69 !important;
  }
  
  tr > th {
    color: #fff !important;
  }
  
  .indi-card {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 15px;
    border: 1px solid rgba(248, 235, 235, 0.6392156863);
    color: 626262;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(rgba(248, 235, 235, 0.6392156863)));
    background: linear-gradient(-180deg, #FDFDFD 0%, rgba(248, 235, 235, 0.6392156863) 100%);
    -webkit-box-shadow: 1px 1.5px 0.5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1.5px 0.5px 0px rgba(0, 0, 0, 0.12);
  }
  
  .indi-num {
    border-radius: 15px 0px 10px 0px;
    left: -1px;
    top: -1px;
    color: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.32) inset;
            box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.32) inset;
  }
  
  .indi-card > a {
    text-wrap: nowrap;
    max-inline-size: 20ch;
    text-align: center;
  }
  
  .indi-card1 {
    border: 1px solid #ccc;
    padding: 10px;
    width: 200px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  
  .indi-card1:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 10px #d9accf;
            box-shadow: 0 0 10px #d9accf;
  }
  
  .request {
    background-color: #626262 !important;
  }
  
  .submit {
    background: #ECB22E !important;
  }
  
  .revision {
    background: #f04040 !important;
  }
  
  .approved {
    background-color: #48BB78 !important;
    color: #fff;
  }
  
  .request.side-bar {
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    background: #F8F9FA !important;
    -webkit-box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.02);
  }
  
  .submit.side-bar {
    border-radius: 12px;
    border: 1px solid #F7BA00;
    background: #F8F9FA !important;
    -webkit-box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.02);
  }
  
  .approved.side-bar {
    border-radius: 12px;
    border: 1px solid #48BB78;
    background: #48BB78 !important;
  }
  
  .approved-color {
    color: #48BB78 !important;
  }
  
  th.dtfc-fixed-left {
    background-color: #620785 !important;
    border-color: #4b4e69 !important;
  }
  
  td:not(:has(button)) {
    vertical-align: middle;
  }
  
  .progress-sm {
    height: 5px !important;
  }
  
  :root {
    --c-grey-100: #f4f6f8;
    --c-grey-200: #e3e3e3;
    --c-grey-300: #b2b2b2;
    --c-grey-400: #7b7b7b;
    --c-grey-500: #3d3d3d;
    --c-blue-500: #688afd;
  }
  
  .timeline {
    width: 85%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 2px solid var(--c-grey-200);
  }
  
  .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .timeline-item + * {
    margin-top: 24px;
  }
  .timeline-item + .extra-space {
    margin-top: 48px;
  }
  
  .timeline-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -52px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 6px #fff;
            box-shadow: 0 0 0 6px #fff;
  }
  .timeline-item-icon svg {
    width: 20px;
    height: 20px;
  }
  .timeline-item-icon.faded-icon {
    background-color: var(--c-grey-100);
    color: var(--c-grey-400);
  }
  .timeline-item-icon.filled-icon {
    background-color: var(--c-blue-500);
    color: #fff;
  }
  
  .timeline-item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    gap: 8px;
    color: var(--c-grey-400);
  }
  .timeline-item-description img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .timeline-item-description a {
    color: var(--c-grey-500);
    font-weight: 500;
    text-decoration: none;
  }
  .timeline-item-description a:hover, .timeline-item-description a:focus {
    outline: 0;
    color: var(--c-blue-500);
  }
  
  .circleavatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .circleavatar.small {
    width: 28px;
    height: 28px;
  }
  .circleavatar img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .footer {
    z-index: 1000;
  }
  
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
    background-color: transparent;
  }
  
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
    background-color: transparent;
  }
  
  .form-floating > .form-control-plaintext ~ label::after,
  .form-floating > .form-control:focus ~ label::after,
  .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
  .form-floating > .form-select ~ label::after {
    background-color: transparent;
  }
  
  input.form-control.border-0.editable-field.w-auto:hover {
    border: 0.01px solid #d9d3d3 !important;
  }
  
  .pl-25 {
    padding-left: 25px;
  }
  
  .custom-dropdown-items {
    padding: 0.5rem 3em !important;
    text-align: center !important;
    border-radius: 0.5rem;
  }
  
  .cust-dropdown {
    margin-bottom: 1rem;
  }
  
  .dropdown-item.abondoned {
    background-color: #A25DDC;
    color: white;
  }
  
  .dropdown-item.yes {
    background-color: #037F4C;
    color: white;
  }
  
  .dropdown-item.no {
    background-color: #E2445C;
    color: white;
  }
  
  .dropdown-item.tbd {
    background-color: #C4C4C4;
    text-transform: uppercase;
    color: white;
  }
  
  .dropdown-item.email {
    background-color: #A25DDC;
    color: white;
  }
  
  .dropdown-item.text {
    background-color: #FF5AC4;
    color: white;
  }
  
  .dropdown-item.phone {
    background-color: #784BD1;
    color: white;
  }
  
  .dropdown-item.not.known {
    background-color: #808080;
    color: white;
  }
  
  .dropdown-item.unreachable {
    background-color: #7F5347;
    color: white;
  }
  
  .dropdown-item.voicemail {
    background-color: #FF7575;
    color: white;
  }
  
  .dropdown-item.texted {
    background-color: #CAB641;
    color: white;
  }
  
  .dropdown-item.contacted {
    background-color: #9CD326;
    color: white;
  }
  
  .dropdown-item.not.yet {
    background-color: #808080;
    color: white;
  }
  
  .dropdown-item.requested {
    background-color: #808080;
    color: white;
    text-transform: capitalize;
  }
  
  .dropdown-item.submitted {
    background-color: #FF642E;
    text-transform: capitalize;
    color: white;
  }
  
  .dropdown-item.revision {
    background-color: #FF7575;
    text-transform: capitalize;
    color: white;
  }
  
  .dropdown-item.needsrevision {
    background-color: #FF7575;
    color: white;
  }
  
  .dropdown-item.approved {
    background-color: #00C875;
    text-transform: capitalize;
    color: white;
  }
  
  .lost {
    color: white;
    background: #E2445C;
  }
  
  .dnq {
    color: white;
    background: #CAB641;
  }
  
  .couldnotreached {
    color: white;
    background: #FF7575;
  }
  
  .send {
    color: white;
    background: #00C875;
  }
  
  .first {
    color: white;
    background: #7F5347;
  }
  
  .tune {
    color: white;
    background: #0086C0;
  }
  
  .call {
    color: white;
    background: #7E3B8A;
  }
  
  .phone-ad {
    color: white;
    background: #BB3354;
  }
  
  .phone-web {
    color: white;
    background: #FAA1F1;
  }
  
  .affiliate {
    color: white;
    background: #FFADAD;
  }
  
  .website {
    color: white;
    background: #66CCFF;
  }
  
  .facebook {
    color: white;
    background: #CAB641;
  }
  
  .facebook-bill {
    color: white;
    background: #CAB641;
  }
  
  .custom-dropdown-menu {
    max-width: 20rem;
    padding: 1rem !important;
    border-radius: 2rem !important;
    background-color: rgba(0, 0, 0, 0.768627451) !important;
    position: absolute;
  }
  
  .pri {
    color: white;
    background: #00C875;
  }
  
  .sta {
    color: white;
    background: #7F5347;
  }
  
  .mai {
    color: white;
    background: #0086C0;
  }
  
  .sent {
    color: white;
    background: #00C875;
  }
  
  .ns {
    color: white;
    background: #808080;
  }
  
  .isactive {
    color: white;
    background: #00C875;
  }
  
  .inactive {
    color: white;
    background: #FF7575;
  }
  
  .sick {
    color: white;
    background: #CAB641;
  }
  
  .ohio {
    color: white;
    background: #FF7575;
  }
  
  .utah {
    color: white;
    background: #CAB641;
  }
  
  .mt-1px {
    margin-top: 2px;
  }
  
  .font-blod {
    font-weight: bolder !important;
    font-size: 15px !important;
  }
  
  .hide-view {
    display: none;
  }
  
  .filled-column {
    background-color: #f1f171 !important;
  }
  
  .left-align {
    text-align: left !important;
    text-transform: capitalize;
  }
  
  .crm-table-container .dataTables_scrollBody {
    padding-bottom: 250px;
    min-height: calc(70vh - 50px) !important;
  }
  
  .dataTables_scrollBody {
    min-height: calc(70vh - 50px) !important;
  }
  
  .page-content {
    padding: 0;
    margin-top: calc(var(--tb-header-height) + var(--tb-grid-gutter-width)) !important;
    margin-right: calc(var(--tb-grid-gutter-width) * 0.5) !important;
    margin-left: calc(var(--tb-grid-gutter-width) * 0.5) !important;
  }
  
  table .left-align span.custom-app {
    display: inline-block;
    margin-top: 8px;
  }
  
  div.dtfc-right-top-blocker {
    background-color: transparent;
  }
  
  .wrapper-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    z-index: 999999;
  }
  
  .insta {
    color: white;
    background: #ec9813;
  }
  
  .sas {
    color: white;
    background: #FAA1F1;
  }
  
  .tik {
    background-color: #9CD326;
    color: white;
  }
  
  .purple {
    background-color: purple;
  }
  
  .orange {
    background-color: orangered;
  }
  
  .update-container {
    border: 1px solid #ddd;
    width: 75%;
    min-width: 75%;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .form-control:disabled {
    color: #000;
    background-color: var(--tb-tertiary-bg);
    opacity: 1;
  }
  
  tbody tr {
    border: #838383;
  }
  
  td button {
    text-transform: capitalize;
  }
  
  .cp, .u, .op {
    color: white;
    background: #a22a96;
  }
  
  .mv, .m, .dnq_acc {
    color: white;
    background: #cf62c4;
  }
  
  .erc-dropdown-menu {
    max-width: 32rem;
    padding: 2rem;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.768627451);
    position: absolute;
  }
  
  .a, .h, .vi {
    color: white;
    background: #cf62c4;
  }
  
  .e, .wn {
    color: white;
    background: #8f0881;
  }
  
  .form-select-intake {
    color: #666 !important;
  }
  
  .o, .con {
    color: white;
    background: #d413c1;
  }
  
  .form-p_intake {
    font-size: 18px !important;
  }
  
  .erc_heading {
    font-size: 25px !important;
    color: #2D3748;
    margin-left: 10px;
    margin-bottom: 2px;
    font-weight: bold !important;
  }
  
  .form_heading_section {
    font-size: 19px !important;
  }
  
  .form-intake_options {
    font-size: 17px !important;
    color: #2D3748;
    margin-left: 10px;
    margin-bottom: 2px;
  }
  
  .form-intake_subheading {
    font-size: 17px !important;
  }
  
  .form-intake_fields {
    font-size: 17px !important;
    color: #2D3748;
    margin-left: 10px;
    margin-bottom: 2px;
    font-weight: bold !important;
  }
  
  .form_intakepayroll {
    font-size: 15px !important;
    color: #2D3748;
    margin-left: 10px;
    margin-bottom: 2px;
    font-weight: bold !important;
  }
  
  .scrollToColumn {
    background-color: rgb(249, 245, 255) !important;
    color: rgb(105, 65, 198) !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: var(--tb-border-radius-lg) !important;
  }
  
  .scrollToColumn:hover {
    background-color: #e4d2f9 !important;
  }
  
  .opp-contact, .opp-veri, .opp-follow, .opp-appr, .opp-pend,
  .opp-won, .opp-lost, .opp-dnq,
  .g, .co {
    background-color: #ED7D31;
    color: black;
  }
  
  .c {
    background-color: #B3A492;
    color: black;
  }
  
  .v {
    background-color: #98E4FF;
    color: black;
  }
  
  .d {
    background-color: #232D3F;
    color: white;
  }
  
  .bd, .new {
    background-color: #B2C8BA;
    color: black;
  }
  
  .l, .uf, .co {
    background-color: #8E8FFA;
    color: black;
  }
  
  .text-dark-gray {
    color: #5A5A5A !important;
  }
  
  .progress-info .stage.progress-bar.active {
    color: #fff;
    background-color: #063c8b !important;
  }
  
  .progress-info .dis.progress-bar.active {
    color: #fff;
    background-color: #0391cd !important;
  }
  
  .progress-info .progress-bar.active::after {
    border-left-color: #620785;
  }
  
  .progress-step-arrow .progress-bar::after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    bottom: 13px;
    right: -20px;
    z-index: 1;
  }
  
  .progress-info .progress-bar.pending:not(:nth-child(1))::after {
    border-left-color: transparent;
  }
  
  .progress-info .progress-bar.pending:not(:nth-child(1)) {
    background-color: var(--tb-info-bg-subtle) !important;
    color: #48797f !important;
  }
  
  .btn-primary {
    background-color: #620785 !important;
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--tb-nav-pills-link-active-color);
    background-color: #620785 !important;
  }
  
  .cust_dis {
    background-color: white;
    color: black;
  }
  
  [class*=opp], [class*=add], [class*=lead-] {
    background-color: white;
    color: black;
  }
  
  .google, .f {
    background-color: #D2DE32;
  }
  
  .checkbox-wrapper-11 {
    --text: #414856;
    --check: #4F29F0;
    --disabled: #C3C8DE;
    --border-radius: 10px;
    border-radius: var(--border-radius);
    position: relative;
    padding: 5px;
    display: grid;
    grid-template-columns: 30px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .checkbox-wrapper-11 label {
    color: var(--text);
    position: relative;
    cursor: pointer;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  
  .checkbox-wrapper-11 label::before,
  .checkbox-wrapper-11 label::after {
    content: "";
    position: absolute;
  }
  
  .checkbox-wrapper-11 label::before {
    height: 2px;
    width: 8px;
    left: -27px;
    background: var(--check);
    border-radius: 2px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  
  .checkbox-wrapper-11 label:after {
    height: 4px;
    width: 4px;
    top: 8px;
    left: -25px;
    border-radius: 50%;
  }
  
  .checkbox-wrapper-11 input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    height: 15px;
    width: 15px;
    outline: none;
    border: 0;
    margin: 0 15px 0 0;
    cursor: pointer;
    background: var(--background);
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .checkbox-wrapper-11 input[type=checkbox]::before, .checkbox-wrapper-11 input[type=checkbox]::after {
    content: "";
    position: absolute;
    height: 2px;
    top: auto;
    background: var(--check);
    border-radius: 2px;
  }
  
  .checkbox-wrapper-11 input[type=checkbox]::before {
    width: 0px;
    right: 60%;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  
  .checkbox-wrapper-11 input[type=checkbox]::after {
    width: 0px;
    left: 40%;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  
  .checkbox-wrapper-11 input[type=checkbox]:checked::before {
    -webkit-animation: check-01-11 0.4s ease forwards;
    animation: check-01-11 0.4s ease forwards;
  }
  
  .checkbox-wrapper-11 input[type=checkbox]:checked::after {
    -webkit-animation: check-02-11 0.4s ease forwards;
    animation: check-02-11 0.4s ease forwards;
  }
  
  .checkbox-wrapper-11 input[type=checkbox]:checked + label {
    color: var(--disabled);
    -webkit-animation: move-11 0.3s ease 0.1s forwards;
    animation: move-11 0.3s ease 0.1s forwards;
  }
  
  .checkbox-wrapper-11 input[type=checkbox]:checked + label::before {
    background: var(--disabled);
    -webkit-animation: slice-11 0.4s ease forwards;
    animation: slice-11 0.4s ease forwards;
  }
  
  .checkbox-wrapper-11 input[type=checkbox]:checked + label::after {
    -webkit-animation: firework-11 0.5s ease forwards 0.1s;
    animation: firework-11 0.5s ease forwards 0.1s;
  }
  
  @-webkit-keyframes move-11 {
    50% {
      padding-left: 8px;
      padding-right: 0px;
    }
    100% {
      padding-right: 4px;
    }
  }
  @keyframes move-11 {
    50% {
      padding-left: 8px;
      padding-right: 0px;
    }
    100% {
      padding-right: 4px;
    }
  }
  @-webkit-keyframes slice-11 {
    60% {
      width: 100%;
      left: 4px;
    }
    100% {
      width: 100%;
      left: -2px;
      padding-left: 0;
    }
  }
  @keyframes slice-11 {
    60% {
      width: 100%;
      left: 4px;
    }
    100% {
      width: 100%;
      left: -2px;
      padding-left: 0;
    }
  }
  @-webkit-keyframes check-01-11 {
    0% {
      width: 4px;
      top: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      width: 0px;
      top: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    51% {
      width: 0px;
      top: 8px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    100% {
      width: 5px;
      top: 8px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
  }
  @keyframes check-01-11 {
    0% {
      width: 4px;
      top: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      width: 0px;
      top: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    51% {
      width: 0px;
      top: 8px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    100% {
      width: 5px;
      top: 8px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
  }
  @-webkit-keyframes check-02-11 {
    0% {
      width: 4px;
      top: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      width: 0px;
      top: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    51% {
      width: 0px;
      top: 8px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    100% {
      width: 10px;
      top: 8px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
  }
  @keyframes check-02-11 {
    0% {
      width: 4px;
      top: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      width: 0px;
      top: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    51% {
      width: 0px;
      top: 8px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    100% {
      width: 10px;
      top: 8px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
  }
  @-webkit-keyframes firework-11 {
    0% {
      opacity: 1;
      -webkit-box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
              box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
    }
    30% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
              box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
    }
  }
  @keyframes firework-11 {
    0% {
      opacity: 1;
      -webkit-box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
              box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
    }
    30% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
              box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
    }
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    /* border: 1px solid #aaa; */
    border-radius: 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 4px;
    padding-right: 5px;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    /* box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px; */
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    /* border-right: 1px solid #aaa; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 8px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: #333;
    outline: none;
  }
  
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #4f29f0 1px;
    outline: 0;
  }
  
  .select2-container--default .select2-selection--multiple {
    border: var(--tb-border-width) solid var(--tb-border-color-translucent);
  }
  
  #mailForm label {
    cursor: pointer;
  }
  
  #mailForm input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    height: var(--radio-size);
    width: var(--radio-size);
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--radio);
    background: transparent;
    border-radius: 50%;
    display: grid;
    justify-self: end;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: border 0.5s ease;
    transition: border 0.5s ease;
  }
  
  #mailForm input[type=radio]::before, #mailForm input[type=radio]::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    border-radius: 50%;
  }
  
  #mailForm input[type=radio]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--background);
    z-index: 1;
    opacity: var(--opacity, 1);
  }
  
  #mailForm input[type=radio]::after {
    position: relative;
    width: 50%;
    height: 50%;
    background: var(--radio-checked);
    top: var(--y, 100%);
    -webkit-transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
    transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
  }
  
  #mailForm input[type=radio]:checked {
    --radio: var(--radio-checked);
  }
  
  #mailForm input[type=radio]:checked::after {
    --y: 0%;
    -webkit-animation: stretch-animate 0.3s ease-out 0.17s;
            animation: stretch-animate 0.3s ease-out 0.17s;
  }
  
  #mailForm input[type=radio]:checked::before {
    --opacity: 0;
  }
  
  #mailForm input[type=radio]:checked ~ input[type=radio]::after {
    --y: -100%;
  }
  
  #mailForm input[type=radio]:not(:checked)::before {
    --opacity: 1;
    -webkit-transition: opacity 0s linear 0.5s;
    transition: opacity 0s linear 0.5s;
  }
  
  @-webkit-keyframes stretch-animate {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    28% {
      -webkit-transform: scale(1.15, 0.85);
              transform: scale(1.15, 0.85);
    }
    50% {
      -webkit-transform: scale(0.9, 1.1);
              transform: scale(0.9, 1.1);
    }
    100% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  
  @keyframes stretch-animate {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    28% {
      -webkit-transform: scale(1.15, 0.85);
              transform: scale(1.15, 0.85);
    }
    50% {
      -webkit-transform: scale(0.9, 1.1);
              transform: scale(0.9, 1.1);
    }
    100% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }