body {
    --bg-color: white !important;
    --dark-bg-color: brown;
    --bg-hover-color: gray;
    --toggle-icon-color: white !important;
    --toggle-icon-color-hover: white !important;
    --side-nav-width: 300px;
    --side-nav-sm-width: 80%;

}
.btn-primary.btn-round{
    border-radius: 20px;
}

.breadcrumb{
    font-family: 'Poppins',
    sans-serif !important;
    font-size: 12px !important;
}

.grad {
    background-image: linear-gradient(#F1EBFE,#ffff);
    background-repeat: no-repeat;
}
.grad-pink {
    background-image: linear-gradient(#ff0071, #ff2d8c);
}

.grad-blue {
    background-image: linear-gradient(#754fff, rgb(132, 97, 255));
}

.grad-green {
    background-image: linear-gradient(#5cb85c, #55aa55);
}

.grad-yellow {
    background-image: linear-gradient(#ffe600, #ffe600);
}

.side-nav-menu .list-group .list-group-item {
    background-color: var(--bg-color);
    font-family: 'Poppins',
        sans-serif;
    cursor: pointer;
    padding: 10px;

}

.side-nav-header .list-group .list-group-item {
    background-color: var(--bg-color);

    font-family: 'Poppins',
        sans-serif;
}

.side-nav-header {
    color: brown;
    font-size: 13px;
    background-color: var(--bg-color);
    white-space: nowrap;

}

.side-nav-toggler {
    background-color: var(--dark-bg-color);
    color: white;
    margin-top: 5px;
    z-index: 1;

}

.side-nav-toggler:hover {
    background-color: var(--dark-bg-color);
    color: white;
    margin-top: 5px;
    z-index: 1;

}

.side-nav-menu-active .list-group .list-group-item {
    background-color: var(--dark-bg-color);
    color: white;
    font-size: 13px;
}

.side-nav-bar {
    border-right: #EAEAEA;
    border-width: 0px;
    padding-top: 56px;
    border-right-style: solid;
    z-index: 2;
    position: relative;
}

.side-nav-brand {

    background-color: var(--dark-bg-color);

    padding: 15px;
    width: var(--side-nav-width);
    color: white;
}

.side-nav-menu .list-group .list-group-item:hover {
    background-color: var(--bg-hover-color);
    color: white;
}

.side-nav-menu .list-group .list-group-item {

    color: #0275d8;
}

.validation {
    color: red;
    font-size: small;

}

.success {
    color: green;
    font-size: small;

}

.info {
    color: #4979F7;
    font-size: small;
}




.hover-button1 {
    color: #6a6f73;
    font-size: 10px;
    padding: 10px;
    border-radius: 5px;
}

.hover-button1:hover {
    color: #6a6f73;
    font-size: 10px;
    padding: 10px;
    background-color: #F7F8F8;
    border-radius: 5px;
}

.pop {
    font-family: 'Poppins',
        sans-serif;
}

.txt_title {
    font-weight: 400;
    font-size: 50px;
    color: black;
}

.txt_sub_title {
    font-weight: 400;
    font-size: 25px;
    color: black;
}

.brand-color {
    color: purple
}

.grad {
    background-image: linear-gradient(#ffffff, #F1EBFE);
}

.brand-grad {
    background-image: linear-gradient(#9b3737, #a52a2a);
}

.smallFont {
    font-size: 16px;
    font-weight: normal;
}

.f8 {
    font-size: 8px;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.btn-primary.bttn-dark {
    background-color: purple !important;
    color: white !important;
    border-color: purple;
}

.btn-default.bttn-dark {
    padding: 0px;
    min-width: 55px;

}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.min-h {
    min-height: 100%;

}

.min-w {
    min-width: 100%;
}

.link-list-cell {
    background-color: #ffffff;
    padding: 3px 3px 3px 15px;
    border-bottom-width: 0px;
    border-color: rgb(233, 233, 233);
    border-bottom-style: solid;
    white-space: nowrap;
    overflow-x: hidden
}



.link-list-cell:hover {
    background-color: wheat;
    padding: 3px 3px 3px 15px;
    border-bottom-width: 0px;
    border-color: rgb(233, 233, 233);
    white-space: nowrap;
    border-bottom-style: solid;
    overflow-x: hidden
}

.btn-default.bttn-dark:hover {
    background-color: rgb(139, 0, 16) !important;
    color: white !important;
    padding: 0px;
    min-width: 55px;
    border-color: #B50016;
}

.btn-primary.bttn-dark:hover {
    background-color:rgb(88, 2, 88) !important;
    color: white !important;
    border-color: purple;
}

.btn-default.bttn-dark:hover {
    background-color: rgb(139, 0, 16) !important;
    color: white !important;
    border-color: #B50016;
}

.btn-primary.bttn-light {
    background-color: white !important;
    color: #B50016 !important;
    border-color: #B50016;
}

td {
    font-family: 'Poppins',
        sans-serif;
}

label {
    font-family: 'Poppins',
        sans-serif;
}

.keyword {
    color: #b16a31;
    font-style: italic;

}
.method-word{
    color: #e96412;
}
.class-keyword {
    color: blueviolet;

}

.footer {
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-image: linear-gradient(#F1EBFE, #ffffff);

}

.padding15 {
    padding: 15px !important;
}

.padding-l15 {
    padding-left: 15px !important;
}

.padding-r15 {
    padding-right: 15px !important;
}

.padding-t15 {
    padding-top: 15px !important;
}

.padding-b15 {
    padding-bottom: 15px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding-l10 {
    padding-left: 10px !important;
}

.padding-r10 {
    padding-right: 10px !important;
}

.padding-t10 {
    padding-top: 10px !important;
}

.padding-b10 {
    padding-bottom: 10px !important;
}



.margin15 {
    margin: 15px;
}

.margin-l15 {
    margin-left: 15px;
}

.margin-r15 {
    margin-right: 15px;
}

.margin-t15 {
    margin-top: 15px;
}

.margin-b15 {
    margin-bottom: 15px;
}

.margin-zero {
    margin: 0;
}

.padding-zero {
    padding: 0;
}

.white {
    color: white;
}

.bg-brand {
    background-color: brown;
}

.bs-bg-primary {
    background-color: #0275d8;
}

.bs-bg-success {
    background-color: #5cb85c;
}

.bs-bg-info {
    background-color: #5bc0de;
}

.bs-bg-warning {
    background-color: rgb(240, 173, 78);
}

.bs-bg-danger {
    background-color: #d9534f;
}

.bs-bg-inverse {
    background-color: #292b2c;
}

.bs-bg-faded {
    background-color: #f7f7f7;
}

.bs-bg-dark {
    background-color: #333A40;
}



.bs-txt-primary {
    color: rgb(2, 117, 216);
}

.bs-txt-success {
    color: rgb(92, 184, 92);
}

.bs-txt-info {
    color: #5bc0de;
}

.bs-txt-warning {
    color: #f0ad4e;
}

.bs-txt-danger {
    color: rgb(217, 83, 79);
}

.bs-txt-inverse {
    color: #292b2c;
}

.bs-txt-faded {
    color: #f7f7f7;
}

.list-group-item.plain {

    background-color: #eeeeee;
}

.card {
    border-radius: 5px;
    background-color: white;
}

.btn-primary.btn-google {
    background-color: #4979F7;
}

.btn-primary.btn-google:hover {
    background-color: rgb(69, 114, 230);
}
.circle{
    width: 75px;
    height: 75px;
    border-radius: 38px;
    display: table-cell
}
.btn-default.tab-button {
    background-color: #e6e6e6;
    margin: 1px;

}

.btn-default.tab-button:hover {
    background-color: #dadada;
}

.btn-default.tab-button-active {
    background-color: #00Ab9D;
    color: white;
}

.btn-default.tab-button-active:hover {
    background-color: rgb(0, 126, 115);
    color: white;
}