@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary-color: rgb(66, 72, 92);
    --secondary-color: rgb(3, 97, 154);
    --thirdary-color: rgb(239, 181, 22);
    --text-color: rgb(0, 0, 0);
    --dark-color: rgb(39, 92, 125);
    --light-color: #f0f0f0;
    --white-color: #ffffff;
    --blak-color: #000000;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-theme {
    color: var(--dark-color) !important;
}

main {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: end;
}

.bg-image {
    background-image: url(../images/3585055.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position:relative;
}
.bg-image:before{
	width: 100%;
	height: 100%;
	position:absolute;
	content: '';
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	left:0;
	top:0;
}

/* Login Panel */
/* ================================== */
.logo {
    padding: 3px;
    background-color: #f7d713;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fda900;
    margin: 5px;
}

.loginBox{
    min-width: 400px;
	margin: 0 10px;
	opacity:70%;
}

.loginBox .input-group-text {
    background: #fff;
    color: var(--primary-color);
    border-radius: 0;
    border: 0;
    justify-content: center;
    box-shadow: none;
    padding: 5px 10px;
    height: 47px;
    width: 47px;
}

.loginBox .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.loginBox button {
    background: var(--white-color);
    color: var(--secondary-color);
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 10px 20px;
    font-weight: 500;
}

.logoutBtn {
    background-color: var(--thirdary-color);
    color: var(--white-color);
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 500;
    min-width: 270px;
}

.updateBtn {
    background-color: #12ff00;
    color: var(--white-color);
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 500;
}

.cancelBtn {
    background-color: #ff0000;
    color: var(--white-color);
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 500;
}

.dashboardBtn {
    background-color: #026398;
    color: var(--white-color);
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 500;
    white-space: nowrap;
}
.logoutBtn2 {
    background-color: #de171a;
    color: var(--white-color);
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 500;
    white-space: nowrap;
}
.changePassBtn {
    background-color: #f2a204;
    color: var(--white-color);
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 500;
    white-space: nowrap;
}

/* Gallery */
/* ======================================== */
.btn2{
    border: 1px solid #5d7c14;
    padding: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #5d7c14;
    background: #fff;
}
.btn2:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn2.active{
    background-color: #690;
    color: #FFF;
}

.btn2.active img{
	filter: contrast(10) brightness(10);
}

.form-check label{
    /*cursor: pointer;*/
}

.form-check-input:checked {
    background-color: #5d7c14;
    border-color: #5d7c14;
}

.form-check-input:focus {
    border-color: #7d856a;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(163, 185, 96, 0.25);
}

.galleryBox {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.galleryBox:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.galleryBox .upperBox {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3
}

.galleryBox .upperBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.galleryBox p{
    font-size: 14px;
    line-height: 1.4;
}

.breadcumCourse {
    padding: 0;
    display: inline-flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
}

.breadcumCourse li {
    position: relative;
    padding-right: 1.3rem;
    font-weight: 300;
}

.breadcumCourse li:before {
    content: "/";
    right: 0.5rem;
    top: 2px;
    position: absolute;
    color: #adadad;
}
.breadcumCourse li:last-child{
padding-right: 0;
}
.breadcumCourse li:last-child:before {
    display: none;
}

.breadcumCourse li a {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 14px;
}

.breadcumCourse li a:hover {
    color: var(--primary-color);
}

/* Footer */
/* ======================================== */
footer{
    width: 100%;
    text-align: end;
    padding-right: 1.5rem;
    line-height: 40px;
    background-color: #363d37;
    color: var(--white-color);
}

.box-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:#ddd;
	padding:10px 15px;
}
.box-title{
	margin-bottom: 0;
	font-size: 18px;
}

/* Responsive */
/* ======================================== */
@media(max-width:1024px){
    .dashboardHeight{
        padding: 1.75rem 1rem;
    }
 }

@media(max-width:800px){    
    .dashboardHeight{
        padding: 1.75rem 1rem;
    }
    footer{
        text-align: center;
    }
}

@media(max-width:600px){
    .loginBox{
        bottom: 50px;
    }
}