.sidebar-fixed {
    height: 100vh;
    width: 270px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    z-index: 1050;
    background-color: #3b465e;
    padding: 0 1.5rem 1.5rem
}

.sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.sidebar-fixed .logo-wrapper {
    padding: 2.5rem
}

.sidebar-fixed .logo-wrapper img {
    max-height: 50px;
    border-radius: 25px;
}

.ciwcamp_login_icons{
    display: inline-flex;
}

.ciwcamp_third_party_login_btn{
    font-size: 29px !important;
    margin-left: 25% !important;
}

.ciwcamp_login_icons p{
    display: table;
    font-size: 13px;
    font-weight: bolder;
    color: #007cba;
}

@media (min-width:1200px) {

    .navbar,
    .page-footer,
    main {
        padding-left: 270px
    }
}

@media (max-width:1199.98px) {
    .sidebar-fixed {
        display: none
    }
}

.container-for-admin {
    background-color: #eee !important;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.list-group-item {
    color: #fff;
    background-color: #00695c !important;
}
.card [class*=card-header-] .card-icon,
.card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.card-title {
    margin-bottom: .75rem;
    float: right;
    margin-top: -20px;
    font-weight: 500;
}
.dropdown-item.waves-effect.waves-light:hover {
    background: black;
    color: white;
}
.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
    padding: 19px;
}
.ciwcamp-space {
    color: white;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 152, 0, .4);
}
.ciwcamp-revenue {
    color: white;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgb(67 160 71);
}
.ciwcamp-issues {
    color: white;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgb(229 57 53);
}
.ciwcamp-followers {
    color: white;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgb(30 136 229);
}
.ciwcamp-space i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}
.ciwcamp-revenue i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}
.ciwcamp-issues i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}
.ciwcamp-followers i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}
.ciwcamp-nav a {
    color: white;
}
.ciwcamp-affiliate-desc
{
    display: none ;
}
.primary-color-dark {
    background-color: #263238 !important;
    position: fixed;
    width: 100%;
}
.navbar-wrapper a {
    color: white;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #eee;
    background-color: #eee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #eee 100%)!important;
}
.page-item.active .page-link {
    z-index: 0!important;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.dataTables_wrapper {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
table td {
    font-size: .9rem;
    font-weight: 500!important;
}
footer.page-footer {
    display: none;
}
.list-group-item.active {
    border-color: #ffffff!important;
}
.form-control {
    display: block!important;
    width: 100%!important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem!important;
    font-size: 1rem;
    font-weight: 400!important;
    line-height: 1.5;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.teal.lighten-1 {
    color: #fff !important;
}
label {
    font-weight: 400;
    text-align: left;
}
.list-group-item-action:hover {
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #263238!important;
    border-radius: 4px;
}
.list-group-item.active {
    background-color: #263238!important;
}
.modal-dialog.modal-notify.modal-primary .modal-header {
    background-color: #26a69a!important;
}
button#ciwcamp-save-profile-data-btn {
    float: right;
}
.btn-primary {
    color: #fff;
    background-color: #26a69a !important;
    margin-top: -5px;
}
.navbar .nav-item .nav-link {
    display: block;
    background-color: #00695c;
    border-radius: 30px;
}
.ciwcamp_left {
    float: left;
    font-size: 30px;
    font-weight: 600;
}
.btn-danger {
    margin-top: -5px;
}
.float-left p {
    float: left!important;
}
#ciwcamp_withdraw_table {
    width: 100%!important;
}

.ciwcamp-product-share
{
    width:12%;
    float:right;
    margin-top:-12.7%;
    margin-left:-10%;
    display: none;
}
select.form-select-control {
    width: 30% !important;
    padding: 10px;
}
.ciwcamp-loader {
    height: 100px!important;
    width: 100px!important;
    position: fixed;
    left: 50%;
    top: 25%;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


  .circle, .circle button {
    font-weight: 300;
  }
  .circle button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #26a69a;
    border: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .1s;
    
  }
  .circle button:hover {
    background: #26a69a;
  }
  .circle button:focus {
    outline: none;
  }
  .circle ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }
  .circle li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
  }
  .circle li input {
    display: none;
  }
  .circle li input + label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
  }
  .circle li input + label:hover {
    background: #f3f3f3;
  }
  .circle.open li input + label {
    width: 50px;
    height: 50px;
    line-height: 76px;
    margin-left: -14px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
  .fab {
    font-size: 50px;
    line-height: 80px;
  }
  .fa-facebook { 
    color: #3a559f;
  }
  .fa-dribbble {
    color: #e74d89;
  }
  .fa-pinterest {
    color:#bd081c;
  }
  .fa-stumbleupon-circle {
    color: #eb4823;
  }
  .fa-reddit {
    color: #ff4500;
  }
  .fa-telegram {
    color: #2a9fd1;
  }
  .fa-google-plus {
    color: #d74c3e;
  }
  .fa-twitter {
    color: #53a8e6;
  }
  .circle ul li {
    z-index: 9999;
}
#ciwcamp-product-copy-link, #ciwcamp-copy-shop-link, #ciwcamp-copy-home-link
{
    z-index: 1000;
}
.overlay {
    background: #b9b6b6;        
    position: absolute;  
    top: 0;               
    right: 0;               
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
