* {
    box-sizing: border-box;
   }
   *:before,
   *:after {
    box-sizing: border-box;
   }
   html,
   body {
    height: 100%;
    position: relative;
    font-family: 'Open Sans'!important;
   }
   .h2, h2 {
    font-size: 1.5em;
    color: #FFF;
    text-transform: capitalize;
}
   .im-container {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px; /* height of your footer */
    background: #14114b;
   }
   footer {
    position: absolute;
    bottom: 0;
    width: 100%;
   }

   header {
    height: 69px;
    background: #243283;
}

.clearfix {
    clear: both;
}

h5 {
    color: #233283;
    font-size: 16px;
}

.logo-col {
    /*border-right: solid 1px #8c97cd;*/
    padding-right: 25px;
}
.logo {
    width: 205px;
    margin-left: 20px;
    margin-right: 20px;
}

.nav-menu {
    list-style: none;
    color: #8c97cd;
    margin-top: 20px;
}

.nav-menu li {
    margin-bottom: 20px;
    font-size: 12px;
}

.nav-menu li i {
    margin-right: 30px;
}

.main-content {
    margin-top: 50px;
}

.main-content .banner {
    background: #334cdd;
    height: 100px;
    background-image: url(images/sound-coin.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.refer-text {
    color: #FFF;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 33px;
    text-align: center;
    border-right: 1px solid #8c97cd;
    font-weight: bold;
}

.invite-text {
    color: #FFF;
    display: inline-block;
    margin-top: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn.invite-button {
    background-color: #FFF;
    color: #000;
    border-radius: 100px;
    padding: 10px 20px;
    margin-left: 60px;
    border-color: transparent;
}

.btn.purchase-button {
    background-color: #E40280;
    color: #FFF;
    font-size: 16px;
    border-radius: 100px;
    padding: 20px 35px;
    margin-left: 60px;
    border-color: transparent;
    margin-top: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #E40280;
}

.btn.purchase-button:hover {
    background-color: #FFF;
    color: #E40280;;
    border: 1px solid #E40280;
}


.card-area .row {
    margin-top: 20px;
}

.card {
    background: #FFF;
    min-height: 200px;
    padding: 0 20px;
    border-radius: 2px;
}

.tokens-area {
    
}

.tokens-area h5 {
    margin-bottom: 10px;
}

.tokens-area h3 {
    width: fit-content;
    font-size: 48px;
    color: #14114b;
    margin-top: 20px;
}

.tokens-area h3 small {
    font-size: 40%;
}

.tokens-area .invite-text-small {
    margin-bottom: 10px;
}

.sound-button {
    background-color: #e40280;
    color: #FFF;
    border-radius: 100px;
    padding: 10px 20px;
    border-color: #e40280;
    width: 100%;
    margin-bottom: 5px;
}

.gray-button {
    background-color: rgb(201, 201, 201);
    color: rgb(255, 255, 255);
    border-radius: 100px;
    padding: 10px 20px;
    border-color: rgb(201, 201, 201);
    width: 100%;
    margin-bottom: 5px;
}

.master-holder h2 {
    font-size: 36px;
    color: #14114b;
    font-weight: 200;
    text-transform: capitalize;
}

.btn-primary {
    color: #fff;
    background-color: #334CDE;
    border-color: #334CDE;
}

.rmagic .rmrow .rmfield label {
    font-weight: 600;
    width: auto;
    color: #14114b;
    font-size: 15px;
}

.rmagic .buttonarea {
    margin-top: 10px;
}

.alert-error .close {
	color: #FFF;
	font-size: 16px;
}

.rmcontent .alert-heading {
    display: none;
}

.rmagic .alert-error {
    background-color: #e40280;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding: 35px;
    border: 1px solid #e40280;
    margin-top: 20px;
}

.rmagic .rmcontent.rm-login-wrapper .rmrow .rminput ul li.rm-login-remember label {
    float: none;
    color: #14114b;
}

.rmagic .alert-error > a {
    display: inline-block;
    float: right;
    box-shadow: none;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    border-bottom: 0px !important;
    margin-top: -10px;
}

.balances .col-md h5 {
    margin-top: 25px;
    font-size: 12px;
    font-weight: bold;
}
.balances .col-md h3 {
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
}

.balances .col-md h3.smaller {
    margin-top: 10px;
    color: #334CDE;
    font-size: 22px;
    font-weight: bold;
}

.balances {
    padding-top: 15px;
}

.activity-feed {
    padding-left: 0px;
}

.activity-item {
    display: block;
}

.activity-item .item-date {
    color: #14114B;
    font-size: 14px;	
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.activity-item .main-description {
    font-size: 16px;	
    font-weight: 600;
    color: #14114B;
}

.activity-item .sub-description {
    font-size: 12px;	
    font-weight: 600;
    color: #14114B;
    opacity: 0.5;
}

.activity-item .main-value {
    color: #334CDE;
    font-size: 17px;
    text-align: right;
}

.activity-item .sub-value {
    color: #14114B;
    font-size: 14px;
    text-align: right;
    opacity: 0.5;
}

.share-section p {
    color: #14114B;
}

.share-section small {
    color: #14114B;
}

.intro {

}

.share-link {

}

span.copy-link {
    padding: 20px;
    display: inline-block;
    border: dashed 2px #334CDE;
    width: 100%;
    text-align: left;
}

span.copy-button {
    padding: 21px 15px 21px 15px;
    display: inline-block;
    background: #334CDE;
    border: 2px solid #334CDE;
    color: #fff;
    cursor: pointer;
    transition: .5s;
    display: inline-block;
    width: auto;
    margin-top: 10px;
}

span.copy-button:hover {
    display: inline-block;
    background: #fff;
    border: 2px solid #334CDE;
    color: #334CDE;
}

span.copy-button:active {
    display: inline-block;
    background: #e40280;
    border: 2px solid #e40280;
    color: #fff;
}

.sc-icons {
    margin: 20px 0;
}

span.social-media-item {
    display: inline-block;
    padding: 10px;
    background: #ECEFF5;
    margin-right: 20px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: auto;
    background-color: auto;
    border-color: auto;
    border-radius: auto;
    padding: auto;
}

.registration-banner {
    height: 100%;
    background: #334CDE;
}

.banner-container {
    background: #334CDE;
    text-align: center;
    padding-top: 10vh;
    height: 100vh;
    border: #979797 solid 2px;
    border-top: 0;
    border-bottom: 0;
}

h6.banner-title {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

.banner-description {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #fff;
}

.banner-app {
    width: 80%;
    margin: 0 auto;
}

.register-content {
    margin-top: 0px;
}

.register {
    padding-bottom: 0;
}

.register .inmusik-main {
    position: relative;
}

.register-copyright {
    position: absolute;
    height: 20px;
    width: 275px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    font-size: 14px;
}

.register .inmusik-main {
    padding-top: 8vh;
}

.register-wp-content {
    display: block;
    margin-top: 20px;
}

.register-wp-content .rm_form_field_type_richtext p {
    text-align: center;
    font-size: 14px;
    color: #354052;
}

.register-wp-content .btn-primary {
    padding: 5px 50px;
}

.login-template .theme-content {
    padding: 60px 130px!important;
}

a {
    color: #e40280;
}

.main-description small {
    background: #BDD5FF;
    padding: 1px 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-description small.payment-status.pending {
    background: #BDD5FF !important;
    color: #14114b;
}

.main-description small.payment-status.confirmed {
    background: #d9f4bf !important;
    color: #14114b;
}

.main-description small.payment-status.awaiting-payment {
    background: #fad392 !important;
    color: #14114b;
}

.main-description small.payment-status.payment-failed {
    background: #fed7ec !important;
    color: #14114b;
}

.verification_status.pending {
    background: #BDD5FF !important;
    color: #14114b;
}

.verification_status.confirmed {
    background: #d9f4bf !important;
    color: #14114b;
}

.verification_status.awaiting-payment {
    background: #fad392 !important;
    color: #14114b;
}

.verification_status.payment-failed {
    background: #fed7ec !important;
    color: #14114b;
}

.text-right {
    text-align: right;
}

li#field_30_12 label {
    position: relative;
    left: 25px;
}

li#field_30_92 {
    position: relative;
    top: -25px;
    height: 0px;
}

.register .rm-post-sub-msg {
    display: none!important;
}

#reset-pass-submit {
    background: #e40280;
}

.kyc-status-not-verified {
    background: #fff!important;
    border: solid 2px #e40280!important;
    color: #e40280!important;
}

.kyc-status-not-verified:hover {
    background: #e40280!important;
    border: solid 2px #e40280!important;
    color: #ffffff!important;
}

.inmusik-main #text-block-2 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #14114b;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#transactionModal .modal-header {
    margin: 0;
    padding: 0;
    border: 0;
    padding-right: 5px;
}

#transactionModal .modal-title {
    color: #14114B;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

#transactionModal h3.total_sound {
    color: #206FFF;
    font-weight: bold;
    font-size: 28px;
}

#transactionModal h5.verification_status {	
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    background-color: #BDD5FF;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
}

#transactionModal .btn-pay-transaction {	
    height: 50px;	
    width: 300px;
    font-size: 22px;	
    border-radius: 4px;	
    background-color: #206FFF;
    color: #FFF;
}

#transactionModal .lbl-total-payment {
    color: #14114B;
    font-weight: bold;
    font-size: 16px;
}

#transactionModal .total-payment {
    color: #206FFF;
    font-size: 20px;
}

#transactionModal .details .text-left {
    opacity: 0.5;	
    color: #14114B;	
    font-size: 16px;
}

#transactionModal .details .text-right {
    color: #14114B;	
    font-size: 16px;
    font-weight: bold;
}

.popupModal .modal-header {
    margin: 0;
    padding: 0;
    border: 0;
    padding-right: 5px;
}

.popupModal .modal-title {
    color: #14114B;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.popupModal h3.total_sound {
    color: #206FFF;
    font-weight: bold;
    font-size: 28px;
}

.popupModal h5.verification_status {	
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    background-color: #BDD5FF;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
}

.popupModal .btn-pay-transaction {	
    height: 50px;	
    width: 300px;
    font-size: 22px;	
    border-radius: 4px;	
    background-color: #206FFF;
    color: #FFF;
}

.popupModal .lbl-total-payment {
    color: #14114B;
    font-weight: bold;
    font-size: 16px;
}

.popupModal .total-payment {
    color: #206FFF;
    font-size: 20px;
}

.popupModal .details .text-left {
    opacity: 0.5;	
    color: #14114B;	
    font-size: 16px;
}

.popupModal .details .text-right {
    color: #14114B;	
    font-size: 16px;
    font-weight: bold;
}

.activity-item {
    cursor: pointer;
}

.register header {
    display: none;
}

.activity-container {
    overflow: auto;
    max-height: 38vh;
}

#twitter-widget-1 {
    position: relative!important;
    top: 4px;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
    
}
  
/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/
  
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
}

/* 
##Device = Mobile
##Screen = B/w 600px below
*/

.hidden-sm-down {
    display: none;
}

@media only screen and (max-width: 600px) {
    .hidden-sm-up {
        display: none;
    }

    .hidden-sm-down {
        display: block;
    }

    .logo {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .logo-col {
        text-align: center;
    }

    .main-content {
        margin-top: 20px;
    }

    h2 {
        text-align: center;
        float: none!important;
    }

    .kyc-column {
        text-align: center;
        float: none!important;
    }

    .balances .col-sm-12 h5 {
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .balances .col-sm-12 h3 {
        margin-top: 0px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        display: inline-block;
    }

    .balances .col-sm-12 h3.smaller {
        margin-top: 0px;
        color: #334CDE;
        font-size: 22px;
        font-weight: bold;
    }

    .balances .col-sm-12 {
        text-align: center;
    }

    .btn.purchase-button {
        margin-left: 0px;
        border-color: transparent;
        margin-top: 25px;
        margin-bottom: 20px
    }

    .activity-item .main-value {
        color: #334CDE;
        font-size: 17px;
        text-align: center;
        margin-top: 10px;
        word-break: break-word; 
    }

    .activity-item .sub-value {
        color: #14114B;
        font-size: 14px;
        text-align: center;
        opacity: 0.5;
        padding-bottom: 20px;
        border-bottom: 1px dashed
    }

    .activity-item .item-date {
        color: #14114B;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: underline;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }

    .activity-item .main-description {
        text-align: center;
    }

    .activity-item .sub-description {
        font-size: 12px;
        font-weight: 600;
        color: #14114B;
        opacity: 0.5;
        text-align: center;
    }

    .activity-feed {
        padding-left: 0px;
        margin-left: 0;
    }

    .inmusik-main {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }

    .login-template .theme-content {
        padding: 0!important;
    }

    .registration-banner {
        display: none;
    }

    .register header {
        display: block;
    }

    .activity-container {
        overflow: auto;
        max-height: inherit;
    }

    span.copy-button {
        text-align: center;
        width: 100%;
    }

    .referral-card {
        margin-top: 20px;
    }
}