body {
    font-family: var(--mark);
}

.section-nested video {
    border-radius: 24px;
    overflow: hidden;
    background: #000000;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 472px;
    /* background-color:#1c1f25; */
    border-radius: 24px;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.4s ease-in-out;
    height: 100%;
    max-height: 400px;
}

.sam-disclaimer span.error {
    display: block;
}

iframe {
    border-radius: 0px !important;
}

.f8-card .info {
    overflow-wrap: break-word;
}

/* @media (max-width:900px){
  .slides-wrapper{
    max-height: 200px;
  }
} */

.slider-container .mySlides {
    /* background-size: contain!important; */
    background-position: center !important;
    background-color: #1c1f25 !important;
    display: block;
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    /* position:absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; */
}

.slider-container .mySlides.landscape,
.slider-container .mySlides.square {
    background-size: cover !important;
}

.slider-container .mySlides.portrait {
    /* background-size: contain!important; */
    background-size: cover !important;
}

.background-blur-layer {
    background-position: center center !important;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover !important;
    filter: blur(20px);
    inset: 0;
    transform: scale(1.2);
}

.lp-slider-wraper {
    background-color: #1c1f25;
    border-radius: 24px;
    height: 100%;
}

.lp-slider {
    border-radius: 0 !important;
}

.slider-container .mySlides.active {
    opacity: 1;
    z-index: 1;
}

/* .slider-container .mySlides::before
 {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(60px) !important;
    z-index: 0;
    transition: none!important;
} */

.slider-container .mySlides img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 9;
}

.video-player-design {
    border-radius: 24px;
    overflow: hidden;
    background-color: #000;
}

.service-data .option-graphic-link h2,
.service-data .option-graphic-link i {
    color: var(--dark-text);
    transition: var(--hyperFadeFaster);
}

.service-data .option-graphic-link:hover .card-cta i {
    color: var(--f8-gray);
}

.service-data .option-graphic-link:hover .card-cta {
    background: var(--dark-text);
    border: 1px solid var(--dark-text);
    color: var(--f8-gray);
}

/* Sweet Alert Css */

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    background: linear-gradient(var(--f7-gray), var(--f7-gray)) padding-box,
        linear-gradient(to right, var(--svd-blue), var(--svd-cyan)) border-box;
    background-clip: padding-box, border-box;
    z-index: 1;
    border: .25em solid rgb(165 220 134 / 0%);
}

div:where(.swal2-icon).swal2-success [class^="swal2-success-line"]:first-of-type {
    background-color: var(--svd-blue);
}

div:where(.swal2-icon).swal2-success [class^="swal2-success-line"]:last-of-type {
    background: linear-gradient(to right, var(--svd-blue), var(--svd-cyan)) border-box;
    background-color: transparent;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
    width: auto;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-family: var(--mark);
    font-size: 1.65em;
    font-weight: 500;
    color: var(--dark-text);
}

div:where(.swal2-container) .swal2-html-container {
    color: var(--dark-text);
}

div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 12px;
    background: var(--f7-gray) !important;
}

div:where(.swal2-container) div:where(.swal2-loader) {
    border-color: var(--svd-blue) rgba(0, 0, 0, 0) var(--svd-blue) rgba(0, 0, 0, 0);
}

/*--------- Sweet alart Error ---------------*/

div:where(.swal2-icon).swal2-error {
    background: linear-gradient(var(--f7-gray), var(--f7-gray)) padding-box,
        linear-gradient(to right, #E0294A, #ff617e) border-box;
    background-clip: padding-box, border-box;
    z-index: 1;
    border: .25em solid rgb(165 220 134 / 0%);
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background: linear-gradient(var(--f7-gray), var(--f7-gray)) padding-box,
        linear-gradient(to right, #E0294A, #ff617e) border-box;
    background-clip: padding-box, border-box;
    border: .25em solid rgb(165 220 134 / 0%);
}

/*--------- Sweet alart Warning ---------------*/
.swal2-icon.swal2-warning {
    background: linear-gradient(var(--f7-gray), var(--f7-gray)) padding-box, linear-gradient(to right, #ffa200, #f9c871) border-box;
    background-clip: padding-box, border-box;
    z-index: 1;
    border: .25em solid rgb(165 220 134 / 0%);
}

.img-square {
    aspect-ratio: 1/1;
}

.img-square img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #ffffff;

}

.modal-wrapper .modal-content {
    max-width: 650px;
    width: 100%;
    border-radius: 12px;
    overflow: visible;
    box-shadow: rgba(0 0 0 / 50%) 0 4px 30px -3px,
        rgba(0 0 0 / 30%) 0 2px 8px -2px;
}

.modal-wrapper .modal-content .close-btn {
    position: absolute;
    top: 0px;
    right: inherit;
    color: #777;
}

.modal-wrapper .modal-body iframe {
    height: 100%;
    border-radius: 0;
}

.modal-wrapper .modal-body {
    height: calc(100vh - 100px);
}

.modal-wrapper .modal-body::-webkit-scrollbar {
    display: none;
}

.modal.modal-wrapper {
    backdrop-filter: blur(2px);
    background-color: rgba(20, 20, 20, 0.25);
}

input[type=text].ghost:active,
input[type=text].ghost:focus {
    border: none;
}

.otp-fieldset {
    text-align: center;
}

.sort-by-date-filter .filter-checkbox {
    border-radius: 50%;
}

/* .sort-by-date-filter .filter-checkbox i{
  font-size:1px;
} */
#search-filter-menu .filter-item {
    padding-left: 24px;
    text-indent: -24px;
}

#search-filter-menu .filter-item .filter-checkbox i {
    text-indent: 24px;
}

/* .filter-item {
  text-indent: -24px;
  padding-left: 24px;
} */

.banner-share-bar a {
    position: initial;
}

#filter-menu #datepicker:focus {
    border: 1px solid var(--svd-cyan);
}

span.toggle-specs-link {
    cursor: pointer;
}

/* #search-loader{
  width:100%;
  height:30vh;
  display:flex;
  align-items:center;
  justify-content:center;
}
.circle-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle {
  position: absolute;
  border: 3.5px solid transparent;
  border-radius: 50%;
  animation: rotate 3s infinite ease-in-out;
}

.circle-1 {
  width: 200px;
  height: 200px;
  border-top-color: rgb(99, 102, 241);
  border-right-color: rgb(99, 102, 241);
  animation-delay: -0.15s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  border-top-color: #404041;
  border-right-color: #404041;
  animation-delay: -0.3s;
}

.circle-3 {
  width: 100px;
  height: 100px;
  border-top-color: rgb(99, 102, 241);
  border-right-color: rgb(99, 102, 241);
  animation-delay: -0.45s;
}

.circle-4 {
  width: 50px;
  height: 50px;
  border-top-color: #404041;
  border-right-color: #404041;
  animation-delay: -0.6s;
} */

.search-records {
    position: relative;
}

#search-loader {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    padding-top: 0;
    /* background-color: rgba(255, 255, 255, 0.8); */
}

div#search-loader.transparent {
    background: #f7f7f973;
}

#search-loader #loading {
    text-align: center;
}

div#search-loader>div#loading {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}

.ip-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 64px;
    height: 32px;
    margin: 0 auto;
}

.ip-loader div {
    position: absolute;
    top: 11px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1.6px solid #4f76f7;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.ip-loader div:nth-child(1) {
    left: 6px;
    animation: ip-loader1 0.8s infinite;
    background: #4f76f7;
}

.ip-loader div:nth-child(2) {
    left: 6px;
    animation: ip-loader2 0.8s infinite;
}

.ip-loader div:nth-child(3) {
    left: 26px;
    animation: ip-loader2 0.8s infinite;
}

.ip-loader div:nth-child(4) {
    left: 45px;
    animation: ip-loader3 0.8s infinite;
}

.svd-cobalt {
    color: #4f76f7;
    font-size: 1rem;
    margin-top: 10px;
}

.cf-turnstile {
    margin-bottom: 24px;
}

.slides li {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.6s;
    background-size: cover;
    background-position: center center;
}

.team-card {
    position: relative;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 5 / 4;
    height: auto;
    background-color: var(--f8-gray);
    background: url('../images/banner-smaller-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
}

.video-player-design video {
    height: auto;
}

.home-h1-paragraph {
    display: block;
    font-size: 1em;
    margin: 0 0 24px;
}

#myVideo {
    height: 100%;
    object-fit: cover;
}

span.bold.display-block {
    display: block;
}

/** START FIXED IPAD */

main.ipad-fixed-menu {

    .display-on-mobile {
        display: block;
        visibility: visible;
    }

    .display-on-desktop {
        display: none;
        visibility: hidden;
    }

    .top-bar {
        padding: 0px 15px;
    }

    .top-bar a {
        padding: 0px 9px;
    }

    .svd-mobile-nav {
        display: flex;
    }

    .mobile-nav-bar {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--svd-cyan-soft);
        background: var(--f7-gray);
        height: 90px;
        z-index: 501;
    }

    .mobile-nav-bar .go-back {
        display: none;
        width: 60px;
        height: 90px;
        line-height: 90px;
        border-right: 1px solid var(--svd-cyan-soft);
        text-align: center;
        cursor: pointer;
    }

    .mobile-nav-bar.active .go-back {
        display: block;
    }

    .mobile-nav-bar .mobile-nav-close {
        display: block;
        width: 60px;
        height: 90px;
        line-height: 90px;
        border-left: 1px solid var(--svd-cyan-soft);
        text-align: center;
        cursor: pointer;
    }

    .maxima-nav {
        position: fixed;
        top: 0;
        left: 0;
        /* width: 370px; */
        width: 90%;
        height: 100%;
        background: var(--f7-gray);
        border-bottom: 1px solid var(--f6-gray);
        overflow: hidden;
        transform: translate(-100%);
        transition: var(--hyperFade);
    }

    .maxima-nav.active {
        transform: translate(0%);
    }

    .nav {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .nav li {
        display: block;
        float: none;
        border-bottom: 1px solid var(--f6-gray);
    }


    .nav li>a {
        position: relative;
        display: block;
        padding: 0 24px;
        line-height: 60px;
        color: var(--dark-text);
    }

    .nav li>a>i.fa-chevron-down {
        position: absolute;
        right: 24px;
        line-height: 60px;
        transform: rotate(-90deg);
    }

    .nav li>.sub-menu {
        /*        position: relative;*/
        position: absolute;
        background: var(--f7-gray);
        border-bottom: 1px solid var(--f6-gray);
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 120px 24px 24px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;

    }

    .nav li>.sub-menu ul>li>a.industry-block-link {
        min-height: 120px;
    }

    .nav li>.sub-menu.active {
        display: block;
    }

    @keyframes navSlide {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes navSlideAway {
        0% {
            opacity: 1;
            transform: translateX(0%);

        }

        100% {
            opacity: 0;
            transform: translateX(100%);

        }
    }

    .blur-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(255 255 255 / 30%);
        backdrop-filter: blur(60px);
        display: block;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: var(--hyperFade);
    }

    .blur-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .nav li>a.desktop-link {
        display: none;
    }

    .nav li>a.mobile-link {
        display: block;
    }

    .right-to-center {
        text-align: center;
    }

    .right-to-left {
        text-align: left;
    }

    .center-to-left {
        text-align: left;
    }

    .center-on-mobile {
        text-align: center;
    }

    .hide-on-mobile {
        display: none;
    }

    .hide-on-desktop {
        display: block;
    }


}

.blur-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 30%);
    backdrop-filter: blur(60px);
    display: block;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: var(--hyperFade);
}


/** START FIXED IPAD */

/* Animation keyframes */
@keyframes ip-loader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ip-loader2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(19px);
    }
}

@keyframes ip-loader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@media(max-width:520px) {

    .pagination a,
    .pagination span {
        font-size: 14px;
        padding: 6px 10px;
    }
}

@media (min-width: 768px) {
    /* .clear-filters {    
    font-size: 1em;
    padding: 8px 16px 5px 16px;
  } */
}

.clear-filters {
    line-height: 1.2;
}

@media (max-width: 900px) {
    .banner-medium.our-clients {
        min-height: 300px !important;
    }

    .new-auction-cover.dmg-mori {
        height: 250px;
    }

    .slides-wrapper {
        max-height: 200px;
    }

    .banner-medium.why-sell {
        min-height: 300px;
    }
}

/* Top offset for desktop only */
@media (min-width: 992px) {
    #search-loader {
        align-items: flex-start;
        padding-top: 150px;
    }
}

/* @media screen and (max-width: 1440px) {
    .nav li > a {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        font-family: var(--mark-bold);
        color: var(--dark-text);
    }
} */

@media only screen and (max-width: 900px) {
    .slider-container {
        height: 272px;
    }

    .banner-medium.techfootin,
    .banner-medium.lgc,
    .banner-medium.proindustrial {
        min-height: 300px;
    }
}

.maxima-nav ul li.active span.underscore {
    width: 100%;
    background-color: #3979EB !important;
}

/* .client-banner {
    padding-top: 0;
    padding-bottom: 0;
    height: 190px;
    display: flex;
    align-items: center;    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    color: var(--f8-gray);
} */

.client-banner.cloud-base {
    position: relative;
    color: var(--dark-text);
    background: url('../images/default-svd-banner-low.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 48px;
    padding-bottom: 48px;
}

.dflex {
    display: flex !important;
}

.alignItemCenter {
    align-items: center !important;
}

.justifyContentCenter {
    justify-content: center !important;
}

.justifyContentSpaceBetween {
    justify-content: space-between !important;
}

.auction-preview-main-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule-prv-btn {
    display: inline-block !important;
    text-align: center;
    border: 1px solid var(--dark-text) !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    color: var(--dark-text) !important;
    font-family: var(--mark-bold) !important;
    transition: var(--hyperFadeFaster) !important;
    margin-left: 30px !important;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 1rem !important;
}

.schedule-prv-btn:hover {
    background-color: var(--dark-text) !important;
    color: var(--f8-gray) !important;
    border: 1px solid var(--dark-text) !important;
}

@media (max-width: 900px) {
    .schedule-prv-btn {
        padding: 10px 20px !important;
        font-size: 14px;
        margin-left: 20px !important;
    }
}

@media (max-width: 600px) {
    .auction-preview-main-div {
        flex-direction: column;
        align-items: stretch !important;
    }

    .schedule-prv-btn {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 15px !important;
        padding: 22px 12px !important;
        font-size: 16px;
        white-space: normal;
        border-radius: 12px !important;
    }
}

/** Access the Data Room Section CSS */
.access-data-room-module {
    /* background: var(--svd-cyan-softest); */
    border: 1px solid #86DDF6;
    border-radius: 12px;
    padding: 15px 20px;
    max-width: 980px;
    width: 100%;
    background: #D8E9EF;
}

@media screen and (min-width:901px) {
    .access-data-room-module {
        margin-right: 20px;
        width: auto;
    }
}

.access-data-room-header {
    /* border-bottom: 1px solid var(--svd-cyan); */
    /* display: inline-block; */
    /* background-color: var(--svd-cyan-softest); */
    /* padding-bottom: 6px; */
    /* margin-bottom: 18px; */
    font-size: 1.19rem !important;
    padding: 1rem 0;
    color: var(--dark-text);
    padding: 7px 0 24px 0px;
}

.access-data-room-desc {
    margin-bottom: 24px;
    /* color: var(--normal-text); */
    color: #000000;
    font-size: 1rem;
    line-height: 24px;
}

.access-data-room-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    font-size: 1rem;
}

.access-data-room-actions .maxima-cta-dark .lp-cta-text span {
    display: block;
    margin-bottom: 7px;
}

.access-data-room-actions .maxima-cta-dark .gradient-border{
    padding: 30px 20px;
}

.access-data-room-actions .maxima-cta-dark {
    font-size: 1em;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-align: center;
}

@media (min-width: 951px) and (max-width: 1439px) {
    .access-data-room-actions {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .access-data-room-actions .maxima-cta-lp {
        width: 100% !important;
    }

    .already-have-ccount {
        width: 100% !important;
    }
}

@media (max-width: 710px) {
    .access-data-room-actions {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .access-data-room-actions .maxima-cta-lp {
        width: 100% !important;
    }

    .already-have-ccount {
        width: 100% !important;
    }
}

.access-data-room-login-text p {
    margin-bottom: 8px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.access-data-room-login-text span {
    font-size: 1rem;
}

.access-data-room-login-text a {
    font-size: 17px;
    /* padding-left: 7px; */
    color: #333b47;
    text-decoration: none;
}


.access-data-room-actions .maxima-cta-lp {
    width: 50%;
}

.access-data-room-btn {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid var(--svd-blue);
    border-radius: 8px;
    color: var(--dark-text);
    text-align: center;
    font-family: var(--mark-bold);
    text-decoration: none;
    background: transparent;
    transition: all 0.2s;
}

.access-data-room-btn:hover {
    background: var(--svd-blue);
    color: white;
}

.access-data-room-or {
    color: var(--lighter-text);
    font-family: var(--mark-bold);
}

.access-data-room-login-link {
    text-decoration: none;
    color: var(--dark-text);
    font-family: var(--mark-bold);
}

.already-have-ccount {
    width: 45%;
    text-align: center;
    line-height: 24px;
    opacity: 0.8;
}

.already-have-ccount p {
    margin: 0;
}