﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    overflow: hidden;
    position: relative;
}

@keyframes increasing {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

#app {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #app .logo-wrapper,
    #app .content-box {
        flex: 1;
    }

    #app .logo-wrapper {
        display: flex;
        align-items: end;
    }

    #app .content-box {
        margin-top: 1rem;
    }

    #app .logo-wrapper .logo {
        height: 6rem;
        animation: increasing 1.5s alternate infinite ease-in;
    }

html {
    font-size: 100%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

w-100 {
    width: 100%;
}

h-100 {
    height: 100%;
}

.page {
    padding: 2rem;
}

p {
    margin: 0 !important;
    font-size: 1rem;
}

.o-transition-basic {
    transition: all 0.3s ease-in-out;
}

.o-divider {
    width: 1px;
    height: 100%;
    background: #D6D5D7;
}

    .o-divider.horizontal {
        height: 1px;
        width: 100%;
        background: #D6D5D7;
    }

o-table {
    border-collapse: collapse;
    width: 100%;
}

o-text-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #342F35;
}

.o-table th,
.o-table td {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    /*display: flex;
    align-items: center;*/
    color: #716E72;
    padding: 0.875rem;
    border-bottom: 1px solid #D6D5D7;
}

.o-table tbody tr:last-child td {
    border-bottom: none;
}

.o-table th {
    font-weight: 600;
}


.o-button {
    background: #E5A277;
    border-radius: 1rem 0.5rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0.5rem 1rem;
    color: #342F35;
    transition: all 0.2s ease-in-out;
    /*min-width: 240px;
    min-height: 48px;*/
}

    .o-button:hover {
        background: #FFC49E;
    }

    .o-button:disabled {
        background: #D6D5D7;
        color: #9A979A;
    }

    .o-button:active {
        background: #FFA46A;
        border: none;
    }

    .o-button:focus {
        border: none;
        /*outline: 0;*/
    }


.e-dialog.o-dialog {
    border-radius: 1rem;
    overflow: hidden !important;
}

    .e-dialog.o-dialog .e-dlg-header-content {
        border-bottom-width: 1px;
        border-bottom-color: #D6D5D7;
        border-bottom-style: solid;
    }

    .e-dialog.o-dialog .e-dlg-header-content .e-dlg-header {
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: #342F35;        
    }

    .e-dialog.o-dialog .e-dlg-content {
        padding-right: 0.5rem;
    }

    /*.e-dialog.o-dialog .e-footer-content {
        border-top: 1px solid #D6D5D7;
        padding: 1.25rem 1rem !important;
        box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
    }*/

/*============Syncfusion Grid Custom style===========*/
.e-grid {
    border: none !important;
}

    .e-grid .e-gridheader {
        border-top: none !important;
    }

        .e-grid .e-gridheader .e-headercontent {
            border-right: none !important;
        }

    .e-grid .e-headertext {
        font-family: Montserrat !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 1rem !important;
        line-height: 1.25rem !important;
        color: #716E72;
    }

    .e-grid .e-gridcontent .e-rowcell {
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.25rem;
        color: green;
    }

/*============Syncfusion Grid Custom style===========*/

/*============Syncfusion Tab style===========*/

.e-tab .e-tab-header .e-toolbar-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-bottom-color: #D6D5D7;
    border-bottom-style: solid;
}

.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item {
    flex: 1;
    text-align: center;
}

.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-text {
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    color: #342F35 !important;
}

.e-tab .e-tab-header .e-indicator {
    background: #E5A277;
}

.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
    background: rgba(229, 162, 119, 0.12);
}

/*============Syncfusion Tab style===========*/
/*Hide Scrollbar*/
.sai-hide-scrollbar-sm {
    -ms-overflow-style: none; /* IE and Old Edge */
    scrollbar-width: none; /* Firefox */
}

    .sai-hide-scrollbar-sm::-webkit-scrollbar {
        display: none; /*Chrome, Safari, Opera, Chromium Edge*/
    }

@media (min-width: 1025px) {
    .sai-hide-scrollbar-lg {
        -ms-overflow-style: none; /* IE and Old Edge */
        scrollbar-width: none; /* Firefox */
    }

        .sai-hide-scrollbar-lg::-webkit-scrollbar {
            display: none; /*Chrome, Safari, Opera, Chromium Edge*/
        }
}

/*Hide Scrollbar*/
