@font-face {
    font-family: "Proxima Nova";
    font-weight: 900;
    src: url('../fonts/proxima/ProximaNova-Black.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 800;
    src: url('../fonts/proxima/ProximaNova-Extrabold.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 700;
    src: url('../fonts/proxima/ProximaNova-Bold.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 600;
    src: url('../fonts/proxima/ProximaNova-Semibold.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 500;
    src: url('../fonts/proxima/ProximaNova-Regular.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 400;
    src: url('../fonts/proxima/ProximaNova-Light.woff2');
    font-display: swap;
}

:root {
    --color-app-gray-1: #454545;
    --color-app-gold-1: #896826;
    --color-app-blue-1: #2C323E;
    --color-app-blue-2: #2E3D53;
    --container-width-1: 850px;
    --bikeGoTo: 125px;
}

body {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    overflow: overlay;
    color: #454545;
    overflow-x: hidden;
}



:root {
    --header-height: 100px;
    --filter-height: 90px;
    --container-width-1: 1200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*, ::before, ::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 18px;
    font-weight: 400;
    color: #606060;
}

b {
    font-weight: 500;
}

svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

fieldset {
    border: none;
}

button {
    cursor: pointer;
}

button, select, option, input {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

::-webkit-input-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

:-moz-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

::-moz-placeholder {
    font-style: italic;
    color: #7e7e7e;
    font-family: 'Proxima Nova', sans-serif;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

* {
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    a, a:hover, a:visited, a:active {
        text-decoration: none;
    }

img, embed, object, video, svg {
    max-width: 100%;
}



h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

* {
    scroll-margin-top: 100px;
}









.col-1 {

}

.col-2 {
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

/*.card-bat {
    background-color:white;
    position:relative;
    width: 610px;
    border-radius: 15px;
    border: 2px solid #0D7FFF;
    box-shadow: 0 0.75rem 1.5rem #12263f08;
    overflow:hidden;
    transition:border-color 0.3s ease;
    display:flex;
    flex-direction:column;
}*/
.card-bat {
    height: 100%;
    width: 100%;
    background-color: white;
    position: relative;
    border-top: 2px solid #f5f5f5;
    border-right: none;
    border-bottom: none;
    border-left: none;
    overflow: hidden;
    transition: border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

@media(min-width:900px) {

    .card-bat {
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: 2px solid #f5f5f5;
    }

}



.color-success-history {
    color :#5DB72E;
    font-weight:700;
}

.card-bat .card-bat-pl {
    padding-left:20px;
}

.card-bat .card-bat-pr {
    padding-right: 20px;
}

@media(min-width:900px) {

    .card-bat .card-bat-pl {
        padding-left: 50px;
    }

    .card-bat .card-bat-pr {
        padding-right: 75px;
    }

}

.mt-50 {
    margin-top:50px;
}

.card-bat .card-bat-title-1 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    margin-bottom:10px;
}

.card-bat .card-bat-title-2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #007FFF;
    transition: color 0.3s ease;
}
.card-bat.card-success .card-bat-title-2 {
    color: #5DB72E;
}

.card-bat .card-bat-title-3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

.card-bat .card-bat-title-no-result {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-top:35px;
    margin-bottom:50px;
    text-align:center;
}

.card-bat .card-bat-header {
    margin-top: 75px;
    margin-bottom: 20px;
}

.card-bat .card-bat-data {
    display: flex;
    gap: 35px;
    flex-direction: column;
}
@media(min-width:900px) {
    .card-bat .card-bat-data {
        flex-direction: row;
    }
}

.card-bat .card-bat-data-1 {
    display: flex;
    align-items:center;
    gap:10px;
}


.card-bat .card-bat-data-1 svg {
    width: 26px;
    height: 26px;
    flex-shrink:0;
}

.card-bat .card-bat-data-1 .card-bat-data-1-1 {
    display: flex;
    flex-direction:column;
    gap: 5px;
}

.card-bat .card-bat-data-1 .card-bat-data-1-1-1 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}
.card-bat .card-bat-data-1 .card-bat-data-1-1-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.card-bat .card-bat-show-validation {
    background-color: #5DB72E;
    font-size:30px;
    font-weight:700;
    color:#ffffff;
    text-align:center;
    padding:15px 50px;
    margin-top:50px;
}

.card-bat .card-bat-product-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

@media(min-width:900px) {
    .card-bat .card-bat-product-list {
        padding-right: 75px;
        padding-left: 50px;
    }
}

.card-bat .card-bat-product-list .card-bat-product {
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
    padding: 10px 0px 0px 0px;
    position: relative;
    overflow:hidden;
}

.card-bat .card-bat-product-list .card-bat-product.active {
    border: 2px solid #0D7FFF;
    box-shadow: 0 0.75rem 1.5rem #12263f08;
}

.card-bat .card-bat-product-list .card-bat-product .card-bat-product-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0px;
    transition: margin-bottom 0.7s ease;
    padding-left: 12px;
    padding-right: 12px;
}



.card-bat .card-bat-product-list .card-bat-product.active .card-bat-product-title {
    color: #007FFF;
}

.card-bat .card-bat-product-list .card-bat-product .card-bat-product-url {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0D7FFF;
    padding: 2px 8px;
    border-radius: 5px;
    background-color: transparent;
    border:none;
}

.card-bat .card-bat-product-list .card-bat-product .card-bat-product-url svg {
    height: 16px;
    width: 16px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
/*.card-bat .card-bat-product-list .card-bat-product .card-bat-product-url:hover svg {
    transform:translate3d(5px, 0, 0)
}*/

.card-bat .card-bat-product-list .card-bat-product .card-bat-product-description {
    font-size: 14px;
    font-weight:500;
    white-space: pre-line;
    max-width: 100%;
    overflow-y: auto;
    max-height: 300px;
    transition: max-height 0.7s ease, opacity 0.7s ease, margin-bottom 0.7s ease;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}



/*.card-bat .card-bat-product-list .card-bat-product .card-bat-product-description::-webkit-scrollbar {
    display: none;
}*/


.card-bat .card-bat-product-list .card-bat-product.active .card-bat-product-description {
    opacity: 1;
    overflow-y: auto;
    max-height: 300px;
}

/*.card-bat .card-bat-product-list .card-bat-product.active .card-bat-product-description::-webkit-scrollbar {
    display: unset;
}*/


.card-bat .card-bat-product-file-list {
    display:flex;
    flex-direction:column;
    gap:2px;
    margin-top:10px;
}

.card-bat .card-bat-product.active .card-bat-product-file-list {
    margin-bottom: 10px;
}

.card-bat .card-bat-product-file-list .card-bat-product-file-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 0px;
}

.card-bat .card-bat-product-file-list .card-bat-product-file-list-item a {
    overflow:hidden;
    text-overflow:ellipsis;
}

.card-bat .card-bat-product-file-list .card-bat-product-file-list-item button {
    flex-shrink:0;
}

.card-bat .card-bat-action-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-content: center;
    padding: 35px 50px 0px 50px;
}

@media(min-width:900px) {
    .card-bat .card-bat-action-list {
        flex-direction: row;
        gap: 30px;
        padding: 35px 75px 35px 50px;
    }
}

.card-bat .card-bat-button-1 {
    border-radius: 5px;
    background-color: #0D7FFF;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #0D7FFF;
    padding: 15px 40px;
    flex: 1;
    height: 64px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.card-bat .card-bat-button-1[disabled] {
    background-color: #c1c1c1;
    border: 2px solid #c1c1c1;
    cursor: not-allowed;
}

.card-bat .card-bat-button-2 {
    border-radius: 5px;
    background-color: #3B3B3B;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #3B3B3B;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    height: 64px;
    justify-content: center;
    align-items: center;
}

.card-bat .card-bat-button-2 .card-bat-button-2-small {
    font-size:12px;
    font-weight:500;
}

.card-bat .badge-state {
    position:absolute;
    top:20px;
    right:35px;
}

.badge-state {
    font-size:16px;
    line-height:1;
    font-weight:600;
    border-radius:100px;
    padding:8px 17px;
    text-align:center;
}

    .badge-state.badge-small {
        font-size: 12px;
        line-height: 1;
        font-weight: 600;
        border-radius: 100px;
        padding: 4px 14px;
    }

.badge-state.state-0 {
    background-color: #f3e8ff;
    color: #6b21a8;
}

.badge-state.state-1 {
    background-color: #dbeafe;
    color: #1e40af;
}

.badge-state.state-2 {
    background-color: #fef9c3;
    color: #854d0e;
}

.badge-state.state-3 {
    background-color: #dcfce7;
    color: #166534;
}

.badge-state.state-4 {
    background-color: #fee2e2;
    color: #991b82;
}


.badge-state.state-5 {
    background-color: #000000;
    color: #ffffff;
}



.card-bat .card-bat-history-list {
    margin-top:35px;
    background-color: #f5f5f5;
    padding-top:30px;
    padding-bottom:30px;
    flex:1;
}


.card-bat .card-bat-history-list .card-bat-title-3 {
    text-align:center;
}

.card-bat .card-bat-history-list-1 {
    display: flex;
    gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 80px;
    padding-right:20px;
}

@media(min-width:900px) {
    .card-bat .card-bat-history-list-1 {
        padding-left: 200px;
        padding-right: 75px;
    }
}


.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1 {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    color: #000000;
}

.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-sender {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    color: #000000;
}



.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-title-icon {
    position: absolute;
    left: -60px;
    top: 0px;
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    border-radius: 100px;
    border: 2px solid #000000;
    color:#000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-title-icon svg {
    height: 25px;
    width: 25px;
}

.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-date {
    font-size: 14px;
    line-height: 1;
    margin-top:5px;
    font-weight: 600;
}
.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-type {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    font-style:italic;
}
.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-comment {

    position: relative;
    margin-left: 23px;
}


    .card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-comment-1 {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-line;
    }



.card-bat .card-bat-history-list-1 .card-bat-history-list-1-1-comment svg {
    position:absolute;
    left:-23px;
    width:18px;
    height:18px;
    top:-2px;
}



.card-selected-product .card-selected-product-action-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 2;
    height: 36px;
    flex-shrink: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #d5d5d5;
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(0,0,0,0) 100%);*/
}

.card-selected-product .card-selected-product-title-1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-align: center;

}

.card-selected-product .card-selected-product-action-list-1 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}

.card-selected-product .card-selected-product-button-1 {
    border-radius: 5px;
    background-color: #59A7FF;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #59A7FF;
    padding: 5px 15px;
    transition:all 0.3s ease;
}

    .card-selected-product .card-selected-product-button-1:hover {
        background-color: #0D7FFF;
        border: 1px solid #0D7FFF;
    }


/*.card-selected-product .card-selected-product-canvas {
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    border: 1px solid #d5d5d5;
    overflow: hidden;
}*/

/*.card-selected-product .card-selected-product-canvas embed {
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;*/
   /* display:none;*/
    /*-webkit-transform: translate3d(0, 0, 0);
    opacity:0;
    transition:opacity 0.3s ease;
    user-select:none;
    visibility:hidden;
}*/

.card-selected-product .card-selected-product-canvas {
    flex: 1;
    display: grid;
    /*    align-items: center;*/
    /*    justify-content: center;*/
    flex-direction: column;
    position: relative;
    /*    gap: 10px;*/
    padding: 20px 20px;
    gap:10px;
}

.card-selected-product .card-selected-product-canvas embed, .card-selected-product .card-selected-product-canvas iframe {
    display: block;
    width: 100%;
    height: 0px;
    border: none;
    flex-shrink: 0;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, 0);
    object-fit: contain;
    object-position: center;
}

.card-selected-product .card-selected-product-canvas embed.active, .card-selected-product .card-selected-product-canvas iframe.active {
    z-index: 1;
    height: auto;
    max-height: calc(100vh - 35px - 30px);
}

.card-selected-product .card-selected-product-canvas embed.embed-pdf.active, .card-selected-product .card-selected-product-canvas iframe.embed-pdf.active {
    height: calc(100vh - 36px - 30px - 2px);
    max-height: calc(100vh - 36px - 30px - 2px);
}

.card-selected-product .card-selected-product-canvas .loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    background: white;
}

.card-selected-product .card-selected-product-canvas .loader svg {
    height: 32px;
    width: 32px;
}
    
.card-selected-product .card-selected-product-canvas .loader svg .opacity-75 {
    opacity: 75%;
}

.card-selected-product .card-selected-product-canvas .loader svg .opacity-25 {
    opacity: 25%;
}






.validation-wrapper {
    min-height: 100vh;
    width: 100%;
    display: grid;
}



.card-selected-product {
   
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    position:relative;
}


@media(min-width : 900px) {

    .card-selected-product {
        height: 100dvh;
        display: flex;
        position: sticky;
        top: 0;
    }

    .validation-wrapper {
        min-height: 100vh;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr minmax(500px, 500px);
    }
}

@media(min-width : 1250px) {
    .validation-wrapper {
        min-height: 100vh;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr minmax(600px, 600px);
    }
}

.loader-validation {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-weight: 800;
    line-height:1.05;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.loader-validation svg {
    height:32px;
    width:32px;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.loader-validation svg .opacity-75 {
    opacity: 75%;
}

.loader-validation svg .opacity-25 {
    opacity: 25%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.embed-container {
    position: relative;
    border: 1px solid #d5d5d5;
}

.embed-container .embed-container-product-name {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border-radius: 0px;
    padding: 8px 17px;
    background-color: #f5f5f5;
    color: #000000;
    right: 65px;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

.embed-container .embed-container-product-name .card-bat-product-url {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0D7FFF;
    padding: 2px 8px;
    border-radius: 5px;
    background-color: transparent;
    border: none;
}

.embed-container .embed-container-product-name .card-bat-product-url svg {
    height: 16px;
    width: 16px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}



