.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info,
a.btn-info:visited,
a.btn-primary,
a.btn-primary:visited {
    color: #fff;
}

.searchBox {
    padding: 15px 15px 0 15px;
    width: 240px;
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}

/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-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;
}

/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu {
    margin-left: 160px;
}

/* 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+ */
}

.navbar-default .navbar-nav > li > div > ul > li > a,
.navbar-default .LoginLink {
    color: #777;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }

/*------------------------------------------------*/
/* USER */
/*------------------------------------------------*/

.navbar-right .userMessages a,
.navbar-right .userNotifications a {
    background-color: transparent;
}

.navbar-right .userMessages strong {
    height: 100%;
    background: url("../../i/icon_message.png") no-repeat center center;
}

.navbar-right .userNotifications {
}

    .navbar-right .userNotifications strong {
        height: 100%;
        background: url("../../i/icon_notification.png") no-repeat center center;
    }

.navbar-right .registerGroup a span {
    display: inline-block;
    min-width: 7px;
    margin-right: 3px;
    text-align: center;
}

.navbar-right .registerGroup .userProfileImg a {
    min-width: 50px;
    min-height: 50px;
    padding: 0;
}

.navbar-right .registerGroup a img {
    height: 50px;
    width: 50px;
}

/* Number of message next to the message icon*/
.navbar-right .userMessages a span,
.navbar-right .userNotifications a span {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    background-color: transparent;
}

.navbar-right .userNotifications span,
.navbar-right .userMessages span {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    z-index: 999;
}

.navbar-right .userNotifications span {
    background: url("../../i/icon_notification_active.png") no-repeat center center;
}

.navbar-right .userMessages span {
    background: url("../../i/icon_message_active.png") no-repeat center center;
}

/* Content formatting */

#Content,
#TopContent {
    margin-top: 10px;
}

/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item,
.dnnDropDownList .selected-item a {
    height: 35px !important;
}

/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark,
.dnnRadiobutton .mark {
    background: none;
}

/*===================================================*/
/* CUSTOMIZE BUILT-IN UI */
/*===================================================*/

.DnnModule > a:first-child {
    display: none;
}

.DnnModule-OrderRLModule + .DnnModule {
    display: none;
}

.DnnModule .heading_wrapper > h2 {
    display: none;
}

h2:has(+ .ContainerPane) {
    display: none !important;
}

.site__dropdown-items .LogoutLink {
    display: block;
    padding: 15px 10px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #1d2549;
}

/*===================================================*/
/* CUSTOMIZE BUILT RESET PASSWORD UI */
/*===================================================*/
.dnnPasswordReset {
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    background: url(../../img/other-banner.png) center 1140px/3000px repeat-y !important;
    padding-bottom: 170px;
}

    .dnnPasswordReset .dnnPasswordResetContent {
        width: 500px;
        max-width: 96%;
        margin-top: 160px;
    }

    .dnnPasswordReset .dnnFormItem .password-strength-container {
        max-width: unset;
        width: 100%;
    }

        .dnnPasswordReset .dnnFormItem .password-strength-container input {
            max-width: unset;
            width: 100%;
            margin-bottom: 8px !important;
        }

        .dnnPasswordReset .dnnFormItem .password-strength-container .meter {
            height: unset;
            margin-top: 10px;
            margin-bottom: 25px;
        }

        .dnnPasswordReset .dnnFormItem input[type="text"],
        .dnnPasswordReset .dnnFormItem .password-strength-container input[type="password"],
        .dnnPasswordReset .dnnFormItem input[type="password"] {
            margin-bottom: 24px;
            padding: 10px 20px;
            background: transparent;
            border: 1px solid #FFFFFF;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            box-shadow: none;
            color: #FFFFFF;
            font-size: 18px;
            line-height: 1.6;
            width: 100%;
            max-width: 100%;
            outline: none;
        }

    .dnnPasswordReset .dnnActions {
        width: 100%;
        display: flex;
        flex-direction: column !important;
        gap: 16px !important;
        margin-top: 0px;
        padding-top: 0;
    }

        .dnnPasswordReset .dnnActions li {
            float: unset;
            display: block;
            text-align: center;
        }

        .dnnPasswordReset .dnnActions .dnnPrimaryAction {
            border: 0;
            padding: 10px 30px;
            background: #F18619 !important;
            border: 1px solid #F18619;
            color: #FFFFFF;
            font-size: 18px;
            line-height: 1.6;
            font-weight: 400;
            border-radius: 10px;
            outline: none;
            margin-top: 15px;
            width: 100%;
            text-shadow: none;
        }

            .dnnPasswordReset .dnnActions .dnnPrimaryAction:hover, .dnnPasswordReset .dnnActions .dnnPrimaryAction:focus, .dnnPasswordReset .dnnActions .dnnPrimaryAction:active {
                color: #ffffff;
                border: 1px solid #F3BE11;
                background: #F3BE11 !important;
            }

        .dnnPasswordReset .dnnActions .dnnSecondaryAction {
            background: none;
            background-color: transparent;
            border: 0;
            outline: none;
            text-decoration: underline;
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 600;
            box-shadow: none;
            text-shadow: none;
            display: inline-block;
            margin: 0 auto;
            transition: all 0.3s;
        }

            .dnnPasswordReset .dnnActions .dnnSecondaryAction:hover, .dnnPasswordReset .dnnActions .dnnSecondaryAction:focus, .dnnPasswordReset .dnnActions .dnnSecondaryAction:active {
                color: #ffffff;
                background: transparent;
                border-color: transparent;
            }

    .dnnPasswordReset > div .auth-title {
        display: block;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

        /*        .dnnPasswordReset > div .auth-title::after {
            content: "";
            position: absolute;
            display: inline-block;
            left: 0;
            bottom: 0;
            width: 172px;
            height: 2px;
            border-radius: 2px;
            background-color: #9c5755;
        }*/

        .dnnPasswordReset > div .auth-title h2 {
            font-family: "Impact";
            color: #FFFFFF;
            line-height: 1.4;
            font-weight: 400;
            margin: 0;
        }

        .dnnPasswordReset > div .auth-title h2 {
            font-size: 48px;
            margin-bottom: 0px;
            text-align: left;
        }

/*===================================================*/
/* CUSTOMIZE BUILT SEND PASSWORD UI */
/*===================================================*/

.dnnFormMessage:has(~ .dnnSendPassword) {
    margin-top: 160px !important;
    margin-bottom: 10px !important;
    width: 500px;
    max-width: 96%;
    margin: 0 auto;
}

.dnnSendPassword {
    min-height: calc(100vh - 200px);
    padding-top: 160px;
    background: url(../../img/other-banner.png) center 1140px/3000px repeat-y !important;
}

    .dnnSendPassword > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        width: 500px;
        max-width: 96%;
        margin: 0 auto;
    }

    .dnnSendPassword > .dnnActions {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        width: 500px;
        max-width: 96%;
        margin: 0 auto;
    }

.dnnFormMessage ~ .dnnSendPassword {
    padding-top: 40px;
}

.dnnSendPassword > div {
    max-width: 100% !important;
}

    .dnnSendPassword > div .auth-title {
        display: inline-block;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 40px;
        margin-top: 0px !important;
    }

        /*            .dnnSendPassword > div .auth-title::after {
                content: "";
                position: absolute;
                display: inline-block;
                left: 0;
                bottom: 0;
                width: 325px;
                height: 2px;
                border-radius: 4px;
                background-color: #9c5755;
            }*/
        .dnnSendPassword > div .auth-title h2,
        .dnnSendPassword > div .auth-title p {
            line-height: 1.2;
            font-weight: 400;
            margin: 0;
        }

        .dnnSendPassword > div .auth-title h2 {
            font-family: "Impact";
            color: #FFFFFF;
            font-size: 56px;
            margin-bottom: 12px;
        }

        .dnnSendPassword > div .auth-title p {
            font-family: 'Neue Montreal';
            color: #FFFFFF;
            font-size: 30px;
            font-weight: 500;
        }

.dnnSendPassword .dnnFormMessage {
    width: unset;
    max-width: unset;
    width: 500px;
    max-width: 100%;
}

    .dnnSendPassword .dnnFormMessage.dnnFormInfo {
        background-color: rgba(190, 190, 190, 0.1);
        border-radius: 10px;
        border: 0;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 24px;
    }

.dnnSendPassword .dnnSendPasswordContent {
    width: 500px;
    max-width: 100%;
}

    .dnnSendPassword .dnnSendPasswordContent .dnnFormItem {
        clear: both;
        width: 100%;
        display: block;
        position: relative;
        text-align: left;
        display: flex;
        flex-direction: column;
    }

        .dnnSendPassword .dnnSendPasswordContent .dnnFormItem > .dnnLabel {
            all: unset;
        }

            .dnnSendPassword .dnnSendPasswordContent .dnnFormItem > .dnnLabel label {
                all: unset;
                display: inline-block;
                max-width: 100%;
                margin-bottom: 8px;
                font-weight: 600;
                font-size: 18px;
                color: #FFFFFF;
            }
    @media only screen and (max-width: 768px) {
        .dnnSendPassword {
            min-height: calc(100vh - 200px);
            padding: 160px 20px 0;
            background: url(../../img/other-banner.png) center 1140px/3000px repeat-y !important;
        }
    }
    .dnnSendPassword .dnnSendPasswordContent .dnnFormItem > .dnnLabel label ~ .dnnTooltip {
        display: none;
    }

    .dnnSendPassword .dnnSendPasswordContent .dnnFormItem a.dnnFormHelp {
        margin: unset;
        margin-left: 4px !important;
        right: unset;
        top: 5px;
    }

    .dnnSendPassword .dnnSendPasswordContent .dnnFormItem input[type="text"] {
        margin-bottom: 24px;
        padding: 10px 20px;
        background: transparent;
        border: 1px solid #FFFFFF;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        box-shadow: none;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 1.6;
        width: 100%;
        max-width: 100%;
        outline: none;
    }
        .dnnSendPassword .dnnSendPasswordContent .dnnFormItem input[type="text"]:-webkit-autofill {
            box-shadow: 0 0 0px 1000px #162333 inset !important;
            -webkit-text-fill-color: #ffffff !important;
        }
    .dnnSendPassword .dnnActions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 130px;
}

        .dnnSendPassword .dnnActions li {
            text-align: center;
        }

        .dnnSendPassword .dnnActions .dnnPrimaryAction {
            border: 0;
            padding: 10px 30px;
            background: #F18619 !important;
            border: 1px solid #F18619;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.6;
            font-weight: 400;
            border-radius: 10px;
            outline: none;
            margin-top: 15px;
            width: 100%;
            transition: all 0.3s;
            text-shadow: none;
        }

            .dnnSendPassword .dnnActions .dnnPrimaryAction:hover, .dnnSendPassword .dnnActions .dnnPrimaryAction:focus, .dnnSendPassword .dnnActions .dnnPrimaryAction:active {
                color: #ffffff;
                background: #F3BE11 !important;
            }

        .dnnSendPassword .dnnActions .dnnSecondaryAction {
            background: none;
            background-color: transparent;
            border: 0;
            outline: none;
            text-decoration: underline;
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 600;
            box-shadow: none;
            text-shadow: none;
            display: inline-block;
            margin: 0 auto;
        }

            .dnnSendPassword .dnnActions .dnnSecondaryAction:hover, .dnnSendPassword .dnnActions .dnnSecondaryAction:focus, .dnnSendPassword .dnnActions .dnnSecondaryAction:active {
                color: #ffe0bb;
            }

    .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions .dnnSecondaryAction:visited {
        text-decoration: underline;
    }

    .loginContent {
        justify-content: center;
    }

    /*===================================================*/
    /* CUSTOMIZE BUILT IN LOGIN UI */
    /*===================================================*/

    .loginContent {
        min-height: calc(100vh - 202px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 160px;
        padding-bottom: 150px;
        background: url(../../img/other-banner.png) center 1140px/3000px repeat-y !important;
    }

        .loginContent .dnnSocialRegistration {
            display: none !important;
        }

    .LoginPanel {
        float: unset !important;
        padding: 0 !important;
        max-width: 96%;
        margin: 0 auto !important;
    }

        .LoginPanel .auth-title {
            display: inline-block;
            position: relative;
            margin-bottom: 35px;
            margin-inline: -8px;
        }

            /*        .LoginPanel .auth-title::after {
            content: "";
            position: absolute;
            display: inline-block;
            left: 0;
            bottom: 0;
            width: 340px;
            height: 2px;
            border-radius: 4px;
            background-color: #9c5755;
        }*/

            .LoginPanel .auth-title h2,
            .LoginPanel .auth-title p {
                line-height: 1.4;
                font-weight: 600;
                margin: 0;
            }

            .LoginPanel .auth-title h2 {
                color: #FFFFFF;
                font-size: 48px;
            }

            .LoginPanel .auth-title p {
                color: #FFFFFF;
                font-size: 30px;
                font-weight: 500;
                position: relative;
                text-transform: capitalize;
            }

                .LoginPanel .auth-title p:after {
                    position: absolute;
                    left: 0;
                    top: 36px;
                    content: '';
                    display: block;
                    width: 70%;
                    height: 2px;
                    background: #FFFFFF;
                }

        .LoginPanel .dnnForm {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

            .LoginPanel .dnnForm .dnnFormItem,
            .dnnRegistrationForm .dnnForm .dnnFormItem {
                clear: both;
                width: 100%;
                display: block;
                position: relative;
                text-align: left;
                display: flex;
                flex-direction: column;
            }

                .LoginPanel .dnnForm .dnnFormItem > .dnnLabel,
                .dnnRegistrationForm .dnnForm .dnnFormItem > .dnnLabel {
                    all: unset;
                }

                    .LoginPanel .dnnForm .dnnFormItem > .dnnLabel label,
                    .dnnRegistrationForm .dnnForm .dnnFormItem > .dnnLabel label {
                        all: unset;
                        display: inline-block;
                        max-width: 100%;
                        margin-bottom: 8px;
                        font-weight: 600;
                        font-size: 18px;
                        color: #FFFFFF;
                    }

                .LoginPanel .dnnForm .dnnFormItem input[type="text"],
                .LoginPanel .dnnForm .dnnFormItem input[type="password"],
                .dnnRegistrationForm .dnnForm .dnnFormItem input[type="text"],
                .dnnRegistrationForm .dnnForm .dnnFormItem input[type="password"],
                .dnnRegistrationForm .dnnForm .dnnFormItem select.dnnFormInput {
                    margin-bottom: 24px;
                    padding: 10px 20px;
                    background: transparent;
                    border: 1px solid #FFFFFF;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                    box-shadow: none;
                    color: #FFFFFF;
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 1.6;
                    width: 100%;
                    max-width: 100%;
                    outline: none;
                }
                /*            .LoginPanel .dnnForm .dnnFormItem input.validate-fail, .LoginPanel .dnnForm .dnnFormItem input.unmatched,
            .dnnRegistrationForm .dnnForm .dnnFormItem input.validate-fail, .dnnRegistrationForm .dnnForm .dnnFormItem input.unmatched, {
                background: rgba(#fff, 0.3) !important;

            }*/

                    /* Safari/iOS + Chrome */
                    /*.LoginPanel .dnnForm .dnnFormItem input[type="text"]:-webkit-autofill,
                    .LoginPanel .dnnForm .dnnFormItem input[type="password"]:-webkit-autofill,
                    .dnnRegistrationForm .dnnForm .dnnFormItem input[type="text"]:-webkit-autofill,
                    .dnnRegistrationForm .dnnForm .dnnFormItem input[type="password"]:-webkit-autofill,
                    .dnnRegistrationForm .dnnForm .dnnFormItem select.dnnFormInput:-webkit-autofill,
                    .dnnRegistrationForm .dnnForm .dnnFormItem select.dnnFormInput:-internal-autofill-selected {
                        box-shadow: 0 0 0 1000px #162333 inset !important;
                        -webkit-text-fill-color: #ffffff !important;
                        background-color: #162333 !important;*/ /* REQUIRED for iPhone Safari */
                        /*appearance: none !important;*/ /* Helps Safari override */
                        /*border-color: transparent !important;*/ /* Prevent yellow border */
                    /*}*/

                    .LoginPanel .dnnForm .dnnFormItem input[type="text"]:-webkit-autofill,
                    .LoginPanel .dnnForm .dnnFormItem input[type="text"]:-webkit-autofill:focus,
                    .LoginPanel .dnnForm .dnnFormItem input[type="password"]:-webkit-autofill,
                    .LoginPanel .dnnForm .dnnFormItem input[type="password"]:-webkit-autofill:focus,
                    .dnnRegistrationForm .dnnForm .dnnFormItem input[type="text"]:-webkit-autofill,
                    .dnnRegistrationForm .dnnForm .dnnFormItem input[type="text"]:-webkit-autofill:focus,
                    .dnnRegistrationForm .dnnForm .dnnFormItem input[type="password"]:-webkit-autofill,
                    .dnnRegistrationForm .dnnForm .dnnFormItem input[type="password"]:-webkit-autofill:focus,
                    .dnnRegistrationForm .dnnForm .dnnFormItem select.dnnFormInput:-webkit-autofill,
                    .dnnRegistrationForm .dnnForm .dnnFormItem select.dnnFormInput:-webkit-autofill:focus {
                        -webkit-text-fill-color: #ffffff !important;
                        /* THE REAL FIX */
                        box-shadow: 0 0 0 1000px #162333 inset !important;
                        /* THE SECRET iOS TRICK */
                        transition: background-color 99999s ease-in-out 0s !important;
                        /* Helps but not required */
                        caret-color: #ffffff !important;
                        appearance: none !important;
                        background-color: #162333 !important;
                    }




                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginRememberMe {
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        margin-bottom: 24px;
                    }

                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginRememberMe .dnnBoxLabel {
                        margin-bottom: 0;
                        font-weight: 500;
                        cursor: pointer;
                    }

                .LoginPanel .dnnForm .dnnFormItem .dnnFormLabel:has(+ .dnnLoginRememberMe),
                .LoginPanel .dnnForm .dnnFormItem .dnnFormLabel:has(+ .dnnPrimaryAction),
                .LoginPanel .dnnForm .dnnFormItem .dnnFormLabel:has(+ .dnnLoginActions) {
                    display: none !important;
                }

                .LoginPanel .dnnForm .dnnFormItem .dnnLoginRememberMe input[type="checkbox"] {
                    appearance: none;
                }

                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginRememberMe input[type="checkbox"] + .dnnCheckbox {
                        all: unset;
                        display: inline-block;
                        width: 24px;
                        height: 24px;
                        background-color: transparent;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center;
                        cursor: pointer;
                        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z' stroke='%23F18619' stroke-width='1.5'/%3E%3Cdefs%3E%3C/defs%3E%3C/svg%3E");
                        transition: all 0.3s ease;
                    }

                        .LoginPanel .dnnForm .dnnFormItem .dnnLoginRememberMe input[type="checkbox"] + .dnnCheckbox.dnnCheckbox-checked {
                            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.89124 3.39124C2.5 4.78249 2.5 7.02166 2.5 11.5C2.5 15.9783 2.5 18.2175 3.89124 19.6088C5.28249 21 7.52166 21 12 21C16.4783 21 18.7175 21 20.1088 19.6088C21.5 18.2175 21.5 15.9783 21.5 11.5C21.5 7.02166 21.5 4.78249 20.1088 3.39124C18.7175 2 16.4783 2 12 2C7.52166 2 5.28249 2 3.89124 3.39124ZM16.3686 8.83787C16.5552 8.63431 16.5414 8.31802 16.3379 8.13143C16.1343 7.94483 15.818 7.95858 15.6314 8.16214L10.4843 13.7772L8.35355 11.6465C8.15829 11.4512 7.84171 11.4512 7.64645 11.6465C7.45118 11.8417 7.45118 12.1583 7.64645 12.3536L10.1464 14.8536C10.2429 14.95 10.3745 15.0028 10.5109 14.9999C10.6472 14.9969 10.7764 14.9384 10.8686 14.8379L16.3686 8.83787Z' fill='%23F18619'/%3E%3Cdefs%3E%3C/defs%3E%3C/svg%3E");
                        }

                        .LoginPanel .dnnForm .dnnFormItem .dnnLoginRememberMe input[type="checkbox"] + .dnnCheckbox .mark {
                            display: none !important;
                        }

                .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction {
                    padding: 10px 30px;
                    color: #FFFFFF;
                    font-size: 18px;
                    line-height: 1.6;
                    font-weight: 400;
                    border-radius: 10px;
                    outline: none;
                    margin-top: 15px;
                    margin-bottom: 0;
                    border: 1px solid #F18619;
                    background: #F18619;
                    transition: all 0.3s;
                }

                    .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction:hover, .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction:focus, .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction:active {
                        border: 1px solid #F3BE11;
                        color: #ffffff;
                        background: #F3BE11 !important;
                        text-decoration: none;
                    }

                    .LoginPanel .dnnForm .dnnFormItem .dnnPrimaryAction + .dnnSecondaryAction {
                        display: none;
                    }

                .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions::after {
                    display: none;
                }

                .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions {
                    display: flex;
                    flex-direction: column-reverse;
                    align-items: center;
                    justify-content: center;
                }

                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions li:first-child span {
                        display: inline-block;
                        color: #F18619;
                        font-size: 18px;
                        font-weight: 400;
                        margin-right: 6px;
                    }

                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions .dnnSecondaryAction {
                        background: none;
                        background-color: transparent;
                        border: 0;
                        outline: none;
                        text-decoration: underline;
                        color: #ffffff;
                        font-size: 16px;
                        font-weight: 400;
                        box-shadow: none;
                        text-shadow: none;
                        margin-bottom: 25px;
                    }

                        .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions .dnnSecondaryAction:hover {
                            color: #ffe0bb;
                        }

                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions #dnn_ctr_Login_Login_DNN_registerLink.dnnSecondaryAction {
                        color: white;
                        padding: 0 0px;
                        text-decoration: underline;
                        line-height: 1em;
                    }

                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions li:first-child {
                    }

                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions #dnn_ctr_Login_Login_DNN_registerLink.dnnSecondaryAction:hover {
                        color: #ffe0bb;
                    }

                    .LoginPanel .dnnForm .dnnFormItem .dnnLoginActions .dnnActions .dnnSecondaryAction:visited {
                        text-decoration: underline;
                    }

    .dnnFormMessage.dnnFormValidationSummary {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        max-width: 300px;
        margin-bottom: 0px;
        z-index: 999;
    }

    .dnnLogin ~ .dnnFormMessage.dnnFormValidationSummary {
        top: 70px;
    }

    .dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary {
        background-color: #F18619;
        border-color: #F18619;
        color: #141A33;
    }

        .dnnFormMessage.dnnFormValidationSummary ~ .dnnRegistrationForm {
            padding-top: 220px;
        }

        .dnnFormMessage.dnnFormValidationSummary ~ .dnnLogin .loginContent {
            padding-top: 220px;
        }

    @media only screen and (max-width: 768px) {
        .loginContent {
            padding-top: 150px;
        }

        .dnnFormMessage.dnnFormValidationSummary {
            top: 70px;
            left: 50%;
            width: 320px;
            transform: translateX(-50%);
            z-index: 0;
        }

            .dnnFormMessage.dnnFormValidationSummary ~ .dnnLogin .loginContent {
                padding-top: 200px;
            }

        .LoginPanel .auth-title {
            margin-inline: 0px;
        }

            .LoginPanel .auth-title h2 {
                font-size: 38px;
            }

            .LoginPanel .auth-title p {
                font-size: 20px;
            }

        .site__dropdown-items li .LogoutLink {
            padding: 10px 0px;
            font-size: 14px;
        }
    }


    /*@media only screen and (max-width: 508px) {
    .dnnFormMessage.dnnFormValidationSummary {
        top: 770px;
    }
}*/

    /*===================================================*/
    /* CUSTOMIZE BUILT IN REGISTER UI */
    /*===================================================*/
    .dnnRegistrationForm .dnnFormMessage.dnnFormInfo {
        display: none;
    }

    .dnnRegistrationForm .dnnSocialRegistration {
        display: none !important;
    }

    div.dnnRegistrationForm {
        padding: 50px 0;
        padding-top: 150px;
        margin-bottom: 150px;
        width: 100%;
        background: url(../../img/other-banner.png) center 1140px/3000px repeat-y !important;
    }

    .dnnRegistrationForm .auth-title, .dnnRegistrationForm .dnnActions {
        margin: 0 auto;
        min-width: unset;
        width: 570px;
        max-width: 100%;
    }

    .dnnRegistrationForm .dnnFormItem {
        width: 570px;
        margin: 0 auto;
        max-width: 100%;
    }

    @media only screen and (max-width: 768px) {
    }

    .dnnRegistrationForm .auth-title {
        display: block;
        width: 570px;
        margin-inline: auto;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 20px;
        padding-top: 80px;
    }

        /*    .dnnRegistrationForm .auth-title::after {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        bottom: 0;
        width: 436px;
        max-width: 80%;
        height: 2px;
        border-radius: 4px;
        background-color: #9c5755;
    }*/

        .dnnRegistrationForm .auth-title h2,
        .dnnRegistrationForm .auth-title p {
            color: #ffffff;
            line-height: 1.4;
            font-weight: 600;
            margin: 0;
        }

        .dnnRegistrationForm .auth-title h2 {
            font-size: 48px;
            margin-bottom: 0px;
        }

        .dnnRegistrationForm .auth-title p {
            font-size: 22px;
            color: #ffffff;
            font-weight: 500;
            position: relative;
        }

            .dnnRegistrationForm .auth-title p:after {
                position: absolute;
                left: 0;
                top: 36px;
                content: '';
                display: block;
                width: 70%;
                height: 2px;
                background: #FFFFFF;
            }

    div.dnnRegistrationForm .dnnForm {
        float: unset;
        display: flex;
        flex-direction: column;
        width: 484px;
        max-width: 100%
    }

    .dnnRegistrationForm .dnnForm .dnnFormItem input[type="password"] {
        margin-bottom: 8px;
    }

.dnnRegistrationForm .dnnForm .dnnFormItem select.dnnFormInput {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*        background: rgba(216,223,255,1) url("../../i/down_arrow.svg") no-repeat right 20px center;*/
    background-size: 26px;
    color: #ffffff !important;
    background-color: transparent;
}
dnnRegistrationForm .dnnForm .dnnFormItem select.dnnFormInput option{
    background-color: white !important;
    color: #000000 !important;
}
    .dnnRegistrationForm .dnnForm .dnnFormItem > .dnnLabel {
            display: inline-block;
            align-self: start;
        }

    .dnnRegistrationForm .dnnForm .password-strength-container {
        width: 100%;
        max-width: unset;
        display: block;
        position: relative;
        margin-bottom: 10px;
    }

        .dnnRegistrationForm .dnnForm .password-strength-container > div{
            margin-bottom: 0px;
        }

        .dnnRegistrationForm .dnnForm .password-strength-container .password-strength-tooltip {
            bottom: 96px !important;
            background: rgba(0, 0, 0, 0.75);
            border-radius: 20px;
        }

        .dnnRegistrationForm .dnnForm .password-strength-container .password-strength-tooltip-content h2 {
            font-weight: 400;
            color: #FFFFFF;
        }

        .dnnRegistrationForm .dnnForm .password-strength-container .meter.visible {
            margin-top: 10px;
        }

        .dnnRegistrationForm .dnnForm .dnnFormItem input.validate-success {
            background: url("../../i/icon-validate-success.png") #1f1f1f00 no-repeat 98% center !important;
        }

.dnnFormItem input[type="text"]:-webkit-autofill,
.dnnFormItem input[type="password"]:-webkit-autofill,
.dnnFormItem input[type="email"]:-webkit-autofill,
.dnnFormItem input[type="tel"]:-webkit-autofill,
.dnnFormItem select:-webkit-autofill,
.dnnFormItem textarea:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #1D2836 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

    .dnnFormItem input.validate-fail,
    .dnnFormItem input.unmatched {
        background: url("../../i/icon-validate-fail.png") #1f1f1f00 no-repeat 98% center !important;
    }

    .dnnFormItem input.validate-success, .dnnFormItem input.matched {
        background: url("../../i/icon-validate-success.png") #1f1f1f00 no-repeat 98% center !important;
    }

    .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
        margin: unset;
        margin-left: 4px !important;
        right: unset;
        top: 5px;
    }

    .dnnRegistrationForm .dnnActions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .dnnRegistrationForm .dnnActions li {
            width: 484px;
            max-width: 100%;
        }

        .dnnRegistrationForm .dnnActions .dnnPrimaryAction {
            display: block;
            padding: 11px 20px;
            background: #F18619 !important;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 1.4;
            font-weight: 400;
            border-radius: 12px;
            outline: none;
            margin-top: 15px;
            margin-bottom: 0;
            transition: all 0.3s;
            border: 1px solid #F18619;
        }

            .dnnRegistrationForm .dnnActions .dnnPrimaryAction:hover, .dnnRegistrationForm .dnnActions .dnnPrimaryAction:focus, .dnnRegistrationForm .dnnActions .dnnPrimaryAction:active {
                border: 1px solid #04FCFF;
                color: #141A33;
                background: #04FCFF !important;
            }



        .dnnRegistrationForm .dnnActions li:last-of-type {
            text-align: center;
        }

            .dnnRegistrationForm .dnnActions li:last-of-type .dnnSecondaryAction {
                background: none;
                background-color: transparent;
                border: 0;
                outline: none;
                text-decoration: underline;
                color: #FFFFFF;
                font-size: 18px;
                font-weight: 500;
                box-shadow: none;
                text-shadow: none;
            }

    span.dnnFormRequired:after {
        color: #F3BE11;
    }

    @media all and (max-width:600px) {
        .dnnRegistrationForm .auth-title h2 {
            font-size: 33px;
            text-align: center;
        }

        div.dnnRegistrationForm .dnnForm {
            margin: 0 auto;
            width: 300px;
        }

        .dnnRegistrationForm .dnnActions {
            align-items: center;
        }

            .dnnRegistrationForm .dnnActions li {
                width: 300px;
            }

        .dnnSendPassword > div .auth-title h2 {
            font-size: 33px;
        }
    }


    /*===================================================*/
    /* TWICK PASSWORD SHOW HIDE EYE BUTTON */
    /*===================================================*/
    .dnnFormItem button.password-toggle {
        position: absolute;
        cursor: pointer;
        display: inline-block;
        background: transparent;
        border: 0;
        right: 20px;
        top: 10px;
        width: 28px !important;
        height: 28px;
        font-size: 24px;
        color: #ffffff;
        margin: 0;
        padding: 0;
        min-width: unset;
        font-weight: 100;
        box-shadow: none !important;
    }

    /*===================================================*/
    /* USER PROFILE MANAGEMENT CSS */
    /*===================================================*/
    .DnnModule-Console .heading_wrapper {
        display: none;
    }

    .DnnModule-Admin .heading_wrapper .TitleH3 {
        display: none;
    }

    .DnnModule-Journal {
        display: none;
    }

    .DnnModule-Admin {
        background: url(../../img/bg/bg-artwork-2.png) top center/3000px no-repeat, url(../../img/bg/bg-artwork-1.png) center 3100px/3000px repeat-y !important;
    }

    .DnnModule-ViewProfile + .DnnModule-ViewProfile {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0px !important;
    }

        .DnnModule-ViewProfile + .DnnModule-ViewProfile .DNNContainer_noTitle {
            width: 600px;
            max-width: 96%;
            margin: 0 auto;
        }




    .DnnModule-ViewProfile {
        background: url(../../img/bg/bg-artwork-2.png) top center/3000px no-repeat, url(../../img/bg/bg-artwork-1.png) center 3100px/3000px repeat-y !important;
        display: none;
    }

    .dnnProfileDetails .dnnFormItem .dnnFormVisibility {
        display: none !important;
    }

    .dnnProfileDetails #Location {
        display: none !important;
    }

    .DnnModule-ViewProfile + .DnnModule-ViewProfile {
        width: 600px;
        max-width: 96%;
        margin: 0 auto;
        padding-top: 200px;
        padding-bottom: 200px;
        display: block;
    }

    @media all and (max-width: 768px) {
        .DnnModule-ViewProfile .ModViewProfileC div img {
            width: 150px !important;
            height: 150px !important;
        }

        .DnnModule-ViewProfile .ModViewProfileC > div {
            align-items: center;
        }
    }


    .DnnModule-ViewProfile .ModViewProfileC > div {
        display: flex;
        align-items: end;
        gap: 15px;
    }

    .DnnModule-ViewProfile .ModViewProfileC div img {
        width: 200px;
        height: 200px;
        border-radius: 10px;
        border: 1px solid #f4f4f4;
        vertical-align: top;
        object-fit: cover;
    }

    .DnnModule-ViewProfile .ModViewProfileC div .dnnSecondaryAction {
        font-weight: 500;
        line-height: 1em;
        outline: 0;
        white-space: nowrap;
        transition: 0.4s ease-in-out;
        padding: 14px 28px;
        background: #1f1f1f;
        font-size: 18px;
        color: white;
        border: 1px solid #ffffff;
        border-radius: 50px;
        box-shadow: none;
        text-shadow: none;
        transition: all 0.4s linear, border 0.2s linear, color 0.4s linear;
    }

        .DnnModule-ViewProfile .ModViewProfileC div .dnnSecondaryAction:hover, .DnnModule-ViewProfile .ModViewProfileC div .dnnSecondaryAction:focus, .DnnModule-ViewProfile .ModViewProfileC div .dnnSecondaryAction:active {
            border: 1px solid rgba(61, 85, 204, 0.9);
            color: #ffffff;
            background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%) !important;
        }

    .dnnEditUser {
        width: 600px;
        max-width: 96%;
        margin: 0 auto;
        padding-top: 200px;
        padding-bottom: 50px;
    }

        .dnnEditUser .dnnAdminTabNav {
            display: none;
        }

        .dnnEditUser h2.dnnFormSectionHead {
            border-bottom: 0px !important;
        }

        .dnnEditUser .dnnUserDetails .dnnFormSectionHead span {
            font-weight: 400;
            letter-spacing: 0.5px;
            color: #FFFFFF;
        }

    .dnnPasswordDetails .dnnActions .dnnPrimaryAction {
        border: 1px solid #FFFFFF !important;
        transition: all 0.3s;
    }

        .dnnPasswordDetails .dnnActions .dnnPrimaryAction:hover, .dnnPasswordDetails .dnnActions .dnnPrimaryAction:focus, .dnnPasswordDetails .dnnActions .dnnPrimaryAction:active {
            border: 1px solid rgba(61, 85, 204, 0.9);
            color: #ffffff;
            background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%) !important;
        }

    .dnnEditUser .dnnUserDetails .dnnActions li {
        margin-right: 16px;
    }

    .dnnEditUser .dnnUserDetails .dnnFormSectionHead a,
    .dnnEditUser .dnnProfileDetails .dnnProfile .dnnFormSectionHead a {
        font-size: 24px;
        color: #9c5755;
        padding: 10px;
        background: url(/images/up-icn.png) no-repeat 98% 50%;
        background-color: #faf8f2;
        border-radius: 6px;
    }

        .dnnEditUser .dnnUserDetails .dnnFormSectionHead a:hover,
        .dnnEditUser .dnnProfileDetails .dnnProfile .dnnFormSectionHead a:hover {
            background: url(/images/up-icn.png) no-repeat 98% 50%;
            background-color: #faf8f2;
        }

    .dnnEditUser .dnnUserDetails .dnnFormItem,
    .dnnEditUser .dnnProfileDetails .dnnFormItem {
        clear: both;
        width: 100%;
        display: block;
        position: relative;
        text-align: left;
        display: flex;
        flex-direction: column;
    }

        .dnnEditUser .dnnProfileDetails .dnnFormItem > span {
            width: 190px !important;
        }

        .dnnEditUser .dnnUserDetails .dnnFormItem .dnnLabel,
        .dnnEditUser .dnnProfileDetails .dnnFormItem .dnnLabel {
            all: unset;
        }

            .dnnEditUser .dnnUserDetails .dnnFormItem .dnnLabel label,
            .dnnEditUser .dnnProfileDetails .dnnFormItem .dnnLabel label {
                all: unset;
                display: inline-block;
                max-width: 100%;
                margin-bottom: 8px;
                font-weight: 600;
                font-size: 18px;
                color: #ffffff;
            }

        .dnnEditUser .dnnUserDetails .dnnFormItem input,
        .dnnEditUser .dnnUserDetails .dnnFormItem > span,
        .dnnEditUser .dnnProfileDetails .dnnFormItem input,
        .dnnEditUser .dnnProfileDetails .dnnFormItem select,
        .dnnEditUser .dnnProfileDetails .dnnFormItem textarea,
        .dnnEditUser .dnnProfileDetails .dnnFormItem > span {
            margin-bottom: 24px;
            padding: 10px 20px;
            background: transparent;
            border: 1px solid #FFFFFF;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            box-shadow: none;
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.6;
            width: 100%;
            max-width: 100%;
            outline: none;
        }
            .dnnEditUser .dnnUserDetails .dnnFormItem input:-webkit-autofill,
            .dnnEditUser .dnnUserDetails .dnnFormItem > span:-webkit-autofill,
            .dnnEditUser .dnnProfileDetails .dnnFormItem input:-webkit-autofill,
            .dnnEditUser .dnnProfileDetails .dnnFormItem select:-webkit-autofill,
            .dnnEditUser .dnnProfileDetails .dnnFormItem textarea:-webkit-autofill,
            .dnnEditUser .dnnProfileDetails .dnnFormItem > span:-webkit-autofill {
                box-shadow: 0 0 0px 1000px #162333 inset !important;
                -webkit-text-fill-color: #ffffff !important;
            }
    .dnnEditUser .dnnUserDetails .dnnFormGroup, .dnnEditUser .dnnProfileDetails .dnnFileUploadScope {
        width: 100% !important;
        max-width: 100%;
        border-radius: 10px;
        background-color: transparent;
        border: 1px solid #FFFFFF;
    }

        .dnnEditUser .dnnUserDetails .dnnFormGroup .NormalBold {
            color: #FFFFFF;
            line-height: 1.6;
            margin-bottom: 8px;
        }

    .dnnEditUser .dnnUserDetails .password-strength-container {
        width: 100%;
        max-width: unset;
    }

    .dnnEditUser .dnnUserDetails .dnnPrimaryAction,
    .dnnEditUser .dnnUserDetails .dnnSecondaryAction,
    .dnnEditUser .dnnProfileDetails .dnnPrimaryAction {
        font-weight: 500;
        line-height: 1em;
        outline: 0;
        white-space: nowrap;
        transition: 0.4s ease-in-out;
        padding: 14px 28px;
        background: #1f1f1f;
        font-size: 18px;
        color: white;
        border: 1px solid #ffffff;
        border-radius: 50px;
        box-shadow: none;
        text-shadow: none;
        transition: all 0.4s linear, border 0.2s linear, color 0.4s linear;
    }

        .dnnEditUser .dnnUserDetails .dnnPrimaryAction:hover,
        .dnnEditUser .dnnUserDetails .dnnPrimaryAction:focus,
        .dnnEditUser .dnnUserDetails .dnnPrimaryAction:active,
        .dnnEditUser .dnnUserDetails .dnnSecondaryAction:hover,
        .dnnEditUser .dnnUserDetails .dnnSecondaryAction:focus,
        .dnnEditUser .dnnUserDetails .dnnSecondaryAction:active,
        .dnnEditUser .dnnProfileDetails .dnnPrimaryAction:hover, .dnnEditUser .dnnProfileDetails .dnnPrimaryAction:focus, .dnnEditUser .dnnProfileDetails .dnnPrimaryAction:active {
            border: 1px solid rgba(61, 85, 204, 0.9);
            color: #ffffff;
            background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%) !important;
        }


    .dnnEditUser .dnnUserDetails .dnnSecondaryAction {
        background: #faf8f2;
        color: #1f1f1f;
    }

    /*===================================================*/
    /* USER DROPDOWN CSS */
    /*===================================================*/
    .user-menu .user-menu__dropdown-toggle {
        background-color: transparent;
        padding: 10px 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        color: #77808c;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .user-menu .user-menu__dropdown-menu {
        width: 220px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        padding: 0px;
        overflow: hidden;
    }

        .user-menu .user-menu__dropdown-menu li:not(:last-of-type) {
            border-bottom: 1px solid #e8e8e8;
        }

        .user-menu .user-menu__dropdown-menu li a {
            font-size: 14px;
            line-height: 20px;
            padding: 12px 16px;
            font-weight: 400;
            color: #000;
        }

            .user-menu .user-menu__dropdown-menu li a:hover {
                background-color: #eaffe7 !important;
                color: #000 !important;
            }

            .user-menu .user-menu__dropdown-menu li a.LogoutLink {
                display: block;
            }

    /*===================================================*/
    /* TOASTER MESSAGE CSS */
    /*===================================================*/

    #toast-container {
        width: 500px;
        max-width: calc(100% - 24px);
        background-color: #2A4668;
        box-shadow: 0px 4px 16px 0px #0000001f;
        border-radius: 12px 20px 20px 12px;
        overflow: hidden;
    }

        #toast-container > .toast.toast-success,
        #toast-container > .toast.toast-warning,
        #toast-container > .toast.toast-error,
        #toast-container > .toast.toast-info {
            background-image: none !important;
        }

        #toast-container > .toast {
            background-color: #2A4668;
            width: 100%;
            padding: 18px 20px 18px 76px;
            margin: 0;
            border-radius: 0 !important;
            opacity: 1;
            box-shadow: none;
            border-left: 12px solid transparent;
        }

            #toast-container > .toast:hover {
                box-shadow: none;
            }

            #toast-container > .toast .toast-title {
                color: #FFFFFF;
                font-size: 16px;
                font-weight: 700;
                line-height: 1.6;
            }

            #toast-container > .toast .toast-message {
                color: #DADEF2;
                font-size: 12px;
                font-weight: 400;
                line-height: 1.2;
                max-width: 320px;
            }

            #toast-container > .toast .toast-close-button {
                background: none;
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                float: unset;
                font-weight: 300 !important;
                font-size: 44px;
                color: #FFFFFF;
                text-shadow: none;
                opacity: 1;
                line-height: 1;
                margin-top: -6px;
                display: inline-block !important;
                content: "\e916";
                font-family: "icomoon" !important;
            }

            #toast-container > .toast::before {
                font-family: "icomoon" !important;
                display: inline-block;
                width: 36px;
                height: 36px;
                border-radius: 18px;
                position: absolute;
                left: 18px;
                top: 50%;
                transform: translateY(-50%);
                z-index: 99999999;
                font-size: 36px;
                margin-top: -6px;
            }

            #toast-container > .toast.toast-success {
                border-color: #F18619;
            }

                #toast-container > .toast.toast-success::before {
                    content: "\e95e";
                    color: #F18619;
                }

            #toast-container > .toast.toast-error {
                border-color: #F18619;
            }

                #toast-container > .toast.toast-error::before {
                    content: "\e917";
                    color: #F18619;
                }

            #toast-container > .toast.toast-info {
                border-color: #F18619;
            }

                #toast-container > .toast.toast-info::before {
                    content: "\e939";
                    color: #fff;
                    font-size: 18px;
                    background-color: #F18619;
                    margin-top: 0;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                }

            #toast-container > .toast.toast-warning {
                border-color: #F18619;
            }

                #toast-container > .toast.toast-warning::before {
                    content: "\e93a";
                    color: #fff;
                    font-size: 18px;
                    background-color: #F18619;
                    margin-top: 0;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                }

    /*====== Toaster message design end ======== */

    .dnnLoading.dnnPanelLoading {
        position: fixed;
    }

    /*===================================================*/
    /* PIKALENDAR CUSTOMIZE CSS */
    /*===================================================*/
    .pika-single {
        width: 480px;
        max-width: 96%;
        box-shadow: 0 0 3px 2px rgba(114, 168, 255, .25) !important;
        border: 1px solid #fff !important;
        border-radius: 16px;
        padding: 8px;
        background: #D8DFFF !important;
    }

        .pika-single .pika-title {
            color: #ffffff;
        }

        .pika-single .pika-lendar {
            width: calc(100% - 32px)
        }

            .pika-single .pika-lendar .pika-table th {
                color: #31418C;
                font-size: 14px;
            }

            .pika-single .pika-lendar .pika-button {
                text-align: center;
                padding: 10px;
                font-size: 13px;
                color: #1f1f1f;
                transition: all .25s ease;
                font-weight: 600;
                background: #D8DFFF;
            }

                .pika-single .pika-lendar .pika-button:hover {
                    background: #FFFFFF;
                    color: #1f1f1f;
                }

            .pika-single .pika-lendar .is-selected .pika-button {
                background: #6B7BC3;
                box-shadow: none;
                color: #ffffff;
                font-weight: 700;
            }

        .pika-single .pika-title {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            padding: 0 0 6px 0;
            position: relative;
            margin-bottom: 10px;
        }

            .pika-single .pika-title .pika-label {
                height: 34px;
                width: 90px;
                font-size: 16px;
                margin: 0 5px;
                display: inline-flex;
                align-items: center;
                justify-content: start;
                padding: 10px 12px;
                /*            border: 1px solid #e7c64e;*/
                background-color: #6B7BC3;
                border-radius: 5px;
                transition: all .3s ease;
            }

                .pika-single .pika-title .pika-label:hover {
                    background: #31418C;
                }

                .pika-single .pika-title .pika-label:first-of-type {
                    width: 140px;
                }

                .pika-single .pika-title .pika-label select {
                    width: 100%;
                    height: 100%;
                    top: 0;
                    background-color: rgba(216, 223, 255, 1);
                }

                .pika-single .pika-title .pika-label .pika-select:focus {
                    color: #1f1f1f;
                }

                .pika-single .pika-title .pika-label::after {
                    content: '\e920';
                    font-family: 'icomoon';
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    color: #ffffff;
                    z-index: 9997;
                    transform: translateY(-50%);
                }

        .pika-single .pika-prev,
        .pika-single .pika-next {
            height: 34px;
            background-size: 100% 100%;
            display: inline-block;
            position: absolute;
            top: 0;
            z-index: 9999;
        }

        .pika-single .pika-prev {
            left: 0;
        }

        .pika-single .pika-next {
            right: 0;
        }



    /*====== Pikalendar design end ======== */


    @media all and (max-width:768px) {
        div.dnnRegistrationForm {
            overflow: hidden;
            width: 100%;
            min-width: 50px;
            padding: 0px 8px;
        }

        /*    div.dnnRegistrationForm .dnnFormItem {
        margin-left: 0px;
    }*/

        .dnnEditUser {
            padding-top: 100px;
        }
    }
