﻿body {
    background-color: rgba(220,220,220,.9);
 
    padding: 0;
    margin: 0;
    font-family: myriad-pro, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    display: flex;
    overflow-x: hidden;
    position: absolute !important;
    width: 100% !important;
}

.TopBarHolder {
    top: -1px;
    left: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    z-index: 10000;
    background-color: #e4a4b0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.BuyNowFollow {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    height: 0;
    transition: .5s all;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: #8cc63f;
    align-items: center;
}
.TopBarHolder.is-pinned .BuyNowFollow {
    height: 65px;
}


.BuyNowFollow h1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.BuyNowFollow h1 {
    margin-top: 200px;
}

.BuyNowFollow h1 {
    text-align: center;
    padding: 0px;
    min-width: 180px;
    font-weight: 100;
    position: relative;
    float: left;
    margin: 0px;
    text-transform: uppercase;
}
.BuyNowFollow .BannerHeader{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
}
    .BuyNowFollow .BannerHeader p{
        padding:0; margin:0; text-transform:uppercase;color:#fff;
    }
.BuyNowFollow .MoneyHeader {
    font-size: 74px;
    width: auto;
    margin: 20px;
    color: #101921;
    text-shadow:none;
}
    .BuyNowFollow .MoneyHeader:before{
        font-size: 20px;
        left:0;
        top:-25px;
    }
    .BuyNowFollow .MoneyHeader:after{
        display:none;
    }
.TopBarHolder .BuyNowFollow .MainHeaderStart {
    margin-top: 0;
    margin: 5px;
    font-size: .8em;
    width: auto;
    justify-content: center;
    padding: 10px;
    background-color: #101921;
    box-shadow:none;
}
        .TopBarHolder .BuyNowFollow .MainHeaderStart .MainCTA{
            font-size:20px;
        }
        .IPTExplain {
            font-size: .7em;
            margin: 2px;
            cursor: pointer;
            position: relative;
        }
    .IPTExplain:after {
        transition: .5s all;
        opacity: 0;
        position: absolute;
        top: 100%;
        border-radius: 10px;
    }
    .IPTExplain:hover:after {
        content: 'Insurance Premium Tax';
        background-color: #333;
        color: #fff;
        padding: 10px;
        font-size: 14px;
        opacity: 1;
    }

    .YourPolicy {
        cursor: pointer;
    }


.k-icon, .k-tool-icon{font-size:1.5em!important;}

.navigation {
    background-color: #fff;
    width: 100%;
    z-index: 3;
    align-items: center;
}

    .navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }

    .navigation li a {
        display: block;
        padding: 5px 10px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        font-family: myriad-pro, sans-serif !important;
        font-weight: 400;
        font-size:1.3em;
    }

        .navigation li a:hover,
        .navigation .menu-btn:hover {
            background-color: #f4f4f4;
            color:#333!important;
        }

    /* menu */

    .navigation .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }

    /* menu icon */

    .navigation .menu-icon {
        cursor: pointer;
        display: flex;
        float: right;
        padding: 8px 5px;
        position: relative;
        user-select: none;
        height: 100px;
        margin-bottom: 0;
        width: 50px;
        align-items: center;
        justify-content: center;
        font-size: 2.5em;
    }
        #StartChatting{
            color:#555;
        }
        .navigation .menu-icon .navicon {
            background: #555;
            display: block;
            height: 5px;
            position: relative;
            transition: background .2s ease-out;
            width: 30px;
        }

            .navigation .menu-icon .navicon:before,
            .navigation .menu-icon .navicon:after {
                background: #555;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .navigation .menu-icon .navicon:before {
                top: 10px;
            }

            .navigation .menu-icon .navicon:after {
                top: -10px;
            }

    /* menu btn */

    .navigation .menu-btn {
        display: none;
    }

        .navigation .menu-btn:checked ~ .menu {
            max-height: 240px;
        }

        .navigation .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .navigation .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .navigation .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
        .navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }

 .Logos .ATSLogo, .Logos .PartnerLogo, .Logos .Social, .TopBarHolder .ATSLogo {
    display: none;
}
.TopBarHolder .Social {
    position: relative;
    float: left;
    font-size: 1.5em;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
    display:none;

    padding:0px 10px;
}
.HideMobile{
    display:none;
}
/* 48em = 768px */
@media (min-width: 1335px) {
    .navigation li {
        float: left;
    }

    .HideMobile {
        display: block;
    }

     .navigation .ATSLogo, .navigation .PartnerLogo, .TopBarHolder .ATSLogo {
        display: none;
    }
    .Logos .DelayLogo, .Logos .ATSLogo, .Logos .PartnerLogo {
        display: inline-block;
    }
    .TopBarHolder .Social {
        display: flex;
    }

    .navigation li a {
        padding: 5px 30px;
    }
    .navigation{ display:flex;}
        .navigation .menu {
            clear: none;
            float: right;
            max-height: none;
            flex-grow: 1;
            justify-content: flex-end;
            align-items: center;
            display: flex;
        }

    .navigation .menu-icon {
        display: none;
    }
}









.fa-ul .Feature {
    font-size: 2em;
    text-align: center;
    color: #8dc641;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2em;
    padding-left: 0;
    margin-left: 4em;
    line-height: 1.5em;
    /* margin-top: 2em; */
    /* margin-bottom: 2em; */
}

    .fa-ul > li {
        position: relative;
        line-height:2.5em;
    }


.Collapsed {
    min-height: 0 !important;
    flex-grow: 0 !important;
    overflow: hidden !important;
    max-height: 0 !important;
    opacity: 0 !important;
    margin:0 !important;
    max-width:0 !important;
}
.Question:before{content:'Q: '; font-weight:bold;}
.Answer:before {
    content: 'A: '; font-weight:bold;
}
.Question{font-size:1.5em;}
.Question, .Answer {
    padding: 10px;
    margin: 10px;
}
.Answer{font-style:italic;}
#form1 {
    display: flex;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    background: rgba(255,255,255,.2);
    /*    padding: 60px 0;*/
    background-position: bottom right;
    background-size: 850px;
    background-repeat: no-repeat,no-repeat;
    margin-top: 0;
    padding: 0;
}

.BottomBarHolder {
    bottom: 0;
    left: 0;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

    .BottomBarHolder .Insurer {
        width: 100%;
        height: 100px;
        background-image: url(/Styles/BackgroundImages/DelayOKLogo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position:center;
 
    }

    .BottomBarHolder .Copywright {
        width: 100%;
        height: auto;
        text-align: center;
        color: #777;
        font-size:12px;
        max-width:800px;
    }
        .BottomBarHolder .Copywright p{
            max-width:80%;
            margin-left:10%;
            margin-bottom:2px;
        }
        .BottomBarHolder .TermsLinks {
            width: 100%;
            height: auto;
            text-align: center;
            font-size: 20px;
            color: #777;
            margin-bottom: 50px;
        }

        .BottomBarHolder .TermsLinks a {
            color: #777;
            text-decoration: none;
            border-right: 2px solid #777;
            padding-right: 10px;
            padding-left: 10px;
            font-weight:400;
            cursor:pointer;
        }
            .BottomBarHolder .TermsLinks a:last-of-type{
                border-right:none;
            }
            .BottomBarHolder .TermsLinks a:hover {
                color: #333;
                text-decoration: none;
            }






.TopBarHolder .Logos {
    height: auto;
    display: flex;
    padding: 10px 20px;
    align-items:center;
}




        .TopBarHolder  .Social a{
            width:1.5em;
            height:1.5em;
            display:flex;
            border:1px solid transparent;
            align-items:center;
            justify-content:center;
            color:#333;
            transition:1s all;
            text-decoration:none;
            border-radius:100%;
        }

            .TopBarHolder .Social a:hover {
                border: 1px solid #8dc641;
                color: #8dc641;
            }

        .TopBarHolder .DelayLogo {
            height: 50px;
            position: relative;
            float: left;
        }

.TopBarHolder .DelayLogo {
    width: 350px;
    background-repeat: no-repeat;
    background-image: url(/Styles/BackgroundImages/DelayOKHorizontal.png);
    background-position: left;
    background-size: contain;
    margin: 10px;
}

.TopBarHolder .ATSLogo {
    height: 40px;
    position: relative;
    float: left;
}

.TopBarHolder .ATSLogo {
   display:none;
}






.TopBarHolder .AlreadyMember {
    width: auto;
    position: relative;
    float: right;
    clear: right;
    margin-top: 10px;
    text-align: right;
    padding: 5px;
}


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(28,102,157,1);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(28,102,157,1);
    }




/* =============================================
* RADIO BUTTONS
=============================================== */

#radios label {
    cursor: pointer;
    position: relative;
    font-size: 20px
}

    #radios label + label {
        margin-left: 15px;
    }

input[type="radio"] {
    opacity: 0; /* hidden but still tabable */
    position: absolute;
}

    input[type="radio"] + span {
        color: #333;
        border-radius: 50%;
        padding: 14px 20px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }

    input[type="radio"]:checked + span {
        color: #fff;
        background-color: #d14700;
        box-shadow: 0 0 10px #ccc;
    }

    input[type="radio"]:focus + span {
        color: #fff;
    }

/* ================ TOOLTIPS ================= */

#radios label:hover::before {
    content: attr(for);
    text-transform: capitalize;
    font-size: 11px;
    position: absolute;
    top: 170%;
    left: 0;
    right: 0;
    opacity: 0.75;
    background-color: #d14700;
    box-shadow: 0 0 10px #ccc;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    display: block;
    z-index: 20;
}

#radios {
    text-align: center;
    margin: 0 auto;
}





.Terms {
    max-width: 650px;
    width: 80%;
    display: flex;
    flex-direction: row;
}

    .Terms .checkboxes {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        min-height: -moz-min-content;
        min-height: -webkit-min-content;
        min-height: min-content;
        width: 100px;
    }

        .Terms .checkboxes + p {
            text-align: center;
        }

    .Terms .check input {
        display: none;
    }

        .Terms .check input:checked + label .box {
            -webkit-animation: animOnTransform 1s 1 forwards;
            animation: animOnTransform 1s 1 forwards;
            background: rgba(150, 150, 150, 0.5);
        }

            .Terms .check input:checked + label .box i {
                -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
                -webkit-transition-duration: 200ms;
                transition-duration: 200ms;
                -webkit-transition-delay: 400ms;
                transition-delay: 400ms;
                opacity: 1;
            }

    .Terms .check label {
        min-width: 100px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        min-height: -moz-min-content;
        min-height: -webkit-min-content;
        min-height: min-content;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        min-height: 60px;
        cursor: pointer;
    }

        .Terms .check label .box {
            background: rgba(0, 0, 0, 0.3);
            border-radius: 5px;
            position: relative;
            width: 30px;
            height: 30px;
            -webkit-transition: background 300ms ease;
            transition: background 300ms ease;
            border:2px solid #777;
        }

            .Terms .check label .box:hover {
                background: rgba(0, 0, 0, 0.5);
            }

            .Terms .check label .box i {
                position: absolute;
                top: 50%;
                left: 50%;
                font-size: 20px;
                display: inline-block;
                opacity: 0;
                pointer-events: none;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                -webkit-transition-delay: 200ms;
                transition-delay: 200ms;
                -webkit-transform: translate(-50%, -50%) scale(4);
                transform: translate(-50%, -50%) scale(4);
            }


.TermsText {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

@-webkit-keyframes animOn {
    40% {
        height: 20px;
        width: 100px;
    }

    50% {
        height: 60px;
        width: 30px;
    }

    60% {
        height: 40px;
        width: 70px;
    }

    70% {
        height: 55px;
        width: 45px;
    }

    100% {
        height: 50px;
        width: 50px;
    }
}

@keyframes animOn {
    40% {
        height: 20px;
        width: 100px;
    }

    50% {
        height: 60px;
        width: 30px;
    }

    60% {
        height: 40px;
        width: 70px;
    }

    70% {
        height: 55px;
        width: 45px;
    }

    100% {
        height: 50px;
        width: 50px;
    }
}

@-webkit-keyframes animOnTransform {
    40% {
        -webkit-transform: scale(1.5, 0.5);
        transform: scale(1.5, 0.5);
    }

    50% {
        -webkit-transform: scale(0.5, 1.5);
        transform: scale(0.5, 1.5);
    }

    60% {
        -webkit-transform: scale(1.3, 0.6);
        transform: scale(1.3, 0.6);
    }

    70% {
        -webkit-transform: scale(0.8, 1.2);
        transform: scale(0.8, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes animOnTransform {
    40% {
        -webkit-transform: scale(1.5, 0.5);
        transform: scale(1.5, 0.5);
    }

    50% {
        -webkit-transform: scale(0.5, 1.5);
        transform: scale(0.5, 1.5);
    }

    60% {
        -webkit-transform: scale(1.3, 0.6);
        transform: scale(1.3, 0.6);
    }

    70% {
        -webkit-transform: scale(0.8, 1.2);
        transform: scale(0.8, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
/* end of custom code */




.loggingWait {
    position: fixed;
}


#Loading {
    width: 100vw;
    height: 100vh;
    Position: fixed;
    top: 0;
    background-color: rgba(255,255,255,1);
    z-index: 10999999;
    opacity: 1;
    Transition: .3s opacity;
    display:flex;
    justify-content:center;
    align-items:center;
}

    #Loading .Logo {
        
    }

    #Loading.Loaded {
        opacity: 0;
        z-index: -1;
    }

    #Loading div {
        position: relative;
        color: #333 !important
    }

        #Loading div p {
            text-align: center;
            color: #333 !important
        }

        #Loading div h1 {
            text-align: center;
            color: #333 !important
        }


.TermsHolder, .PolicyHolderView {
    position: fixed;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 10px;
    display: flex;
    justify-content: center;
    opacity: 0;
    z-index: 10000;
    transition: .5s all;
    background-color: rgba(90,90,90,.4)
}

    .TermsHolder.Vis, .PolicyHolderView.Vis {
        opacity: 1;
        top: 0;
    }

.TermsControl, .PolicyControl  {
    border: 1px solid #777;
    position: relative;
    border-radius: 10px;
    max-width: 1200px;
    background-color: #f0f0f0;
    
    flex-grow: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.PolicyControl iframe{border:none; flex-grow:1;}
.closeTerms{position:absolute; top:10px; right:10px;}
.closePolicy {
    position: absolute;
    top: 10px;
    right: 10px;
}
.TermsHolderFrame{overflow:auto;}
.PolicyHolderFrame {
    overflow: auto;
}


.Calculator {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #54d8dc;
    padding: 60px 0;
    padding-top: 200px;
    padding-bottom: 200px;
    margin-top: -1px;
    align-items:center;
}

    .Calculator h1{ text-transform:uppercase; font-weight:bold; font-size:3em;}
    .Calculator h2 {
        text-transform: uppercase;
        font-weight: 100;
    }

    .BenefitCalc {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
    }

    .BenefitCalc .AddCtrl {
        display: flex;
        flex-direction: column;
        min-width: 50%;
        justify-content: center;
        align-items: center;
        margin:50px;
    }

    .BenefitCalc .BenefitResult {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width:350px;
    }
.BenefitResult .MainHeaderStart{margin:0;}
.BenefitCalc .BenefitResult .BenefitCalcResult {
    font-size: 9em;
    border-radius: 10px;
    position: relative;
    font-weight: bold;
    line-height: 1em;
    color: #333;
}
.BenefitResult h2{ text-align:left;}
.BenefitResult p {
    text-align: center;
}

.BenefitCalc .BenefitResult .BenefitCalcResult:before {
    content: '£';
    position: absolute;
    right: 100%;
    font-size: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 100;
    color:#fff;
}

            .SingleReturn {
                display: flex;
                flex-direction: row;
                position: relative;
                float: left;
                padding: 0 !important;
                border: 2px solid #333;
                /* padding: 10px 0; */
                margin: 2.5px;
                border-radius: 10px;
                overflow: hidden;
                align-items: center;
                justify-content: center;
            }

    .SingleReturn label {
        flex-grow: 1;
        width: auto !important;
        flex-shrink: 1;
        flex-basis: auto;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.SingleReturn input[type=radio] {
    display: none;
    margin: 1px;
}

.SingleReturn label input[type=radio] + span {
    display: flex;
    margin: 0;
    text-align: center;
    transition: .5s all;
    background-color: var(--SecondaryColor);
    cursor: pointer;
}

.SingleReturn label span {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    transition: .5s all;
    cursor: pointer;
    border-radius: 0px;
    font-size: 16px !important;
    color: var(--SecondaryColorText);
    opacity: .8;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.k-calendar .k-calendar-view {
    width: 100% !important;
}

.SingleReturn label span div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.SingleReturn label span div i:first-of-type {
    font-size: 2em;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SingleReturn input[type=radio]:checked + span div i:first-of-type {
}

.SingleReturn label span span {
    flex-direction: row;
}

.SingleReturn input[type=radio]:checked + span {
    background-image: none;
    background-color: #8dc641;
    color: #fff !important;
    opacity: 1;
}

.BenefitCalcAddPassengers, .BenefitCalcAddPassengersFamily {
    background-color: transparent !important;
    border: none !important;
    max-width: 350px;
}

    .BenefitCalcAddPassengers .k-listview-content, .BenefitCalcAddPassengersFamily .k-listview-content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
        overflow: visible;
    }
.QuotePassHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    min-height:50px;
}

.Pass {
    font-size: 6em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    margin-left: -50px;
    text-shadow: 0 0 10px #777;
}
.QuotePassHolder .Pass {
    margin: 5px;
    text-shadow: none;
}
.BenefitCalcAddPassengers .k-listview-content div:nth-of-type(2) {
    margin: 5px;
}
.AddNewPassBtn {
    font-size: 25px;
    color: #333;
    cursor: pointer;
    margin: 10px;
    border: 2px solid #333;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .AddNewPassBtn span{
        font-size:12px;
    }

    .BenefitCalcAddPassengersFamily .QuotePassHolder .AddNewPassBtn {
        flex-direction: column;
        height: auto;
        width: auto;
        padding: 10px;
        margin: 2px;
        transition: .5s all;
    }

.BenefitCalcAddPassengersFamily .QuotePassHolder.Selected .AddNewPassBtn {
    background-color: #8dc641;
    color: #fff !important;
}

    .QuotePassHolder.Right {
        position: absolute;
        left: 100%;
    }
.QuotePassHolder.Left {
    position: absolute;
    right: 100%;
}
.k-selected, .k-state-selected{background-color:transparent!important;}

.Calculator .PoweredByStripe {
    width: 300px;
}

.Calculator .PoweredByStripe .StripeCards {
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    flex-wrap: nowrap;
}

.Calculator .PoweredByStripe .Stripe {
    background-image: url(/Styles/Stripe.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: calc(100% - 6px);
    background-color: #32364e;
    border-radius: 10px;
    margin: 3px;
}

.Calculator .PoweredByStripe .Trust {
    display: flex;
    flex-direction: row;
    color: #777;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.Calculator .PoweredByStripe .TrustLabel {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    font-size: 12px;
}

.Calculator .PoweredByStripe .Trust i {
    font-size: 2em;
    margin: 10px;
}

.Regulated{display:flex;flex-direction:column;justify-content:center; border-top:2px solid #555;}
    .Regulated span{text-transform:uppercase; text-align:center;}
    .Regulated .FCA {
        width: 100%;
        height: 80px;
        text-align: center;
    }
        .Regulated .FCA:before {
            content: 'the Financial Conduct Authority (FCA) under No. 795055.';
            text-transform: uppercase;
            text-align: center;
        }

.fa-union-jack {
    display: inline-block;
    width: 1.5em;
    height: 1em;
    background: url('UnionJack.svg') no-repeat center;
    background-size: cover;
    fill: currentColor; /* Enables color changes */
    stroke: currentColor;
}


.TermsControl ol {
    all: unset
}

    .TermsControl ol li {
        all: unset
    }


.IPIDLinks{ display:flex; flex-direction: row; align-items:center;}

.k-calendar{overflow:auto!important;}