/********
Style Variables
********/






































































































/* Notifications CSS */
.notifications_btn svg {fill: rgba(68, 76, 96, 1);transition:.3s}
.notifications_btn svg:hover {fill: rgba(61, 198, 129, 1);transition:.3s}
.notifications-badge {width: 10px;height: 10px;border-radius: 100%;}
.notifications_btn .notifications-badge {position: absolute;right: 17px;top: 10px;}
.avatar {height: 40px;width: 40px;background-size: cover;}
.dropdown_user {min-width: 300px;}
.avatar_big {font-size: 20px;width: 50px !important;height: 50px !important;background-size: cover;}
.notification *:last-child {margin-bottom: 0 !important;}
#notifications.modal.right .modal-dialog,
#menu_panel.modal.right .modal-dialog {max-width: 400px;}


/* Notifications CSS */
.notifications_btn svg {fill: rgba(68, 76, 96, 1);transition:.3s}
.notifications_btn svg:hover {fill: rgba(61, 198, 129, 1);transition:.3s}
.notifications-badge {width: 10px;height: 10px;border-radius: 100%;}
.notifications_btn .notifications-badge {position: absolute;right: 17px;top: 10px;}
.avatar {height: 40px;width: 40px;background-size: cover;}
.dropdown_user {min-width: 300px;}
.avatar_big {font-size: 20px;width: 50px !important;height: 50px !important;background-size: cover;}
.notification *:last-child {margin-bottom: 0 !important;}
#notifications.modal.right .modal-dialog,
#menu_panel.modal.right .modal-dialog {max-width: 400px;}


body {
	font-family: "Nunito Sans";
	margin: 0;
}
a:link { 
	text-decoration: none;
}
h1,h2,h3,h4,h5{
    font-family: "Alegreya", serif;
}