html, body, button, input, select, textarea, a, p, li, .Normal, .NormalDisabled, .NormalDeleted {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 25px;
}

/* page-wrap */
html, body, form, div.body {
    height: 100%;
}

#page-wrap {
    min-height: 100%;
    height: auto;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #252525;
}

input, select, textarea, p, li, .Normal, .NormalDisabled, .NormalDeleted {
    color: #252525;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 600;
}

h2, h2 a {
    font-size: 1.4em;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

h5 {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 20px;
}

h6 {
    font-size: 1.05em;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 20px;
}

.urlControl{
    background-color:#333;
}
.dnnFormPopup{
    background-color: #777777;
}
p, td, li {
    color: #212529;
}

/*Remove link underscore*/
a, a:hover, a:focus, a:visited {
    text-decoration: none;
}

/*Remove DNN on control pannel*/
.ServiceIcon.professional {
    display: none;
}

/*Rotate Word*/
h5.word-rotator-title .word-rotator {
    max-height: 22px;
    line-height: 22px;
    margin-bottom: -4px;
}

/* styling for the Edit Profile and My Account links in User Profiles */

.dnnActions {
    display: inline-block;
}

.ModRegistrationC .dnnActions {
    display: block;
}

.dnnActions li {
    margin-right: 5px;
    list-style: none;
    float: left;
}

/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/* ADMIN */
#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}

mark,
.mark {
    background-color: transparent;
}
/*remove control panel on scroll down*/
html.sticky-header-active #ControlBar_ControlPanel {
    display: none;
}
/* Responsive Nav Button */
button.btn-responsive-nav {
    display: none;
}

/* Custom Scroll to Top */
html .scroll-to-top {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #224F7F;
    border-radius: 3px;
    bottom: 5px;
    color: #AAAAAA;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 1px 5px 25px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    min-width: 25px;
    z-index: 1040;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    html .scroll-to-top:hover {
        opacity: 0.9;
        color: #ffffff;
    }

    html .scroll-to-top.visible {
        opacity: 0.75;
    }

    html .scroll-to-top span {
        display: inline-block;
        padding: 0 5px;
    }

/*Footer*/
#footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
}

    #footer.light {
        margin-top: 0;
        padding: 0;
        border-top: 0 none;
    }

        #footer.light .footer-copyright {
            margin-top: 5px;
            background: #FFFFFF;
            border-top: 2px solid #224F7F;
        }

    #footer .footer-copyright {
        margin-top: 10px;
        padding: 15px 0 10px;
    }

    #footer h6 {
        font-size: 13px;
        font-weight: 600;
        color: #224F7F;
        background-color: #DDDDDD;
        padding: 8px;
        border-radius: 2px;
    }

    #footer a.SkinObject {
        position: relative;
        color: #777777;
    }

        #footer a.SkinObject:hover, #footer a.SkinObject:focus {
            color: #224F7F;
        }

/*DNN FROM Input

html.dark form:not(.form-style-4) .form-control {
    background-color: var(--dark--100);
    border-color: var(--dark--100);
}
    */
.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    margin-bottom: 18px;
    padding: 8px;
    background: #fefcfc;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #333;
}

    /* Active and Focus States */
    .dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
    .dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active,
    .dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus,
    .dnnFormItem select:active, .dnnFormItem select:focus,
    .dnnFormItem textarea:active, .dnnFormItem textarea:focus,
    .dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus {
        border: 1px solid #224F7F;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(251, 27, 4, 0.1);
        box-shadow: 0px 0px 3px 0px rgba(251, 27, 4, 0.1);
        outline: none;
    }

    .dnnFormItem input.dnnFormRequired,
    .dnnFormItem input[type="text"].dnnFormRequired,
    .dnnFormItem select.dnnFormRequired,
    .dnnFormItem textarea.dnnFormRequired,
    .dnnFormItem input[type="email"].dnnFormRequired,
    .dnnFormItem input[type="search"].dnnFormRequired,
    .dnnFormItem input[type="password"].dnnFormRequired {
        border-left: 5px #e90202 solid;
    }

        .dnnFormItem input[type="text"].dnnFormRequired:active, .dnnFormItem input[type="text"].dnnFormRequired:focus,
        .dnnFormItem input[type="password"].dnnFormRequired:focus, .dnnFormItem input[type="password"].dnnFormRequired:active,
        .dnnFormItem input[type="email"].dnnFormRequired:active, .dnnFormItem input[type="email"].dnnFormRequired:focus,
        .dnnFormItem select.dnnFormRequired:active, .dnnFormItem select.dnnFormRequired:focus,
        .dnnFormItem textarea.dnnFormRequired:active, .dnnFormItem textarea.dnnFormRequired:focus,
        .dnnFormItem input[type="search"].dnnFormRequired:active, .dnnFormItem input[type="search"].dnnFormRequired:focus {
            border-left: 5px #e90202 solid;
        }

/*DNN Button*/
btn-primary,
.pagination > .active > a,
.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction,
.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover,
.dnnPrimaryAction:active,
.dnnFormItem input[type="submit"]:active,
a.dnnPrimaryAction:active {
    border: none;
    border-color: #224F7F;
    color: #FFFFFF;
    text-shadow: none;
    background-color: #224F7F;
    background-image: none;
}

    .btn-primary:hover,
    .pagination > .active > a:hover,
    .dnnPrimaryAction:hover,
    .dnnFormItem input[type="submit"]:hover,
    a.dnnPrimaryAction:hover,
    .dnnPrimaryAction:hover:hover,
    .dnnFormItem input[type="submit"]:hover:hover,
    a.dnnPrimaryAction:hover:hover,
    .dnnPrimaryAction:active:hover,
    .dnnFormItem input[type="submit"]:active:hover,
    a.dnnPrimaryAction:active:hover {
        border-color: #224F7F;
        background-color: #224F7F;
    }

        .btn-primary:active,
        .pagination > .active > a:active,
        .dnnPrimaryAction:active,
        .dnnFormItem input[type="submit"]:active,
        a.dnnPrimaryAction:active,
        .dnnPrimaryAction:hover:active,
        .dnnFormItem input[type="submit"]:hover:active,
        a.dnnPrimaryAction:hover:active,
        .dnnPrimaryAction:active:active,
        .dnnFormItem input[type="submit"]:active:active,
        a.dnnPrimaryAction:active:active,
        .btn-primary:focus,
        .pagination > .active > a:focus,
        .dnnPrimaryAction:focus,
        .dnnFormItem input[type="submit"]:focus,
        a.dnnPrimaryAction:focus,
        .dnnPrimaryAction:hover:focus,
        .dnnFormItem input[type="submit"]:hover:focus,
        a.dnnPrimaryAction:hover:focus,
        .dnnPrimaryAction:active:focus,
        .dnnFormItem input[type="submit"]:active:focus,
        a.dnnPrimaryAction:active:focus {
            border-color: #224F7F;
            background-color: #224F7F;
        }

/*Header*/
#header .header-nav.header-nav-top-line nav > ul li > a {
    font-size: 1.05em;
    font-weight: 600;
}
.nav-pills > li.active > a:hover, .nav-pills .nav-link.active:hover, .nav-pills > li.active > a:focus, .nav-pills .nav-link.active:focus,
.nav-pills > li.active > a, .nav-pills .nav-link.active, .nav-pills > li > a, .nav-pills .nav-link.active {
    background-color: transparent;
}

#header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #E5863A;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #224F7F;
}
#login {
    margin: 1px 0 0 0;
}

    #login .registerGroup .userProfileImg a {
        display: none;
    }

    #login .registerGroup a, #login .loginGroup a, #login a.SkinObject, #login a.LoginLink {
        font-weight: 700;
        font-size: 1.0em;
        color: #224F7F;
        text-transform: capitalize;
    }

        #login .userDisplayName a:hover, #login .loginGroup a:hover {
            color: #224F7F;
        }

    #login .userMessages a, #login .userNotifications a {
        display: none;
    }

html .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #ffffff;
}
 .loginGroup a {
    padding-left: 2px;
}

     .loginGroup a:before {
        content: "\f502";
        font-family: "Font Awesome 6 Free";
        font-size: 16px;
        padding-right: 6px;
        margin-bottom: 2px;
    }

  .registerGroup a:before {
    content: "\f4ff";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    padding-right: 6px;
}

.feature-box-info .LoginLink {
    font-weight: 700;
}

.slider-container {
    background-color: #efefef;
}

#header .header-nav {
    justify-content: flex-start;
}

html:not(.sticky-header-active) .header-semi-transparent-light#header .header-body {
    background-color: rgba(255, 255, 0, 0.7) !important;
}

.page-header.page-header-sm {
    padding: 20px 0;
}

.social-icons li a {
    font-size: 16px;
    color:#ffffff;
}

@media (max-width: 991px) {
    #header .header-nav-main {
        float: none;
    }

    #header .headerSocial {
        margin: -25px 0 0 0;
    }

    #login {
        margin: 0;
    }

    #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
        width: 0px;
        font-size: 1.0em;
        margin-left: 185px;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 16px;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        color: #550000;
        font-size: 1.0em;
        font-weight: 600;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #550000;
        font-size: 1.0em;
        line-height: 30px;
        font-weight: 600;
        border-bottom: none;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #E5863A;
    }


}
#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
    font-size: 1.2em;
    color: #224F7F;
}

.breadcrumbs a, .breadcrumbs a:hover {
    color: #224F7F;
    font-size: 1.1em;
    
    font-weight: 700;
    text-decoration: none;
}

#login .userProfileImg {
    display: none
}

/*lm product image*/
.lmProductThumb {
    padding: 5px;
    height: 62px;
}

    .lmProductThumb img {
        padding: 2px;
        height: 60px;
    }

.lmProductImage img {
    padding: 2px;
    max-height: 360px;
    max-width: 360px;
}

.highslide-thumbstrip-horizontal img {
    max-width: inherit;
}

/*Products*/

.products .col-md-3, .products col-sm-3, .products col-xs-3 {
    padding: 5px 5px 10px 5px;
}

.shop ul.products li.product .onsale, .onsale {
    background-color: #bb0707;
    border-bottom-color: #ad0202;
    position: absolute;
    background-image: none;
    border-radius: 100%;
    left: auto;
    right: 1px;
    top: 1px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    box-shadow: none;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif, cursive;
    font-style: italic;
    border-bottom: 2px solid transparent;
}

.shop .products .product .onsale {
    top: 1px;
}

.shop ul.products .product a {
    text-transform: uppercase;
    text-align: center;
    color: #555555;
}

    .shop ul.products .product a:hover {
        color: #c60e0e;
    }

.product-thumb-info {
    border-radius: 4px;
    border-bottom: 1px solid #E3E4E8;
    background: #F5F5F5;
}

    .product-thumb-info .product-thumb-info-image {
        min-height: 170px;
    }

        .product-thumb-info .product-thumb-info-image:before {
            background: #F7F9FC;
        }

    .product-thumb-info:hover .product-thumb-info-image:before {
        background: #EEEEEE;
        opacity: 0.1;
    }

.productboxsimple .thumb-info {
    border: 0;
    border-radius: 1px;
    background-color: #FFFFFF;
}

.productboxsimple .product-thumb-info .product-thumb-info-image {
    min-height: 170px;
}

.productboxsimple .thumb-info:hover {
    color: #c60e0e;
}

.thumb-info-wrapper {
    min-height: 150px;
}

.thumb-info-caption-text .amount {
    font-size: 0.9em;
}

.productboxsimple a, .product-thumb-info-content a, .productboxborder a {
    color: #515151;
}

.productboxborder .thumb-info-caption-text, .productboxsimple .thumb-info-caption-text {
    text-align: center;
    color: #515151;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

    .productboxborder .thumb-info-caption-text:hover, .productboxsimple .thumb-info-caption-text:hover {
        background-color: #FFFFFF;
    }

        .productboxborder .thumb-info-caption-text:hover a, .productboxsimple .thumb-info-caption-text:hover a {
            color: #c60e0e;
        }

.amount {
    color: #343377;
    font-size: 1.2em;
}

.specialamount {
    color: #e90202;
    font-size: 1.2em;
}

.thumb-info-caption-text .specialamount, .thumb-info-caption-text .amount {
    font-size: 0.9em;
}

.product-thumb-info .product-thumb-info-content {
    min-height: 105px;
    padding: 12px;
}

.thumb-info:hover img {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    color: #e90202;
}

/* Thumb Info Caption	*/
.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    background-color: #F5F5F5;
    border-radius: 1px;
    min-height: 105px;
    margin: 0;
    border: #e0e0e0 solid 1px;
}
/*products accord*/
.products h6 {
    margin: 0;
    text-transform: uppercase;
}

    .products h6 a {
        color: #555555;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: normal;
        line-height: 18px;
        margin: 0;
    }

    .products h6 .productnamehigh {
        padding-bottom: 4px;
    }

        .products h6 .productnamehigh a {
            color: #c60e0e;
            font-size: 15px;
        }

            .products h6 .productnamehigh a i {
                padding-right: 3px;
                font-weight: 800;
            }

    .products h6 .accordproductname {
        padding-bottom: 4px;
    }

        .products h6 .accordproductname a {
            padding-bottom: 25px;
            font-size: 15px;
        }

            .products h6 .accordproductname a i {
                padding-right: 3px;
                font-weight: 800;
            }

.productdownload a {
    font-size: 16px;
    color: #c60e0e;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

    .productdownload a:hover, .productdownload a:focus {
        color: #e40909;
    }

.LiveForm, .SubHeader, .Field-Label-Left, .LiveForm.Default .Field.Radiobutton .Field-Container label, .LiveForm.Default .Field.Radiobutton .Field-Container-Wide label, .LiveForm.Default .Field.Checkbox .Field-Container label, .LiveForm.Default .Field.Checkbox .Field-Container-Wide label {
    font-size: 16px !important;
}
/*feature article*/
.main .post-Articledescription {
    display: none;
}

.owl-carousel.show-nav-title .owl-nav {
    margin-top: -60px;
}

.main .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
    background: #fff;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
    color: #777777;
}

#footer .post-Articleintroduction, #footer .post-meta {
    display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    border-radius: 2px;
    padding: 5px 8px 0 8px;
}

/*CONTACT US*/
.contactusrow ul li {
    list-style: none;
}

.contactus {
    border-radius: 2px;
    padding: 5px;
    background-color: #f4f4f4;
}

    .contactus .contactus-name {
        font-size: 16px;
        font-weight: 500;
        padding: 2px 8px 2px 5px;
        background-color: #2c2b65;
        color: #ffffff;
        border-radius: 1px;
        margin-bottom: -3px;
        text-align: center;
    }

    .contactus .contactus-titel {
        font-size: 15px;
        font-weight: 400;
        padding: 3px 8px 10px 5px;
        background-color: #c62728;
        color: #ffffff;
        border-radius: 1px;
        top: 8px;
        text-align: center;
        margin-left: 5px;
    }

    .contactus ul {
        padding-top: 10px;
    }

        .contactus ul li {
            list-style: none;
            font-size: 15px;
            font-style: normal;
            font-weight: 200;
            margin-left: -40px;
        }

            .contactus ul li i {
                font-size: 14px;
            }

            .contactus ul li a {
                color: #808080;
                font-size: 15px;
            }
/*Blog*/
.blog-posts article {
    margin-bottom: 20px;
}

/*LI arrow*/
.main .shop .productdesc ul li, .main .shop .list_type1 li {
    list-style: none;
}

    .main .shop .productdesc ul li:before, .main .shop .list_type1 li:before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        display: inline-block;
        padding-left: -0.5em;
        padding-right: -0.5em;
        width: 0.8em;
    }

/*search*/
#header li.search input.NormalTextBox:first-child {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 160px;
    font-size: .9em;
    padding: 0 32px 3px 12px;
    height: 28px;
    -moz-transition: all .2s ease-in .2s;
    -o-transition: all .2s ease-in .2s;
    -webkit-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
    margin-top: -9px;
}

#header li.search input.NormalTextBox:focus {
    width: 210px;
    border-color: #CCC;
    outline: 0;
}

#header li.search input.NormalTextBox {
    display: block;
    float: left;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#header .icon-search {
    border: 0;
    background: 0 0;
    position: absolute;
    top: 4px;
    right: 9px;
    color: #CCC;
    padding: 0 5px;
    text-decoration: none;
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    padding-left: -0.5em;
    cursor: pointer;
}

    #header .icon-search:before {
        content: "\f002";
    }

#header .searchInputContainer a.dnnSearchBoxClearText {
    display: none;
}

#header .header-logo {
    float: left;
}

html #header .header-body {
    background-color: rgba(255, 255, 255, .9);
}

.tab-pane {
    padding-top: 20px;
}

select {
    cursor: pointer;
}

.ui-autocomplete {
    background-color: #333333;
}
    /*dnnCheckbox dnnRadiobutton*/

    .dnnFormItem input[type="checkbox"] + span, input[type="checkbox"] + span, .dnnFormItem input[type="radio"] + span, input[type="radio"] + span {
    display: inline-block;
    margin: 4px;
    width: 28px;
}

    .dnnFormItem input[type="checkbox"] + span + label, input[type="checkbox"] + span + label,
    .dnnFormItem input[type="radio"] + span + label, input[type="checkbox"] + span + label {
        margin: 0 20px 0 -12px;
    }

.dnnCheckbox .mark, .dnnRadiobutton .mark {
    background: none;
}

.dnnCheckbox input {
    display: none;
}

.dnnCheckbox {
    cursor: pointer;
    color: #E5E2DF;
    content: "\f0c8"; /*f096 f204 */
    font-family: "Font Awesome 6 Free";
    font-size: 1.3em;
}

    .dnnCheckbox::before {
        content: "\f0c8";
    }

.dnnCheckbox-checked {
    border: 0;
    color: #2CC90D;
    content: "\f14a"; /*f046 f205*/
}

    .dnnCheckbox-checked::before {
        content: "\f14a";
    }

#ControlBar .dnnCheckbox {
    color: #E5E2DF;
}

#ControlBar .dnnCheckbox-checked {
    color: #2CC90D;
}

.dnnCheckbox .mark {
    display: inline-block;
}

.dnnCheckbox img {
    background: none;
    display: none;
}

.dnnCheckbox-hover img {
    display: none;
}

.dnnCheckbox-checked img {
    display: none;
}

.dnnCheckbox-disabled img {
    display: none;
}

.dnnCheckbox-checked-error img {
    display: none;
}

.dnnCheckbox-error img {
    display: none;
}

.dnnBoxLabel {
    display: inline-block;
}
/* normal checkbox fix */
.dnnFormItem input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 0;
}

.input-group-text {
    height: 43px;
}
/* Input Customised Radiobutton */

.dnnRadiobutton {
    background: none;
    display: inline-block;
    cursor: pointer;
    color: #555555;
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-size: 1.2em;
}

    .dnnRadiobutton::before {
        content: "\f111";
    }

    .dnnRadiobutton img {
        display: none;
    }

.dnnRadiobutton-checked {
    border: 0;
    color: #065093;
    content: "\f192 ";
}

    .dnnRadiobutton-checked::before {
        content: "\f192 ";
    }

.dnnRadiobutton-hover img {
    display: none;
}

.dnnRadiobutton-checked img {
    display: none;
}

.dnnRadiobutton-disabled img {
    display: none;
}

.dnnRadiobutton-checked-error img {
    display: none;
}

.dnnRadiobutton-error img {
    display: none;
}

.google-map {
    margin: 0
}

.dnnForm .formflex {
    display: flex;
}


/*.ag-checkbox-input-wrapper.ag-checked::after {
    display: none;
}

.ag-checkbox-input-wrapper.ag-indeterminate::after {
    display: none;
}


.ag-checkbox-input-wrapper.ag-disabled {
    opacity: 1.0;
}*/
