﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'Frutiger';
    src: url('/fonts/Frutiger LT_55_Roman.ttf');
}

@font-face {
    font-family: 'Frutiger_bold';
    src: url('/fonts/Frutiger LT Arabic 65 Bold.ttf');
}

@font-face {
    font-family: 'Frutiger_light';
    src: url('/fonts/Frutiger LT Arabic 45 Light.ttf');
}


/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}



/* To hide Up and Down arrows from the Number fields
-------------------------------------------------- */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus {
    outline: none;
    border: 1px solid #3B4398 !important;
    box-shadow: 0px 4px 45px rgba(59, 67, 152, 0.05), 0px 0px 5px 4px rgba(59, 67, 152, 0.16) !important;
}

.nofocus {
    outline: none !important;
    border: 1px solid white !important;
}

input {
    border: 1px solid #E9EAEC !important;
    border-radius: 4px;
}

textarea:focus {
    outline: none !important;
    border: 1px solid #3B4398 !important;
    box-shadow: 0px 4px 45px rgba(59, 67, 152, 0.05), 0px 0px 5px 4px rgba(59, 67, 152, 0.16) !important;
}

#nav_sec2 {
    list-style-type: none;
    overflow: hidden;
    background-color: #333333;
}

#nav_sec3 {
    list-style-type: none;
    overflow: hidden;
    background-color: #333333;
}

.nav_items2 {
    float: right;
}

    .nav_items2 a {
        display: block;
        color: white;
        opacity: 0.6;
        text-align: center;
        padding: 16px;
        text-decoration: none;
    }

        .nav_items2 a:hover {
            opacity: 1.0;
            color: white !important;
            text-decoration: none;
        }

        .nav_items2 a:active {
            opacity: 1.0;
            color: white !important;
            border-bottom: 3px solid white;
            text-decoration: none;
        }

#nav_sec3 > .active > a {
    opacity: 1.0;
    color: white !important;
}

#nav_sec2 > .active > a {
    opacity: 1.0;
    color: white !important;
}

.active {
    opacity: 1.0;
    color: white !important;
    border-bottom: 3px solid white;
    text-decoration: none;
}

.box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #EDB43C;
    border-radius: 50%;
    display: inline-block;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.bg0 {
    background-color: white;
}

.bg1 {
    background-color: red;
}

.bg2 {
    background-color: green;
}

.bg3 {
    background-color: yellow;
}

.bg4 {
    background-color: indigo;
}

.bg5 {
    background-color: blue;
}

.bg6 {
    background-color: blueviolet;
}

.ft-14 {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.numbers_type {
    width: 45px !important;
    height: 40px !important;
    text-align: center;
    border: none !important;
}


/* Winners List Css */
.pass_btn {
    width: 150px;
    height: 130px;
    border: 1px solid #E9EAEC !important;
    border-radius: 6px;
    margin: 10px 10px;
}

    .pass_btn:hover > img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }


.spass_btn {
    width: 150px;
    height: 130px;
    border: 1px solid #E9EAEC !important;
    border-radius: 6px;
    margin: 10px 10px;
}

    .spass_btn:hover > img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

#ps1:hover {
    background: #CF5353;
    color: white;
}

#ps2:hover {
    background: #67C095;
    color: white;
}

#ps3:hover {
    background: #B2BCCA;
    color: white;
}

#ps4:hover {
    background: #4C78B7;
    color: white;
}

#ps5:hover {
    background: #D1AC74;
    color: white;
}

.vertical {
    border-left: 1px solid #E9EAEC;
    height: 130px;
    position: absolute;
    margin: 10px -15px;
}

.rlfloat {
    float: left !important;
}

.rlpad0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.btmboxShadow {
    /*box-shadow: inset 0 -15px 5px -15px #666666;*/
}

.details_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222658;
}

.book_card_height {
    height: 180px !important;
}

.book_desc {
    font-size: 12px;
    margin-top: -10px;
    color: #7A7B8C;
}

.btn_lvl {
    margin: 10px 10px;
}

.badge_pd {
    padding: 8px !important;
}

.btn_gender {
    border-radius: 4px !important;
    width: 60px !important;
}

#pass_btn_sec {
    display: none;
}

.prf-btn {
    margin: 10px;
    font-size: 15px !important;
    color: #7A7B8C;
}

/* Notification
-------------------------------------------------- */
.notifi_top {
    font-size: 24px;
    color: #222658;
    font-weight: 800;
    line-height: 32px;
}

.notifi_badge {
    border-radius: 50% !important;
    margin-top: -10px !important
}

.notifi_date {
    font-size: 12px;
    color: #757575
}

.notifi_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    /* Space Cadet */
    color: #222658;
}

.notifi_desc {
    font-size: 14px;
    color: #7A7B8C;
}

.notifi_button {
    margin-top: -15px !important;
    color: #3B4398 !important;
    font-size: 14px !important;
    cursor: pointer;
}

.adcyeartitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #222658
}

.adcyeartitle1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #7A7B8C;
    margin-top: 10px !important;
}

.acdyearbox {
    background: #FFFFFF;
    box-shadow: 0px -10px 24px rgba(59, 67, 152, 0.05), 0px 25px 35px rgba(59, 67, 152, 0.03);
    border-radius: 4px;
    cursor: pointer;
    width: 5px;
    height: 20px;
}

.dashbox_title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #222658;
}

.dashtable {
    font-size: 14px;
    line-height: 32px;
    color: #222658
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


.isinvalid {
    border: 2px solid #9d2021 !important;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/** Media Queries Responsive  for mobiles **/

@media (max-width: 767.98px) {

    #head_title {
        font-size: 30px;
    }

    #head_img {
        height: 100px !important;
    }

    .ProfMenu {
        font-size: 12px !important;
    }


    #fortest {
        color: greenyellow;
    }
}

/** Media Queries Responsive  for Tablets **/
@media (min-width: 768px) and (max-width: 1024px) {

    #head_title {
        font-size: 30px;
    }

    #head_img {
        height: 100px !important;
    }

    .ProfMenu {
        font-size: 14px !important;
    }

    #fortest {
        color: red;
    }
}
