@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@keyframes opacity0to1 {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes opacity1to0 {
    from {opacity: 1;}
    to {opacity: 0;}
}

@keyframes highlightText {
    from {font-size: 11px;}
    to {font-size: 14px;}
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
	flex: 0 0 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
		flex: 0 0 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
		flex: 0 0 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
		flex: 0 0 20%;
        float: left;
    }
}

html, body {
	min-width: 320px;
	font-family: 'Poppins', sans-serif;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70vh, rgba(255, 255, 255, 1) 100vh), url('../../assets/images/background.jpg') no-repeat;
    background-position: center;
	background-size: cover;
    background-attachment: fixed;
	min-height: 100vh;
}

body.dark-mode {
	color: whitesmoke;
}

.dark-mode .card {
	background-color: #404f5d;
}

.content-wrapper {
	height: 100%;
	background-color: whitesmoke;
	z-index: 999;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 100vh;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.31);
	display: flex;
	flex-direction: column;
}

.dark-mode .content-wrapper {
	background-color: #404f5d;
}

section.content.private {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
	height: 100%;
}

.mobile-top-header {
	z-index: 1006;
	position:relative; 
}

div.page-footer {
	font-size: 15px;
	text-transform: uppercase;
	color: #2d87d3;
	font-weight: 700;
	white-space: nowrap;
    overflow: hidden;
	margin-top: auto;
}

a:hover {
	text-decoration: none !important;
}

.cursor-pointer {
	cursor: pointer;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.title-text {
	color: #3198d4;
	text-transform: uppercase;
}

.dark-mode .title-text {
	color: #FFF;
}

.dark-mode a {
	color: #FFF;
}

.weight-600 {
	font-weight: 600;
}

.weight-600 {
	font-weight: 600;
}

.font-17 {
	font-size: 17px !important;
}

.font-15 {
	font-size: 15px !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-11 {
	font-size: 11px !important;
}

.error-warning {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #900;
	background-color: #fdbdbd;
	color: #900;
	border-radius: 5px;
}

.static-action-white {
	min-height: 20px;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #f1f1f1;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2d87d3;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-action-white {
	min-height: 20px;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #f1f1f1;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2d87d3;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.dark-mode .btn-action-white {
	box-shadow: inset 0 0 5px rgba(255,255,255,0.3);
	background-color: #404f5d;
	color: #FFF;
}

.no-flex {
	display: inline-block;
}

.capitalize {
	text-transform: capitalize !important;
}

.btn-action-white.active,
.btn-action-white:hover {
	background-color: #2d87d3;
	color: #f1f1f1;
}

.btn-action-white.no-hover:hover {
	background-color: #f1f1f1;
	color: #2d87d3;
}

.no-border {
	border: 0;
}

.btn-action-blue {
	min-height: 31px;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #2d87d3;
	color: #f1f1f1;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 15px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.btn-action-blue:disabled, .btn-action-blue.disabled {
	background-color: #919191;
	cursor: not-allowed;
}

.btn-action-blue:hover {
	background-color: #f1f1f1;
	color: #2d87d3;
	text-decoration: none;
}

.btn-action-blue:disabled:hover, .btn-action-blue.disabled:hover {
	background-color: #919191;
	color: #FFF;
}

.btn-action-red {
	min-height: 31px;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #900;
	color: #fdbdbd;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 15px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.btn-action-red:hover {
	background-color: #fdbdbd;
	color: #900;
	text-decoration: none;
}

.btn-action-red:disabled, .btn-action-red:disabled:hover {
	background-color: #900;
	color: #fdbdbd;
	opacity: 0.5;
	cursor: not-allowed;
}

.disabled {
	pointer-events: none;
}

.dark-mode .modal-content {
	background-color: #404f5d;
}

.dark-mode .alert-light {
	background-color: #404f5d;
}

.dark-mode .alert-info {
	color: #0c5460;
}

.dark-mode .table {
	color: #FFF;
}

.dark-mode .table-hover tbody tr:hover {
	color: rgba(255,255,255,0.60);
}

.dark-mode .form-control {
	color: whitesmoke;
    background-color: #202020;
}

.btn-big {
	font-size: 15px;
	font-weight: 700;
	min-width: 135px;
	min-height: 52px;
	border-radius: 15px;
}

.btn-action-sm {
	font-size: 8px;
	padding: 4px 8px;
	border-radius: 6px;
}

.selected {
	background-color: #2d87d3;
	color: #ffffff;
}

.btn-action-white.btn-social.active {
	background-image: linear-gradient(0deg, #2d87d3 0%, #7eb5ea 100%);
	color: #f1f1f1;
}

.btn-action-white.btn-social:hover {
	background-image: linear-gradient(0deg, #2d87d3 0%, #7eb5ea 100%);
	color: #f1f1f1;
}

.btn-action-white.btn-social {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 10px;
    margin-left: 10px;
    min-height: 45px;
    border-radius: 5px;
    min-width: 0px;
}

.dark-mode .btn-action-white.btn-social {
	color: #FFF;
}

.btn-action-white.btn-social:first-child {
	margin-left: 0px;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #2d87d3;
}

.uppercase {
	text-transform: uppercase;
}

.text-9 {
	font-size: 9px;
}

.btn-action-white:hover {
	text-decoration: none;
}

ul.ul-list {
	list-style: none;
	padding-inline-start: 0;
}

ul.ul-list.bottom-list {
	margin-bottom: 0;
}

ul.ul-list li {
	padding: 0 13px;
}

ul.ul-list li a {
	text-decoration: none;
}

ul.ul-list li.item-border {
	border-right: 2px solid #2d87d3;
}

.has-border-right-blue {
	border-right: 2px solid #2d87d3;
}

ul.ul-list li span.list-text {
	color: #2d87d3;
	font-size: 12px;
	font-weight: 400;
}

div.rouded-divider {
	position: relative;
	top: 7px;
	margin: 0 15px;
	height: 4px;
	width: 4px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

table.table th {
	border-top: none;
}

table.table th,
table.table td {
	padding-left: 0 !important;
}

table.table tbody tr td {
	vertical-align: middle;
}

table.table tbody tr td img {
	width: 50px;
	object-fit: cover;
	margin-right: 5px;
}

table.table tbody tr td.column-0 img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-right: 5px;
	margin-left: 5px;
}

table.table tbody tr td span.blue {
	color: #2d87d3;
}

table.table th.actions,
table.table td.actions {
	width: auto;
	text-align: center;
}

div.loading {
	min-height: 300px;
	width: 100%;
	background: url('../../assets/images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	z-index: 9999;
}

.mobile {
	display: none;
}

.desktop {
	display: flex;
}

.c-tooltip {
	position: relative;
	display: inline-block;
}

.c-tooltip .tooltip-content {
	visibility: hidden;
	min-width: 120px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #2d87d3;
	color: #fff;
	text-align: left;
	border-radius: 16px;
	padding: 10px 15px;
	position: absolute;
	z-index: 1200;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	display: none;
	animation: opacity1to0 0.3s forwards;
}

.c-tooltip .tooltip-content::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #2d87d3 transparent transparent transparent;
}

.tooltip-content.no-arrow::after {
    display: none !important;
}

.c-tooltip .tooltip-content .c-tooltip-header {
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 500;
	white-space: nowrap;
}

.c-tooltip:hover .tooltip-content {
	display: block;
	visibility: visible;
	animation: opacity0to1 0.3s forwards;
}

.c-tooltip.right .tooltip-content {
	left: 125%;
	bottom: 50%;
	transform: translateY(50%);
	right: initial;
	top: initial;
}

.c-tooltip.right .tooltip-content::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #2d87d3 transparent transparent;
}

.c-tooltip.left .tooltip-content {
	right: 125%;
	bottom: 50%;
	transform: translateY(50%);
	left: initial;
	top: initial;
}

.c-tooltip.left .tooltip-content::after {
	content: "";
	top: 50%;
	position: absolute;
	left: initial;
	right: -10px;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #2d87d3;
}

.c-tooltip.bottom .tooltip-content {
	left: 50%;
	top: 125%;
	transform: translateX(-50%);
	right: initial;
	bottom: initial;
}

.c-tooltip.bottom .tooltip-content::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #2d87d3 transparent;
}

.full-container {
	margin: -0.75rem -1.8rem;
	border-radius: 19px;
}

.collapsable-sidebar {
	transition: 0.3s all linear;
}

.collapsed .collapsable-sidebar {
	transition: 0.3s flex linear;
}

.collapsed .collapsable-sidebar {
	flex: 0 0 0;
    width: 0;
    padding: 0;
}

.collapsable-sidebar .side-bar * {
	opacity: 1;
	transition: 0.3s all linear;
}

.collapsed .collapsable-sidebar .side-bar * {
	opacity: 0;
}

.toggle-sidemenu-collapse {
	position: absolute;
	top: 200px;
	right: -1px;
	transform: translateX(calc(100% - 15px));
	background-color: #2d87d3;
	color: #f1f1f1;
	border-radius: 0 10px 10px 0;
	padding: 10px;
	cursor: pointer;
    z-index: 10;
}

.dark-mode .toggle-sidemenu-collapse {
	background-color: #404f5d;
	color: #FFF;
}

.collapsed .toggle-sidemenu-collapse {
	transform: translateX(100%);
}

.collapsed .collapsable-sidebar .side-bar {
	overflow: hidden;
}

.expandable-main-area {
	transition: 0.3s flex linear;
}

.collapsed .expandable-main-area {
	flex: 0 0 100%;
    max-width: 100%;
	transition: 0.3s all linear;
}

.collapsed .expandable-main-area .war-content-area__content {
	min-height: 650px;
}

.modal-backdrop {
	z-index: 2147483646;
}

.swal2-container {
	z-index: 2147483651;
}

.modal {
    z-index: 2147483649;
}

.select2-dropdown {
	z-index: 2147483650 !important;
}

@media only screen and (max-width: 991px) {
    .c-tooltip .tooltip-content {
		font-size: 11px;
		padding: 8px 10px;
		width: 200px;
		line-height: 1.2;
		word-break: break-word;
		white-space: normal;
		overflow-wrap: break-word;
		text-align: left;
	}

	.c-tooltip .tooltip-content p {
		white-space: normal !important;
		word-break: break-word;
		overflow-wrap: break-word;
		margin-bottom: 0;
	}

	.toggle-sidemenu-collapse {
		display: none;
	}
	
    div.page-footer ul.ul-list.flex-row:not(.bottom-list) li a {
		font-size: 12px !important;
	}

	.has-border-right-blue {
		border: none !important;
	}

	.notMobile {
		display: none;
	}

	.mobile {
		display: flex;
	}

	.desktop {
		display: none;
	}
}

@media only screen and (max-width: 990px) {
    div.page-footer {
		padding-bottom: 100px;
	}
}