﻿/* 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. */
@import './constants.css';

@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');
}

@font-face {
    font-family: 'Dubai';
    src: url('/fonts/Dubai-Regular.ttf');
}

@font-face {
    font-family: 'Dubai-Medium';
    src: url('/fonts/Dubai-Medium.ttf');
}

@font-face {
    font-family: 'Dubai-Bold';
    src: url('/fonts/Dubai-Bold.ttf');
}

body {
    /*background-color: var(--white) !important;*/
    background: var(--lightgrey) !important;
}

.exc_status {
    width: 400px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.12);
    border-radius: 8px;
    margin: 5px 5px;
}

a {
    text-decoration: none !important;
}

input[type=tel] {
    padding-top: 24px !important;
}

.nodeco {
    text-decoration: none !important;
}

.content {
    margin: 0 25px;
    background: var(--lightgrey) !important;
}

.content-wrapper {
    background: var(--lightgrey) !important;
}

.navbar-nav {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-sidebar {
    width: 100px !important;
}

.sidebar {
    overflow: hidden !important;
}

.nav-item {
    padding: 2px 5px;
}

.langlabel {
    text-decoration: none;
    color: var(--darkblue) !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
}

h2 {
    font-family: Frutiger;
}

b {
    font-family: Dubai;
}

.fsize-14 {
    font-size: 14px;
}

.fsize-16 {
    font-size: 16px;
}

.fsize-18 {
    font-size: 18px;
}

.fsize-20 {
    font-size: 20px;
}

.grey {
    color: #828B9C;
}

.dgrey {
    color: #6C7383;
}

.bg1 {
    background-color: red !important;
}

.bg2 {
    background-color: blue !important;
}

.bg3 {
    background-color: greenyellow !important;
}

.bgImg {
    background-image: url('../img/child.png');
    background-size: cover;
    border-radius: 5px;
    height: 100px;
    width: 100px;
    box-shadow: 2px 5px 7px 7px white;
    /*background-color: black;*/
    display: inline-block;
}

.sidemenu {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #15345A;
}

    .sidemenu:hover {
        cursor: pointer !important;
    }

.menu_label {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #EDB43C;
    border-radius: 50%;
    display: inline-block;
}



.show {
    display: block;
}

.hide {
    display: none;
}

.para {
    color: var(--darkgrey);
    font-size: 16px;
    font-weight: 400;
}

.btn1 {
    text-decoration: none !important;
    background: #FFFFFF;
    border: 1px solid rgba(11, 33, 61, 0.08);
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.12);
    border-radius: 8px;
    width: auto;
    height: 50px;
    padding: 10px;
    font-weight: 500;
    font-size: 15px;
    color: var(--darkblue);
}

.mcontent {
    margin: 20px 0px !important;
}

.main-content {
    padding: 10px !important;
}

.boxshadow {
    background: #FFFFFF;
    border: 1px solid rgba(11, 33, 61, 0.08);
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.12);
    border-radius: 8px;
}

.boxshadow1 {
    background: rgba(108, 115, 131, 0.5);
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.1);
    border-radius: 8px;
}

.bold {
    color: var(--darkblue);
    font-size: 20px;
}

.ProfMenu {
    border: none;
    border-radius: 8px;
    margin-left: 15px;
    padding: 10px 10px 10px 10px !important;
    color: #828B9C;
    font-size: 16px;
    font-weight: 500;
}

.sys_btn {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.12);
    border-radius: 8px;
    border: none;
    padding: 7px;
    color: #0B213D;
    display: flex;
    align-items: center;
}

    .sys_btn:focus {
        outline: none;
        box-shadow: none;
    }

.sys_btn_txt {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px; /* or 179% */
    display: flex;
    align-items: center; /* Dark blue */
    color: #0B213D;
    margin-top: 3px;
}


.snavbar-nav > .active > a {
    background: #7393CE;
    color: white;
}


.snavbar-nav > .sitem:hover > a {
    background: #7393CE;
    color: white;
}

.snavbar-nav > .sitem + .disabled > a {
    color: lightgray;
}

.snavbar-nav > .sitem:hover > a > img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.snavbar-nav > .active > a > img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.channelsbox {
    width: 230px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.12);
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    text-decoration: none !important;
}

    .channelsbox:hover {
        box-shadow: 0px 0px 30px rgba(11, 33, 61, 0.12);
    }

.channelchart_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.12);
    border-radius: 8px;
    text-decoration: none !important;
}

    .channelchart_box:hover {
        box-shadow: 0px 0px 30px rgba(11, 33, 61, 0.12);
    }


.partnersbox {
    width: 250px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.12);
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    text-decoration: none !important;
}

    .partnersbox:hover {
        box-shadow: 0px 0px 30px rgba(11, 33, 61, 0.12);
        text-decoration: none !important;
    }



.channelsboxtext {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #6C7383;
    text-decoration: none;
}

.input_wrap {
    position: relative;
}

.modal-header {
    border: none !important;
}

.box1, .box2 {
    padding: 0 30px;
}

.box3 {
    text-align: center;
    margin-top: 10%;
    padding: 20px;
    height: 300px;
}

.modal-title {
    margin-top: -30px;
}

.badge_1 {
    background: rgba(27, 139, 51, 0.1);
}

    .badge_1 > span {
        color: #1B8B33;
        font-size: 14px;
    }

.badge_2 {
    background: rgba(210, 139, 0, 0.1);
}

    .badge_2 > span {
        color: #D28B00;
        font-size: 14px;
    }


/** Input Controls */

.select2-container {
    display: block;
    border-bottom: 2px solid #828B9C !important;
}

.select2-selection__arrow {
    margin-top: 15px;
}

.select2-selection__rendered {
    margin-top: 10px !important;
}

.select2-container--default .select2-selection--single {
    font-family: Dubai;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 2px solid #828B9C !important;
    height: 55px !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 5px 5px 0px 0px !important;
    background-color: white !important;
    border: none !important;
}


input, select, textarea {
    font-family: Dubai;
    font-weight: 400;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 5px 5px 0px 0px !important;
    padding: 1rem 0.7rem;
    color: #000000;
    transition: .3s ease-in-out;
    height: 55px !important;
    background-color: white;
    border: none !important;
    border-bottom: 2px solid #828B9C !important;
}


    input:(:placeholder-shown), select:(:placeholder-shown) {
        border-bottom: 2px solid #828B9C !important;
        border: 1px solid white !important;
    }

    input:focus, input:not(:placeholder-shown), textarea:not(:placeholder-shown), select:not(:placeholder-shown) {
        border-bottom: 2px solid #1C94DA !important;
        padding-top: 20px;
        outline: none !important;
        transition: border-bottom .10s ease-out;
        transform-origin: right left;
    }

    input[type='checkbox']:focus, input[type='checkbox']:not(:placeholder-shown) {
        border-bottom: none !important;
        outline: none !important;
    }

    input[type='checkbox'] {
        top: 10px;
        width: 23px !important;
        height: 23px !important;
        appearance: none !important;
        border: 1px solid #A8A9B3;
        box-sizing: border-box;
        border-radius: 6px !important;
        box-shadow: none;
        background-color: #ede9e9;
    }

        input[type='checkbox']:checked {
            background-color: #3B4398;
        }


        input[type='checkbox']:disabled {
            top: 10px;
            width: 23px !important;
            height: 23px !important;
            appearance: none;
            border: 1px solid #A8A9B3;
            box-sizing: border-box;
            border-radius: 6px;
            box-shadow: none;
            background: #E9EAEC !important;
        }

        input[type='checkbox']:checked:after {
            margin-left: 8px !important;
            margin-bottom: 5px;
            content: '';
            display: inline-block;
            transform: rotate(45deg);
            height: 15px;
            width: 7px;
            border-bottom: 3px solid white;
            border-right: 3px solid white;
        }

.isinvalid {
    border-bottom: 2px solid red !important;
}



.border_unselect {
    border-bottom: 2px solid #828B9C !important;
    padding-top: 20px;
}

.border_select {
    border-bottom: 2px solid #1C94DA !important;
    padding-top: 20px;
}

.select-dropdown {
    padding-top: 20px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: white !important;
}

.iti__selected-flag {
    height: 40% !important;
    margin: 25px 5px !important;
}


.tableFixHead {
    overflow-y: auto;
    height: 250px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        background: var(--lightgrey);
    }

.searchbox {
    background: #FFFFFF !important;
    border: 1px solid rgba(11, 33, 61, 0.08) !important;
    box-shadow: 0px 0px 24px rgba(191, 209, 229, 0.12) !important;
    border-radius: 8px !important;
    width: 100% !important;
    height: 50px !important;
}

    .searchbox:(:placeholder-shown) {
        border-bottom: none !important;
        border: 1px solid rgba(11, 33, 61, 0.08) !important;
        box-shadow: 0px 0px 30px rgba(191, 209, 229, 0.12) !important;
    }

    .searchbox:focus {
        border: 1px solid rgba(11, 33, 61, 0.08) !important;
        box-shadow: 0px 0px 6px 0px rgb(11 33 61 / 15%) !important;
    }

.select_meal {
    width: 250px;
    border-bottom: none !important;
    height: 45px !important;
    border: 1px solid rgba(191, 209, 229, 0.4) !important;
    border-radius: 8px !important;
    padding: 5px 10px !important;
}

.div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 5px 10px !important;
}

.nice-select {
    width: 350px !important;
    font-size: 16px !important;
}

    .nice-select .option {
        width: 350px !important;
        font-size: 16px !important;
    }

/* Notification
-------------------------------------------------- */
.notifi_top {
    font-size: 24px;
    color: #222658;
    font-weight: 800;
    line-height: 32px;
}

.notifi_badge {
    border-radius: 50% !important;
    margin-top: -10px !important;
    font-size: 13px !important;
    font-weight: 400 !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;
}


.filter_sec {
    display: none;
    /* position: absolute;*/
    width: 99%;
    height: auto;
    margin-top: 2px;
    background: #f8f9fb;
    border: 1px solid #D1DBE3;
    box-sizing: border-box;
    /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);*/
    box-shadow: inset 0px -1px 10px 2px rgb(0 0 0 / 6%);
    border-radius: 4px;
    z-index: 22;
    padding: 30px 20px;
    margin-right: auto !important;
    margin-left: auto !important;
}




/** Media Queries Responsive  for Tablets **/
@media (min-width: 768px) {

    .sidebar_test {
        background-color: lawngreen !important;
    }

    #channel_chart {
        width: 50% !important;
    }
}

@media (min-width: 1024px) {

    .sidebar_test {
        background-color: orange !important;
    }

    #channel_chart {
        width: 60% !important;
    }
}

@media (min-width: 1440px) {

    .sidebar_test {
        background-color: mediumvioletred !important;
    }

    #channel_chart {
        width: 70% !important;
    }
}

@media (min-width: 1700px) {

    .sidebar_test {
        background-color: mediumvioletred !important;
    }

    #channel_chart {
        width: 75% !important;
    }
}

@media (min-width: 1920px) {

    .sidebar_test {
        background-color: mediumvioletred !important;
    }

    #channel_chart {
        width: 75% !important;
    }
}


@media (min-width: 2000px) {

    .sidebar_test {
        background-color: aquamarine !important;
    }

    #channel_chart {
        width: 80% !important;
    }
}






/***/
/* Dashboard DropDown  */
.arrow_box {
    width: 500px;
    border-radius: 16px;
    position: absolute;
    background: white;
    z-index: 55;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .arrow_box a {
        color: #82929E;
        padding: 12px 16px;
        text-decoration: none;
        border-bottom: 1px solid #82929E;
        display: block;
    }



    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: white;
        border-width: 15px;
        margin-left: -15px;
    }

    .arrow_box:before {
        border-color: rgba(150, 56, 5, 0);
        border-bottom-color: white;
        border-width: 15px;
        margin-left: -15px;
    }

    .arrow_box a:hover {
        background-color: #ddd;
        color: black;
    }

    .imgDimen {
        position: absolute;
        margin: 155px 60px;
        font-size: 14px;
        font-weight: bold;
        width: 130px;
    }