.navbar-custom {
    background-color: #021d6a;
}

.navbar-custom ul li a {
    color: white;
}

.navbar-brand {
    color: white;
}

.navbar-toggler {
    border-color: white !important;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1) !important; 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

  

.mouse-pointer {
    cursor: pointer;
}

.required-field {
    color: red;
}

.full-box {
    width: 100%;
}

.font-size-20 {
	font-size: 20px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-margin-padding {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

table tr td {
	padding-top: 15px;
}

.color-white {
    color: white;
}

.bg-white {
    background-color: white;
}

.color-black {
    color: white;
}

.green {
    color: green;
}

.red {
    color: red;
}

.black {
    color: black;
}

.bg-green {
    background-color: green;
}

.bg-red {
    background-color: red;
}

.bg-black {
    background-color: black;
}