@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.page-container-cl-flow .k-loader {
    margin: 100px auto !important;
}

html, body {
    font-family: Roboto;
    font-size: 12px;
}

.entypo-icons {
    font-family: "entypo-fontello";
    font-style: normal;
    font-weight: normal;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;        
        stroke: #CD3432;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #CD3432;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }
.k-loader-custom-color .k-loader-segment {
    background-color: #CD3432;
}

article.content.px-4 {
    padding: 0 !important;
}

.section-wrapper {
    padding: 30px 30px 0;
    max-width: 1340px;
    margin: 0 auto;
    height: 100%;
}

span.label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #2C2E30;
    margin-bottom: 4px;
}

input[type="text"], input[type="password"] {
    background-color: #fff;
    border: 1px solid #BCC7D0;
    font-size: 16px;
    padding: 8px 5px;
    border-radius: 4px;
    width: 100% !important;
}

label.form-input {
    margin-bottom: 32px;
    width: 100%;
}

span.sm-label {
    display: block;
    margin-top: 2px;
    color: #2C2E30;
    font-size: 12px;
    font-weight: 400;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    /* Heavy Fog */
    border: 1px solid #BCC7D0;
    border-radius: 4px;
}

.form-input-checkbox .sm-label {
    display: inline-block;
    color: #2C2E30;
    font-weight: 400;
    margin-left: 4px;
    vertical-align: middle;
    margin-top: -2px;
}

.iolo-button {
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    padding: 8px 20px;
}

    .iolo-button.secondary-button {
        background: #FFFFFF;
        /* success green */
        border: 1px solid #328036;
        border-radius: 4px;
        color: #328036 !important;
        text-align: center;
        text-decoration: none !important;
    }

    .iolo-button.primary-button {
        background: #328036;
        opacity: 1;
        border-radius: 4px;
        color: #FFFFFF;
    }

.buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

    .buttons-container button, .buttons-container a {
        flex: 1;
    }


a {
    font-weight: 400;
    font-size: 12px;
    color: #0096E6 !important;
    cursor: pointer;
}

main{
    width: 100% !important;
}

.form-inputs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

    .form-inputs label {
        flex: 1;
    }

.iolo-tabs-container {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #2C2E30;
}

.iolo-tab-container {
    display: inline-block;
    padding: 20px 0px;
    margin-right: 40px;
    cursor: pointer;
}

    .iolo-tab-container.active {
        color: #CD3432;
        border-bottom: 2px solid #CD3432;
    }

.iolo-tab-right-container {
    float: right;
    padding-top: 20px;
}

.iolo-tabs-container a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #2C2E30;
}

.iolo-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
   
}


.iolo-column {
    flex: 0 auto;
}

span.info {
    margin-left: 5px;
    border-radius: 5px;
    background-color: gray;
    padding: 0px 4px;
    font-size: 9px;
    font-weight: bold;
    color: white;
}

span.bullet-point {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #2C2E30;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: 15px;
}

span.bullet-point-text {
    display: inline-block;
    width: calc(100% - 27px);
    vertical-align: top;
}


.iolo-dropdown-lists {
    visibility: hidden;
}

.iolo-dropdown-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2C2E30;
    cursor: pointer;
}

    .iolo-dropdown-label img {
        margin-left: 16px;
        position: absolute;
        top: -5px;
    }

.link-container a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #0096E6;
}

    .link-container a img {
        vertical-align: middle;
    }

    .link-container a span {
        vertical-align: middle;
        margin-right: 8px;
    }

.links-container {
    margin-top: 50px;
}

.iolo-dropdown {
    position: absolute;
    top: 4px;
    height: 16px;
    max-width: 360px;
    background: #ffffff00;
    box-shadow: 0 0 0 #ffffff00;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

.section-header {
    font-weight: 600;
    font-size: 14px;
    color: #2C2E30;
    border-top: 1px solid #BCC7D0;
    padding-top: 40px;
}

.iolo-dropdown:hover {   
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(138, 138, 138, 0.25);
    border-radius: 8px;
    padding: 24px;
    left: -24px;
    top: -20px;
    z-index: 1000;
    height: auto;
}

    .iolo-dropdown:hover .iolo-dropdown-lists,
    .on-modal-body .my-products-container.active .product-details-container .links-container .helpful-links-container .iolo-dropdown .iolo-dropdown-lists{
        visibility: visible;
    }

    .iolo-dropdown:hover .iolo-dropdown-label {
        margin-bottom: 27px;
    }

.iolo-dropdown-lists a {
    text-decoration: none;
    display: block;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transition: opacity 700ms ease-out;
    -moz-transition: opacity 700ms ease-out;
    -o-transition: opacity 700ms ease-out;
    transition: opacity 700ms ease-out;
}

    .iolo-dropdown-lists a:last-child {
        margin-bottom: 0;
    }

.iolo-dropdown:hover .iolo-dropdown-lists a{
    opacity:1;
}

.iolo-dropdown:hover .iolo-dropdown-label img {
    top: 19px;
}

.tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    top: 80%;
    left: 25%;
    margin-left: -50px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 4px 10px;
    font-size: 14px;
    font-weight:400;
    font-style:normal;
    
}

.iolo-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.iolo-tooltip:hover .info::before {
    content: "";
    position: absolute;
    top: 0;
    margin-left: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

div.info {
    border-radius: 5px;
    background-color: gray;
    padding: -10px 4px;
    font-size: 9px;
    font-weight: bold;
    color: white;
    display: inline-block;
    line-height: 0px;
}
span.light-description {
    top: auto;
    width: 50%;
    bottom: 100%;
    left: 30%;
    margin-left: -25px;
    white-space: pre-wrap;
    line-height: 21px;
}

.iolo-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(235 243 250 / 89%);
    backdrop-filter: blur(0.4px);
    z-index: 1000;
    overflow: scroll;
}

.iolo-modal-body {
    background: #ffffff;
    box-shadow: 2px 2px 8px 1px rgb(135 135 135 / 25%);
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20vh;
    margin: auto;
    padding: 32px;
    z-index: 10;
    width: 80%;
}

.iolo-modal-header {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #2C2E30;
    text-align: center;
    position: relative;
}

.iolo-modal-header button {
    position: absolute;
    border: none;
    background: transparent;
    padding: 0;
    width: 34px;
    right: -6px;
    top: 0px;
}

.iolo-modal-header button img {
    width: 12px;
}

.iolo-modal-content {
    margin-top: 27px;
}


button.iolo-button.tertiary-button {
    background-color: transparent;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #0096E6;
    cursor: pointer;
}

.iolo-button.tertiary-button:disabled {
    color: #7E8085;
    cursor: no-drop;
}

.page-container.page-container-loader {
    text-align: center;
    height: 80vh !important;
}

.page-container.page-container-loader .k-loader {
    margin-top: 10vh;
    zoom: 2;
}

button.iolo-button:disabled {
    opacity: 0.7;
}

html.on-modal-body {
    overflow: hidden;
}

.on-modal-body .my-product-container.iolo-columns {
    position: initial;
}

.on-modal-body .product-details-remaining-days {
    display: none;
}

.on-modal-body .recommended-products-section-container .link-container a span {
    display: none;
}

.on-modal-body .additional-products-component-container .image-container img {
    display: none;
}

.disabled-txt-box{
    border: none !important;
    padding-left: 0 !important;
}

#toast-container > .toast {
    /*width: 1200px;*/ /* width: 100% */
    /*font-family: FontAwesome;*/
    font-size: 18px;
    /*line-height: 18px;*/
}



a.modal-link {
    font-size: 18px !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .cc-fields, .address-fields {
        flex-wrap: wrap;
    }

    label.cc-exp-label {
        flex-grow: 0;
        flex-basis: calc(100% - 120px);
    }

    label.cc-cvv-label {
        flex-grow: 0;
    }
    
    .section-header {
        padding-top: 20px;
    }

    .section-wrapper {
        padding: 16px 16px 0;
    }

    .iolo-tab-container {
        margin-right: 30px;
    }

    .iolo-modal-body {
        top: 100px;
        padding: 16px;
        width: 95%;
    }

    .iolo-modal-header {
        text-align: left;
    }
    
    .iolo-modal-header button {
        right: -13px;
    }
}

@media screen and (min-width: 320px) and (max-width: 365px) {
    .iolo-tab-container {
        margin-right: 10px !important;
    }

   
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .tooltiptext {
        display: none;
    }

    .iolo-tooltip {
        pointer-events: none;
    }

}
