@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------
-
- common
-
--------------------------------------------------*/

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.page_header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 30px 50px;
    display: block;
    margin-bottom: 20px;
}

/*--------------------------------------------------
-
- aside-toolbar
-
--------------------------------------------------*/
#sidenav .nav-item .badge {
    box-sizing: border-box;
    border-radius: 100px;
    position: absolute;
    right: 20px;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 600
}

/*--------------------------------------------------
-
- page_alert
-
--------------------------------------------------*/
.page_alert {
    margin-bottom: 0;
}

/*--------------------------------------------------
-
- copybtn
-
--------------------------------------------------*/
.copybtn_block {
    position: relative;
}

.copybtn_block button.copybtn {
    outline: none;
    background: #ddd;
    border-radius: 0 3px 3px 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #666;
    height: 43px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: .3s
}

.copybtn_block button.copybtn:hover {
    background: #f1f1f1;
}

.copybtn_block button.copybtn:before {
    font-family: 'fuse-iconfont';
    content: "";
    margin-right: 5px;
}

/*--------------------------------------------------
-
- QRコード
-
--------------------------------------------------*/
.qr_block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 15px;
}

/*--------------------------------------------------
-
- 支払いアドレス用モーダル
-
--------------------------------------------------*/
#payment_address .modal_header {
    text-align: center;
}

#payment_address .modal-dialog {
    max-width: 450px;
    margin: 30px auto;
}

/*--------------------------------------------------
-
- Token Sale Modal
-
--------------------------------------------------*/
#ModalTokenSale #qrcode {
    box-sizing: border-box;
    border: #ddd 1px solid;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

#ModalTokenSale #qrcode span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 3px;
    font-size: 1rem;
    display: block;
    width: 100%;
    text-align: center;
}

#ModalTokenSale #qrcode img {
    width: 100%;
    height: 100%
}

#ModalTokenSale h3 {
    font-size: 1.6rem;
}

#ModalTokenSale #qraddress-input {
    border-radius: 6px;
    border: #ddd 1px solid;
    width: 100%;
    padding: 10px;
}

#ModalTokenSale #copy_btn {
    margin-top: 10px;
    border-radius: 6px;
    display: block;
    margin-left: auto;
    padding: 8px 10px;
    cursor: pointer
}

#ModalTokenSale #copy_alert {
    border-radius: 6px;
    margin-top: 10px;
    padding: 7px;
    width: 100%;
    text-align: center;
    display: block;
    position: fixed;
    left: 0;
    top: 0px;
}

/*--------------------------------------------------
-
- SNS
-
--------------------------------------------------*/
#sns_block {
    display: block;
    width: 100%;
    height: 4.4rem;
    min-height: 4.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

#sns_block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: table;
    table-layout: fixed;
}

#sns_block ul li {
    display: table-cell;
    vertical-align: middle;
    height: 4.4rem;
    min-height: 4.4rem;
}

#sns_block ul li a {
    background: #2D323E;
    border-top: #343A40 1px solid;
    border-right: #343A40 1px solid;
}

#sns_block ul li a, #sns_block ul li a i {
    display: block;
    text-align: center;
    text-decoration: none;
    height: 4.4rem;
    min-height: 4.4rem;
    width: 100%;
    transition: .5s
}

#sns_block ul li:last-child a {
    border-right: none;
}

#sns_block ul li a i {
    font-size: 160%;
    line-height: 4.4rem;
}

#sns_block ul li a.facebook :hover {
    background: #3B5998;
    color: #fff;
}

#sns_block ul li a.twitter :hover {
    background: #1DA1F2;
    color: #fff;
}

#sns_block ul li a.telegram :hover {
    background: #0088cc;
    color: #fff;
}

#sns_block ul li a.medium :hover {
    background: #03a87c;
    color: #fff;
}

@media (max-width: 576px) {
    .page-layout.simple.full-width > .page-header, .page-layout.simple.inner-sidebar > .page-header {
        height: 10rem;
        min-height: 10rem;
        max-height: 10rem;
    }

    #footer {
        height: 3rem;
        min-height: 3rem;
    }
}

.username.d-none {
    display: block !important
}

/*--------------------------------------------------
-
- title
-
--------------------------------------------------*/
.description .ttl {
    font-size: 2.2rem !important;
}

.description .ttl i {
    color: #111;
    margin-right: 3px;
}

/*--------------------------------------------------
-
- 通貨表示
-
--------------------------------------------------*/

#status .currency_table {
    border: #ddd 1px solid;
    width: 100%;
}

#status .dataTable .sp, #history .dataTable .sp {
    display: none;
}

#status .currency_table tr {
    border-bottom: #ddd 1px solid;
    border-right: #ddd 1px solid;
    width: 100%;
}

#status .currency_table th, #status .currency_table td {
    font-weight: 400;
    text-align: center !important;
    padding: 10px;
    vertical-align: middle
}

#status .currency_table tr:nth-child(even) {
    background: #f1f1f1
}

#status .currency_table img {
    margin-right: 5px
}

#status .currency_table thead th {
    font-weight: 600;
}

/*history*/
.trading_history tr:nth-child(even) {
    background: #f1f1f1
}

.trading_history .min {
    font-size: 1rem
}

@media (max-width: 1200px) {
    #assets_status .bxa_status {
        border-bottom: none;
        display: table;
        width: 100%;
    }

    #assets_status .bxa_status .cell {
        display: table-cell;
        vertical-align: middle;
    }

    #assets_status .bxa_status .cell:last-child {
        width: 100%;
        text-align: left;
        padding-left: 25px;
    }
}

@media (max-width: 768px) {
    #assets_status .dataTable thead, #history .dataTable thead {
        display: none !important;
    }

    #assets_status .dataTable th, #assets_status .dataTable td, #history .dataTable th, #history .dataTable td {
        border-right: #ddd 1px solid;
        border-bottom: #ddd 1px solid;
        display: block;
    }

    #assets_status .dataTable .sp, #history .dataTable .sp {
        display: inline-block;
        float: left;
        font-weight: 600;
    }

    #assets_status .dataTable tbody td, #history .dataTable tbody td {
        text-align: right !important;
    }

    #assets_status .dataTable tbody th {
        background: #f1f1f1;
    }

    #history .trading_history_body {
        width: 100%;
        padding: 20px;
    }

    #history .trading_history {
        border-top: #ddd 1px solid;
        border-left: #ddd 1px solid;
    }

    #history .dataTable th, #history .dataTable td {
        padding: 10px;
    }
}

/*--------------------------------------------------
-
- Dashboards airdrop
-
--------------------------------------------------*/

/*--------------------------------------------------
-
- 承認・未承認
-
--------------------------------------------------*/

.form-group > label.color {
    color: rgba(0, 0, 0, 1.0);
}

.form_disp {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.42);
    padding: 0 0 8px;
    font-size: 90%;
    margin: 0;
    position: relative;
}

.approved .form_disp p:after, .unapproved .form_disp p:after, .prev_unapproved .form_disp p:after {
    border-radius: 6px;
    text-align: center;
    padding: .3rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
}

.approved .form_disp p:after {
    background: rgba(166, 239, 177, 1.00);
    color: rgba(0, 115, 19, 1.00);
    content: "認証済み";
}

.unapproved .form_disp p:after {
    background: rgba(239, 166, 166, 1.00);
    color: rgba(115, 0, 0, 1.00);
    content: "未承認";
}

.prev_unapproved .form_disp p:after {
    background: rgba(234, 222, 3, 1.00);
    color: #111;
    content: "前回認証済み";
}

.unapproved_list {
    width: 100%;
    display: block;
    margin-top: 5px;
}

.unapproved_list p, .unapproved_list p i {
    font-size: 1.3rem;
    color: rgba(176, 0, 0, 1.00);
    margin: 0;
    padding: 0
}

.form-group.has-danger .help-block {
    position: absolute;
    color: #CC0000;
    bottom: -3.3rem;
    z-index: -999;
}

.form-group.passport.has-danger .help-block {
    position: absolute;
    color: #CC0000;
    bottom: -3.3rem;
    z-index: -999;
}

.w100 {
    width: 100%;
}

@media (max-width: 576px) {


    #AdminSecurityCenter .approved .form_disp p:after,
    #AdminSecurityCenter .unapproved .form_disp p:after,
    #AdminSecurityCenter .prev_unapproved .form_disp p:after {
        content: none;
    }

    #AdminSecurityCenter .approved .col-form-label:after {
        background: rgba(166, 239, 177, 1.00);
        color: rgba(0, 115, 19, 1.00);
        content: "認証済み";
    }

    #AdminSecurityCenter .unapproved .col-form-label:after {
        background: rgba(239, 166, 166, 1.00);
        color: rgba(115, 0, 0, 1.00);
        content: "未承認";
    }

    #AdminSecurityCenter .prev_unapproved .col-form-label:after {
        background: rgba(234, 222, 3, 1.00);
        color: #111;
        content: "前回認証済み";
    }

    .approved label, .unapproved label {
        position: relative;
    }

    .approved label:after, .unapproved label:after, .prev_unapproved label:after {
        border-radius: 6px;
        margin-left: 5px;
        padding: .3rem .5rem;
    }
}

/*--------------------------------------------------
-
- firstdisp
-
--------------------------------------------------*/
#firstdisp {
    background: rgba(17, 17, 17, .50);
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

#firstdisp_block {
    box-sizing: border-box;
    width: 600px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001;
}

#firstdisp_block .firstdisp-body {
    padding: 20px;
}

#firstdisp_block .firstdisp-footer {
    padding: 20px;
    padding-top: 0;
}

#firstdisp_block .firstdisp-footer button.btn {
    width: 100%;
    display: block;
}

/*--------------------------------------------------
-
- top token
-
--------------------------------------------------*/

/*--------------------------------------------------
-
- Security Center header
-
--------------------------------------------------*/
.SecurityCenter .icons {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}

.SecurityCenter .icons li {
    display: inline-block;
    text-align: center;
    width: 70px;
}

.SecurityCenter .icons li span {
    display: block;
    padding-top: 5px;
    font-size: 0.8rem;
}

.SecurityCenter .icons li i {
    border-radius: 100px;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
}

.SecurityCenter .icons li.unapproved, .SecurityCenter .icons li.unapproved i {
    color: var(--unapproved)
}

.SecurityCenter .icons li.approved, .SecurityCenter .icons li.approved i {
    color: var(--approved)
}

.SecurityCenter .icons li.checking, .SecurityCenter .icons li.checking i {
    color: var(--checking)
}

@media (max-width: 768px) {
    .SecurityCenter .page_header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .SecurityCenter .page_header p {
        text-align: center;
    }

    .SecurityCenter .icons {
        display: block;
        table-layout: fixed;
        width: 100%;
    }

    .SecurityCenter .icons li {
        display: inline-block;
        text-align: center;
    }

    .SecurityCenter .icons li i {
        font-size: 2rem
    }
}

@media (max-width: 576px) {
    .SecurityCenter .icon_body {
        display: block;
        padding: 50px 0
    }
}

/*--------------------------------------------------
-
- Security Center, approval_block
-
--------------------------------------------------*/
.SecurityCenter .approval_block {
    border-radius: 3px;
    border: #ddd 1px solid;
    display: block;
    padding: 20px;
}

.SecurityCenter .approval_block.none_border {
    border: none;
}

.approval_block .icon_body {
    position: relative;
    display: block;
    height: 100%
}

.approval_block .icon_cell {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.approval_block i {
    border-radius: 100px;
    border-style: solid;
    border-width: 3px;
    border-color: #ccc;
    color: #ccc;
    padding: 10px;
    font-size: 5rem;
    margin: auto;
}

.SecurityCenter .approval_block.approved .icon_cell i {
    color: var(--approved);
    border-color: var(--approved);
}

.SecurityCenter .approval_block.unapproved .icon_cell i {
    color: var(--unapproved);
    border-color: var(--unapproved);
}

.SecurityCenter .approval_block.checking .icon_cell i {
    color: var(--checking);
    border-color: var(--checking);
}

@media (max-width: 576px) {
}

/*--------------------------------------------------
-
- Security Center, approval_footer
-
--------------------------------------------------*/
.SecurityCenter .approval_block_footer {
    font-size: 1.2rem
}

.approval_block_footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.SecurityCenter .approval_block_footer li {
    margin-bottom: 5px;
}

.SecurityCenter .approval_block_footer li:last-child {
    margin-bottom: 0
}

.SecurityCenter .approval_block_footer span {
    border-radius: 3px;
    background: #ddd;
    color: #fff;
    box-sizing: border-box;
    width: 80px;
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    margin-right: 10px;
}

.SecurityCenter .approval_block_footer .approved span {
    background: var(--approved);
}

.SecurityCenter .approval_block_footer .unapproved span {
    background: var(--unapproved);
}

.SecurityCenter .approval_block_footer .checking span {
    background: var(--checking);
    color: #111;
}

.gender {
    list-style: none;
    padding-left: 0;
}

.passport .file-selector {
    width: 200px;
}

.passport .message {
    display: block;
}

.passport-example {
    width: 100%;
}

@media (max-width: 768px) {

    .approval_block .text_cell, .approval_block .approval_block_footer {
        /*padding-left: 40px;*/
        text-align: center;
    }

    .approval_block .text_cell, .approval_block [id^="preview"] {
        margin: 0 auto;
    }

    .passport {
        width: 100%;
        overflow: hidden;
        padding-bottom: 2rem;
    }

    .passport .filename {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .passport .file-selector {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .passport label {
        -webkit-transform-origin: center;
    }

    .form-group.passport.has-danger .help-block {
        bottom: -1rem;
        left: 0;
        right: 0;
    }

    .passport-example {
        /*max-width: 70%;*/
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
}

/*.approval_block .inner {
	width: 100%;

}
.approval_block .inner .cell {
	display: table-cell;
	vertical-align: middle
}
.approval_block .inner .icon_cell {
	width: 100px;
	text-align: center
}
.approval_block .inner .icon_cell i {
	border-radius: 100px;
	border-style: solid;
	border-width: 3px;
	border-color: #ccc;
	color: #ccc;
	padding: 5px;
	font-size: 5rem
}
.approval_block .text_cell {
	padding-left: 50px;
	
}
.approval_block .btn_cell {
	width: 200px;
}
.approval_block .btn_cell button {
	width: 100%;
}
.approval_block .approval_block_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 140px;
}
.approval_block .approval_block_footer ul li {
	margin-bottom: 5px;
}
.approval_block .approval_block_footer ul li:last-child {
	margin-bottom: 0;
}
.approval_block .approval_block_footer ul li, .approval_block .approval_block_footer ul li i {
	font-size: 14px;
}
/*左側のアイコンの色指定*/
/*.approval_block.approved .inner .icon_cell i {
	color: var(--approved);
	border-color: var(--approved)
}
.approval_block.checking .inner .icon_cell i {
	color: var(--checking);
	border-color: var(--checking)
}
.approval_block .approval_block_footer ul li {
	color: rgba(207,74,74,1.00);
}
.approval_block .approval_block_footer ul li span {
	border-radius: 3px;
	background: rgba(207,74,74,1.00);
	color: #fff;
	padding: 0 5px;
	margin-right: 5px;
}
.approval_block .approval_block_footer ul li.approved {
	color: rgba(98,201,103,1.00);
}
.approval_block .approval_block_footer ul li.approved span {
	background: rgba(98,201,103,1.00);
}
.approval_block button.btn-success i {
	color: #fff !important;
}

@media (max-width:998px) {
.approval_block .inner, .approval_block .inner .cell {
	display: block;
	width: 100%;
}
.approval_block .inner .icon_cell, .approval_block .inner .text_cell {
	display: table-cell;
}
.approval_block .inner .icon_cell {
	width: 100px;
}
.approval_block .inner .btn_cell {
	padding: 15px 0;
	padding-left: 100px;
}
.approval_block .approval_block_footer ul {
	padding-left: 100px;
}
 @media (max-width:576px) {
 .approval_block .inner .icon_cell, .approval_block .inner .text_cell {
 display: block;
 width: 100%;
}
 .approval_block .inner .icon_cell {
 padding-top: 20px;
 padding-bottom: 20px;
}
 .approval_block .text_cell {
 padding-left: 0px;
 padding-right: 0px;
}
 .approval_block .inner .btn_cell {
 padding-left: 0;
}
 .approval_block .approval_block_footer ul {
 padding-left: 0;
}
}
}*/
/*--------------------------------------------------
-
- Security Center, approval_block form
-
--------------------------------------------------*/
/*.SecurityCenter .modal-header {
	border-bottom: #ddd 3px solid;
}
.SecurityCenter .modal-header-icon {
	border-radius: 100px;
	border: #333 2px solid;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center
}
.SecurityCenter .modal-header-icon i {
	color: #333;
	font-size: 30px;
	line-height: 45px
}
.SecurityCenter .modal-title {
	padding-top: 8px;
	padding-left: 10px
}*/
/*--------------------------------------------------
-
- Security Center file upload
-
--------------------------------------------------*/
/*.SecurityCenter form.upload ul {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.SecurityCenter form.upload ul li {
	border-bottom: #ddd 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.SecurityCenter form.upload ul li img {
	width: 150px;
	height: auto;
}
.SecurityCenter form.upload ul li figure {
	border: #ddd 1px solid;
	display: block;
	width: 150px;
	margin: 0;
	padding: 2px;
	overflow: hidden;
	margin-top: 10px;
}
.SecurityCenter form.upload ul label {
	width: 300px;
	display: block;
}*/
/*--------------------------------------------------
-
- error pages
-
--------------------------------------------------*/
#error_page {
    background: url(../images/backgrounds/bexam_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#error_page .message {
    color: #111 !important;
    font-size: 2rem;
}

/*--------------------------------------------------
-
- form
-
--------------------------------------------------*/
#form select {
    background: transparent \9;
}

@media all and (-ms-high-contrast: none) {
    #form select {
        background: transparent;
    }
}

#form .form-group {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
}

#form .form-group label {
    font-size: 1.5rem
}

#form [type=email], #form [type=text], #form [type=tel], #form select, .form_input input {
    box-sizing: border-box;
    border-radius: 3px;
    border: #ddd 1px solid;
    padding: 10px !important;
    box-shadow: none;
    width: 100%;
    display: block;
    line-height: 1.5;
    height: 43px;
}

#form select.form-control, #form select.form-control:not([size]):not([multiple]) {
    padding: 13px;
}

#form select {
    box-sizing: border-box;
    height: 42px;
    display: block;
    padding: 13px;
}

#form .w200 {
    width: 200px;
}

#form .submit {
    width: 500px;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    #form .w200, #form .submit, #form select {
        width: 100% !important;
    }
}

/*--------------------------------------------------
-
- airdrop
-
--------------------------------------------------*/

#airdrop .yyc-day, #airdrop .yyc-hou, #airdrop .yyc-min, #airdrop .yyc-sec {
    font-size: 5rem;
    color: var(--orange)
}

#airdrop .yyc-day-text, #airdrop .yyc-hou-text, #airdrop .yyc-min-text, #airdrop .yyc-sec-text {
    font-size: 1.5rem;
    color: #333
}

#airdrop button.get {
    background: var(--orange);
    color: #fff;
    display: block;
    margin: auto;
}

#airdrop button.complete {
    background: var(--gray);
    color: #fff;
    display: block;
    margin: auto;
}

@media (max-width: 576px) {
    #airdrop .yyc-day, #airdrop .yyc-hou, #airdrop .yyc-min, #airdrop .yyc-sec {
        font-size: 3.5rem
    }

    #airdrop .yyc-day-text, #airdrop .yyc-hou-text, #airdrop .yyc-min-text, #airdrop .yyc-sec-text {
        font-size: 1.2rem;
    }
}

/*--------------------------------------------------
-
- ac
-
--------------------------------------------------*/
.referral_content h5 {
    color: #111;
    display: block;
    cursor: pointer;
    transition: .3s;
}

.referral_content h5:hover {
    color: rgba(17, 17, 17, .70)
}

.referral_content h5:after {
    /*  font-family: 'fuse-iconfont';
      content: "";
      margin-left: 10px*/
}

.referral_content .example.hide h5:after {
    content: "";
}

.referral_content .example.hide .description {
    border-bottom: none;
}

.referral_content .example.hide {
    min-height: 0
}

.referral_content .example.hide .container {
    display: none !important
}

/*--------------------------------------------------
-
- table
-
--------------------------------------------------*/
table a {
    color: var(--orange);
    display: block;
    text-align: center;
}

/*--------------------------------------------------
-
- inner table
-
--------------------------------------------------*/
.inner_table {
    background: #f1f1f1;
    width: 100%
}

.inner_table th, .inner_table td {
    color: #666;
    font-weight: 400 !important;
    text-align: left
}

.inner_table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/*--------------------------------------------------
-
- table scroller
-
--------------------------------------------------*/
.table_scroller {
    overflow: auto;
    white-space: nowrap
}

.table_scroller::-webkit-scrollbar {
    height: 5px
}

.table_scroller::-webkit-scrollbar-track {
    background: #F1F1F1
}

.table_scroller::-webkit-scrollbar-thumb {
    background: #BCBCBC
}

.table_scroller table {
    width: 100%
}

/*--------------------------------------------------
-
- padding
-
--------------------------------------------------*/
.p0 {
    padding: 0 !important
}

/*--------------------------------------------------
-
- アフェリエイト
-
--------------------------------------------------*/
.affiliate .perfomance {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #999;
    background: #f1f1f1;
    display: block;
    padding: 15px;
}

.affiliate .perfomance h3 {
    color: #666;
    font-size: 1.8rem;
    font-weight: 600
}

.affiliate .perfomance span {
    font-weight: 600
}

.affiliate .perfomance .border_block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.affiliate .perfomance .progressbar {
    margin: 5px 0;
    border-radius: 50px;
    width: 100%;
    background: #ddd;
    display: block;
    height: 10px;
}

.affiliate .perfomance .progressbar .status {
    margin: 5px 0;
    border-radius: 50px;
    background: #ccc;
    height: 10px;
}

.affiliate .perfomance .number {
    box-sizing: border-box;
    text-align: left;
    padding-left: 0
}

.affiliate .share_block {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    background: #fff;
    display: block;
    padding: 15px;
}

/*--------------------------------------------------
-
- total_promo_codes
-
--------------------------------------------------*/
#t_p_codes {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fafafa;
    display: block;

}

#t_p_codes p {
    text-align: center;
    margin: 0;
    padding: 15px;
    padding-bottom: 0;
}

#t_p_codes .bonuses {
    color: var(--orange);
    text-align: center;
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    padding: 0 15px;
}

#t_p_codes table {
    width: 100%;
}

#t_p_codes table, #t_p_codes table tr {
    table-layout: fixed;
}

#t_p_codes table th, #t_p_codes table td {
    font-weight: 400;
    padding: 13px 15px;
    font-size: 1.3rem
}

#t_p_codes table th {
    color: #999;
}

#t_p_codes table td {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#t_p_codes table td span {
    border-radius: 3px;
    background: #ebebeb;
    color: #666;
    font-size: 1rem;
    padding: 2px;
    margin-left: 5px;
}

#t_p_codes table td span.plus {
    background-color: #e4f0d1;
    color: #7ab317;
}

#t_p_codes table td span.minus {
    background-color: #F0D1D9;
    color: #EE6EB6;
}

.overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.85;
}

.overlay .overlay-text{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 30%;
    text-align: center;
    font-size: 1.8rem;
}

.md10{
    margin-bottom: 10px;
}

.logo-link{
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------
-
- Dashboard Alerts
-
--------------------------------------------------*/
.alert {
    background-color: #fe7ea2;
    color: white;
    min-height: 50px;
    display: flex;
    position: relative;
}
.alert > .close {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}
.alert > .icon {
    color: white;
}
.alert > .body {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.alert > .link {
    color: #fec456;
}

/*--------------------------------------------------
-
- Responsive Image
-
--------------------------------------------------*/
.asp-16-9 {
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*--------------------------------------------------
-
- Image Viewer
-
--------------------------------------------------*/

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fec456' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fec456' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.actions button {
    margin-left: 1.4rem;
    color: white;
}
.input-hidden {
    cursor: pointer;
}
.input-hidden > input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.pic-actions {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.pic-actions .btn {
    background-color: white;
    margin-bottom: 1rem;
}

/*--------------------------------------------------
-
- Error Messages
-
--------------------------------------------------*/

.approval_block_footer .unapproved > ul {
    color: red;
}