/* Bootstrap 5 Default 
	.bg-primary
	.bg-secondary
	.bg-success
	.bg-info
	.bg-warning
	.bg-danger
	.bg-light
	.bg-dark
	.bg-black
	.bg-white
*/


/* PRIMARY color */
    .text-midnightblue { color: #0000B2 !important;}
    .bg-midnightblue { background: #0000B2 !important; }
    /* Shade */
    .bg-midnightblue-b1 { background: #00008E !important; }
    .bg-midnightblue-b2 { background: #000072 !important; }
    .bg-midnightblue-b3 { background: #00005B !important; }
    .bg-midnightblue-b4 { background: #000049 !important; }
    .bg-midnightblue-b5 { background: #00003A !important; }
    .bg-midnightblue-b6 { background: #00002E !important; }
    .bg-midnightblue-b7 { background: #000025 !important; }
    .bg-midnightblue-b8 { background: #00001E !important; }
    .bg-midnightblue-b9 { background: #000018 !important; }
    /* Tint */
    .bg-midnightblue-w1 { background: #3333C1 !important; }
    .bg-midnightblue-w2 { background: #5C5CCD !important; }
    .bg-midnightblue-w3 { background: #7D7DD7 !important; }
    .bg-midnightblue-w4 { background: #9797DF !important; }
    .bg-midnightblue-w5 { background: #ACACE5 !important; }
    .bg-midnightblue-w6 { background: #BDBDEA !important; }
    .bg-midnightblue-w7 { background: #CACAEE !important; }
    .bg-midnightblue-w8 { background: #D5D5F1 !important; }
    .bg-midnightblue-w9 { background: #DDDDF4 !important; }



    .text-blue { color: #0000FF !important; }
    .bg-blue { background: #0000FF !important; }
    /* Shade */
    .bg-blue-b1 { background: #0000CC !important; }
    .bg-blue-b2 { background: #0000A3 !important; }
    .bg-blue-b3 { background: #000082 !important; }
    .bg-blue-b4 { background: #000068 !important; }
    .bg-blue-b5 { background: #000053 !important; }
    .bg-blue-b6 { background: #000042 !important; }
    .bg-blue-b7 { background: #000035 !important; }
    .bg-blue-b8 { background: #00002A !important; }
    .bg-blue-b9 { background: #000022 !important; }
    /* Tint */
    .bg-blue-w1 { background: #3333FF !important; }
    .bg-blue-w2 { background: #5C5CFF !important; }
    .bg-blue-w3 { background: #7D7DFF !important; }
    .bg-blue-w4 { background: #9797FF !important; }
    .bg-blue-w5 { background: #ACACFF !important; }
    .bg-blue-w6 { background: #BDBDFF !important; }
    .bg-blue-w7 { background: #CACAFF !important; }
    .bg-blue-w8 { background: #D5D5FF !important; }
    .bg-blue-w9 { background: #DDDDFF !important; }



    .text-limegreen { color: #BFF202 !important; }
    .bg-limegreen { background: #BFF202 !important; }
    .border-limegreen { border-color: #BFF202 !important; }

    /* Shade */
    .bg-limegreen-b1 { background: #99C202 !important; }
    .bg-limegreen-b2 { background: #7A9B02 !important; }
    .bg-limegreen-b3 { background: #627C02 !important; }
    .bg-limegreen-b4 { background: #4E6302 !important; }
    .bg-limegreen-b5 { background: #3E4F02 !important; }
    .bg-limegreen-b6 { background: #323F02 !important; }
    .bg-limegreen-b7 { background: #283202 !important; }
    .bg-limegreen-b8 { background: #202802  !important; }
    .bg-limegreen-b9 { background: #1A2002 !important; }
    /* Tint */
    .bg-limegreen-w1 { background: #CCF535 !important; }
    .bg-limegreen-w2 { background: #D6F75D !important; }
    .bg-limegreen-w3 { background: #DEF97D !important; }
    .bg-limegreen-w4 { background: #E5FA97 !important; }
    .bg-limegreen-w5 { background: #EAFBAC !important; }
    .bg-limegreen-w6 { background: #EEFCBD !important; }
    .bg-limegreen-w7 { background: #F1FDCA !important; }
    .bg-limegreen-w8 { background: #F4FDD5 !important; }
    .bg-limegreen-w9 { background: #F6FDDD !important; }



    .text-valhalla { color: #323244 !important; }
    .bg-valhalla { background: #323244 !important; }
    /* Shade */
    .bg-valhalla-b1 { background: #282836 !important; }
    .bg-valhalla-b2 { background: #20202B !important; }
    .bg-valhalla-b3 { background: #1A1A22 !important; }
    .bg-valhalla-b4 { background: #15151B !important; }
    .bg-valhalla-b5 { background: #111116 !important; }
    .bg-valhalla-b6 { background: #0E0E12 !important; }
    .bg-valhalla-b7 { background: #0B0B0E !important; }
    .bg-valhalla-b8 { background: #09090B !important; }
    .bg-valhalla-b9 { background: #070709 !important; }
    /* Tint */
    .bg-valhalla-w1 { background: #5B5B69 !important; }
    .bg-valhalla-w2 { background: #7C7C87 !important; }
    .bg-valhalla-w3 { background: #96969F !important; }
    .bg-valhalla-w4 { background: #ABABB2 !important; }
    .bg-valhalla-w5 { background: #BCBCC1 !important; }
    .bg-valhalla-w6 { background: #C9C9CD !important; }
    .bg-valhalla-w7 { background: #D4D4D7 !important; }
    .bg-valhalla-w8 { background: #DDDDDF !important; }
    .bg-valhalla-w9 { background: #E4E4E5 !important; }



/* SECONDARY color */
    .text-outrageous { color: #F05B23 !important; }
    .bg-outrageous { background: #F05B23 !important; }
    /* Shade */
    .bg-outrageous-b1 { background: #C0491C !important; }
    .bg-outrageous-b2 { background: #9A3A16 !important; }
    .bg-outrageous-b3 { background: #7B2E12 !important; }
    .bg-outrageous-b4 { background: #62250E !important; }
    .bg-outrageous-b5 { background: #4E1E0B !important; }
    .bg-outrageous-b6 { background: #3E1809 !important; }
    .bg-outrageous-b7 { background: #321307 !important; }
    .bg-outrageous-b8 { background: #280F06 !important; }
    .bg-outrageous-b9 { background: #200C05 !important; }
    /* Tint */
    .bg-outrageous-w1 { background: #F37C4F !important; }
    .bg-outrageous-w2 { background: #F59672 !important; }
    .bg-outrageous-w3 { background: #F7AB8E !important; }
    .bg-outrageous-w4 { background: #F9BCA5 !important; }
    .bg-outrageous-w5 { background: #FAC9B7 !important; }
    .bg-outrageous-w6 { background: #FBD4C5 !important; }
    .bg-outrageous-w7 { background: #FCDDD1 !important; }
    .bg-outrageous-w8 { background: #FDE4DA !important; }
    .bg-outrageous-w9 { background: #FDE9E1 !important; }



    .text-lightgray { color: #D8D6D6 !important; }
    .bg-lightgray { background: #D8D6D6 !important; }
    /* Shade */
    .bg-lightgray-b1 { background: #ADABAB !important; }
    .bg-lightgray-b2 { background: #8A8989 !important; }
    .bg-lightgray-b3 { background: #6E6E6E !important; }
    .bg-lightgray-b4 { background: #585858 !important; }
    .bg-lightgray-b5 { background: #464646 !important; }
    .bg-lightgray-b6 { background: #383838 !important; }
    .bg-lightgray-b7 { background: #2D2D2D !important; }
    .bg-lightgray-b8 { background: #242424 !important; }
    .bg-lightgray-b9 { background: #1D1D1D !important; }
    /* Tint */
    .bg-lightgray-w1 { background: #E0DEDE !important; }
    .bg-lightgray-w2 { background: #E6E5E5 !important; }
    .bg-lightgray-w3 { background: #EBEAEA !important; }
    .bg-lightgray-w4 { background: #EFEEEE !important; }
    .bg-lightgray-w5 { background: #F2F1F1 !important; }
    .bg-lightgray-w6 { background: #F5F4F4 !important; }
    .bg-lightgray-w7 { background: #F7F6F6 !important; }
    .bg-lightgray-w8 { background: #F9F8F8 !important; }
    .bg-lightgray-w9 { background: #FAF9F9 !important; }



/* OTHER color */
    .Sage-Green { color: #92d2ac; }     /*  */
    .Soft-Pink { color: #F8EBE7; }      /*  */
    .Midnight-Blue { color: #1D1761; }  /*  */

    .text-lightblue{ color: #e8f6ff; }
    .bg-lightblue{ background: #e8f6ff; }



/* btn */

    /* primary */
    .btn-primary{background-color: #BFF202; border:1px solid #99C202 !important; color: #282836; padding-top: 5px;}
    .btn-primary:active, 
    .btn-primary:focus, 
    .btn-primary:hover{background-color: #99C202 !important; border:1px solid #BFF202 !important; color: #282836; text-decoration:none !important; }
    
    .link-primary{color: #BFF202 !important;}
    .link-primary:active, 
    .link-primary:focus, 
    .link-primary:hover{color: #99C202 !important;}
    
    .text-primary{color: #00A0FF !important;}
    .bg-primary{background-color: #00A0FF !important;}
    .border-primary{border-color: #00A0FF !important;}
    .gradient-primary{background:linear-gradient(0deg, #00A0FF, #00A0FF);}


    /* secondary */
    .btn-secondary{background-color: #D8D6D6; border:1px solid #323244 !important; color: #282836; padding-top: 5px;}
    .btn-secondary:active, 
    .btn-secondary:focus, 
    .btn-secondary:hover{background-color: #323244 !important; border:1px solid #D8D6D6 !important; color: #D8D6D6; text-decoration:none !important; }

    .link-secondary{color: #323244 !important;}
    .link-secondary:active, 
    .link-secondary:focus, 
    .link-secondary:hover{color: #F05B23 !important;}

    .text-secondary { color: #D5EFFE !important; }
    .bg-secondary { background: #D5EFFE !important; }
    .border-secondary{border: 1px solid #D5EFFE !important;}
    .gradient-secondary{background:linear-gradient(0deg, #D5EFFE, #D5EFFE);}


    /* tertiary */
    .link-tertiary{color: #FFF !important;}
    .link-tertiary:active, 
    .link-tertiary:focus, 
    .link-tertiary:hover{color: #F05B23 !important;}

    /* secondary */
    /* tertiary */
    /* quaternary */
    /* quinary */
    /* senary */
    /* septenary */
    /* octonary */
    /* nonary */
    /* denary */