/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 Oct, 2020, 12:10:25 PM
    Author     : Jainil
*/

body {
    background-color: #f0f3f5;
}
.app-body {
    overflow: hidden;
}
.app-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow-x: hidden;
}

.app-body .main {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
}

.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: flex !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.card-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /*width: 544px !important;*/
}

.card-group>.card {
    margin-bottom: 15px;
}
.card {
    margin-bottom: 1.5rem;
}
.p-4 {
    padding: 1.5rem !important;
}
.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.theme-color {
    color: #FFE000;
}
h1, .h1 {
    font-size: 4.1875rem;
}

.text-muted {
    color: #73818f !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

form {
    display: block;
    margin-top: 0em;
}

.btn-primary{
    color: #23282c !important;
    background-color: #FFF000  !important;
    border-color: #FFF000 !important;
}

.btn-primary:hover {
    opacity: 0.9;
    border-color: #bfa800 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}
.btn-link {
    font-weight: 400;
    color: #FFE000;
    text-decoration: none;
}

.btn-link:hover  {
    font-weight: 400;
    color: #ffc107;
    text-decoration: none;
}

.btn-warning {
    color: #FFE000 !important;
    background-color: #282829 !important;
    border-color: #FFE000 !important;
}

.modal-header {
    background-color: #FFE000;
    border-radius: 3px;
}
