

.btn-user {
  font-size: .8rem;
  border-radius: 10rem;
  padding: .60rem 1rem;
}

.btn-user-upload {
  font-size: .8rem;
  border-radius: 10rem;
  padding: .55rem 0.80rem;
}



/*
.container-fluid {
  width: 100%!important;
  padding-right: 7.5px!important;
  padding-left: 7.5px!important;
  margin-right: auto!important;
  margin-left: auto!important;
} */

.student-wrapper {
  margin-top: -100px;
  padding: 10px;
}

.student-wrapper .image--cover {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 10px solid #ce28d0!important;

  object-fit: cover;
  object-position: center right;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.65);
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.65);
}


.ns-container-fluid {
    width: 100%!important;
    padding-right: 12px!important;
    padding-left: 12px!important;
    margin-right: auto!important;
    margin-left: auto!important;
}

.btn-purple {
    background-color: #ce28d0!important;
    color: white;
}

.btn-purple:hover {
    background-color: #8e1585!important;
    color: white;
}

.text-purple {
    color: #ce28d0;
}

/*animations*/

.ns-review-icon-content .ns-rating-icon {
    animation: pulse 2s linear infinite;
}

.ns-mc-description {
    padding: 25px 15px 20px 15px!important;
}

.ns-a-decoration a {
    text-decoration: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*#content {*/
/*    !*position: relative!important;*!*/
/*    !*background-image: url(../../img/kids2.jpg)!important;*!*/
/*    !*background-size: cover!important;*!*/
/*    !*background-position: center center!important;*!*/
/*    z-index: 2!important;*/

/*    position:relative;*/
/*    background-size: cover;*/
/*    background-position:center center;*/
/*    !*background-attachment:fixed;*!*/
/*    !*height:100vh;*!*/

/*}*/

/*#content::before {*/
/*    content: ''!important;*/
/*    position: absolute!important;*/
/*    top: 0!important;*/
/*    left: 0!important;*/
/*    width: 100%!important;*/
/*    height: 100%!important;*/
/*    !*background-color: rgba(255, 255, 255, 0.73) !important;*!*/
/*    z-index: -1!important;*/
/*}*/

.ns-login-card {
    background-color: rgba(255, 255, 255, 0.93) !important;

}


/*.bg-login-image {*/
/*    background: url('../../img/kids2.jpg');*/
/*    background-position-x: 0%;*/
/*    background-position-y: 0%;*/
/*    background-size: auto;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/

.ns-login-bg {
    position: relative!important;
    background-image: url("../../img/cover.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: 2!important;
}

/*.ns-login-bg::before {*/
/*    content: ''!important;*/
/*    position: absolute!important;*/
/*    top: 0!important;*/
/*    left: 0!important;*/
/*    width: 100%!important;*/
/*    height: 100%!important;*/
/*    background-color: rgba(255, 255, 255, 0.6) !important;*/
/*    z-index: -1!important;*/
/*}*/

.bg-cover {
    background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.93) 100%),
    url("../../img/cover.jpg");
    background-attachment: static;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.message-bg-cover {
    background-image:
linear-gradient(to bottom, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.93) 100%),
        url("../../img/profile.jpg");
background-attachment: static;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ns-jumbotron {
    padding: 2rem 2rem;
}



.ns-uploads-card-img-top {
    height: 9vw!important;
}

.ns-upload-card-footer {
    padding: .45rem .45rem!important;
}

p {
    text-align: justify!important;
}
.ns-user-btn {
    font-size: 14px!important;
    padding: .50rem .65rem!important;
}

.material-card h2 {
    font-size: 18px!important;
    padding-bottom: 17px !important;
}

/*animations*/
.ns-rating-icon {
    animation: pulse 2s linear infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.ns-pending-icon {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.ns-pending-icon {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.text-primary {
    /*color: rgb(27, 168, 234) !important*/
    color: #e84248!important;
}

.btn-primary {
    background-color: #e84248!important;
    border-color: #e84248!important;
    /*background-color: rgb(27, 168, 234) !important;*/
    color:white!important;
    /*border-color: rgb(27, 168, 234) !important;*/
}

.btn-primary:hover {
    background-color: #c72e33 !important;
    border-color: #c72e33!important;
    /*background-color: rgb(24, 144, 200) !important;*/
    /*border-color: rgb(24, 144, 200) !important;*/

}

.btn-secondary {
    background-color: #B15AE9!important;
    color:white!important;
    border-color: #B15AE9 !important;
}

.btn-secondary:hover {
    background-color: #9c4dcf !important;
    border-color: #9c4dcf  !important;

}

#content {
    position: relative!important;
    background-image: url(../../img/hemodialisis.jpg)!important;
    background-size: cover!important;
    background-position: center center!important;
    z-index: 2!important;
}

#content::before {
    content: ''!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    background-color: rgba(255, 255, 255, 0.75) !important;
    z-index: -1!important;
}
.vh-90 {
    height: 90vh !important;
}

.vh-79 {
    height: 79vh !important;
}

.vh-80 {
    height: 80vh !important;
}
