/* 
Theme Name:		 Twenty Twenty-Five Child
Theme URI:		 https://partner.unimates.edu.vn/
Description:	 Twenty Twenty-Five Child is a child theme of Twenty Twenty-Five, created by unimates.edu.vn
Author:			 Daniel - UNIMATES Education
Author URI:		 https://www.unimates.edu.vn/
Template:		 twentytwentyfive
Version:		 1.2.0
Text Domain:	 twentytwentyfive-child
*/


.bg-uni-blue {
    background-color: #0098ce; /* UNIMATES blue color */
}

.bg-uni-pink {
    background-color: #db135d; /* UNIMATES pink color */
}

.bg-uni-green {
    background-color: #00955e; /* UNIMATES green color */
}

.bg-uni-orange {
    background-color: #f47f33; /* UNIMATES orange color */
}

.bg-uni-black {
    background-color: #010101; /* UNIMATES black color */
}

.bg-uni-gray {
    background-color: #7a7a7a; /* UNIMATES gray color */
}

.bg-uni-white {
    background-color: #ffffff; /* UNIMATES white color */
}

.bg-uni-blue:hover {
    background-color: #0181af;
}

.bg-uni-pink:hover {
    background-color: #bb104e;
}

.bg-uni-green:hover {
    background-color: #02774c;
}

.bg-uni-orange:hover {
    background-color: #d8722e;
}

.bg-uni-black:hover {
    background-color: #000000;
}

.bg-uni-gray:hover {
    background-color: #686868;
}

.bg-uni-white:hover {
    background-color: #e6e6e6;
}

.text-uni-blue {
    color: #0098ce; /* UNIMATES blue color */
}

.text-uni-pink {
    color: #db135d; /* UNIMATES pink color */
}

.text-uni-green {
    color: #00955e; /* UNIMATES green color */
}

.text-uni-orange {
    color: #f47f33; /* UNIMATES orange color */
}

.text-uni-black {
    color: #010101; /* UNIMATES black color */
}

.text-uni-gray {
    color: #7a7a7a; /* UNIMATES gray color */
}

.text-uni-white {
    color: #ffffff; /* UNIMATES white color */
}

.text-uni-blue:hover {
    color: #0181af;
}

.text-uni-pink:hover {
    color: #bb104e;
}

.text-uni-green:hover {
    color: #02774c;
}

.text-uni-orange:hover {
    color: #d8722e;
}

.text-uni-black:hover {
    color: #000000;
}

.text-uni-gray:hover {
    color: #686868;
}

.text-uni-white:hover {
    color: #e6e6e6;
}

.border-uni-blue{
    border-color: #0098ce;
}

.border-uni-green{
    border-color: #00955e
}

.border-uni-orange{
    border-color: #f47f33
}

.border-uni-pink{
    border-color: #db135d
}

.border-uni-gray{
    border-color: #7a7a7a;
}

.border-uni-blue:hover{
    border-color: #027eac;
}



/**
 * Optional: Add some basic CSS to your theme's style.css or Customizer.
 * This is a starting point; you'll need to adjust it to match your FSE student list style.
*/


