/* Author : www.rexcity.com */
/*===========================*/

/*=======
 Auth-top-right profile img
  ==========*/
.image_inner_container {
    padding: 3px;
    background: #9add77;
    border-radius: 50% !important;
    background: -webkit-linear-gradient(to bottom, #f5fff5, #1c714a, #9add77); 
    background: linear-gradient(to bottom, #f5fff5, #1c714a, #9add77);
}
.image_inner_container img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.dp-nav2.active {
    padding: .1rem .5rem;
    border-bottom: .2rem solid #1c714a;
}
.auth-top-right {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #9add77;
    text-align: center !important;
    white-space: nowrap !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    background-color: white;
}
.auth-top-right img {
    padding: 2px;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(to bottom, #f5fff5, #1c714a, #9add77); 
    background: linear-gradient(to bottom, #f5fff5, #1c714a, #9add77);
}
.top-drop .dropdown-menu{margin:10px auto}
.top-drop .dropdown-menu{width:240px; left:50%; margin-left:-160px;}

/*=======
  Profile page img
  ==========*/
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .15s ease;  
}
.pt-9 {
    padding-top: 9.5rem !important;
}
.pb-9 {
    padding-bottom: 9.5rem !important;
}
.card-profile-image img {
    position: absolute;
    left: 50%;
    width: 200px;
    transition: all .15s ease;
    transform: translate(-50%, -30%);
    border-radius: .375rem;
    box-shadow: 0 0 .5rem 0 rgba(28, 113, 74, .5) !important;
}
.card-profile-stats > div {
    padding: .5rem;
    text-align: center;
}
.card-profile-stats > div .heading {
    display: block;
    color: #75b255;
    font-size: .95rem;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.card-profile-stats > div .description {
    font-weight: 400 !important;
    font-size: .98rem !important;
}
.image-file-input,.ajax-file-input {
    display: none;
}
.p-image {
  position: absolute;
  top: 110px;
  left: 58%;
  color: #9add77;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image2 {
  position: absolute;
  top: 0px; left: 0%;
  color: #9add77;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image3 {
  position: absolute;
  top: 0px;
  color: #9add77;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

/*=======
  notification count
  ==========*/
.n-count {
    height: 1.5em;
    margin-top: 5px;
    margin-left: -15px;
    vertical-align: top;
}

/*=======
  Options switch_bt button
  ==========*/
.switch_bt {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch_bt input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #9add77;
}
input:focus + .slider {
  box-shadow: 0 0 1px #1c714a;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/*=======
  message and notification
  ==========*/
.message-line div, .notice-line div, .blocked-line .form-row, 
.strip-line div, .message-col [class*="col-"] {
  border-bottom: 1px solid #dee2e6;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding-top: 0.5rem;
  color: #6c757d !important;
}
.message-line .c-blk { 
    color: black !important;
}
.message-img img, .notice-img img {
  width:42px;
  height:42px;
  margin-right: 0.5rem !important;
  border-radius: 0.25rem !important;
}
.message-img img{
  width:35px;
  height:35px;
}
.message-line .checkmark {
  top: 5px; left: 0;
  width: 20px;
  height: 20px;
}
.message-line .check-container .checkmark:after {
  left: 5px; top: 3px;
}
.notice-line div.pr0,.notice-line div.pr-0 
.message-line div.pr0,.message-line div.pr-0{
  padding-right: 0 !important;
}

/*=======
  My contents
  ==========*/
.my-content li,.my-content a {
    font-size: 0.9rem;
    font-weight: 400 !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.my-content li:hover,.my-content a:hover{
    border-bottom: .10rem solid #1c714a !important;
}
.my-content li.c-active,.my-content li.coin-active,
.my-content a.c-active,.my-content a.coin-active {
    background-color: #f5fff5;
    border-bottom: .25rem solid #9add77 !important;
}
.tab-a a {
    color: black !important;
}
.block-a, .block-a a {
    display: block;
}
.content-option .btn, .profile-option .btn {
    width:125px;
}

/*=======
  My Rexcoin
  ==========*/
.my-coin{
    border-left: 2px solid #dee2e6;
}
.my-coin span, .strip-line th{
    font-size: 0.9rem;
    font-weight: 400 !important;
}
.my-coin strong{
    font-weight: 500 !important;
}
.my-coin .media{
    border-bottom: 1px solid #dee2e6 !important;
    padding-left: 0.5rem !important;
}
.amount {
    max-width:160px;
}
.xpin {
    max-width:100px;
}
.xdescription {
    min-width:320px;
}
.xamount{
    min-width:120px;
}
.c-na,.c-pending{ 
    background-color: #ccc !important;
}
.c-processing{ 
    background-color: #eee !important;
}
.c-credit,.c-completed{ 
    background-color: #9add77 !important;
}
.c-debit,.c-canceled{ 
    background-color: #ffa1a1 !important;
}
.pay-table td{
  width: 50% ;
}
.xt_padding{
  margin-left: 0 !important; margin-right: 0 !important;
  padding-left: 0 !important; padding-right: 0 !important;
}
.xt_padding .form-row {
    margin-left: 0 !important; margin-right: 0 !important;
}
.shd-fm .form-control.switch {
    background-color: #f5fff5 !important;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}
