﻿:root {
    --primary-color:#E77529;
    --secondary-color:#003049;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-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: '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;
}

/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/


body {
    font-family: 'Open Sans';
    background: #f1f4f6;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Yellowtail';*/
    font-family: 'Open Sans';
    font-weight: 300;
}

/*Modal Button Design Start Here*/

.mdlYesBtn {
    background: var(--primary-color);
    color: #fff;
}

.mdlNoBtn {
    background: var(--secondary-color);
    color: #fff;
}

/*Modal Button Design End Here*/


.Login_Bg {
    float: left;
    width: 100%;
    padding-top: 110px;
}

.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;
}

    .LoginTtl h1 {
        float: left;
        width: 100%;
        color: #4eba6e;
        font-size: 80px;
        font-family: 'Yellowtail';
    }

    .LoginTtl img {
        display: inline-block;
    }

.login_frm {
    float: left;
    width: 100%;
    margin-top: 60px;
}

    .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="file"],
        .login_frm .form-group input[type="number"] {
            float: left;
            width: 100%;
            /*height: 90px;*/
            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: 35px;
            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(--secondary-color);
        }

        .login_frm .form-group:hover input[type="text"],
        .login_frm .form-group:hover input[type="file"],
        .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: #4eba6e;
        }

        .login_frm .form-group:hover input[type="password"], .login_frm .form-group:focus input[type="password"] {
            border-color: #4eba6e;
        }

        .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: #4eba6e;
        }

.login_frm .form-group .col-xl-6 {
    padding: 0px;
}

.lgnCkBxRt {
    float: right;
}

    .lgnCkBxRt a {
        float: right;
        font-size: 36px;
        color: #333;
        font-family: 'Yellowtail';
    }

        .lgnCkBxRt a:hover, .lgnCkBxRt a:focus {
            text-decoration: none;
            color: #4eba6e;
        }

.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: 'Yellowtail';
        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(--secondary-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;
        font-weight: 700;
    }

        .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 -41px;
    background: var(--primary-color);
}

.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-image: url(../images/sidebar-1.jpg);
    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;
}

    .cstLftBg:after {
        content: "";
        left: 0;
        display: flex;
        z-index: 20000000;
        top: 0;
        overflow: hidden;
        width: 280px;
        position: fixed;
        height: 100%;
        background-color: rgba(0, 48, 73, 0.7);
    }

body.TpMnu .cstLftBg::after {
    width: 3.6%;
}

.AdminLftBr {
    float: left;
    width: 100%;
    padding: 15px 10px;
    z-index: 222222222222222;
}

.SidebarLogo {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

    .SidebarLogo img {
        float: left;
        width: 100%;
    }

/**************/
.SidebarContent nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

    .SidebarContent nav ul li {
        border-radius: 7px;
    }

        .SidebarContent nav ul li:not(:last-child) {
            border-bottom: 1px solid rgba(0,0,0,.12);
        }


        .SidebarContent nav ul li a {
            display: block;
            padding: 8px 10px;
            color: #333;
            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;
            font-size: 15px;
            font-weight: 600;
            width: 100%;
        }

            .SidebarContent nav ul li a:hover {
                background: #f3f3f3;
                color: #000;
            }

                .SidebarContent nav ul li a:hover span.spn1 i,
                .SidebarContent nav ul li a:hover span.spn2 {
                    color: #000;
                }

            .SidebarContent nav ul li a:focus {
                outline: none;
            }

            .SidebarContent nav ul li a .fa {
                width: 16px;
                text-align: center;
                margin-right: 5px;
                float: right;
                color: var(--primary-color);
            }

            .SidebarContent nav ul li a span {
                float: left;
                color: #1a4c66;
                font-weight: 700;
            }

    .SidebarContent nav ul ul {
        background-color: #ebebeb;
    }

    .SidebarContent nav ul li ul li a {
        /*background: #f1f4f6;*/
        background: #fff;
        /*border-left: 4px solid transparent;*/
        padding: 10px 20px;
        border-radius: unset;
    }

        .SidebarContent nav ul li ul li a:hover {
            background: #ebebeb;
            border-left: 4px solid #4eba6e;
        }

/*************/
.SidebarContent {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.cstMnuBtn {
    float: left;
    margin-left: 260px;
    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;
    background: #1a3c4f;
    height: 50px;
    width: 45px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

    .cstMnuBtn a {
        font-size: 26px;
    }


        .cstMnuBtn a i {
            position: absolute;
            top: 12px;
            left: 12px;
            color: #fff;
        }

            .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::after {
    width: 0;
}*/


body.TpMnu .cstLftBg {
    width: 3.6%;
    padding-left: 12px;
}

body.TpMnu .cstMnuBtn {
    margin-left: 4%;
}

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: 6px 5px 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: 6px 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;
            text-transform: uppercase;
        }

        .cstCaptcha h3 .btn.btn-dark {
            float: right;
            margin: -8px 0 0 0;
        }

.ordrDtl_Btn {
    width: 100%;
    text-align: right;
}

.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 #4eba6e;
        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: #4eba6e;
        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: #4eba6e;
        -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: #4eba6e;
    -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-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;
}

.RspsvTm {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0;
}

.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="file"],
    .sclFrm .login_frm .form-group input[type="number"] {
        height: 70px;
        font-size: 20px;
        font-family: 'Varta';
        padding-top: 20px;
        background: #f1f4f6;
    }

    .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: #4eba6e;
    }

    .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: #4eba6e;
        -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: #4eba6e;
        }

            .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: 150px;*/
        width: 190px;
    }

        .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: var(--secondary-color);
    border-color: var(--secondary-color);
}

.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 #4eba6e;
    margin-bottom: 40px;
}

    .Bt4Tbl table {
        margin: 0px;
    }

        .Bt4Tbl table tbody tr td:nth-child(1) {
            border-right: 2px solid #4eba6e;
        }

        .Bt4Tbl table tbody tr {
            border-bottom: 2px solid #4eba6e;
        }

            .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: #4eba6e;
        }

.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: #4eba6e;
}

.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: #4eba6e;
    }

        .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: #4eba6e;
        position: relative;
    }

        .IcnNfyTp a:hover, .IcnNfyTp a:focus {
            color: #4eba6e;
            text-decoration: none;
            outline: none;
        }

.cstNtfNo {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    background: #4eba6e;
    -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 #4eba6e;
        -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: #4eba6e;
    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: #4eba6e;
        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;
}

.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;
}

.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(--secondary-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: 0 20%;
}

    .login_Lft2 .LoginButton input[type="submit"] {
        background-image: none;
        background-color: #4eba6e;
        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: 5px 7px 0 0;
    }

.LgnAdmn {
    float: left;
    width: 100%;
}

    .LgnAdmn input {
        border: none;
        float: right;
        background-color: #4eba6e;
        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;
}


/***********/

.cstPgnsn tr td {
    background: var(--secondary-color);
    color: rgba(255,255,255,.5);
}

    .cstPgnsn tr td a {
        color: #fff !important;
    }

.submitBtn {
    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;
    -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: 150px;
}

.submitBtn {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.resetBtn {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.table th {
    /*border: 1px solid #fff !important;*/
    background: var(--secondary-color);
    color: #fff;
}

.table td {
    border: 1px solid #000 !important;
}

.ordrDtl_tbl,
.ordrDtl_tbl table {
    margin-bottom: 0;
}

.ordrPrc_Ttl {
    border: 1px solid #000;
}

    .ordrPrc_Ttl .ordrPrc_Ryt {
        border-left: 1px solid #000;
    }

    .ordrPrc_Ttl .ordrPrc_Lft,
    .ordrPrc_Ttl .ordrPrc_Ryt {
        width: 100%;
        float: left;
        padding: 0 3px;
    }

    .ordrPrc_Ttl .ordrPrc_Lft {
        margin: 20px 0 0 0;
    }

    .ordrPrc_Ttl .ordrPrc_Ryt {
        padding: 3px 3px;
    }

.ordrDtl_tbl table th,
.ordrDtl_tbl table tr td {
    background: transparent;
    text-align: left;
}

.remarkDiv {
    width: 100%;
    float: left;
    border: 1px solid #000;
    padding: 3px;
}

    .remarkDiv h6 {
        margin: 0;
        font-size: 14px;
    }

.statusList {
    background: #f3f3f3;
    border: none;
    padding: 5px 0 1px 9px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0 0 7px 0;
}

/*Privacy Policy Page Design Start Here*/
.privacyPolicy {
    width: 100%;
    float: left;
}

.policyLogo {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    float: left;
    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);
}

.privacyPolicy .AdminTpData {
    text-align: center;
    margin: auto;
}

.privacyPolicyMn,
.policyHdr,
.policyTtl {
    width: 100%;
    float: left;
}

.privacyPolicyMn {
    padding: 50px 0 50px 0;
    margin: 6% 0 2% 0;
}

.policyTtl {
    text-align: center;
}

    .policyTtl h3 {
        color: var(--primary-color);
        text-transform: uppercase;
        font-family: 'Varta';
        font-weight: bold;
        font-size: 35px;
    }

.privacyPolicyTxt {
    width: 100%;
    float: left;
    background: #fff;
    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: 40px;
}

    .privacyPolicyTxt h4 {
        font-family: 'Varta';
        font-size: 22px;
        margin-bottom: unset;
    }

    .privacyPolicyTxt p,
    .privacyPolicyTxt ul li {
        color: var(--secondary-color);
        font-family: 'Varta';
        color: #2c2c2c;
        font-size: 18px;
    }

.privacyPolicy .AdminBtm p {
    padding-left: unset;
}


/*Account-Delete page start here*/

.accDltFrm {
    width: 100%;
    float: left;
    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: 40px;
    background: #fff;
}

    .accDltFrm .sclFrm .login_frm .form-group input[type="text"], .sclFrm .login_frm .form-group input[type="password"], .sclFrm .login_frm .form-group input[type="file"], .sclFrm .login_frm .form-group input[type="number"] {
        /*background: #fff;*/
        background: #f1f4f6;
    }

    .accDltFrm .sclFrm .login_frm .form-group label {
        background: #fff;
    }


/*Calender Input Design Start Here*/

.inputCal {
    position: relative;
}

.imagecal {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    float: right;
    margin: -7px 0 0 0;
}


/*Manage-Parties Page Design Start Here*/
.radio-inline input[type="radio"] {
    margin-right: 5px;
}

.radio-inline label {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
}


/*Track Order Page Design Start Here*/
.trackOrder {
    width: 100%;
    float: left;
}

    .trackOrder table.csdl {
        /* width: 40%;
        border: 1px solid rgba(0,0,0,.12);*/
        /*width: -webkit-fill-available;*/
        border-spacing: 0 20px !important;
        border-collapse: separate !important;
        width: 100%;
    }


    .trackOrder table tr td {
        padding: 0 15px;
        border: 1px solid rgba(0,0,0,.7);
    }

        .trackOrder table tr td label {
            margin-bottom: 0;
        }

        .trackOrder table tr td .row {
            padding: 10px 0;
        }

        .trackOrder table tr td .row:nth-child(1) {
            text-align: center;
            background: #e17c39 !important;
            color: #fff;
            border-bottom: 1px solid rgba(0,0,0,.7);
        }
            
                .trackOrder table tr td .row:nth-child(odd) {
            background: rgba(0,0,0,.12);
        }

    /*.trackOrder table tr:last-child {
        display: none;
    }*/

    .trackOrder table tr td:nth-child(2) {
        display: none;
    }

    .trackOrder table tr td label {
        font-weight: bold;
    }


/*Import Order Detail Page Design Start Here*/
span.importOrder_Note {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.importOrder_Btn {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 78%;
}

.btn-primary {
    border-color: transparent;
}

/********************/
.orderDispatch_btn{
    float:right!important;
}