a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-family: 'Inter';
}

html {
    font-family: 'Inter';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}


/* Fonts */

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Medium';
	src: url('../fonts/Inter-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-SemiBold';
	src: url('../fonts/Inter-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Bold';
	src: url('../fonts/Inter-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Black';
	src: url('../fonts/Inter-Black.ttf');
	font-weight: 900;
	font-style: normal;
}

.inter-regular,
.din-regular {
	font-family: "Inter";
}

.inter-medium,
.din-light {
	font-family: "Inter-Medium";
}

.inter-semibold,
.din-medium {
	font-family: 'Inter-SemiBold';
}

.inter-bold,
.din-bold,
.din-black {
	font-family: "Inter-Bold";
}

* {
    outline: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

head {
    display: none
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #f5f5f5
}

.dataTables_wrapper .col-sm-12::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background-color: #6ca3d8;
    border-radius: 3px
}

#login-box,
body {
    background-color: #fff
}

body {
    font-size: 14px;
    color: #737373;
    line-height: 1.428571429;
    overflow-x: hidden;
    margin: 8px;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    min-height: 70vh;
    background-repeat: repeat;
    background-size: cover
}

body,
div,
ul {
    display: block
}

#login-box {
    border-radius: 20px!important;
    box-shadow: 1px 2px 10px 0px rgb(0 0 0 / 20%);
    padding-top: 0!important;
    width: 330px !important;
}

.LoginInner {
    padding: 15px 30px 30px 30px;
}

.LoginInner .log-form {
    padding: 0!important;
    clear:both;
}

.login-main {
    height: calc( 100% - 60px);
    display: flex;
    align-items: center;
}

.login-main .form-box {
    border: 0px !important;
}

.login-main .form-box {
    margin: 0 auto !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.section-client {
    width: 100%;
    float: left;
    margin: 25px 0;
}

.section-logo {
    display: table;
}

.section-client .logo-client {
    width: 198px;
    height: 55px;
    /* border-left: solid 1px #e7e7e8; */
    padding-left: 15px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.section-client .logo-icon {
    width: 45px;
    display: table-cell;
    vertical-align: middle;
}

.section-client .logo-icon img {
    width: 45px;
    height: 45px;
}

.section-client .logo-client img {
    max-width: 198px;
    max-height: 55px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.LoginInner .nav.nav-tabs {
    margin: 0 !important;
}

.LoginInner .form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.form-box {
    width: 315px;
    margin: 90px auto 50px
}

.fs-10 {
    font-size: 10px!important
}

.fs-14 {
    font-size: 14px!important
}

.pt-10 {
    padding-top: 10px!important
}

.p-0 {
    padding: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.p-20 {
    padding: 20px!important
}

.br-0 {
    border-radius: 0!important
}

.bdr-1 {
    border-right: 1px solid #e6e6e6!important
}

.pl-20 {
    padding-left: 20px!important
}

.pr-10 {
    padding-right: 10px!important
}

.pr-20 {
    padding-right: 20px!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.m-0 {
    margin: 0!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-10 {
    margin-right: 10px!important
}

.nav.nav-tabs {
    margin: 0 20px
}

.nav-tabs {
    border-bottom: 1px solid #e6e6e6
}

.nav {
    padding-left: 0
}

.breadcrumb,
.carousel-indicators,
.dropdown-menu,
.media-list,
.nav,
.pager {
    list-style: none
}

ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}

.nav:after,
.nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

element.style {
    width: 50%;
    color: #f56954;
    display: none;
    margin-left: 80px
}

label {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

li {
    text-align: -webkit-match-parent
}

.nav-tabs>li>a:hover {
    border-color: transparent transparent #6ca3d8
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #fff;
    text-decoration: none
}

.nav-tabs>li>a {
    padding: 10px 20px !important;
    margin-right: 0px !important;
    text-transform: capitalize;
    border-radius: 0px !important;
    color: #28293D !important;
}

.nav>li>a {
    padding: 10px 15px
}

a:focus {
    color: #2a6496
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

#accordion .panel-title a:focus,
a:hover {
    color: #000!important
}

a:focus {
    outline-offset: -2px
}

a {
    background: 0 0;
    color: #428bca;
    text-decoration: none
}

a:-webkit-any-link {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h5,
h5 {
    font-size: 14px
}

h5 {
    display: block;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0;
    margin-inline-end: 0
}

.text-center {
    text-align: center!important
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #1C1C28 !important;
    border-bottom: 4px solid #031842 !important;
    font-family: 'Inter-Bold';
    
}
.nav-tabs>li.active>a h5{font-size: 14px; color: #1C1C28 !important;}

.brand,
.tab-content .active {
    display: block!important
}

.tab-content .tab-pane {
    position: relative
}

.fade.in {
    opacity: 1
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: .35em;
    padding-inline-start: .75em;
    padding-inline-end: .75em;
    padding-block-end: .625em;
    min-inline-size: min-content;
    border: 0
}

legend {
    border: 0
}

.ali-center {
    padding: 5.5% 6%;
    text-align: center
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.pull-left {
    float: left!important
}

.pull-right {
    float: right!important
}

.logo_theme {
    max-width: 160px;
    max-height: 50px!important
}

img {
    vertical-align: middle
}

hr,
img {
    border: 0
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.container:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.modal-footer:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.log-form {
    padding: 0 30px 20px!important
}

.log-form .form-flied {
    margin-bottom: 5px;
}

.log-form .form-flied .lable-text {
    font-weight: bold;
    margin-bottom: 3px;
    color: #636466 !important;
    font-size: 12px;
    display: inline-block;
    width: 100% !important;
}

.log-form .form-flied .input-item input {
    width: 100%;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #636466 !important;
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    line-height: normal !important;
}

.forgot {
    float: right;
    display: block;
    color: #636466;
    font-size: 12px;
    text-decoration: none;
    font-weight: lighter;
}

.forgot:hover {
    text-decoration: underline;
    color: #636466;
}

.login-form .remember input[type=checkbox],
.login-form .remember input[type=radio] {
    margin: 0px !important;
}

.login-form .remember label {
    font-size: 12px;
    color: #636466;
}

form {
    margin: 1.5em 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

input[type=email],
input[type=password],
input[type=text],
textarea {
    -webkit-appearance: none
}

.form-control,
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #e6e6e6
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control,
output {
    line-height: 1.428571429;
    display: block;
    vertical-align: middle
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input:focus-visible {
    outline-offset: 0
}

input:-internal-autofill-selected {
    background-image: none!important;
    background-color: -internal-light-dark(#e8f0fe, rgba(70, 90, 126, .4))!important;
    color: -internal-light-dark(black, white)!important
}

input {
    -webkit-writing-mode: horizontal-tb!important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    -webkit-rtl-ordering: logical;
    cursor: text
}

input[type=hidden i]:focus-visible {
    outline-offset: 0
}

input[type=hidden i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    display: none!important;
    padding: initial;
    border: initial
}

.form-group {
    margin-bottom: 15px
}

.form-control,
.form-control.focus,
.form-control:focus {
    box-shadow: none
}

input[type=password i] {
    -webkit-text-security: disc!important
}

#errormsg,
#errormsguser {
    display: none
}

.error {
    margin-top: 0!important;
    margin-bottom: 0!important;
    color: #e5343d;
    font-weight: 400;
    font-size: 12px
}

#chkRememberMe>label {
    color: #6ca3d8!important
}

.clearfix {
    *zoom: 1
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.btn-black.active,
.btn-black.active.focus,
.btn-black.active:focus,
.btn-black.active:hover,
.btn-black:active,
.btn-black:active.focus,
.btn-black:active:focus,
.btn-black:active:hover,
.open>.dropdown-toggle.btn-black,
.open>.dropdown-toggle.btn-black.focus,
.open>.dropdown-toggle.btn-black:focus,
.open>.dropdown-toggle.btn-black:hover {
    border-color: #377cbe
}

.btn-black:hover {
    background-color: #031842;
    border-color: #031842;
    color: #fff !important;
}

.btn.active,
.btn:active {
    box-shadow: none
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline-offset: -2px
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open .dropdown-toggle.btn-danger,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-info,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-block {
    display: block;
    width: 100%
}

.btn {
    position: relative;
    outline: 0!important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0px;
    border-radius: 4px;
    user-select: none;
    padding: 5px 15px !important;
    height: 32px;
    border-radius: 6px !important;
    font-family: 'Inter';
}

.award-batch {
    width: 30px;
    position: absolute;
    top: 0;
    right: 30px;
    margin-left: 106px;
    filter: hue-rotate(84deg)
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline-offset: -2px
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    padding: 0;
    box-sizing: border-box
}

input[type=checkbox i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    border: initial
}

.btn-black {
    color: #fff!important;
    background-color: #031842;
    border-color: #031842;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.modal.fade .modal-dialog {
    max-width: 600px!important;
    margin: 100px auto 30px!important;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.redirect_page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 99999;
}

.dis_table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis_cell {
    display: table-cell;
    vertical-align: middle;
}

.redirect_container {
    width: 90%;
    max-width: 400px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px .5px 5px -0.5px #1700C7;
    text-align: center;
    padding: 30px 0 35px;
    margin: 0px auto 0;
    vertical-align: middle;
}

.redirect_container h2 {
    padding: 0px 0 30px 0;
    margin: 0 0 0 0;
    font-size: 28px;
    color: #1700C7;
    font-weight: normal;
    letter-spacing: 1px;
}

.redirect-loader {
    width: 150px;
}

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px !important;
        margin: 100px auto 30px !important;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0/50%);
        box-shadow: 0 5px 15px rgb(0 0 0/50%);
        border-radius: 6px!important
    }
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0px solid #999;
    border-radius: 10px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0/50%);
    box-shadow: 0 3px 9px rgb(0 0 0/50%)
}

.modal-content,
.popover {
    background-clip: padding-box
}

.modal-header {
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    background-color: #031842!important;
    color: #fff!important;
    font-weight: 600!important;
    min-height: 16.43px;
    padding: 15px 20px;
    font-weight: 100 !important;
    font-family: 'Inter-SemiBold';
}

.modal-header,
.panel-heading {
    padding: 10px 20px
}

.modal-header .close {
    outline: 0;
    margin-top: -2px
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity:1;
    filter: alpha(opacity=1)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    color: #fff;
    opacity: 1;
    border: 0;
    -webkit-appearance: none
}

.close {
    font-size: 21px;
    line-height: 1;
    color: #fff;
    opacity: a;
}

.close,
.list-group-item>.badge {
    float: right
}

.alert .alert-link,
.close {
    font-weight: 700
}

button,
select {
    text-transform: none
}

.bg-black {
    background-color: #e7e7e8!important;
    color: #fff
}

.modal-title {
    font-size: 14px!important;
    margin: 0;
    line-height: 1.428571429
}

.modal-body,
.setting {
    padding: 20px
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
    position: relative
}

.modal-footer {
    border-top: none;
    padding: 15px;
    text-align: right;
    margin-top: 15px
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.btn-raised.btn-black {
    box-shadow: 0 3px 0 0 transparent!important
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover,
.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default:hover,
.swal2-actions .swal2-cancel,
.swal2-actions .swal2-cancel:focus,
.swal2-actions .swal2-cancel:hover {
    color: #272835 !important;
    background-color: #fff !important;
    border: 1px solid #031842 !important;
    box-shadow: none !important;
}

.copyright_info,
.copyright_info a {
    background-color: transparent;
    color: #555;
}
.modal-header .close:focus,
.modal-header .close:hover {
    opacity: 1 !important;
}

.copyright_info {
    padding: 11px 0 9px;
    font-size: 12px;
    font-family: 'Inter';
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 100%
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.display-none {
    display: none
}

#login-box .bg-black {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: #fff 1px solid
}

.admin-login {
    margin-top: 80px
}

.admin-login h4 {
    color: #b4b4b4
}

.form-box {
    border: #ccc 1px solid
}

.tabcontrol>.content {
    height: 24em!important;
    padding-top: 0
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.content>.body {
    width: 100%
}

.tabcontrol>.steps>ul>li.current {
    width: 50%
}

.tabcontrol>.steps>ul>li.current a {
    color: #1f364f!important
}

.tabcontrol>.steps>ul>li>a {
    padding: 15px 30px 10px;
    width: 100%;
    text-align: center;
    color: #a5a5a5
}

.tabcontrol>.steps>ul>li {
    margin: 0;
    width: 50%
}

.logo-wrap,
.logo-icon {
    display: flex;
    align-items: center;
}

.logo-icon {
    height: 60px;
}

.logo-icon img {
    width: 40px;
    height: 40px;
}

.ps-logo {
    height: 50px;
}

.ps-logo img {
    width: 100%;
    max-width: 192px;
    height: 60px;
    vertical-align: top;
    margin-top: -5px;
}

.LoginInner .form-group label {
    margin-bottom: 0px !important;
    vertical-align: top;
}

.h-20 {
    height: 20px !important;
}

.footer-ps-logo {
    text-align: center;
}

.footer-ps-logo img {
    height: 30px;
}
