﻿.hide {
    display: none !important;
}

.tlc {
    text-align: center;
}

.tlr {
    text-align: right;
}

.dark-bg {
    background-color: #F2F2F2;
}

.text-center {
    text-align: center;
}
.c-label[role=radio] {
    margin-top: 19px;
}

input[type="file"].hide-file {
    display: none;
}


button.c-tag:hover, a.c-tag:hover {
    background: #005293 !important;
}

#uhfCatLogo h1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: -3px
}

#uhfCatLogo:hover > h1, #uhfCatLogo:focus > h1 {
    border-bottom: 3px solid #000;
}

/*@media screen and (max-width: 1084px) {

    [data-grid=container] {
        max-width: 80% !important;
        margin-left: 10%;
    }

   
}*/



/*@media screen and (max-width: 830px) {
    [data-grid=container] {
        max-width: 95% !important;
        margin-left: 2.5%;
    }
}*/


@media screen and (-ms-high-contrast: black-on-white) {
    .m-hero-item .c-heading, .c-hero .c-heading span {
        background: none;
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #000 !important;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #000 !important;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #000 !important;
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff !important;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff !important;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff !important;
    }
}

.lg-space {
    margin-top:80px;
    padding-bottom: 50px
}

.custm-bnr {
    padding-top: 0px;
    margin-top: -22px;
}
    .custm-bnr h3 { margin-bottom:30px; padding:8px 20px; display:inline-block; color:#fff }

//

.mt-0 {
    margin-top: 0 !important;
}
.pt-0 {
    padding-top: 0;
}
img {
    max-width: 100%;
    /* width: 100%; */
}
.d-block {
    display: block;
}
.transparent-card {
    padding: 2rem 0;
}
.gradient-line {
    background: transparent linear-gradient(90deg, #5895C9 0%, #C39CCC 100%);
    display: block;
    max-width: 300px;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    margin: 3rem auto 0 auto;
}
.sales-specialist {
    background-color:#DEE1FA;
}
.pivotwrap {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #00000026;
    /* justify-content: center; */
   
}

.tab-standard .tab-group a:not(.tab-image):not(.active){
    border-right:2px solid #ccc;background : none;margin: 0px !important; border-left: 0px; border-top:0px;
    border-radius: 10px 0 0 0;
}

.tab-standard .tab-group .active:not(.tab-image) {
    /* border-left: 0px; */
    border-right-color: #ccc !important;
    border-bottom: 0px;
    margin: 0;
    border-top: 8px solid #0078D4;
   border-radius: 0; 
}
.tab-standard .tab-group .active:not(.tab-image):first-child {border-radius: 10px 0 0 0;border-left: 0px;}
.c-pivot .pivotwrap> li[role="tab"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 1.5rem .5rem;
    line-height: 20px;
    flex: 1;
    border: none;
    font-weight: 700;
}
.c-pivot .pivotwrap> li[role="tab"]:not(:last-child) {
    border-right: 1px solid #eee;
}
.c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:after {
       background: #0078D4;
    border: none;
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
}
.c-pivot .pivotwrap> li[role="tab"] img {
    height: 25px;
    width: auto;
    margin-bottom: 10px;
}
.pivot-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
   
}
.pivot-container a,
.spark-copilot-part a {
    color: #0067b8;
}
.pivot-container h3 {
    display: flex;
    align-items: center;
}
.pivot-container h3 img {
    width: 40px;
    margin-right: 10px;
}
.pivot-image {
    margin-left: auto;
    float: none;
}
@media (max-width:767px){
    .sm-margin-t{margin-top:20px;}
}
@media (min-width: 768px){
    .transparent-card {
        padding: 0 !important;
        height: unset !important;
        background-color: unset !important;
        box-shadow: unset !important;
        text-align: left !important;
        width: 365px !important;
    }
}


.content-center{display: flex;
    justify-content: center;}
    .quote-box{border: 1px solid #c7c6c6;
    font-style: italic;
    border-radius: 15px;
    box-shadow: 0px 1px 5px #c7c6c6;}

   .sales-specialist .c-pivot>.c-flipper{
    bottom: 25px;
    top: auto;;
   }
 .dark-bg-box {
    background-color: #EEEEEE;
    padding: 2rem;
    border-radius: 20px;
    
}