/* pagination */
.pagination {
    justify-content: center;
}
.page-link:hover {
    color: #36c6d3 !important;
    text-decoration: none !important;
    background-color: #2b3643 !important;
    border-color: #2b3643;
}
.page-item.disabled .page-link {
    color: #6c757d !important;
    background-color: #2b3643 !important;
    border-color: #2b3643;
}
.page-link {
    padding: 10px 15px !important;
    color: #fff !important;
    background-color: #2b3643 !important;
    border: 1px solid #2b3643 !important;
}
.page-item.active .page-link {
    z-index: 1 !important;
    color: #fff !important;
    background-color: #36c6d3 !important;
    border-color: #36c6d3 !important;
}
.page-link:focus {
    box-shadow: none !important;
}
.pagination {
    float: right;
}

.card-header:first-child,
.panel-default > .panel-heading {
    color: #2b2851;
    font-weight: 700;
    text-transform: uppercase;
}
/* Login */
.admin_login {
    max-width: 350px;
    margin: 40px auto;
    background: #24222f;
    border-radius: 0;
    border: 0;
}
.admin_login.all_login {
    max-width: 590px;
}
.admin_login .checkbox label {
    font-size: 12px;
    line-height: 18px;
    font-family: "Montserrat-Regular";
    margin-bottom: 10px;
    text-transform: initial;
}
.admin_login .checkbox label a {
    color: #42b8be;
    transition: all 0.3s ease-in;
}
.admin_login .checkbox label a:hover {
    color: #eee454;
}
.forgot_pwd.admin_login .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
}
.forgot_pwd.admin_login .alert {
    margin-bottom: 0;
}
.admin_login.all_login .form-control {
    padding: 6px 30px 6px 12px;
}
.all_login .col-sm-6:last-child {
    padding-bottom: 15px;
    border-left: 1px solid #3d436442;
}
.forgot_pwd.admin_login {
    max-width: 360px;
    min-height: 332px;
}
.admin_login p,
.red_link {
    font-family: "Montserrat-Regular";
    font-size: 14px;
}
.red_link {
    display: block;
    text-align: center;
}
.svgContainer svg {
    width: 140px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -110px;
}
.admin_login .card-header {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #3d4364;
    font-size: 24px;
    margin: 40px 0 0;
    text-align: center;
    clear: both;
    padding: 8px;
    border-radius: 0;
}
.all_login.admin_login {
    margin-top: 120px;
}
.admin_login label {
    color: #fff;
}
.admin_login .form-control,
.admin_login .form-control:focus {
    border-radius: 0 !important;
    border: 1px solid #383b42;
    background: #383b42;
    color: #fff;
    box-shadow: none !important;
}
label {
    color: #2b2851;
}
.admin_login .form-check {
    display: inline-block;
    font-size: 13px;
}
.admin_login .form-check label {
    cursor: pointer;
}
.admin_login .btn-link {
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    padding: 0;
    font-size: 13px;
    float: right;
    margin-top: 3px;
}
.admin_login p.text-center {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    font-family: "AgencyFBBold";
}
.admin_login input[type="checkbox"] {
    display: none;
}
.admin_login .form-check {
    padding-left: 0;
}
.admin_login input[type="checkbox"] + label {
    padding-left: 25px;
    position: relative;
}
.admin_login input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #383b42;
}
.admin_login input[type="checkbox"] + label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 4px;
    font-size: 9px;
    line-height: 16px;
    opacity: 0;
    transition: all 0.3s ease;
    top: 1px;
}
.admin_login button.disabled {
    pointer-events: none;
    border: 1px solid #2b2851;
}
.admin_login input[type="checkbox"]:checked + label:before {
    background: #5f36cf;
    border-color: #5f36cf;
}
.admin_login input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.admin_login p.text-center a {
    color: #eee454;
}
.admin_login .btn,
.admin_login .btn:hover,
.admin_login .btn:focus,
.admin_login .btn:active {
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0 !important;
    line-height: 42px !important;
    color: #fff;
    background: #5f36cf;
    text-transform: uppercase;
}
.btn-primary {
    color: #fff;
    background: #2b2851;
    border: 1px solid #2b2851;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    width: 100%;
    line-height: 38px;
    padding: 0;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active {
    border-color: #2b2851;
    background: #2b2851;
    color: #eee454;
    box-shadow: none;
}
.form-control,
.sTags input {
    height: 38px;
    border-radius: 4px !important;
    border: 1px solid #c2cad8;
    padding: 6px 12px;
    width: 100%;
    margin-bottom: 10px;
}
.form-control:focus,
.sTags input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2b2851;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(43, 40, 82, 0.25) !important;
}
/* game page */
.game_list {
    margin-top: 10px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}
.btn {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px !important;
    line-height: 38px !important;
    color: #fff;
}
button.btn-info[type="submit"] {
    width: 145px;
}
.mt-5 {
    margin-top: 5px;
}
.panel-heading {
    padding: 11px 15px;
}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #36d38f;
    border-color: #36d38f;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #e0424e;
    border-color: #e0424e;
}
input[type="file"] + label.btn-warning {
    display: block;
    width: 145px;
    margin-top: 15px;
}
input[type="file"] {
    display: none;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #36c6d3;
    border-color: #36c6d3;
}
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #2b3643;
    border-color: #2b3643;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eef1f5;
    opacity: 1;
    margin-bottom: 20px;
    resize: vertical;
}
.comment_block h4 {
    font-weight: bold;
    color: #2b3643;
    font-size: 24px;
}
.comment_block h5 {
    font-weight: bold;
    color: #2b3643;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 18px;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 2px;
    margin-right: 5px;
}
.comment_block p {
    margin-bottom: 10px;
    font-weight: bold;
}
.radio_list {
    background: #2b3643;
    display: inline-flex;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
    border-radius: 6px !important;
}
.radio_list label {
    color: #fff;
    position: relative;
    margin: 0;
    height: 100%;
    padding: 0 30px 0 30px;
    z-index: 9;
    cursor: pointer;
}
.form-horizontal .radio_list .radio {
    min-height: 100%;
    margin: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 !important;
}
.form-horizontal .radio_list .radio > span {
    background: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: -1;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.form-horizontal .radio_list .radio > span.checked {
    background: #36c6d3;
}
.form-horizontal .radio_list .radio-inline {
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.tox .tox-statusbar {
    display: none !important;
}
.color_indicator {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 10px;
    border-radius: 3px !important;
    top: 6px;
    right: 21px;
}
span.color_code {
    position: absolute;
    left: 28px;
    top: 10px;
    display: block;
    font-size: 14px;
}
.page-header.navbar
    .top-menu
    .navbar-nav
    > li.dropdown-user
    .dropdown-toggle
    > img {
    width: 29px;
}
.page-sidebar-menu {
    padding-top: 0 !important;
}
.page-sidebar .page-sidebar-menu > li.open > a > i,
.page-sidebar .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li.open > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li.open > a > .arrow:before {
    color: #36c6d3;
    font-weight: bold;
}
.page-sidebar .page-sidebar-menu > li.open > a {
    font-weight: bold;
}
.entry_point {
    background: #5f36cf;
}
.entry_point {
    height: 100%;
    background: radial-gradient(circle, #1d0343 0%, #05052c 100%);
}
.img-thumbnail {
    display: block;
    margin-bottom: 10px;
}
.input-group.table_filter {
    display: flex;
    margin-bottom: 15px;
}
.input-group.table_filter .form-control {
    border-radius: 3px 0 0 3px !important;
}
.input-group.table_filter .btn {
    border-radius: 0 3px 3px 0 !important;
}
.invoice_card {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 2px 6px rgb(43 40 82 / 8%);
    padding: 30px;
}
.invoice_card h1 {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    color: #b30809;
    margin: 0;
}
.invoice_detail {
    max-width: 210px;
    float: right;
}
.invoice_detail p {
    margin: 0;
    line-height: 24px;
}
.invoice_card p span {
    float: right;
}
.plan_details p {
    margin: 10px 0;
    border-bottom: 1px solid #e7ecf1;
    padding-bottom: 10px;
}
.plan_details {
    margin-top: 80px;
}
.tag_name,
.sTags,
.sTags-input > div {
    text-transform: lowercase;
}
@media (max-width: 767px) {
    .all_login .col-sm-6:last-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #3d436442;
        border-left: 0;
        margin-bottom: 20px;
    }
}
