﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.center {
    margin: auto;
    width: 30%;
    padding: 10px;
}

.m-b2em {
    margin-bottom: 2em;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 1rem;
    font-size: 14px;
}

    .flex-container > div {
        width: auto;
        margin: 2px;
        text-align: center;
        font-size: 14px;
    }

.action {
    width: 12rem !important;
}

.action-btn {
    font-size: 14px;
    margin-top: -0.44rem;
    white-space: nowrap;
}

.activatStatus {
    cursor: pointer;
}

.blueLine {
    color: blue;
    text-decoration: underline;
}

.btn.btn-nopadding {
    padding-left: 0;
    padding-top: 0;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 1.5em
}

.overflow-auto {
    overflow: auto;
}

/* page loader */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-color: #fff;
    z-index: 1000;
    opacity: 0.8;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    //height : 100vh;
    //width : 100vw;
    //background: #000000;
    min-height: 3rem;
}

.loader {
    display: flex;
    align-items: center;
}

.loader__part {
    width: 8px;
    border-radius: 5px;
    margin: 0 5px;
    opacity: 0;
}

.loader__part--1 {
    background-color: #ff6805;
}

.loader__part--2 {
    background-color: #05f2f2;
}

.loader__part--3 {
    background-color: #2947f2;
}

.loader__part--1 {
    animation: opacity 0.3s linear forwards, anim-1 0.5s cubic-bezier(0.8, 0, 0.6, 1) infinite alternate;
    animation-delay: 0.3s;
}

@keyframes anim-1 {
    0% {
        height: 5px;
    }

    100% {
        height: 35px;
    }
}

.loader__part--2 {
    animation: opacity 0.3s linear forwards, anim-2 0.5s cubic-bezier(0.8, 0, 0.6, 1) infinite alternate;
    animation-delay: 0.6s;
}

@keyframes anim-2 {
    0% {
        height: 5px;
    }

    100% {
        height: 38px;
    }
}

.loader__part--3 {
    animation: opacity 0.3s linear forwards, anim-3 0.5s cubic-bezier(0.8, 0, 0.6, 1) infinite alternate;
    animation-delay: 0.9s;
}

@keyframes anim-3 {
    0% {
        height: 5px;
    }

    100% {
        height: 41px;
    }
}


@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.color-white {
    color: #fff;
}

.page-wrapper .page-content {
    overflow-x: auto;
}

.box-1 {
    border: 1px solid #EAEDF0;
    box-shadow: 0 6px 6px 0 rgba(58, 59, 61, 0.09);
    border-radius: 25px;
    padding: 2rem;
    background-color: #fff;
}

:root {
    --color-blaze-orange: #FF6805;
    --color-blue: #2947F2;
    --color-bright-turquoise: #05F2F2;
    --color-stratos: #01031C;
    --color-blaze-orange-2: #ff68051a;
    --color-bright-turquoise-2: #05f2f217;
    --color-blue-2: #2947f21a;
}

.flex-1 {
    flex: 1;
}

.m-i-e-0-5 {
    margin-inline-end: 0.5rem;
}

.m-i-e-1 {
    margin-inline-end: 1rem;
}

.m-i-s-1 {
    margin-inline-start: 1rem;
}

.font-weight-5 {
    font-weight: 500 !important;
}

.font-weight-7 {
    font-weight: 700 !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.btn-1 {
    border: 0;
    background-color: #FF6805;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    /*padding: 0.7rem 0;*/
    transition: 0.4s;
    opacity: 1;
    padding: .375rem .75rem;
}

    .btn-1:hover {
        opacity: 0.7;
        color: #fff;
    }

    .btn-1.bg-stratos {
        background-color: var(--color-stratos);
    }

.btn-2 {
    border: 0;
    background-color: var(--color-blaze-orange);
    color: #fff;
    border-radius: 8px;
    padding: 0.5rem 1.9rem;
    transition: 0.4s;
    opacity: 1;
}

    .btn-2:hover {
        opacity: 0.7;
        color: #fff;
    }

    .btn-2.bg-blue {
        background-color: var(--color-blue);
    }

    .btn-2.white {
        color: #000;
        background-color: #fff;
        border: 1px solid #E2E2E2;
    }

        .btn-2.white:hover {
            opacity: 1;
        }

.input-1 {
    border: 2px solid #FF6805 !important;
    border-radius: 25px !important;
}

.position-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.position-2 {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.text-decoration-none {
    text-decoration: none;
}

.color-blaze-orange {
    color: var(--color-blaze-orange)
}

.color-bright-turquoise {
    color: var(--color-bright-turquoise)
}

.color-blue {
    color: var(--color-blue)
}

.bg-none {
    background: none;
}

table.table.dataTable {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 13px !important;
}

.bluePointer {
    color: blue;
    cursor: pointer;
}

.dt-buttons {
    max-width: 100%;
    display: flex !important;
    justify-content: end !important;
    float: inherit !important;
}

    .dt-buttons .dt-button {
        border: unset !important;
        background: unset !important;
        font-size: 22px !important;
        width: 30px;
        height: 30px;
        margin: 0 !important;
        padding: 0 !important;
    }

.dataTables_filter {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.custom-arrow-down {
}

.cursor-pointer {
    cursor: pointer;
}

.color-green {
    color: green;
}

.no-wrap {
    white-space: nowrap;
}

.width-50 {
    width: 50%;
}


.width-25 {
    width: 25%;
}

.mr-1{
    margin-right: 1rem;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}
/*-------------------------------------------------- */
.cb-dropdown-wrap {
    max-height: 80px;
    position: relative;
    height: 29px;
    width: 100%;
    display: inline-flex;
}

.cb-dropdown,
.cb-dropdown li {
    margin: 0;
    padding: 0.03rem;
    list-style: none;
}

.cb-dropdown,
.cb-dropdown li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.cb-dropdown {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #888;
    z-index: 9998;
    transition: 0.2s height ease-in-out;
}

.cb-dropdown-wrap.open .cb-dropdown {
    height: fit-content; /* expand on open */
    overflow: auto;
}

.cb-dropdown li label {
    display: block;
    position: relative;
    cursor: pointer;
    line-height: 27px;
}

.cb-dropdown li label > input {
    position: absolute;
    right: 8px;
    width: 16px;
    top: 40%;
    transform: translateY(-50%);
}

.cb-dropdown li label > span {
    display: block;
    margin-left: 3px;
    font-family: sans-serif;
    font-size: 1.0em;
    text-align: left;
    background-color: #fff;
}

.cb-dropdown-width {
    width: 13rem !important;
}

.cb-dropdown li:not(:first-child):hover {
    background: #5897fb;
    color: #fff;
}

.cb-dropdown li label > span {
    background-color: transparent !important;
}

.cb-dropdown li.placeholder_li {
    background-color: #fff !important;
}

.cb-dropdown li.placeholder_li > span {
    background-color: #fff !important;
}
/*-------------------------------------------------- */