/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
    background: url("../images/mobile-bg.png") no-repeat;
    background-size: cover;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #fff;
    transition: all 0.3s;
    display: inline-block;
    position: relative;
    padding-bottom: 40px;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    overflow: auto;
    overflow: hidden;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebarCollapse {
    float: left;
    padding-top: 15px;
    padding-right: 20px;
    display: block;
    color: #fff;
    font-size: 22px;
    padding: 4px 0 0 0;
    border: none;
    background: transparent;
    margin-left: 0;
    margin-top: 20px;
    z-index: 33;
    position: relative;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.logo-admin {
    text-align: center;
    padding: 30px 0;
}

#sidebar {
    background: url("../images/side-bar-bg.png") no-repeat;
    background-size: cover;
}

.admin-top {
    padding: 30px 25px;
}

.menu_admin {
    display: inline-block;
    height: 100%;
}

.inner-acct-ico {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(29, 53, 155);
    background: linear-gradient(-50deg, rgb(29, 53, 155) 10%, rgb(5, 34, 65) 40%, rgb(0, 1, 2) 75%);
    margin: 0 auto;
    padding: 5px 10px;
    border: 2px solid #0b6cf0;
}

.menu_admin li {
    display: inline-block;
    width: 100%;
    padding: 5px 20px;
}

.menu_admin li a {
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    margin-top: 3px;
    font-weight: bold;
    background: rgb(0, 87, 203);
    background: linear-gradient(0deg, rgba(0, 87, 203, 1) 0%, rgba(0, 115, 215, 1) 100%);
    border: 2px solid #6697c0;
    text-decoration: none;
    font-family: Mulish;
}

.menu_admin li>a:hover {
    background: rgb(29, 53, 155);
    background: linear-gradient(0deg, rgba(29, 53, 155, 1) 0%, rgba(5, 34, 65, 1) 40%, rgba(0, 1, 2, 1) 75%);
    border: 2px solid #0b6cf0;
}

.inner-grad {
    background: #ad3f02;
    background: -moz-linear-gradient(top, #ad3f02 0%, #f14a0f 100%);
    background: -webkit-linear-gradient(top, #ad3f02 0%, #f14a0f 100%);
    background: linear-gradient(to bottom, #ad3f02 0%, #f14a0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad3f02', endColorstr='#f14a0f', GradientType=0);
}

.admin-head h3 {
    font-size: 30px;
}

.admin-top {
    padding: 25px 0;
}

.admin-middle {
    padding: 10px 0 50px 0;
}

.ref_link {
    width: 50%;
    position: relative;
}

.ref_link input[type="text"] {
    width: 100%;
    height: 40px;
    color: #7d7d81;
    padding-left: 20px;
    padding-top: 9px;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    border-radius: inherit;
    font-weight: normal;
    border-radius: 50px;
    border: none !important;
}

.err_msg {
    position: absolute;
    right: 6px;
    top: 4px;
    color: #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    padding-top: 7px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    background: #108de4;
}

.ref_link input {
    /* background: red; */
    background-clip: padding-box;
    border: 2px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: linear-gradient(to bottom, #7a4ec7 0%, #6639ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a4ec7', endColorstr='#6639ff', GradientType=0);
    padding: 11px 43px;
    color: #fff;
}

.inner-primary {
    color: #00f6ff;
}

.inner-acct-con span {
    font-size: 20px;
}

.inner-acct-con {
    margin-top: 15px;
}

.inner-acct-bg {
    width: 264px;
    background: url(../images/inner-acct-bg.png) no-repeat;
    background-size: cover;
    padding: 73px 0;
}

.inner-acct {
    margin-top: 20px;
}

.inner-title {
    margin: 20px !important;
}

.last-con h3 {
    font-size: 35px;
}

.last-con {
    margin-top: 10px;
}

.last-activi-bg {
    width: 375px;
    background: url(../images/inner-last.png) no-repeat;
    padding: 38px 0 35px 0;
    background-size: cover;
    margin: 10px auto;
}

.admin-bg {
    background: url(../images/inner-bg02.png) no-repeat;
    background-size: cover;
    margin-top: 0px;
    padding: 20px 30px;
}

.acct-note li {
    display: inline-block;
    padding: 10px;
}

.acct-note li h6 {
    font-size: 17px;
    padding: 14px 40px;
    background: rgb(29, 53, 155);
    background: linear-gradient(0deg, rgba(29, 53, 155, 1) 0%, rgba(5, 34, 65, 1) 40%, rgba(0, 1, 2, 1) 75%);
    border: 2px solid #0b6cf0;
}

#myInput:focus-visible {
    outline: none;
}

.acct-note-btn li {
    display: inline-block;
    margin: 0 10px;
}

.acct-note-btn {
    margin: 20px 0 10px 0;
}

.admin-cpy {
    padding: 20px 0;
}

.table-trans {
    border-radius: 15px;
}

@media only screen and (min-width: 1200px) {
    .inner-aft01::after {
        position: absolute;
        content: "";
        width: 48px;
        height: 48px;
        background: url(../images/inner-coin01.png) no-repeat;
        left: 150px;
        top: -26px;
    }
    .inner-aft02::after {
        position: absolute;
        content: "";
        width: 48px;
        height: 48px;
        background: url(../images/inner-coin02.png) no-repeat;
        right: 150px;
        top: 0;
    }
}

.deposit-block {
    display: inline-block;
    width: 65%;
}

.deposit-block span {
    color: #cdfcdb;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 4px solid #10b38c;
    /* vertical-align: bottom; */
    /* display: inline-block; */
    padding: 2px 0;
}

.deposit-block .form_block-02 {
    display: inline-block;
    width: 85%;
}

.deposit-block input[type="text"],
.deposit-block input[type="number"] {
    border-bottom: 4px solid #108de4;
    padding-right: 0;
    background: none;
    border-radius: inherit;
    font-size: 20px;
    height: 41px;
}

input[type="number"] {
    width: 100%;
    border: none;
    color: #fff;
}

.form-control {
    margin-bottom: 20px;
}

.min-dep {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #0551c6;
    padding: 10px 15px;
    border-radius: 50px;
    display: inline-block;
}

.payment-list-detail {
    margin-top: 0;
}

.payment-list-detail li {
    display: inline-block;
    padding: 0px 12px;
}

.payment-list-detail .selection {
    margin-bottom: 1em;
}

.payment-list-detail .selection label {
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
    margin: 2px 5px;
    border: 1px solid transparent;
}

.payment-list-detail .selection input[type="radio"]:checked~label {
    border: 1px solid #108de4;
}

.payment-list-detail .selection label:hover {
    border: 1px solid #108de4;
}

.payment-list-detail .selection input[type="radio"] {
    display: none;
}

.acct-note-btn a {
    color: #fff;
    text-decoration: none;
}

.plan-min-height {
    height: 414px !important;
}

.plan-sec {
    margin: 0 auto !important;
}

.name:focus-visible {
    outline: none;
}

/***************************************************security start********************************************************/

.secu {
    background: rgba(0, 109, 212, 0.3);
    border-radius: 15px !important;
    padding: 25px;
}

.sec-links1 li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

.last-acct-con h4 {
    font-size: 25px;
    margin-bottom: 15px !important;
}

.security-img {
    background: rgb(29, 53, 155);
    background: linear-gradient(0deg, rgba(29, 53, 155, 1) 0%, rgba(5, 34, 65, 1) 40%, rgba(0, 1, 2, 1) 75%);
    border: 2px solid #0b6cf0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.sec-links li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 15px;
}

.sec-links li a:hover {
    color: #00f6ff !important;
}

.security-fact .form-ico {
    padding: 4px 8px;
}

/***************************************************security end********************************************************/

/***************************************************refrral start********************************************************/

.how-it-bg {
    padding: 25px;
    background: rgb(29, 53, 155);
    background: linear-gradient(0deg, rgba(29, 53, 155, 1) 0%, rgba(5, 34, 65, 1) 40%, rgba(0, 1, 2, 1) 75%);
    border: 2px solid #0b6cf0;
    border-radius: 15px !important;
}

.act-icol {
    width: 53px;
    height: 52px;
    padding: 10px;
    background: rgb(0, 87, 203);
    background: linear-gradient(0deg, rgba(0, 87, 203, 1) 0%, rgba(0, 115, 215, 1) 100%);
    border: 2px solid #6697c0;
    border-radius: 50%;
    margin: 0 auto;
}

.form-check {
    margin-top: 8px;
}

/***************************************************refrral end********************************************************/

/***************************************************responsive********************************************************/

@media only screen and (max-width: 1300px) {
    #sidebarCollapse {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    #sidebar::after {
        display: none;
        content: inherit;
    }
    .inner-acct {
        margin-bottom: 20px;
    }
    .acct-note-btn li {
        padding: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .inner-acct-bg {
        width: 100%;
        /* background: transparent; */
        padding: 20px;
        /* border: 3px solid #5087e3; */
        /* background: rgb(29,53,155); */
        background: linear-gradient(0deg, rgba(29, 53, 155, 1) 0%, rgba(5, 34, 65, 1) 40%, rgba(0, 1, 2, 1) 75%);
        border: 2px solid #0b6cf0;
        border-radius: 25px;
    }
    .acct-note-btn li {
        padding: 0px 1px;
    }
    .acct-note-btn li {
        display: inline-block;
        margin: 0px;
    }
    .last-activi-bg {
        width: 100%;
        background: transparent;
        padding: 30px 0 30px 0;
        background: rgb(0, 87, 203);
        background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(29, 53, 155) 100%);
        border: 2px solid #3144aa;
        border-radius: 25px;
    }
    .deposit-block {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .min-dep {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 10px;
    }
    .edit-profiles-sec {
        position: relative;
        left: 0px;
    }
    .how-it-bg {
        margin-bottom: 15px;
    }
    .sec-links {
        padding-left: 0px;
    }
    .sec-links1 {
        min-height: 50px;
    }
}

@media only screen and (max-width:767px) {
    .sec-links1 {
        min-height: 0px;
    }
    .edit-profiles-sec {
        position: relative;
        left: 0px;
    }
    #content {
        overflow: clip;
    }
    #sidebarCollapse {
        width: auto !important;
    }
    #sidebarCollapse {
        width: 100%;
    }
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    .ref_link {
        width: 100%;
        position: relative;
        margin-top: 10px;
    }
    .admin-head {
        text-align: center;
    }
    .acct-note li h6 {
        padding: 10px 20px;
    }
    .acct-note li {
        width: 100%;
    }
    .admin-cpy {
        background: #013d9c;
        padding: 20px 0;
    }
    .secu {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:575px) {
    .acct-note-btn li {
        padding: 5px 4px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .min-dep {
        font-size: 14px;
    }
}