* {
	margin: 0;
	padding: 0;
}
*, :after, :before {
	box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	border-radius: 2px;
}
::-webkit-scrollbar-track {
	background-color: #e4e4e4;
	border-radius: 2px;
}
::-webkit-scrollbar-thumb {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 0;
	border-right: 0;
	background-color: #9da8bb;
}

input::placeholder {
	transition: all .3s;
}

p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0
}
ul,li {
	margin: 0;
	list-style-type: none
}

input {
	outline: none;
	border: none;
	font-family:  inherit;
}
textarea {
	outline: none;
	border: none;
	font-family:  inherit;
}
td textarea {
	width: 100%;
	padding: 5px 10px;
}
input:focus {
	border-color: transparent !important
}
input::-webkit-input-placeholder {
	color: #000
}
textarea::-webkit-input-placeholder {
	color: #000
}
label {
	display: block;
	margin: 0;
	max-width: 100%;
	font-weight: 700;
}
button {
	outline: none !important;
	border: none;
	background: 0 0
}
button:hover {
	cursor: pointer
}

iframe {
	border: none !important
}

.form-block {
	padding: 20px;
}

.flash {
	width: 50%;
	margin: 10px auto;
	text-align: center;
	border: 4px double #ccc;
	border-radius: 10px;
	padding: 10px;
}
.flash p {
	font-size: 15px;
}
.flash.success {
	border-color: #61b140;
	background: #ebffe3;
}
.flash.error {
	border-color: #c34033;
	background: #ffe3e3;
}
.hidden{
	display: none !important;
}
.text-center {
	text-align: center;
}

.txt1 {
	font-size: 16px;
	color: #827ffe;
	line-height: 1.4
}

.mw-300 {
	max-width: 300px;
}

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

.justify-content-center {
	justify-content: center;
}

.justify-content-start {
	justify-content: start;
}

.justify-content-right {
	justify-content: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

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

form.horizontal {
	border: 2px solid #c4d3d9;
	padding: 25px 0 0;
	border-radius: 10px;
}



.container {
	width:  1350px;
	margin: 0 auto;
}
main > .container {
	margin: 15px auto 0px;
	height: 100%;
	padding-bottom: 20px;
}
.full-width .container {
	width: 100%;
	width: 1500px;
}
.full-width main {
	height: 100%;
	min-height: 820px;
}
.full-width main > .container {
	margin: 0px auto 20px;
	border: 3px double #c4d3d9;
	overflow: hidden;
	border-radius: 10px;
	padding: 0;
}
section.messages {
	text-align: center;
}
section.messages p {
	font-size: 17px;
}
.h-100 {height: 100%}
.w-100 {width: 100%;}
.w-50 {width: 50%;}
.w-70 {width: 70%}
.w-30 {width: 30%}
.rigth {float: right;}



.divider {
	margin: 20px 0;
	width: 100%;
}

.divider .line {
	height: 1px;
	background: #eee;
	width: 100%;
}

.divider p {
	color: #3b4750;
	margin: 0 15px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .3px;
	padding: 5px;
}

.form-block h2 {
	font-size: 55px;
	margin: 40px 0;
	color: #68757E;
}

.btn:focus{
	outline: 0 !important;
}

.spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   background: radial-gradient(farthest-side,#00a4e4 94%,#0000) top/9px 9px no-repeat, conic-gradient(#0000 30%,#00a4e4);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: spinner 1s infinite linear;
}
@keyframes spinner {
   100% {
      transform: rotate(1turn);
   }
}

.table-container {
	width: 100%;
	max-width: 100%;
	max-height: 428px;
	overflow: auto;
}
.table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 15px;
	border: 1px solid #eee;
	border-spacing: 0;
	border-radius: 7px;
	overflow: hidden;
}
.table th {
	font-weight: 500;
	padding: 11px 10px 9px;
	background: #298ad7;
	border: 1px solid #91b5d3;
	line-height: 1;
	color: #fff;
	letter-spacing: .3px;
	font-size: 15px;
	border-bottom: 1px solid #4985b7;
	border-top: 1px solid #4985b7;
}
.table td{
	padding: 4px 7px 4px 10px;
	border: 1px solid #eee;
	text-align: left;
	position: relative;
	outline: none !important;
	font-family: "Noto Sans", "Liberation Sans", Arial, sans-serif;
}
.table td.num {
	font-weight: bold;
}
.table th.center, .table td.center {
	text-align: center;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}
.table-footer td {
	border: none;
}
.table td.actions span.material-symbols-outlined {
	font-size: 22px;
}
.table td.actions a, table td.actions button {
	margin-right: 10px;
}

.material-symbols-outlined{
	transition: all 0.3s ease-in-out;
}
.material-symbols-outlined.blue {
	color: #53a6e9;
}
.material-symbols-outlined.red {
	color: #c14848;
}
.material-symbols-outlined.green {
	color: #2a9f39;
}


.user-info {
	text-align: right;
	padding: 15px 15px 0 0;
	margin-right: 35px;
	font-size: 17px;
	color: #8f8fa1;
}
.user-name {
	color: #0e3d5c;
}

.w-20 {
	width: 20%;
}
.w-60 {
	width: 60%;
}
.w-80 {
	width: 80%;
}
.col.left {
	border-right: 1px solid #b6b3c3;
    height: 100%;
    float: left;
    background: #fff;
    margin: 0 20px 20px 0;
}
.col.right {
	height: 100%;
	border-left: 2px solid #b6b3c3;
	margin-left: -2px;
}
.col.right .w-100 {
	padding: 20px;
}
.left nav {
	margin-bottom: 0;
    margin-right: 0;
    padding: 10px 0;
}
.left nav .menu-title, .data-page-title {
	border-bottom: 1px solid #c6d2db;
	border-top: 1px solid #c6d2db;
	padding: 12px 0 10px 15px;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 17px;
	color: #0e3d5c;
	line-height: 1;
}
.left .nav-item {
	margin: 15px 10px;
    font-family: "Noto Serif";
    font-weight: 700;
    font-size: 15px;
}
.left .nav-link {
	font-size: 15px;
    color: #555;
}

.wrap-select {
	width: 100%;
}
.wrap-select select {
	color: #403866;
	line-height: 1;
	font-size: 18px;
	display: block;
	width: 100%;
	background: 0 0;
	height: 62px;
	padding: 0 20px 0 38px;
	background-color: #f1f1f1;
	border: 1px solid #0000;
	border-radius: 5px;
	margin-bottom: 25px;
	outline: none;
}
.select-label {
	position: absolute;
	color: #8f8fa1;
	line-height: 1;
	font-size: 18px;
	font-weight: 400;
	top: 22px;
	left: 40px;
}
.active .select-label, .selected .select-label {
	display: none;
}

.wrap-input100, .wrap-input, .wrap-file-input {
	width: 100%;
	position: relative;
	background-color: #e6ecef;
	border: 1px solid transparent;
	border-radius: 5px;
	margin-bottom: 25px;
}

.input100 {
	color: #403866;
	line-height: 1;
	font-size: 18px;
	display: block;
	width: 100%;
	background: 0 0;
	height: 62px;
	padding: 0 20px 0 38px
}
.input:focus, select:focus {
	background-color: #fff;
}
.form-label {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	display: none;
	top: -15px;
	left: 15px;
	background: #fff;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1;
	color: #332866;
	transition: all 3s;
	margin: 0;
	max-width: 100%;
	font-weight: 700;
}
.filter-form-label {
	background: #fff;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1;
	color: #332866;
	transition: all 3s;
}
.input:focus+.form-label, .custom-select.opened .form-label {
	visibility: visible;
	display: block;
	opacity: 1;
}


.wrap-checkbox {
	height: auto;
	padding: 0 20px 0 0px;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1;
}
.wrap-checkbox:hover label, .wrap-checkbox:hover input {
	cursor: pointer;
}
.wrap-checkbox label {
	font-weight: normal;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 19px;
}
.wrap-checkbox label a {
	color: #0559bb;
    font-weight: 500;
}
.wrap-checkbox input {
	width: 21px;
	height: 21px;
}

.form_content .wrap-checkbox {
	padding: 0 15px;
	margin-bottom: 15px;
	color: #343442;
	font-size: 14px;
	width: 20%;
	float: left;
}
.form_content .wrap-checkbox input {
	width: 18px;
	height: 18px;
}

.form_content .wrap-checkbox label {
	margin-right: 0px;
	margin-left: 10px;
}


/* Form button  */
.button-wrap {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.button-wrap button {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 20px 0;
	width: 100%;
	height: 60px;
	background-color: #1788e1;
	border-radius: 5px;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
	letter-spacing: .3px;
}
.button-wrap button:hover {
	background-color: #276ba1
}
/* Fields wrapper */
.field-container {
	width: 100%;
	padding: 0 20px 25px;
}
.field-container:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
.field-container.filter {
	width: 25%;
	float: left;
	height: 110px;
}
.wrap-field {
	position: relative;
}
.wrap-field input[type='text'], 
.wrap-field input[type='email'], 
.wrap-field input[type='password'],
.wrap-field textarea {
	font-size: 20px;
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    padding: 0 20px 0 20px;
    background-color: #e6ecef;
    border: 1px solid #d4dee3;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 300;
    letter-spacing: .3px;
}
.wrap-field textarea {
	height: 200px;
	line-height: 1.4;
	font-size: 16px;
	padding-top: 10px;
}
.wrap-field textarea::placeholder {
	font-size: 23px;
	line-height: 62px;
}
.wrap-field input:focus::placeholder, 
.wrap-field textarea:focus::placeholder {
	opacity: 0;
}
.wrap-field input[type='text']:hover,
.wrap-field input[type='email']:hover,
.wrap-field input[type='password']:hover, 
.wrap-field textarea:hover {
	color: #1a2262;
	display: block;
	width: 100%;
	/*height: 250px;
	padding: 15px 20px 15px 38px;*/
	background-color: #d4e5f1;
	border-color: #adc0c9;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.wrap-field textarea:hover {
	background-color: #d4e5f1;
}
.wrap-field select {
	border: 1px solid #d4dee3;
    padding: 20px;
    width: 100%;
    background: #e6ecef;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    outline: none;
}
.wrap-field select:focus {
	background: #d4e5f1;
	border: 1px solid #adc0c9;
}
.input-file {
	width: 100%;
	height: auto;
	background-color: #e6ecef;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.input-file .btn {
    cursor: pointer;
    font-size: 20px;
    color: #8f8fa1;
    border-radius: 6px;
    border: 2px dashed #8f8fa1;
    transition: all 0.2s;
    font-weight: 500;
    min-height: 64px;
    padding: 15px 0;
}
.input-file .material-symbols-outlined {
	font-size: 50px;
    color: #a9a9b5;
}
.input-file:hover{
	background-color: #d4e5f1;
}
.input-file:hover .btn {
	color: #47789b;
	border-color: #47789b;
}
.input-file:hover .material-symbols-outlined {
	color: #6a8fa9
}
.input-file input {
	display: none;
}

#message{
	position: fixed;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 50px #777;
	padding: 30px;
	top: 50%;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	margin-top: -100px;
	border-radius: 10px;
	text-align: center;
	display: none;
}
#message.open {
	display: block;
}
#message .message {
	border: 4px double #52af82;
	padding: 30px;
	position: relative;
}
#message .message .close {
	position: absolute;
	top: -31px;
	right: -23px;
	font-style: normal;
	font-size: 27px;
	cursor: pointer;
	color: #5c5959;
	line-height: 1;
}
#message .message .header {
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: 600;
	color: color: #377c61;
}
#message .message.error {
	border-color: #dd8c8c
}
#message .message.error .header {
	color: #a91515;
}
#message .message button.ok {
	padding: 12px 60px;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 3px;
}
#message .message button.ok:hover {
	background: #52af8269;
	
}
#message .message.error button.ok:hover {
	background: #a915153b;
	
}

/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	margin: 0 0 15px;
}
.wrap-field .custom-select-wrapper {
	width: 100%;
}
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
}
.custom-select-trigger {
	position: relative;
	display: block;
	min-width: 400px;
	padding: 0 84px 0 22px;
	font-size: 20px;
	font-weight: 400;
	line-height: 62px;
	cursor: pointer;
	background-color: #e6ecef;
	border: 1px solid #d4dee3;
	border-radius: 5px;
	/*transition: all 0.3s ease-in-out;*/
	color: #1a2262;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.custom-select-trigger:hover, 
.custom-select.opened .custom-select-trigger {
	background-color: #d4e5f1;
	border-color: #adc0c9;
}
.custom-select.opened .custom-select-trigger {
	border-radius: 7px 7px 0 0;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 2px solid #1a2262;
	border-right: 2px solid #1a2262;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-select-trigger.placeholder {
	color: #8f8fa1 ;
}
.custom-select.opened .custom-select-trigger.placeholder {
	text-indent: -9999px;
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin-top: -1px;
	border: 1px solid #b5b5b5;
	border-radius: 7px;
	box-sizing: border-box;
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 99;
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
	border-radius: 0 0 7px 7px;
}
.custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #d4dee3;
	font-size: 15px;
	color: #1a2262;
	line-height: 30px;
	cursor: pointer;
	transition: all .4s ease-in-out;
	text-align: left;
}
.custom-option:hover, 
.custom-option.selection {
	background: #d4e5f1;
}

.table-footer .pagination {
	overflow: hidden;
	text-align: center;
	border-top: 2px solid #c6d2db;
	margin-top: 20px;
	padding-top: 20px;
}
.table-footer .pagination ul {
	width: 85%;
	margin: 0 auto;
}
.table-footer .pagination li {
	display: inline-block;
	margin: 3px 5px;
	padding: 3px 3px 2px 2px;
	line-height: 1;
}
.table-footer .pagination li a {
	text-decoration: none;
	line-height: 1;
	width: 15px;
	height: 15px;
	display: block;
	font-family: 'Open Sans', 'Helvetica';
	font-size: 13px;
}
.table-footer .pagination li.active {
	background: #00a4e4;
	border-radius: 50%;
}
.table-footer .pagination li.active a {
	color: #fff;
}

span.number, span.date {
	font-family: 'Open Sans', 'Helvetica';
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

.select2-container {
	width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	background-color: #fff;
	border-color: ;
}

.radio {
  margin: 0;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.field-container.radio-half {
	width:120%;
	margin-left: -10%;
}
.radio-half .wrap-field {
	padding-top:46px;
}
.radio-half .block.active .radio, .radio-half .block.active .description{
	background: #e5f5fb;
}
.radio-half .block.active .description {
	display: block;
}
.radio-half .radio {
	line-height: 1;
    width: 50%;
    position: absolute;
    top: 0;
    padding: 15px 10px 8px;
}
.radio-half .block:nth-child(1) .radio {
	left: 0%;
}
.radio-half .block:nth-child(2) .radio {
	left: 50%;
}
.radio-half .description {
	padding: 10px 15px 15px;
	display: none;
}
.radio-half .description p {
	font-size: 17px;
}

.custom p.small {
	font-size: 14px;
	color: #676767;
}

.month-subscription .list {
	overflow: hidden;
}

.month-subscription .list .mag {
	width: 20%;
    margin: 0 2% 20px;
    display: inline-block;
    text-align: center;
}
.month-subscription .list .mag .img {
	min-height: 280px;
}
.month-subscription .list .mag .title {
	color: #000;
    FONT-WEIGHT: 600;
}
.month-subscription .list .mag .download {
	background: #008ebc;
    display: inline-block;
    padding: 11px 22px 12px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    line-height: 1;
    margin-top: 10px;
}
.month-subscription .header {
	padding: 20px 0;
    margin-bottom: 20px;
    font-size: 22px;
    border-top: 1px solid #b6b3c3;
    border-bottom: 1px solid #b6b3c3;
    text-align: center;
}

.month-subscription .header .status span {
    padding: 9px 22px 11px;
    font-weight: 300;
}
.month-subscription .header .status span.green {
	background: green;
    color: #fff;
}
.month-subscription .header .status span.gray {
	background: #ccc;
    color: #000;
}

.month-subscription .header > div {
	display: inline-block;
}

.month-subscription .description p {
	text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #676767;
}
