/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/

.btn { border-radius: 7px; }
.btn-save { background-color: #ff693b; color: #fff; min-width: 160px; }
.btn-save:hover { background: #ff5e2c; }
.btn-primary { background-color: #2196f5; border: 0; }
.btn-primary:hover { background-color: #0e84e4; }
.btn-green { background-color: #43b37a; color: #fff; }
.btn-green:hover { background-color: #329c66; }
.btn-yellow { background-color: #e4bf44; color: #fff; }
.btn-yellow:hover { background-color: #d1ad37; }
.btn-sm { font-size: 15px; padding: 3px 5px; }
.btn-apanel { padding: 0; height: 32px; }
.btn-apanel:focus { outline: none; box-shadow: none; }

.btn-save:hover,
.btn-primary:hover,
.btn-orange:hover,
.btn-yellow:hover,
.btn-save:focus,
.btn-primary:focus,
.btn-orange:focus,
.btn-yellow:focus { color: #fff; }

.ico { display: inline-block; background-size: contain; background-repeat: no-repeat; background-position: center; }
.ico--eye { height: 18px; width: 18px; background-image: url(../../images/visible.svg); }
.ico--logged-in { height: 30px; width: 30px; background-image: url(../../images/tp-dashboard-icon.svg); }
.ico--logged-out { height: 30px; width: 30px; background-image: url(../../images/tp-locked-icon.svg); }

.no-wrap { white-space: nowrap; }

select.field-select { font-size: 16px; appearance: none; -webkit-appearance: none; padding: 5px 30px 5px 15px; border-radius: 5px; -moz-appearance: none; background-color: #fff; background-image: url(../../images/open-icon-dark.svg); background-repeat: no-repeat; background-position-x: 92%; background-position-y: center; background-size: 15px 26px; border: 2px solid #e6e6e6; line-height: 1.2; }
select.field-select:focus { outline: none; }

form .show-pass { position: relative; transition: .3s ease-in-out; }
form .show-pass:hover { cursor: pointer; opacity: 0.8; }
form .show-pass:before { position: absolute; top: 44%; left: 50%; height: 20px; width: 1px; transform: translate(-50%, -50%) rotate(45deg); background-color: #333; transition: .3s ease-in-out; opacity: 0; visibility: hidden; content: ''; }
form .show-pass.active:before { opacity: 1; visibility: visible; }
form .form-control{ padding: .375rem .75rem !important; }
form .field-textarea { height: 160px; }

.form-control:disabled, 
.form-control[readonly] { background-color: #f0eded; }

.form-survey .form__content { margin: 10px 0; padding: 15px; background-color: #f7f7f7; border: 1px solid #e6e6e6; border-radius: 10px; transition: .3s ease-in-out; }
.form-survey .form__content.invalid-question { background-color: #f8d7da; border: 1px solid #f5c6cb; }
.form-survey .form__content .form-label { font-weight: 600; font-size: 1.25rem; }

/* Data Tables */
.dataTables_filter .form-control { margin-left: 5px; border-radius: 5px; }
.dataTables_filter .form-control:focus { box-shadow: none; }
.dataTables_filter label { justify-content: flex-end; margin-bottom: 10px; }
.dataTables_wrapper .col-sm-6 { padding-left: 0; padding-right: 0; }
#table-leaderboards_filter,
#table-leaderboards_paginate { margin-left: auto; }
#table-leaderboards tbody td:first-child { text-align: center; }

.alert.hidden { display: none; }

/* Select 2 */
.select2-container { width: 100% !important; }
.select2-container--default .select2-selection--single { height: 41px !important; }
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple { font-size: 16px; background-color: #fff; border: 1px solid #65b7f8 !important; border-radius: 5px; margin-bottom: 10px; padding: 5px 8px; width: 100%; background-image: url("../../images/down-arrow.svg"); background-repeat: no-repeat; background-position-x: 99%; background-position-y: 11px; background-size: 15px 20px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 35px; }
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus { outline: none; border: 0; }
.select2-container--default .select2-selection--multiple:focus { border: 1px solid #65b7f8 !important; box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); }
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #fff !important; margin-bottom: 5px; }
.select2-results__option--selectable { margin: 0; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #2196f5; }
.select2-container--default .select2-selection--multiple .select2-selection__choice:before,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:before,
.select2-results__option--selectable:before,
.select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.select2-container--default .select2-results__option--selected { background-color: #e6e6e6; }
.select2-container--default .select2-selection--multiple:focus { box-shadow: none; }
.select2-container--open .select2-dropdown--below { top: 22px; }

/* Modals */
.modal--lg .modal-dialog { max-width: 1000px; }
.modal .modal-title { width: 100%; font-weight: 400; text-align: center; }
.modal.show .modal-dialog { top: 50%; transform: translateY(-50%); }
.modal-alerts { padding: 0 1rem; }
.modal .form-control { padding: .375rem .75rem; }
.modal-header .close:focus { outline: none; box-shadow: none; }
.modal .select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #fff; }
.modal .select2-container--default.select2-container--disabled .select2-selection--single, 
.modal .select2-container--default.select2-container--disabled .select2-selection--multiple { background-image: none; }
.modal .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice { background-color: #e6e6e6 !important; border: 0; }
.modal .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice__display { padding: 3px 8px; box-sizing: border-box; }

.modal-scrollable { height: calc(100% - 3.5rem) !important; }
.modal-scrollable .modal-body { height: calc(100vh - 260px); overflow-y: auto; }
.modal-scrollable .alert { margin-bottom: 0; }

#modal-send-notification .table-responsive > .table-bordered,
#modal-view .table-responsive > .table-bordered { border: 1px solid #e6e6e6; }
#modal-send-notification .table-responsive > .table-bordered table,
#modal-view .table-responsive > .table-bordered table { border-bottom: 0; }

.learndash-wrapper .wp-video { margin-bottom: 20px; }
.learndash-wrapper #btn-join, 
.learndash-wrapper .btn-join { font-size: 16px;	font-weight: 600; border-radius: 10px; }
.learndash-wrapper .ld-status { border-radius: 7px; }

@media (max-width: 768px) {

	div.table-responsive > div.dataTables_wrapper > div.row { flex-direction: row-reverse; }	
	.dataTables_filter label { justify-content: flex-start; margin-top: 10px; }
	#table-leaderboards_filter, 
	#table-leaderboards_paginate { margin-left: 0 }

}

/* Daterange picker */
.daterangepicker .calendar-table th, 
.daterangepicker .calendar-table td { border-radius: 0 !important; }
.daterangepicker .ranges li { margin: 0 !important; }
.daterangepicker .ranges li:before { margin: 0 5px 0 2px; }

.form-daterange { display: inline; }

@media (max-width: 1024px) {

	.modal-dialog { margin: auto; }
	.modal--lg .modal-dialog { max-width: 90vw; }	

}

/*--------------------------------------------------------------
## User Panel
--------------------------------------------------------------*/

/* Header navigation */
.site-content .header-user { position: sticky; top: 0; background-color: #2196f5; color: #fff; padding: 10px 0; margin-top: 14px; z-index: 99; }
.site-content .header-user.full-width { margin-left: calc(-50vw + 50%); position: relative; }
.header-fixed .header-user { position: fixed; top: 0; left: 0; right: 0; margin-left: 0; width: 100%; z-index: 99; }
.header-user a,
.header-user a:hover,
.header-user a:visited { color: #fff; outline: none; text-decoration: none; }
.header-user .header__body,
.header-user-nav { display: flex; align-items: center; justify-content: space-between; }
.header-user .btn-user { position: relative; font-size: 18px; font-weight: 700; padding-right: 30px; line-height: 1; margin-left: 20px; white-space: nowrap; }
.header-user .btn-user:after { position: absolute; top: 60%; right: 0; transform: translateY(-50%); height: 14px; width: 20px; background-image: url('../../images/open-icon-white.svg'); background-size: contain; background-repeat: no-repeat; transition: all .3s ease-in-out; content: ''; }
.header-user .btn-user:focus,
.header-user .btn-user:visited { color: #fff; outline: none; }
.header-user .btn-user.active:after { transform: rotate(180deg); top: 30%; }
.header-user .btn-user:hover:after { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; animation-name: bounce; -moz-animation-name: bounce; }
@keyframes bounce {

	0%, 
	100%, 
	20%, 
	50%, 
	80% { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	40% { -webkit-transform: translateY(-60%); -ms-transform: translateY(-60%); transform: translateY(-60%); }
	60% { -webkit-transform: translateY(-30%); -ms-transform: translateY(-30%); transform: translateY(-30%); }

}
.header-user .btn-user.active:hover:after { animation: none; }

.header-user .notifications-tag { position: relative; display: none; height: 26px; width: 26px; background-color: #ff693b; color: #fff; border-radius: 50%; border: 2px solid #fff; padding: 5px; margin-bottom: -5px; margin-left: 6px; }
.header-user .notifications-tag span { position: absolute; font-size: 16px; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.header-user .header__actions { position: relative; }
.header-user .user-profile__actions { position: absolute; right: -15px; top: calc(100% + 5px); width: 175px; padding: 15px; border-radius: 10px; background-color: #f0f0f0; color: #555; border: 2px solid #fff; opacity: 0; visibility: hidden; transition: all .3s ease-in-out; z-index: 2; }
.header-user .user-profile__actions.show { opacity: 1; visibility: visible; }
.header-user .user-profile__actions .btn-sm { display: block; font-size: 16px; color: #333; background-color: #fff; border: 2px solid #b3b3b3; border-radius: 10px; padding: 2px 5px; text-align: center; transition: all .3s ease-in-out; }
.header-user .user-profile__actions .btn-sm:hover { box-shadow: inset 12em 0 0 0 #333; color: #fff; }
.header-user .user-profile__actions .btn-sm + .btn-sm { margin-top: 5px; }
.header-user .user-profile__actions .user-name { text-align: center; }
.header-user .user-profile__list { margin-top: 0; }
.header-user .user-profile__list li { display: flex; justify-content: space-between; margin: 0; }
.header-user .user-profile__list li:before { display: none; }
.header-user .user-profile__list .ico { position: relative; top: 5px; height: 20px; width: 20px; background-size: contain; background-repeat: no-repeat; background-position: center; }

.header-user-nav ul { display: flex; margin: 0; }
.header-user-nav ul li:before { display: none; }
.header-user-nav ul li + li { margin-left: 15px; }
.header-user-nav ul li.current a { background-color: #fff; color: #2196f5 !important; }
.header-user-nav ul li a { font-size: 16px; }
.header-user-nav ul li a,
.header-user .menu-user-toggle { display: inline-block; padding: 5px 15px; border: 2px solid #fff; border-radius: 10px; font-weight: 600; white-space: nowrap; transition: 0.3s; }
.header-user-nav ul li a:focus,
.header-user .menu-user-toggle:focus { color: #fff; outline: none; }
.header-user-nav ul li a:hover { box-shadow: inset 12em 0 0 0 #fff; color: #2196f5; }
.header-user-nav ul li a.current { background-color: #fff; }
.header-user-nav ul li a.current,
.header-user-nav ul li a.current:hover,
.header-user-nav ul li a.current:visited { color: #2196f5; }

.header-user-nav ul li a.btn-feedback { position: relative; background-color: #ff693b; padding: 5px 15px 5px 50px; }
.header-user-nav ul li a.btn-feedback:hover,
.header-user-nav ul li a.btn-feedback:focus { box-shadow: inset 12em 0 0 0 #f86d42; color: #fff; }
.header-user-nav ul li a .ico { position: absolute;  display: inline-block; top: 50%; left: 15px; height: 26px; width: 26px; transform: translateY(-50%); background-size: contain; background-repeat: no-repeat; background-position: center; }
.header-user-nav ul li a .ico--feedback { background-image: url('../../images/chat-bubbles.svg'); }
.header-user .menu-user-toggle { display: none; }
.header-user .menu-user-toggle.active { background-color: #ff693b; border: 2px solid #ff693b; }

/* Status */
.status-tag { display: inline-block; height: 15px; width: 15px; border-radius: 50%; border: 2px solid #fff; margin-right: 3px; margin-bottom: -2px; }
.status-tag--platinum { background-color: #e6e6e6; }
.status-tag--gold { background-color: #f5a747; }
.status-tag--silver { background-color: #b3b3b3; }
.status-tag--bronze { background-color: #ff693b; }
.status-tag--empty { background-color: #fff; border: 1px solid #333; height: 12px; width: 12px; margin-bottom: 0; }

/* Section Tables */
.section-tables .tab-content .table-user { border-top-left-radius: 0; }
.section-tables .table-user { font-size: 16px; width: 100% !important; }
.section-tables .table-user th,
.section-tables .table-user td { padding: 7px 10px; }
.section-tables .table-user tr:nth-child(2n) td { background-color: #fff; border-bottom: 0; }
.section-tables .table-user thead th { background-color: #e6e6e6; color: #333; border: 0; border-bottom: 0; border-top: 0; }
.section-tables .table-user thead th + th { border-left: 1px solid #fff; }
.section-tables .table-user thead th:first-child { border-left: 1px solid #dee2e6; }
.section-tables .table-user thead th:last-child { border-right: 1px solid #dee2e6; }
.section-tables .table-user .btn { padding: 3px 10px; }

.section-tables #table-leaderboards { position: relative; border: 1px solid #dee2e6; border-radius: 5px; overflow: hidden; }
.section-tables #table-leaderboards:before { position: absolute; height: 100%; width: 100%; top: 0; left: 0; background:  transparent; border: 1px solid #dee2e6; border-radius: 5px; border-top: 0; content:  ''; }
.section-tables #table-leaderboards thead th { background-color: #2196f5; color: #fff; }
.section-tables #table-leaderboards thead th:first-child { border-top-left-radius: 5px; }
.section-tables #table-leaderboards tr:nth-child(2n) td { background-color: #f0faff; }
.section-tables #table-leaderboards tbody tr td { border-top: 0; border-bottom: 0; vertical-align: middle; }
.section-tables #table-leaderboards tbody tr:last-child td { border-bottom: 1px solid #dee2e6; }
.section-tables #table-leaderboards tbody tr.current td { background-color: #b6e4fb; font-weight: 700; }

#table-notifications-user tr,
#table-notifications-user td { background-color: #f7f7f7; }
#table-notifications-user .row-message.unread,
#table-notifications-user .row-message.unread td { background-color: #fff3cd; }

#table-trades { position: relative; border-radius: 5px; border: 0; font-size: 16px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
#table-trades thead tr th + th { border-left: 0; }
#table-trades tbody tr td:first-child span,
#table-trades tbody tr td:nth-child(2) span { display: inline-block; }
#table-trades tbody tr td:first-child,
#table-trades tbody tr td:nth-child(2) { white-space: nowrap; }
#table-trades tbody tr td + td { border-left: 0; }
#table-trades tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; }
#table-trades tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; }
#table-trades tbody .trade-time-start,
#table-trades tbody .trade-time-end { font-size: 14px; font-weight: 600; }

.section-tables .list-default li:before { height: 20px; width: 20px; border: 0; background: transparent; background-image: url('../../images/checkmark-icon.svg'); margin: 0 5px -5px 0; background-size: contain; background-repeat: no-repeat; }
.section-tables .table-wrapper { border: 2px solid #e6e6e6; border-radius: 10px; overflow: hidden; }
.section-tables .table-wrapper .table__head { text-align: center; padding: 10px; }
.section-tables .table-wrapper .table__head p { margin-bottom: 0; }
.section-tables .table-wrapper .table-user { margin-bottom: 0; }
.section-tables .table-wrapper .table-user tbody tr td:first-child { border-left: 0; }
.section-tables .table-wrapper .table-user tbody tr td:last-child { border-right: 0; }
.section-tables .table-wrapper .table-user tbody tr:last-child td { border-bottom: 0; }
.section-tables .paginate-buttons { display: flex; justify-content: space-between; align-items: center; }
.section-tables .paginate-buttons span { display: inline-block; font-size: 16px; }
.section-tables .paginate-buttons a { padding: 3px 15px; border-radius: 5px; }
.section-tables .paginate-buttons .paginate-list a { display: inline-block; text-align: center; padding: 0 7px; border: 0; width: 27px; }
.section-tables .paginate-buttons .paginate-list .btn-white { padding: 0 8px; border: 2px solid #e6e6e6; }
.section-tables .paginate-buttons .paginate-list .btn-white:hover { border: 2px solid #ff693b; }
.section-tables .paginate-buttons .paginate-list a  + a { margin-left: 5px; }

.section-tables--user .tab-content { position: relative; border: 0; padding-top: 0 !important; margin-top: 0 !important; }
.section-tables--user .btn-white { font-size: 16px; background-color: #fff; border: 2px solid #e6e6e6; color: #333; padding: 5px 15px; border-radius: 7px; transition: all .3s ease-in-out; }
.section-tables--user .btn-white:focus { outline: none; }
.section-tables--user .btn-white:hover,
.section-tables--user .btn-white.active { text-decoration: none; background-color: #ff693b; color: #fff; text-decoration: none; border: 2px solid #ff693b; cursor: pointer; }

.section-acquisition .table { font-size: 16px; }

/* .section-feedback h2 { text-align: center; padding-top: 10px; } */
.section-feedback .section__body { background-color: #f0faff; border: 1px solid #2196f5; padding: 15px; border-radius: 5px; }
.section-feedback .section__body form { max-width: 700px; margin: auto; }
.section-feedback .section__body form .form-control { border: 1px solid #2196f5; }
.section-feedback .section__body form .form__group { margin-bottom: 10px; }
.section-feedback .section__body form .form__actions { display: flex; align-items: center; justify-content: flex-end; }
.section-feedback .section__body form .btn { min-width: 160px; }

/* loader */
.section-feedback .spinner { display: none; -webkit-animation: rotator 1.4s linear infinite; animation: rotator 1.4s linear infinite; margin-right: 10px; }
@-webkit-keyframes rotator {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(270deg); }
}
@keyframes rotator {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(270deg); }
}
.section-feedback .path { stroke-dasharray: 187; stroke-dashoffset: 0; transform-origin: center; stroke: #4285F4;; -webkit-animation: dash 1.4s ease-in-out infinite; animation: dash 1.4s ease-in-out infinite; }
@-webkit-keyframes dash {
  0% { stroke-dashoffset: 187; }
  50% { stroke-dashoffset: 46.75; transform: rotate(135deg); }
  100% { stroke-dashoffset: 187; transform: rotate(450deg); }
}
@keyframes dash {
  0% { stroke-dashoffset: 187; }
  50% { stroke-dashoffset: 46.75; transform: rotate(135deg); }
  100% { stroke-dashoffset: 187; transform: rotate(450deg); }
}

.custom-radio,
.custom-checkbox { position: absolute; opacity: 0; }
.custom-radio + .custom-label,
.custom-checkbox + .custom-label { position: relative; font-size: 15px; line-height: 1.2; text-align: left; cursor: pointer; padding: 0; margin-bottom: 10px; color: #666; }
.custom-radio + .custom-label a, 
.custom-checkbox + .custom-label a { font-style: italic; }
.custom-radio + .custom-label:before,
.custom-checkbox + .custom-label:before { margin-right: 10px; display: inline-block; vertical-align: text-top; width: 20px; height: 20px; border: 1px solid; color: #2196f3; border-radius: 5px; background: #fff; content: ''; }
.custom-radio:checked + .custom-label:after,
.custom-checkbox:checked + .custom-label:after { position: absolute; left: 5px; top: 5px; background: #2196f3; width: 10px; height: 10px; content: ''; }
.custom-radio + .custom-label:before,
.custom-radio:checked + .custom-label:after { border-radius: 50%; }

#section-leaderboards .section__content { position: relative; }
#section-leaderboards .section__content .load { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; z-index: 90; }
.load hr { position: absolute; border: 0; margin: 0; width: 50%; height: 50%; border-radius: 50%; animation: spin 2s ease infinite; }
.load hr:first-child { background: #2196f5; animation-delay: -1.5s; }
.load hr:nth-child(2) { background: #ff693b; animation-delay: -1s; }
.load hr:nth-child(3) { background: #2196f5; animation-delay: -0.5s; }
.load hr:last-child { background: #ff693b; }

@keyframes spin{
  0%,100%{ transform: translate(0); }
  25%{ transform: translate(160%); }
  50%{ transform: translate(160%, 160%); }
  75%{ transform: translate(0, 160%); }
}
#section-leaderboards .section__tables { display: none; }
#section-leaderboards .section__tables #table-overview { position: absolute; top: 42px; background-color: #fff; z-index: 90; }

/* Data Tables*/
div.table-responsive > div.dataTables_wrapper > div.row { width: 100%; }
div.table-responsive > div.dataTables_wrapper .pagination { justify-content: flex-end; }
div.table-responsive > div.dataTables_wrapper .pagination li { position: relative; margin: 0; }
div.table-responsive > div.dataTables_wrapper .pagination li + li { margin-left: 5px; }
div.table-responsive > div.dataTables_wrapper .pagination li:nth-child(2):after { position: absolute; display: inline-block; font-size: 16px; top: 50%; left: -50px; transform: translateY(-50%); content: 'Pages:'; }
div.table-responsive > div.dataTables_wrapper .pagination li:before, 
div.table-responsive > div.dataTables_wrapper .pagination .paginate_button.previous,
div.table-responsive > div.dataTables_wrapper .pagination .paginate_button.next { display: none; }
div.table-responsive > div.dataTables_wrapper .pagination .paginate_button a { font-size: 16px; border: 2px solid #e6e6e6; border-radius: 5px; padding: 0 7px; color: #333; transition: .3s ease-in-out; }
div.table-responsive > div.dataTables_wrapper .pagination .paginate_button.active a { background-color: #ff693b; border: 2px solid #ff693b; color: #fff; }
div.table-responsive > div.dataTables_wrapper .pagination .paginate_button a:hover { background-color: #ff693b; color: #fff; text-decoration: none; border: 2px solid #ff693b; }
div.table-responsive > div.dataTables_wrapper .pagination .paginate_button a:focus { outline: none; }

div.table-responsive > div.dataTables_wrapper .row { margin-left: 0; margin-right: 0; }
div.table-responsive > div.dataTables_wrapper .col-sm-12 { padding-left: 0; padding-right: 0; }

.table .align-center { vertical-align: middle; text-align: center; }

#table-overview { display: none; }

@media (max-width: 1200px) {

	.header-user .header__body, 
	.header-user-nav { flex-wrap: wrap; justify-content: center; }

}

@media (max-width: 920px) {

	.site-content .header-user { padding: 5px 0; }
	.header-user .menu-user-toggle { display: block; width: 100%; text-align: center; margin-bottom: 5px; }
	.header-user-nav { display: none; }
	.header-user-nav ul { display: flex; flex-wrap: wrap; margin: -5px -5px 10px; }
	.header-user-nav ul li { width: 100%; margin: 5px; }
	.header-user-nav ul li + li { margin-left: 5px; }
	.header-user-nav ul li a { display: block; width: 100%; text-align: center }
	.header-user .header__actions { width: 100%; text-align: center; }

	.header-user .user-profile__actions { width: 100%; right: 0; left: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
	.header-user .user-profile__actions .btn-sm:hover { box-shadow: none; background-color: #333; }

}

@media (max-width: 480px) {

	.header-user-nav ul li a { font-size: 14px; }

}

/*--------------------------------------------------------------
## Notifications and About
--------------------------------------------------------------*/

.section-notifications .table-user { overflow: hidden; border-collapse: separate; border-spacing: 0; border: 1px solid #e6e6e6; border-radius: 5px; }
.section-notifications .table-user thead th { border: 0; }
.section-notifications .table-user thead th + th { border-left: 1px solid #fff; }
.section-notifications .table-user tbody td { vertical-align: middle; }
.section-notifications .table-user .table-user__profile { display: flex; align-items: center; border-bottom: 0; border-right: 0; border-left: 0; vertical-align: middle; }
.section-notifications .table-user .table-user__profile figure { height: 50px; width: 50px; border-radius: 50%; overflow: hidden; margin: 10px; }
.section-notifications .table-user .table-user__profile span { font-size: 20px; }
.section-notifications .table-user .table-wrapper-inner { padding: 0; border: 0; }
.section-notifications .table-user .table-wrapper-inner table { margin-bottom: 0; border: 0; }
.section-notifications .table-user .table-user__time span { display: inline-block; }
.section-notifications .table-user .table-user__time span + span { font-size: 14px; font-weight: 600; margin-left: 5px; }
.section-notifications .table-user .btn-sm { display: flex; font-size: 16px; align-items: center; justify-content: space-between; border: 2px solid #e6e6e6; color: #333; padding: 3px 10px; border-radius: 10px; }
.section-notifications .table-user .btn-sm:hover,
.section-notifications .table-user .btn-sm:focus { text-decoration: none; outline: none; }
.section-notifications .table-user .btn-sm + .btn-sm { margin-top: 5px; }

.section-notifications .table-user .btn-sm .label--checkbox { position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; min-width: 120px; margin-bottom: 0; line-height: 135%; cursor: pointer; white-space: nowrap; }
.section-notifications .table-user .btn-sm .checkbox { position: relative; cursor: pointer; }
.section-notifications .table-user .btn-sm .checkbox:before { position: absolute; transition: all 0.3s ease-in-out; left: 0; z-index: 1; width: 0.9rem; height: 0.9rem; border-bottom: 2px solid #555; border-left: 2px solid #555; content: ''; }
.section-notifications .table-user .btn-sm .checkbox:checked:before { transform: rotate(-45deg); height: 0.45rem; left: 2px; border-color: #555; border-top-style: none; border-right-style: none; }
.section-notifications .table-user .btn-sm .checkbox:after { position: absolute; top: -0.125rem; left: 0; width: 1rem; height: 1rem; background: #fff; cursor: pointer; border: 2px solid #555; content: ''; }

.section-notifications .table-user .btn-text-toggle .ico-toggle { display: inline-block; height: 12px; width: 12px; background-size: contain; background-repeat: no-repeat; background-image: url('../../images/rec.svg'); transition: all .2s ease-in-out; }
.section-notifications .table-user .btn-text-toggle.active .ico-toggle { background-image: url('../../images/close-form-icon-dark.svg'); }
.section-notifications .table-user .btn-text-toggle .btn-text-toggle__open,
.section-notifications .table-user .btn-text-toggle.active .btn-text-toggle__close { display: inline-block; }
.section-notifications .table-user .btn-text-toggle.active .btn-text-toggle__open,
.section-notifications .table-user .btn-text-toggle.closed .btn-text-toggle__close { display: none; }

.section-notifications .table-user .table-wrapper-inner__head { font-size: 18px; }
.section-notifications .table-user .table-wrapper-inner__head td { border-bottom: 0; }
.section-notifications .table-user .table-wrapper-inner__actions { border-right: 0; }
.section-notifications .table-user .notification-message { display: none; }
.section-notifications .table-user .notification-message.opened { display: table-row; }

.section-notifications .btn-green,
.section-courses .btn-green { font-size: 20px; padding: 5px 35px; background-color: #43b37a; color: #fff; border: 2px solid #fff; border-radius: 10px; font-weight: 600; }
.section-notifications .btn-green:hover,
.section-courses .btn-green:hover { text-decoration: none; background-color: #329c66; }
.section-notifications .btn-green + p,
.section-courses .btn-green + p { margin-top: 1.125rem; }
.section-courses h2 { font-weight: 400; }
.section-courses .alert { text-align: justify; }
.section-courses .alert-flex { display: flex; align-items: center; }
.section-courses .alert-flex p { margin-bottom: 0; }
.section-courses .alert-flex .btn-green { white-space: nowrap; margin-left: 20px; }

.section-trades { margin-bottom: 20px; }
.section-trades h2 { font-weight: 400; margin-bottom: -10px; }
.section-trades .form-daterange { position: relative; bottom: -28px; z-index: 2; }

.section-about h2,
.section-about h4 { font-weight: 400; }
.section-about p { text-align: justify; }
.section-about .table { font-size: 16px; border-radius: 5px; overflow: hidden; box-shadow: 0px 0px 0px 1px #dee2e6; }
.section-about .table th,
.section-about .table td { padding: 7px 10px; }
.section-about .table thead th { border-bottom: 0; border-top: 0; }
.section-about .table thead th:first-child { border-top-left-radius: 5px; }
.section-about .table thead th:last-child { border-top-right-radius: 5px; }
.section-about .table tbody tr:last-child td { border-bottom: 0; }
.section-about .table tr td { border-top: 0; border-bottom: 0; vertical-align: middle; }
.section-about .table tr:last-child td { border-bottom: 1px solid #dee2e6; }
.section-about .table tr:nth-child(2n) td { background-color: #f0faff; }

/* Ranks icons */
.table .ico { position: relative; top: 7px; display: inline-block; height: 30px; width: 30px; background-repeat: no-repeat; background-size: contain; background-position: center; margin-right: 5px; }
.ico--member { background-image: url(../../images/tp-ranking-icons/member-icon.svg); }
.ico--bronze { background-image: url(../../images/tp-ranking-icons/bronze-medal-icon.svg); }
.ico--silver { background-image: url(../../images/tp-ranking-icons/silver-medal-icon.svg); }
.ico--gold { background-image: url(../../images/tp-ranking-icons/gold-medal-icon.svg); }
.ico--platinum { background-image: url(../../images/tp-ranking-icons/platinum-medal-icon.svg); }

@media (max-width: 1024px) {

	.section-courses .alert-flex { flex-direction: column; }
	.section-courses .alert-flex p { margin-bottom: 1.125rem; }

}

@media (max-width: 768px) {

	.section-trades h2 { margin-bottom: 10px; }
	.section-trades .form-daterange { position: relative; bottom: 0; }	

}

/*--------------------------------------------------------------
## Courses
--------------------------------------------------------------*/
.course-progress { position: relative; box-sizing: content-box; height: 24px; line-height: 24px; position: relative; margin-top: 3px; background: #fff; border-radius: 8px; border: 2px solid #2196f3; overflow: hidden; }
.course-progress > span { position: relative; display: block; height: 100%; background-color: #2196f3; position: relative; }
.course-progress > span .ico { display: inline-block; background-size: contain; background-repeat: no-repeat; background-position: center; margin-right: 3px; }
.course-progress > span .ico--checked { height: 14px; width: 14px; background-image: url('../../images/checkmark-icon-white.svg'); }
.course-progress > span .ico--add { height: 10px; width: 10px; background-image: url(../../images/close-form-icon.svg); transform: rotate(45deg); }

.course-progress > span .progress-percent { display: block; text-align: center; color: #fff; font-weight: 600; }

.course-progress--completed { border: 2px solid #43b37a; background-color: #43b37a; color: #fff; }
.course-progress--completed > span { background-color: #43b37a; font-weight: 600; padding-left: 10px; }

.course-progress--begin { border: 2px solid #ff693b; background-color: #ff693b; color: #fff; }
.course-progress--begin > span { background-color: #ff693b; font-weight: 600; padding-left: 10px; }
.course-progress a { position: absolute; top: 0; left: 0; height: 100%; width: 100%; cursor: pointer; transition: .3s ease-in-out; z-index: 2; }
.course-progress a:hover { background-color: rgba(255,255, 255, 0.2); }

.courses-wrapper { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 -10px; }
.courses-wrapper .course-single { display: flex; justify-content: flex-end; align-items: center; width: calc(33.3% - 20px); margin: 10px; }
.courses-wrapper .course-single .course__image { position: relative; padding-right: 30px; }
.courses-wrapper .course-single .course__image a { position: absolute;display: block; top: 50%; transform:  translateY(-50%); border-radius: 50%; left: 0; height: 100px; width: 100px; z-index: 1; transition: .3s ease-in-out; border: 2px solid #777; }
.courses-wrapper .course-single .course__image a:hover { background-color: rgba(255,255, 255, 0.2); }
.courses-wrapper .course-single .course__image figure { height: 100px; width: 100px; border-radius: 50%; overflow: hidden; }
.courses-wrapper .course-single .course__image figure.course-teacher { position: absolute; bottom: 0; right: 20px; height: 40px; width: 40px; border: 1px solid #999;z-index: 2; }
.courses-wrapper .course-single .course__content { width: calc(100% - 140px); }
.courses-wrapper .course-single .course__content h4 { font-size: 20px; font-weight: 400; line-height: 1.2; margin-bottom: 0; }
.courses-wrapper .course-single .course__content h4 a { color: #555; }
.courses-wrapper .course-single .course__content h4 a:hover { text-decoration: none; color: #2196f3; }
.courses-wrapper .course-single .course__content .meta-author { display: block; font-size: 16px; font-style: italic; color: #999; margin-bottom: 10px; line-height: 1; }
.courses-wrapper .course-single .course__content .meta-level { display: block; display: 16px; font-weight: 600; }

.section-courses .section__filter label { font-size: 18px; }
.section-courses select.field-select {  margin-left: 10px; }

@media (max-width: 1024px) {

	.courses-wrapper { margin: 0; }
	.courses-wrapper .course-single { width: 100%; margin: 0; }

}

@media (max-width: 480px) {

	.courses-wrapper .course-single { flex-wrap: wrap; justify-content: center; margin: 10px 0; }
	.courses-wrapper .course-single .course__image { padding-right: 0; margin-bottom: 10px }
	.courses-wrapper .course-single .course__image,
	.courses-wrapper .course-single .course__content { width: 100%; }
	.courses-wrapper .course-single .course__image a { left: 50%; transform: translate(-50%, -50%); }
	.courses-wrapper .course-single .course__image figure { margin: auto; }
	.courses-wrapper .course-single .course__image figure.course-teacher { right: auto; left: 50%; }

}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/

.table td.table-wrapper-inner { padding: 0; border: 0; }
.table .table-user__time { font-size: 15px; }
.table .table-user__time::last-word { font-size: 14px; font-weight: 600; }

.table-grey th,
.table-grey td { padding: 7px 10px; }
.table-grey tr:nth-child(2n) td { background-color: #fff; border-bottom: 0; }
.table-grey thead th { background-color: #e6e6e6; color: #333; border: 1px solid #fff; border-bottom: 0; border-top: 0; }
.table-grey thead th:first-child { border-left: 1px solid #dee2e6; }
.table-grey thead th:last-child { border-right: 1px solid #dee2e6; }


/*----------------------------
## My trades
----------------------------*/

div.my-trades-empty .btn-green { font-size: 20px; padding: 5px 35px; background-color: #43b37a; color: #fff; border: 2px solid #fff; border-radius: 10px; font-weight: 600; }
div.my-trades-empty .btn-green:hover { text-decoration: none; background-color: #329c66; }
div.my-trades-empty .btn-green + p { margin-top: 1.125rem; }
div.my-trades-empty.alert { text-align: justify; }
div.my-trades-empty.alert-flex { display: flex; align-items: center; }
div.my-trades-empty.alert-flex p { margin-bottom: 0; }
div.my-trades-empty.alert-flex .btn-green { white-space: nowrap; margin-left: 20px; }
div.my-trades-empty p { white-space: pre-wrap; }
