    /* Theme */

:root {
    --accent: white;
    --sub-accent: white;
    --sub-accent-light: white;
    --col-1: white;
    --header-title: white;
    --header-color: white;
    --adm-for-col: white;
    --bg-color: white;
}

.institute {
    display: none;
}

.global_gujarati {
    display: none
}

@media (min-width:0px) {
    body {
        background-color: var(--bg-color)
    }
}

@media (min-width:641px) {
    body {
        background-color: var(--bg-color)
    }
}

.dflt_color {
    color: var(--sub-accent)
}

.adm_for_label {
    color: var(--header-color);
}

.adm_for {
    color: var(--adm-for-col)
}

.info_icon {
    color: var(--sub-accent)
}

.dflt_yellow {
    color: var(--header-color);
}

.main_header .uk-button-link,
.uk-link,
a {
    color: var(--header-color);
}

.uk-button-link,
.uk-link,
a {
    color: var(--col-1)
}

.uk-button-link:focus,
.uk-button-link:hover {
    color: var(--sub-accent)
}

.uk-link:hover,
a:hover {
    color: var(--sub-accent)
}

input[type=text]:active,
input[type=text]:focus,
input[type=number]:active,
input[type=number]:focus {
    border-bottom: 1px solid var(--sub-accent);
    background-color: transparent;
    outline: none
}

input[type=date]:active,
input[type=date]:focus {
    outline: 1px solid var(--sub-accent)
}

input[type=file] {
    border: 1px solid #ccc;
    cursor: pointer;
    color: var(--sub-accent);
}

input[type=file]:active,
input[type=file]:focus {
    outline: 1px solid var(--sub-accent)
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: var(--sub-accent)
}

.uk-heading-divider {
    padding-bottom: 3px;
    /* border-color: #c13425; */
    /* border-color: #00D0EC; */
    border-color: var(--accent);
    font-weight: bold
}


/* styles */

.dflt_btn {
    color: var(--sub-accent);
    border: 1px solid var(--sub-accent);
    border-radius: 3px;
    padding: 4px 8px;
    height: 32px;
    line-height: normal;
    min-width: 100px;
    background-color: white;
}

.dflt_icon_btn {
    color: var(--sub-accent);
}

.dflt_btn:hover:enabled,
.dflt_btn:focus:enabled,
.dflt_icon_btn:hover:enabled {
    color: white;
    background-color: var(--sub-accent)
}

.dflt_btn:active:enabled,
.dflt_icon_btn:active:enabled {
    color: white;
    background-color: #cc7a7b
}

.dflt_btn:disabled,
.dflt_icon_btn:disabled {
    border: 1px solid #e6e6e6;
    color: lightgrey
}

.oap_block {
    border: 1px solid var(--header-color);
    color: var(--header-color);
    font-family: monospace, 'Times New Roman', Times, serif;
}


/* .form_cust button:disabled, .form_cust input[type=submit]:disabled {
    background-color: lightgray
} */

.form_cust button:active {
    background-color: var(--sub-accent)
}


/* Custom styles */

.gl_guj {
    font-weight: bold;
    /* text-shadow: 2px 2px 1px #bfcace; */
    color: var(--sub-accent);
    font-size: 16px;
}


/* from here styling seperation remains */


/*media query*/

@media (min-width:0px) {
    /* theme */
    .main_section {
        padding-top: 12px;
        background-color: var(--bg-color)
    }
    .main_header {
        background-color: var(--accent);
        height: 330px;
        /* padding-left: 16px;
        padding-right: 16px */
    }
    .inst_header .main_logo {
        width: auto;
        max-height: 40px;
        margin-right: 8px;
        margin-top: 8px;
        vertical-align: middle;
        display: flex;
    }
    .main_logo_fix {
        vertical-align: super;
    }
    .inst_header {
        margin-bottom: 0px !important;
    }
    .small_screen_show .inst_header .vert_align_bottom {
        vertical-align: middle;
    }
    .inst_header .inst_title {
        font-size: 17px;
        font-weight: bold;
        font-family: 'times new roman';
        color: var(--header-title);
        padding-left: 8px;
    }
    .inst_header .inst_head_title {
        font-size: 15px;
        font-weight: bold;
        font-family: 'times new roman';
        color: var(--sub-accent);
        padding-left: 8px;
    }
    .inst_header .inst_subtitle,
    .inst_header .inst_subtitle_2 {
        color: var(--header-title);
        font-size: 14px;
        margin-top: 4px;
        padding-left: 8px;
        text-align: left
    }
    .portal_cont {
        margin-top: 8px;
    }
    .oap_block {
        margin-right: 0px;
        display: inline-block;
        margin-top: 6px;
    }
    .oap_block.onl_reg_port {
        float: none;
        font-size: 16px;
    }
    .prg.uk-progress::-webkit-progress-bar {
        background-color: var(--sub-accent-light);
        border-radius: 0px;
    }
    .prg.uk-progress::-webkit-progress-value {
        background-color: var(--sub-accent);
        /* background-color:#9ee0d5; for bb */
    }
    .prg.uk-progress::-moz-progress-bar {
        background-color: var(--sub-accent);
    }
    .back_warning {
        color: var(--sub-accent);
        font-size: 14px;
        font-weight: bold
    }
    .af_left_panel .uk-button.uk-button-default {
        padding: 0px 8px;
        border-bottom: 1px solid #bbb;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        color: var(--sub-accent);
    }
    .af_left_panel .uk-button.uk-button-default:active {
        color: white
    }
    .af_left_panel .uk-button.uk-button-default.button_active {
        color: white;
        background-color: var(--sub-accent)
    }
    .af_left_panel .uk-button.uk-button-default.button_active:active {
        color: white;
        background-color: #555d97
    }
    .af_panel_small_screen .uk-button.uk-button-default {
        padding: 0px 8px;
        border-bottom: 1px solid #bbb;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        color: var(--sub-accent);
    }
    .af_panel_small_screen .uk-button.uk-button-default:active {
        color: white
    }
    .af_panel_small_screen .uk-button.uk-button-default.button_active {
        color: white;
        background-color: var(--sub-accent)
    }
    .af_panel_small_screen .uk-button.uk-button-default.button_active:active {
        color: white;
        background-color: rgb(79, 131, 226)
    }
    /* ________from here_______ */
    .af_right_panel .sec_blt {
        background-color: var(--sub-accent);
        width: 10px;
        height: 10px;
        margin-right: 4px;
        display: inline-block;
        border-radius: 50%
    }
    /*
    /* ----------------- */
    /* common styles */
    @media (min-width:641px) {
        /* theme */
        .main_header {
            background-color: var(--accent);
            /* #6d5f5f for bb */
            height: 155px;
            padding-left: 40px;
            padding-right: 40px
        }
        .inst_header .main_logo {
            max-height: 48px;
            vertical-align: text-bottom;
        }
        .portal_cont {
            margin-top: 0px;
        }
        .oap_block {
            margin-right: -8px;
            display: inline-block;
            margin-top: 0px;
        }
        .oap_block.onl_reg_port {
            float: right;
        }
        .bg_blue {
            height: calc( 100vh - 180px)
        }
        .back_warning {
            color: var(--sub-accent);
        }
    }
    @media (min-width:961px) {
        .inst_header .inst_title {
            font-size: 22px;
            font-weight: bold;
            margin-top: 0px
        }
        .inst_header .inst_head_title {
            font-size: 18px;
            font-weight: bold;
            margin-top: 0px
        }
    }
    @media (max-width: 959px) {}
    /* Add uk-margin class to payment detail header */