﻿
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    /*background: #0808da !important;*/
    background: #324C96 !important;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0000ff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #0000ff;*/
    background: #324C96;
}

#sidebar ul.components {
    padding: 20px 0;
    /*background: #0808da;*/
    background: #324C96;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.sidebar-menu li a {
    color: #fff !important;
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 700;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    /*background: #6d7fcc;*/
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 53%;
    right: 10px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

/*a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.select-fromx {
    font-size: 25px;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    min-height: 48px;
    background: white;
    width: 100%;
    padding: 0 25px;
    font-family: Arial,sans-serif;
    font-weight: 700;
    /*color: #2424ff;*/
    color: #324C96;
    text-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-indent: 95px;
    text-transform: uppercase;
}

.selectx {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0 !important;
}

    .selectx::after {
        content: '\25BC';
        background: #ffffff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 1em;
        font-size: 1.3em;
        /*color: #00f;*/
        color: #324C96;
        line-height: 50px;
        pointer-events: none;
        border-left: 1px solid #fff;
    }

.input-primaryz {
    width: 95%;
    font-size: 18px;
    max-height: 41px;
    background: #ffffff;
    font-family: Arial,sans-serif;
    font-weight: 600;
    /*color: #2424ff;*/
    color: #324C96;
    text-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: inset;
    margin: 15px 0;
    padding: 10px 10px;
}


.verificationbox {
    text-align: center;
    font-size: 32px !important;
    background-color: white;
    border: 2px solid black !important;
    color: black;
    width: 48px;
    height: 100px;
}

input[name=input_mobile]::placeholder {
    color: rgba(0,0,0,.4);
    font-size: 16px;
}

.note-nameammend {
    font-size: 14px;
}

.f10 {
    /*font-size:10px !important;*/
    font-size: 1.5rem !important;
}

.digit-group input {
    border-bottom: 2px solid #0404fd !important;
    width: 30px !important;
    height: 50px !important;
    border: none;
    line-height: 50px !important;
    text-align: center !important;
    font-size: 24px !important;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: black;
    margin: 0 2px;
}

    .digit-group input:focus {
        border-bottom: 2px solid #0404fd !important;
    }
