﻿:root {
    /*--old-primary-color:#5aa775;*/
    /*-primary-color:#0f50ad;*/
    --primary-color:#4f87cc;
}


@font-face {
    font-family: 'Varta';
    src: url('../fonts/Varta-Bold.eot');
    src: url('../fonts/Varta-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Varta-Bold.woff2') format('woff2'), url('../fonts/Varta-Bold.woff') format('woff'), url('../fonts/Varta-Bold.ttf') format('truetype'), url('../fonts/Varta-Bold.svg#Varta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Varta';
    src: url('../fonts/Varta-Light.eot');
    src: url('../fonts/Varta-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Varta-Light.woff2') format('woff2'), url('../fonts/Varta-Light.woff') format('woff'), url('../fonts/Varta-Light.ttf') format('truetype'), url('../fonts/Varta-Light.svg#Varta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Varta';
    src: url('../fonts/Varta-Regular.eot');
    src: url('../fonts/Varta-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Varta-Regular.woff2') format('woff2'), url('../fonts/Varta-Regular.woff') format('woff'), url('../fonts/Varta-Regular.ttf') format('truetype'), url('../fonts/Varta-Regular.svg#Varta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yellowtail';
    src: url('../fonts/Yellowtail-Regular.eot');
    src: url('../fonts/Yellowtail-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Yellowtail-Regular.woff2') format('woff2'), url('../fonts/Yellowtail-Regular.woff') format('woff'), url('../fonts/Yellowtail-Regular.ttf') format('truetype'), url('../fonts/Yellowtail-Regular.svg#Yellowtail-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Varta';
    background: #f1f4f6;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Yellowtail';*/
    font-family: 'Varta';
    font-weight: bold;
}

.Login_Bg {
    float: left;
    width: 100%;
    padding-top: unset;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.LbLgn img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.login_Lft {
    float: left;
    width: 100%;
}

.LoginTtl {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}

    .LoginTtl h1 {
        float: left;
        width: 100%;
        color: var(--primary-color);
        font-size: 38px;
        text-transform: uppercase;
        font-family: 'Varta';
        font-weight: 510;
    }

    .LoginTtl img {
        display: inline-block;
    }

.login_frm {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .login_frm .form-group {
        float: left;
        width: 100%;
    }

        .login_frm .form-group label {
            float: left;
            background: #fff;
            font-size: 40px;
            font-family: 'Yellowtail';
            color: #333;
            margin: 0 0 -28px 20px;
            position: relative;
            padding: 0 15px 0 10px;
        }

        .login_frm .form-group input[type="text"], .login_frm .form-group input[type="password"], .login_frm .form-group input[type="number"] {
            float: left;
            width: 100%;
            /*height: 90px;*/
            border: 1px solid rgba(0,0,0,.12);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            font-size: 20px;
            /*font-family: 'Yellowtail';*/
            color: #333;
            padding-left: 30px;
            padding-right: 30px;
        }

        .login_frm .form-group:hover label, .login_frm .form-group:focus label {
            color: var(--primary-color);
        }

        .login_frm .form-group:hover input[type="text"], .login_frm .form-group:focus input[type="text"] {
            border-color: var(--primary-color);
        }

        .login_frm .form-group:hover input[type="number"], .login_frm .form-group:focus input[type="number"] {
            border-color: var(--primary-color);
        }

        .login_frm .form-group:hover input[type="password"], .login_frm .form-group:focus input[type="password"] {
            border-color: var(--primary-color);
        }

        .login_frm .form-group input[type="text"]:focus, .login_frm .form-group input[type="password"]:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

.lgnCkBx {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .lgnCkBx label {
        margin-left: 0px !important;
    }

        .lgnCkBx label span {
            font-size: 36px;
            float: right;
            width: 200px;
            margin: -10px -230px 0 0;
            color: var(--primary-color);
        }

.login_frm .form-group .col-xl-6 {
    padding: 0px;
}

.lgnCkBxRt {
    float: right;
}

    .lgnCkBxRt a {
        float: right;
        font-size: 20px;
        color: #333;
        font-family: 'Varta';
    }

    .lgnCkBxRt a:hover, .lgnCkBxRt a:focus {
        text-decoration: none;
        color: var(--primary-color);
    }

.cstRtCl {
    float: right;
    margin-top: 8px;
}

.LoginButton {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0 0 0;
}

    .LoginButton input[type="submit"] {
        width: 291px;
        height: 93px;
        background-color: transparent;
        border: none;
        background-image: url(../images/login_btn.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 30px;
        color: #fff;
        font-family: 'Varta';
        padding: 0 0 27px 0;
        cursor: pointer;
        outline: none;
    }

.login_Rt {
    float: left;
    width: 100%;
}

.login_Rt img {
    float: right;
    width: 720px;
    margin: -10px -340px 0 0;
}

.CstPntImg img {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.AdminTp {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    background: #fafbfc;
    padding: 10px 0 10px 0;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.AdminTpData {
    float: left;
    width: 100%;
}

    .AdminTpData ul {
        float: right;
        margin: 0px;
        padding: 0px;
        width: 18%;
    }

        .AdminTpData ul li {
            float: left;
            list-style: none;
        }

.UsrImg {
    float: left;
    margin-right: 10px;
    position: relative;
}

    .UsrImg:after {
        content: "";
        width: 46px;
        height: 46px;
        background: transparent;
        border: 2px solid #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    .UsrImg img {
        width: 50px;
        border: 2px solid var(--primary-color);
    }

.UsrName {
    float: left;
    width: 65%;
}

    .UsrName h4 {
        float: left;
        width: 100%;
        color: #495057;
        margin: 12px 0 0 0;
        position: relative;
        cursor: pointer;
        font-size: 21px;
    }

        .UsrName h4 i {
            float: right;
            font-size: 16px;
            position: absolute;
            top: 3px;
            right: -15px;
        }

.AdminTpData ul li input[type="submit"] {
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 6px 0 0 0;
}

.AdminTpData ul li:first-child {
    width: 65%;
    position: relative;
}

.AdminTpData ul li:last-child {
    margin-left: 15px;
    width: 26%;
    float: right;
}

.UsrNameData {
    float: left;
    width: 250px;
    position: absolute;
    top: 50px;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    padding: 10px 20px;
    background: #fff;
}

    .UsrNameData p {
        float: left;
        width: 100%;
        margin: 0px;
    }

.AdminMd {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
}

.cstLftBg {
    background: var(--primary-color);
    display: flex;
    z-index: 20000000;
    top: 0;
    overflow: hidden;
    width: 280px;
    position: fixed;
    height: 100%;
    -webkit-box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
    -ms-flex-direction: column;
    -o-box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
    box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.AdminLftBr {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.SidebarLogo {
    float: left;
    width: 100%;
    /*border-bottom: 1px solid #4eba6e;*/
    /*padding-bottom: 15px;*/
    background: #fff;
    padding: 4px 5px;
}

    .SidebarLogo img {
        float: left;
        width: 220px;
    }

/**************/
.SidebarContent nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .SidebarContent nav ul li {
        margin: 0 0 2px 0;
        width: 100%;
        float: left;
    }

        .SidebarContent nav ul li a {
            display: block;
            padding: 8px 10px;
            color: #fff;
            text-decoration: none;
            -webkit-transition: 0.2s linear;
            -moz-transition: 0.2s linear;
            -ms-transition: 0.2s linear;
            -o-transition: 0.2s linear;
            transition: 0.2s linear;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            float: left;
            width: 100%;
            border-bottom: 1px solid rgba(255,255,255,.1);
        }

            .SidebarContent nav ul li a:hover {
                /*background: rgba(78,186,110,0.3);*/
                /*color: #515151;*/
                background-color: #1865d3;
                background-image: radial-gradient(92% 85% at 89% 80%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%),radial-gradient(60% 85% at 25% 20%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
                color: #fff;
            }

            .SidebarContent nav ul li a:focus {
                outline: none;
            }

            .SidebarContent nav ul li a .fa {
                width: 16px;
                text-align: center;
                margin-right: 5px;
                float: right;
            }

            .SidebarContent nav ul li a span {
                float: left;
            }

    .SidebarContent nav ul ul {
        background-color: #ebebeb;
    }

    .SidebarContent nav ul li ul li a {
        background: #f1f4f6;
        border-left: 4px solid transparent;
        padding: 10px 20px;
        color: var(--primary-color);
    }

        .SidebarContent nav ul li ul li a:hover {
            background: #ebebeb;
            border-left: 4px solid var(--primary-color);
            color: var(--primary-color);
        }

    .SidebarContent nav ul li:hover a .fa {
        animation: iconUpDown 1s linear infinite;
    }

@keyframes iconUpDown {
    0%, 100% {
        transform: translateY(3px);
    }

    50% {
        transform: translateY(-3px);
    }
}

/*************/
.SidebarContent {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.cstMnuBtn {
    float: left;
    margin-left: 14.5%;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .cstMnuBtn a {
        color: var(--primary-color);
        font-size: 26px;
    }

        .cstMnuBtn a i {
            position: absolute;
            top: 15px;
            left: 0;
        }

            .cstMnuBtn a i.fa-chevron-right {
                display: none;
            }

body.TpMnu .cstMnuBtn a i.fa-chevron-right {
    display: block;
    font-size: 26px;
}

body.TpMnu .cstMnuBtn a i.fa-times {
    display: none;
}

body.TpMnu .cstMnuBtn a i.fa-bars {
    display: none;
}

body.TpMnu .cstLftBg {
    width: 3.6%;
    padding-left: 12px;
}

body.TpMnu .cstMnuBtn {
    margin-left: 4%;
}

body.TpMnu .SidebarLogo {
    display: none;
}

body.TpMnu .SidebarContent nav ul li a span {
    margin: 8px 0 8px -8px;
}

.Lgo2 {
    width: 35px !important;
    display: none;
}

body.TpMnu .Lgo2 {
    display: block;
}

body.TpMnu .Lgo1 {
    display: none;
}

.spn1 {
    margin: 2px 0 0 0;
}

body.TpMnu .spn2, body.TpMnu .fa-caret-down {
    display: none;
}

.AdminRtBr {
    float: left;
    width: 100%;
    padding-left: 16%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cstCaptcha {
    float: left;
    width: 100%;
    padding: 20px 0;
}

    .cstCaptcha h3 {
        float: left;
        width: 100%;
    }

        .cstCaptcha h3 span {
            float: left;
            width: 100%;
            color: #fff;
            background: var(--primary-color);
            padding: 15px 15px 8px 15px;
            font-weight: bold;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .cstCaptcha h3 .btn.btn-dark {
            float: right;
            margin: -8px 0 0 0;
        }

.AdmnSclLst {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    min-height: 300px;
    position: relative;
    padding: 40px;
    -webkit-box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
}

    .AdmnSclLst:after {
        content: "";
        width: 96%;
        height: 94%;
        border: 3px solid var(--primary-color);
        position: absolute;
        top: 3%;
        left: 2%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
    }

.SclIcn {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

    .SclIcn i {
        display: inline-block;
        color: vbar(--primary-color);
        font-size: 56px;
    }

.SclBtn {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

    .SclBtn a {
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        border: 0;
        color: #fff !important;
        cursor: pointer;
        margin: 6px;
        white-space: normal !important;
        background: var(--primary-color);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        padding: 6px 20px 4px;
        text-transform: uppercase;
    }

        .SclBtn a:hover, .SclBtn afocus {
            text-decoration: none;
            outline: none;
            -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
            -moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
            -ms-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
            -o-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
            box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
            box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
        }

.TpMnu .AdminRtBr {
    padding-left: 4%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.TblBtn1 {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    margin: 0px;
    white-space: normal !important;
    background: var(--primary-color);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 6px 20px 4px;
    text-transform: uppercase;
}

    .TblBtn1:hover, .TblBtn1:focus {
        text-decoration: none;
        outline: none;
        -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
        -moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
        -ms-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
        -o-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
        box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
        box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
    }

.AdminDshbrd_Ppp .modal-content {
    border-color: var(--primary-color);
}

.AdminDshbrd_Ppp .modal-header {
    background: var(--primary-color);
    text-align: center;
    display: block;
}

    .AdminDshbrd_Ppp .modal-header h4 {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .AdminDshbrd_Ppp .modal-header .close {
        color: #fff;
        opacity: 1;
        font-size: 38px;
    }

.AdminDshbrd_Ppp .MdlBdy {
    float: left;
    width: 100%;
    text-align: center;
}

    .AdminDshbrd_Ppp .MdlBdy p {
        color: #111;
        display: inline-block;
        font-size: 24px;
    }

.AdminDshbrd_Ppp .modal-body {
    padding-bottom: 0px;
    padding-top: 40px;
}

.AdminDshbrd_Ppp .modal-footer {
    display: block;
    border: none;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 40px;
}

    .AdminDshbrd_Ppp .modal-footer .btn {
        display: inline-block;
    }

.ResponsiveUsr, .RspcvIcn1, .RspsvTm, .Rspsv_Out, .RspLgnLgo {
    display: none;
}

.Form_Error label {
    color: #ff0022 !important;
}

.form-group.Form_Error input[type="text"], .form-group.Form_Error input[type="password"] {
    /*border-color: #ff0022;*/
}

.ErrorMsg {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #ff0022 !important;
    margin: 10px 0 0 0;
}

.sclFrm .login_frm {
    margin-top: 0px;
    /*margin-bottom: 20px;*/
}

    .sclFrm .login_frm .form-group {
        margin: 0px;
        float: left;
        width: 100%;
    }

    .sclFrm .login_frm ul {
        float: left;
        margin: -8px 0 0 0;
        padding: 0 0 0 2px;
    }

        .sclFrm .login_frm ul li {
            display: inline-block;
            list-style: none;
            margin: 0 0px 0 0;
        }

            .sclFrm .login_frm ul li:last-child {
                margin: 0px;
            }

    .sclFrm .login_frm .form-group label {
        font-size: 20px;
        font-family: 'Varta';
        margin: 0 0 -16px 20px;
        background: #f1f4f6;
        position: relative;
        z-index: 10;
    }

    .sclFrm .login_frm .form-group input[type="text"], .sclFrm .login_frm .form-group input[type="password"], .sclFrm .login_frm .form-group input[type="number"] {
        height: 70px;
        font-size: 20px;
        font-family: 'Varta';
        padding-top: 20px;
        background: #f1f4f6;
    }

.sigin_frm .login_frm .form-group input[type="text"],
.sigin_frm .login_frm .form-group input[type="password"],
.sigin_frm .login_frm .form-group input[type="number"] {
    background: #fff;
}

.sigin_frm .login_frm .form-group label {
    background: #fff;
}

.sclFrm .login_frm .form-group select, .sclFrm .login_frm .form-group textarea {
    float: left;
    width: 100%;
    height: 70px;
    border: 2px solid #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Varta';
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-top: 20px;
    background: #f1f4f6;
}

.sclFrm .login_frm .form-group textarea {
    height: 200px;
    resize: none;
}

.sclFrm .login_frm .form-group:hover textarea, .sclFrm .login_frm .form-group:focus textarea {
    border-color: var(--primary-color);
}

.sclFrm .login_frm .form-group:hover select, .sclFrm .login_frm .form-group:focus select {
    border-color: var(-primary-color);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.sclFrm .login_frm .form-group select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/************* Start Select Search *************/
.sclFrm select {
    /*display: none !important;*/
}

.sclFrm .dropdown-select {
    float: left;
    width: 100%;
    height: 70px;
    border: 2px solid #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Varta';
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-top: 20px;
    background: #f1f4f6;
}

    .sclFrm .dropdown-select:active, .sclFrm .dropdown-select.open {
        border-color: var(--primary-color);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .sclFrm .dropdown-select:after {
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #333;
        -webkit-transform: origin(50% 20%);
        -moz-transform: origin(50% 20%);
        -ms-transform: origin(50% 20%);
        -o-transform: origin(50% 20%);
        transform: origin(50% 20%);
        transition: all 0.125s ease-in-out;
        content: '';
        display: block;
        pointer-events: none;
        position: absolute;
        right: 40px;
        top: 44%;
    }

    .sclFrm .dropdown-select.open:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .sclFrm .dropdown-select.open .list {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        pointer-events: auto;
    }

    .sclFrm .dropdown-select.open .option {
        cursor: pointer;
    }

    .sclFrm .dropdown-select.wide {
        width: 100%;
    }

        .sclFrm .dropdown-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .sclFrm .dropdown-select .list {
        box-sizing: border-box;
        transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
        -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
        -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
        background-color: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        margin-top: 4px;
        padding: 3px 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        top: 75%;
        left: 0;
        z-index: 999;
        max-height: 250px;
        overflow: auto;
        border: 1px solid #ddd;
    }

        .sclFrm .dropdown-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .sclFrm .dropdown-select .dd-search {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.5rem;
    }

    .sclFrm .dropdown-select .dd-searchbox {
        width: 90%;
        padding: 0.5rem;
        border: 1px solid #999;
        border-color: #999;
        border-radius: 4px;
        outline: none;
    }

        .sclFrm .dropdown-select .dd-searchbox:focus {
            border-color: #12CBC4;
        }

    .sclFrm .dropdown-select .list ul {
        padding: 0;
    }

    .sclFrm .dropdown-select .option {
        cursor: default;
        font-weight: 400;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        transition: all 0.2s;
        list-style: none;
    }

        .sclFrm .dropdown-select .option:hover, .sclFrm .dropdown-select .option:focus {
            background-color: #f6f6f6 !important;
        }

        .sclFrm .dropdown-select .option.selected {
            font-weight: 600;
            color: var(--primary-color);
        }

            .sclFrm .dropdown-select .option.selected:focus {
                background: #f6f6f6;
            }

    .sclFrm .dropdown-select a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }

        .sclFrm .dropdown-select a:hover {
            color: #666;
        }

.sclFrm .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/************* End Select Search *************/
.sclFrm .LoginButton {
    margin: 20px 0 0 0;
}

    .sclFrm .LoginButton input[type="submit"] {
        background-image: none;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        border: 0;
        color: #fff !important;
        cursor: pointer;
        margin: 6px;
        white-space: normal !important;
        background: var(--primary-color);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
        padding: 10px 20px 4px;
        text-transform: uppercase;
        font-family: 'Varta';
        font-size: 18px;
        height: auto;
        width: 180px;
    }

        .sclFrm .LoginButton input[type="submit"]:focus {
            -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
            -moz-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
            -ms-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
            -o-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
            box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
        }

.LoginButton1 {
    float: right;
    width: auto;
}

.LoginButton2 {
    float: left;
    width: auto;
}
/*********** Start Animation of Radio Buttons *************/
.Rdo input[type="radio"] {
    display: none;
}

    .Rdo input[type="radio"] + label {
        position: relative;
        display: inline-block;
        padding-left: 24px;
        margin-right: 32px;
        cursor: pointer;
        line-height: 16px;
        transition: all .2s ease-in-out;
        margin-bottom: 10px;
    }

        .Rdo input[type="radio"] + label:before, input[type="radio"] + label:after {
            content: '';
            position: absolute;
            top: -1px;
            left: 0;
            width: 16px;
            height: 16px;
            text-align: center;
            color: #f5f5f5;
            font-family: Times;
            border-radius: 50%;
            transition: all .3s ease;
        }

        .Rdo input[type="radio"] + label:before {
            box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
        }

        .Rdo input[type="radio"] + label:hover {
            color: #44BB6E;
        }

            .Rdo input[type="radio"] + label:hover:before {
                animation-duration: .5s;
                animation-name: change-size;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                box-shadow: inset 0 0 0 1px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
            }

    .Rdo input[type="radio"]:checked + label:hover {
        color: #333333;
        cursor: default;
    }

    .Rdo input[type="radio"]:checked + label:before {
        animation-duration: .2s;
        animation-name: select-radio;
        animation-iteration-count: 1;
        animation-direction: Normal;
        box-shadow: inset 0 0 0 1px #44BB6E, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #44BB6E;
    }

@keyframes change-size {
    from; {
        box-shadow: 0 0 0 0 #44BB6E, inset 0 0 0 1px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
    }

    to {
        box-shadow: 0 0 0 1px #44BB6E, inset 0 0 0 1px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
    }
}

@keyframes select-radio {
    0% {
        box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
    }

    90% {
        box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #44BB6E, inset 0 0 0 2px #FFFFFF, inset 0 0 0 16px #44BB6E;
    }

    100% {
        box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #44BB6E, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #44BB6E;
    }
}

@keyframes select-checkbox {
    0% {
        box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
    }

    90% {
        box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #44BB6E, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #44BB6E;
    }

    100% {
        box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #44BB6E, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #44BB6E;
    }
}
/*********** End Animation of Radio Buttons *************/
.login_frm .LoginButton2 .btn.btn-warning {
    color: #212529;
    background-color: #dc3545;
    border-color: #dc3545;
}

.srchBx .LoginButton input[type="submit"] {
    padding: 21px 0 18px;
    width: 240px;
    margin: -4px 0 0 0;
}

.AdminDshbrd_Ppp .modal-body .MdlBdy .sclFrm .login_frm .form-group label {
    border-radius: 10px;
}

.cstBkBtns .backBtn img {
    width: 70px;
    margin: -5px 0 0 0;
}

.modal-backdrop {
    z-index: 1040000000;
}

.modal {
    z-index: 1050000000;
}

.QstnTtl label {
    background: transparent !important;
    font-size: 30px !important;
    margin: -20px 0 20px 0 !important;
    padding: 0px !important;
    float: left;
}

body .CkBmMdl label:hover, body .CkBmMdl label:focus {
    color: #333 !important;
}

.CkBmMdl .lgnCkBx label span {
    font-size: 24px;
    float: left;
    width: 290px;
    margin: 0px 0px 0 40px;
    text-align: left;
}

.CkBmMdl .lgnCkBx .check-box {
    height: 30px;
    width: 30px;
}

    .CkBmMdl .lgnCkBx .check-box::after {
        top: 12px;
    }

    .CkBmMdl .lgnCkBx .check-box::before {
        top: 18px;
    }

    .CkBmMdl .lgnCkBx input[type="checkbox"]:checked + .check-box::before, .CkBmMdl .lgnCkBx .check-box.checked::before {
        top: 22px;
        left: 15px;
        height: 35px !important;
        -moz-animation: dothatopcheck_1 0.4s ease 0s forwards !important;
        -o-animation: dothatopcheck_1 0.4s ease 0s forwards !important;
        -webkit-animation: dothatopcheck_1 0.4s ease 0s forwards !important;
        animation: dothatopcheck_1 0.4s ease 0s forwards !important;
    }

    .CkBmMdl .lgnCkBx input[type="checkbox"]:checked + .check-box::after, .CkBmMdl .lgnCkBx .check-box.checked::after {
        height: 2px;
        -moz-animation: dothabottomcheck_2 0.2s ease 0s forwards !important;
        -o-animation: dothabottomcheck_2 0.2s ease 0s forwards !important;
        -webkit-animation: dothabottomcheck_2 0.2s ease 0s forwards !important;
        animation: dothabottomcheck_2 0.2s ease 0s forwards !important;
    }

@keyframes dothatopcheck_1 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 35px !important;
    }
}

@-webkit-keyframes dothatopcheck_1 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 35px !important;
    }
}

@-moz-keyframes dothatopcheck_1 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 35px !important;
    }
}

@-moz-keyframes dothabottomcheck_2 {
    0% {
        height: 0;
    }

    100% {
        height: 16px;
    }
}

@-webkit-keyframes dothabottomcheck_2 {
    0% {
        height: 0;
    }

    100% {
        height: 16px;
    }
}

@keyframes dothabottomcheck_2 {
    0% {
        height: 0;
    }

    100% {
        height: 16px;
    }
}

body .CkBmMdl .lgnCkBx label {
    margin: 0px !important;
}

.CkBmMdl .login_frm .form-group label {
    background: #fff !important;
}

.AddSclFrm.CkBmMdl .login_frm {
    margin-top: 0px;
    margin-bottom: 10px !important;
}

.QstnTtl {
    float: left;
}

    .QstnTtl img {
        float: left;
        width: 100%;
    }

    .QstnTtl span {
        float: left;
        width: 100%;
        text-align: left;
    }

.NbrBtmBdr label {
    margin: 20px 0 10px 0 !important;
}

.cstPppMinHt {
    width: 100%;
    height: 100px;
    overflow-y: scroll;
}

.Bt4Tbl {
    float: left;
    width: 100%;
    border: 2px solid var(--primary-color);
    margin-bottom: 40px;
}

    .Bt4Tbl table {
        margin: 0px;
    }

        .Bt4Tbl table tbody tr td:nth-child(1) {
            border-right: 2px solid var(--primary-color);
        }

        .Bt4Tbl table tbody tr {
            border-bottom: 2px solid var(--primary-color);
        }

            .Bt4Tbl table tbody tr:last-child {
                border-bottom: 0px;
            }

.cstInfoBtn .LoginButton .btn-info {
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

    .cstInfoBtn .LoginButton .btn-info:hover {
        background-color: #138496 !important;
        border-color: #117a8b !important;
    }

    .cstInfoBtn .LoginButton .btn-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5) !important;
        -moz-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5) !important;
        -ms-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5) !important;
        -o-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5) !important;
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5) !important;
    }

.sclFrm .Rdo .login_frm .form-group label {
    margin-left: 0px;
}

.cstClsLft {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

    .cstClsLft ul {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .cstClsLft ul li {
            float: left;
            list-style: none;
            margin: 0 10px 0 0;
        }

            .cstClsLft ul li input[type="submit"] {
                padding-bottom: 2px;
            }

.cstClsRt {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin: -60px 0 0 0;
}

    .cstClsRt ul {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .cstClsRt ul li {
            display: inline-block;
            list-style: none;
            width: 100%;
            margin: 0 0 10px 0;
        }

            .cstClsRt ul li:last-child {
                margin-bottom: 0px;
            }

            .cstClsRt ul li input[type="submit"] {
                padding-bottom: 2px;
                margin-right: 10px;
            }

.cstQtnMnDv {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin: 20px 0 0 0;
    padding: 25px 20px;
}

    .cstQtnMnDv .login_frm {
        margin-top: 0px;
    }

        .cstQtnMnDv .login_frm .form-group ul {
            float: inherit;
            width: 100%;
            margin: 0px;
            padding: 0px;
        }

            .cstQtnMnDv .login_frm .form-group ul li {
                display: inline-block;
                list-style: none;
                width: 100%;
            }

        .cstQtnMnDv .login_frm .form-group label {
            font-family: 'Varta';
            font-size: 18px;
        }

        .cstQtnMnDv .login_frm .form-group:hover label, .cstQtnMnDv .login_frm .form-group:focus label {
            color: #333;
        }

        .cstQtnMnDv .login_frm .form-group ul li label:hover, .cstQtnMnDv .login_frm .form-group ul li label:focus {
            color: var(--primary-color);
        }

.cstQtnMnDv_2 {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.cstA_B .login_frm {
    width: 13%;
}

.cstA_B .CkBmMdl .lgnCkBx label span {
    margin: 0px 0px 0 30px;
    width: auto;
}

.sclFrm .cstABBtns .LoginButton input[type="submit"] {
    float: left;
    width: 120px;
}

.sclFrm .cstABBtns {
    float: left;
    width: auto;
}

.cstMrks1 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.sclFrmRdo .login_frm label {
    width: 100%;
}

.sclFrm.sclFrmRdo .login_frm .form-group label {
    float: left;
    margin-bottom: 0px;
}

.sclFrmRdo .login_frm ul {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
}

    .sclFrmRdo .login_frm ul li {
        margin-bottom: 10px;
        width: 80%;
    }

.sclFrm.sclFrmRdo .login_frm .form-group ul li label {
    margin: 0 0 0px 20px !important;
}

.TcrDsbrd {
    float: left;
    width: 310px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    min-height: 180px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.TcrDsbrd_1 {
    background: #f44235;
}

.TcrDsbrd_2 {
    background: var(--primary-color);
}

.TcrDsbrd_3 {
    background: #ff9800;
}

.TcrDsbrd_4 {
    background: #34495e;
}

.TcrDsbrdLft {
    float: left;
    width: 35%;
    border-right: 1px solid #fff;
    min-height: 180px;
    text-align: center;
}

    .TcrDsbrdLft img {
        display: inline-block;
        width: 60px;
        margin-top: 60px;
    }

.TcrDsbrdRt {
    float: left;
    width: 65%;
}

.TcrDsbrdRtTp {
    float: left;
    width: 100%;
    min-height: 80px;
    padding: 20px 0 0 20px;
}

    .TcrDsbrdRtTp h4 {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 56px;
    }

.TcrDsbrdRtBtm {
    float: left;
    width: 100%;
    min-height: 80px;
    border-top: 1px solid #fff;
    padding: 30px 0 0 20px;
}

    .TcrDsbrdRtBtm p {
        float: left;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
    }

.cstPieChart {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.TcrDabrdTgl {
    float: left;
    width: 100%;
}

    .TcrDabrdTgl .card-header {
        background: var(--primary-color);
    }

        .TcrDabrdTgl .card-header a {
            width: 100%;
            color: #fff;
            display: block;
        }

.cstNotification {
    float: left;
    width: 50px;
    position: relative;
    left: 78%;
    top: 12px;
}

.IcnNfyTp {
    float: left;
    width: 100%;
}

    .IcnNfyTp a {
        font-size: 30px;
        color: var(--primary-color);
        position: relative;
    }

        .IcnNfyTp a:hover, .IcnNfyTp a:focus {
            color: var(--primary-color);
            text-decoration: none;
            outline: none;
        }

.cstNtfNo {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    background: var(--primary-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
}

    .cstNtfNo:after {
        content: "";
        width: 26px;
        height: 26px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        top: 2px;
        right: 2px;
    }

.IcnNfyBtm {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 340px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    display: none;
    -webkit-border-radius: 0px 50px 50px 50px;
    -moz-border-radius: 0px 50px 50px 50px;
    -ms-border-radius: 0px 50px 50px 50px;
    -o-border-radius: 0px 50px 50px 50px;
    border-radius: 0px 50px 50px 50px;
}

    .IcnNfyBtm:after {
        content: "";
        width: 321px;
        height: 92%;
        border: 2px solid var(--primary-color);
        -webkit-border-radius: 0px 50px 50px 50px;
        -moz-border-radius: 0px 50px 50px 50px;
        -ms-border-radius: 0px 50px 50px 50px;
        -o-border-radius: 0px 50px 50px 50px;
        border-radius: 0px 50px 50px 50px;
        position: absolute;
        left: 11px;
        top: 8px;
    }

.cstNotification.Active .IcnNfyBtm {
    display: block;
}

.IcnNfyBtm h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: var(--primary-color);
    font-size: 22px;
    border-bottom: 2px solid #333;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
}

.IcnNfyBtm ul {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .IcnNfyBtm ul li {
        float: left;
        width: 100% !important;
        text-align: left !important;
        margin: 0px !important;
    }

        .IcnNfyBtm ul li b {
            float: left;
            width: 30%;
        }

.GrntBtn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}

    .GrntBtn a {
        display: inline-block;
        color: #fff;
        background: var(--primary-color);
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        width: 100px;
        padding: 6px 0 4px;
        position: relative;
        z-index: 1;
    }

        .GrntBtn a:hover, .GrntBtn a:focus {
            text-decoration: none;
            outline: none;
            background: #333;
            color: #fff;
        }

.dropdown-select.wide.open .list ul, .dropdown-select.wide.open .list ul li {
    width: 100%;
}

.AdminBtm {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    background: #343a40;
    padding: 5px 0;
    text-align: center;
}

    .AdminBtm p {
        display: inline-block;
        margin: 0px;
        color: #fff;
        font-size: 14px;
        padding-left: 10%;
    }

.cstClndrNw {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.calendText {
    position: relative;
    width: 100%;
    float: left;
}

.calendText input[type="image"] {
    position: absolute;
    top: 13px;
    right: 6px;
}

.calendText table.calendDiv {
    position: absolute;
    top: 71px!important;
    right: 0!important;
}

.cstRdoH tr td {
    float: left;
    margin-right: 10px;
}

.cstRdoH tr td input[type="radio"] {
    margin: 3px 5px 0 0;
    float: left;
}

.MrgnTpBtm {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}

.cstAgnTbl table {
    border: none !important;
}

.cstAgnTbl table tr th {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid rgba(0,0,0,.12);
}

.cstMdlBdr .modal-body {
    padding-bottom: 30px;
    padding-top: 30px;
}

.cstMdlBdr .modal-footer {
    border-top: 1px solid #e9ecef !important;
    padding: 10px 0;
}

.cstBgTbl {
    font-size: 14px !important;
}

    .cstBgTbl tbody tr th {
        background: var(--primary-color) !important;
        color: #fff !important;
    }

.cstLgnAbs {
    position: absolute;
    /*left: -10%;*/
    width: auto;
    top: -25%;
}

    .cstLgnAbs input[type="submit"] {
        font-size: 0px;
        background-image: url(../images/back.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 127px;
        height: 112px;
        border: none;
        background-color: #fff;
        cursor: pointer;
    }

        .cstLgnAbs input[type="submit"]:focus {
            border: none;
            outline: none;
        }

.LgnAdmn {
    float: left;
    width: 100%;
    text-align: center;
}

.login_Lft2 {
    float: left;
    width: 100%;
    /*text-align:center;*/
    padding: 20px 10%;
    /*border: 2px solid var(--primary-color);*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 12px 0 0 0;
    background: #fff;
    /*background:var(--primary-color);*/
}

    .login_Lft2 .LoginButton input[type="submit"] {
        background-image: none;
        background-color: var(--primary-color);
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 13px 32px;
        border-radius: 10px;
        height: auto;
        width: auto;
        font-size: 20px;
        /*letter-spacing: 2px;*/
    }

    .login_Lft2 .LoginButton {
        width: auto;
        float: right;
        margin: 15px 7px 0 0;
    }

.LgnAdmn {
    float: left;
    width: 100%;
}

    .LgnAdmn input {
        border: none;
        float: right;
        background-color: var(--primary-color);
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 18px;
        border-radius: 10px;
        font-size: 16px;
    }

.login_Lft2 .ErrorMsg {
    text-align: left;
}

.cstBtn2Lgn {
    float: left;
    width: 100%;
    text-align: center;
}

.login_Lft2 .LoginButton.LoginButton2 {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0px auto;
}

/******TRACK USER NEW CODE HERE*******/
.user-list-tp {
    width: 100%;
    float: left;
    border: 2px solid rgba(0,0,0,.3);
    padding: 20px 30px 20px 30px;
    position: relative;
    margin-bottom: 50px;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

    .user-list-tp h4 {
        background: #f1f4f6;
        color: #000;
        padding: 9px 6px 6px 6px;
        font-size: 26px;
        position: absolute;
        top: -8%;
        left: 50%;
        transform: translateX(-50%);
    }

.user-list-btm {
    width: 100%;
    float: left;
    padding: 10px;
}

    .user-list-btm h4 {
        float: right;
        margin: 2px 0 0 0;
    }

.user-listMn {
    width: 100%;
    margin: 0 20px 0 20px;
}

.cstmInfo {
    margin: 0 0 28px 0;
}

.btnDiv {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.sigin_frm input:-webkit-autofill,
.sigin_frm input:-webkit-autofill:hover,
.sigin_frm input:-webkit-autofill:focus,
.sigin_frm input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Replace 'white' with your desired background color */
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: black !important;
    transition: background-color 5000s ease-in-out 0s;
}
