.table-hover > tr:hover {
    background-color:#fff;
}

.progress-bar {
    height: 20px;
    background: #1da1f2;
    box-shadow: 2px 14px 15px -7px rgba(30, 166, 250, 0.36);
    border-radius: 50px;
    transition: all 0.5s;
}

.container {
    height: 38px;
    /* display: none; */
}
.container h2 {
    margin-bottom: 20px;
}
.container .progress {
    padding-bottom: 2px;
    height: 24px;
    background-color: #ffffff !important;
    border: 2px solid red;
    border-radius: 25px;
    margin: 5px;
}

.container-upload-media-text {
    padding: 0px;
    line-height: 30px;
    color: red;
}

.doc {
    display: block;
    text-align: center;
    font-size: 20px;
    color: white;
    background: #263238;
    padding: 10px;
}

#reception .reception-item a {
    width: 300px !important;
}

.navbar-brand {
    padding: 0 0;
}

.navbar .navbar-nav li.active {
    background: #e1e1e1;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0;
    overflow: hidden;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu li span{
    margin: 10px 0 10px 35px;

}

.sub-menu .active a {
    color: #FD799D;
}

.sub-menu .active span {
    color: #FD799D;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
    color: #FD799D !important;
}

.navbar .navbar-nav li > a:hover, .navbar .navbar-nav li > a:hover .menu-icon {
    color: #FD799D;
}

/* #right-panel {
    background-color: pink;
} */

a:hover, a:focus {
    color: #FD799D;
}

::placeholder {
    color: #b1b1b1 !important;
    opacity: 0.3; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b1b1b1 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b1b1b1 !important;
}


.custom-tab .nav-tabs > a.active, .custom-tab .nav-tabs > .active > a:focus, .custom-tab .nav-tabs > li.active > a:hover {
    color: #17a2b8;
}

.custom-tab .nav-tabs > a.active:after, .custom-tab .nav-tabs > li.active > a:focus:after, .custom-tab .nav-tabs > li.active > a:hover:after {
    background: #17a2b8;
}

.list-media {
    height: auto !important;
    width: auto !important;
    max-width: 300px !important;
    max-height: 300px !important;
}

/* preview and drop file */
#btn-add-video .gallery img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin: 0px 5px;
}

.gallery-video {
    position: relative;
}

.gallery-video-item {
    position: relative;
}

#btn-add-video .gallery-video video {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin: 0px 5px;
    border: 1px dashed #FD799D;
}


.dropFiles {
width: 100%;
min-height: 100px;
height: 100px;
border: 5px red dashed;
text-align: center;
font-size: 25px;
}

.highlightDropArea {
border: 5px green dashed;
}

#btn-add-video .upload-container {
    position: relative;
}

#btn-add-video .upload-container input:hover {
    background: #ddd;
}

#btn-add-video .upload-container:before {
    position: absolute;
    bottom: 50px;
    left: 245px;
    color: #3f8188;
    font-weight: 900;
}

#btn-add-video .upload-btn {
    margin-left: 300px;
    padding: 7px 20px;
}
/* end preview and drop file */

.login-content .login-form {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(29, 28, 28, 0.12);
    border-radius: 16px;
}

.login-content .title {
    width: 408px;
    height: 44px;

    font-family: Noto Sans,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;

    color: #141F3C;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.login-content .text-dark {
    color: #141F3C !important;
    font-family: Noto Sans,sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.btn-login {
    background: #FD799D;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
}

.btn-login:hover {
    background: #f3416e;
}

.login-form img {
    height: 85px;
    float: right;
}

.col .form-control-label {
    line-height: 38px;
    /* height: 100%; */
}

.scroll-y {
    height: 400px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.scroll-y::-webkit-scrollbar {
    width: 8px;
}

.scroll-y::-webkit-scrollbar-thumb {
    background: #b1b0b0;
}


.sort-by {
    align-items: center;
    justify-content: space-between;
}

.sort-by .col-9 {
    padding: 0 0 0 10px;
}

.sort-by .col-2 {
    padding: 0;
}

.height-sort-by {
    height: 35px;
}

.password {
    position: relative;
}

.show-password {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.content {
    min-height: 83vh;
}

footer.site-footer {
    padding: 0px 2.875em;
}

.dashboard-search {
    padding-right: 20px;
}

.dashboard-search-date {
    justify-content: end;
    padding-right: 10px;
}

.clinic-alert {
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.btn-primary-custom {
    background-color: #FD799D !important;
    border: none;
}

.btn-success-custom {
    background-color: #0299FE !important;
    border: none;
}

.text-primary-custom {
    color: #FD799D !important;
    text-transform: none;
}

.text-success-custom {
    color: #0299FE !important;
    text-transform: none;
}

.page-item.active .page-link {
    background-color: #FD799D !important;
    border-color: #FD799D;
}

#gallery-photo-add {
    background-color: #EAF6FF !important;
}

.gallery img {
    border: 1px dashed #FD799D;
}

#btn-add-video .upload-container input {
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 18px 15px;
    /* padding: 50px 50px; */
    text-align: center !important;
    width: 80px;
    height: 80px;
}

.image-reception {
    position: relative;
}

.icon-delete-image {
    position: absolute;
    top: 30%;
    right: 30%;
    width: 30px !important;
    height: 30px !important;
    border: none !important;
}

.video-reception-input {
    position: relative;
}

.image-item {
    position: relative;
    margin: 5px;
}

.delete-item {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px 0;
    text-align: center;
    width: 21px;
    height: 21px;
    line-height: 17px;
}

.delete-item:hover {
    background-color: #FD799D;
}

.gallery-photo-add {
    border: 1px dashed #FD799D;
    border-radius: 4px;
    margin: 0px 5px;
    position: absolute;
}
.gallery-photo-add::-webkit-file-upload-button {
  visibility: hidden;
}

.gallery-photo-add::before {
    content: url('../../icons/add-file.png');;
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    border: none;
  }
  .gallery-photo-add:hover::before {
    border-color: black;
  }

.login-content {
    margin: 15vh auto;
}

.image-login {
    width: 100%;
    object-fit: cover;
    height: 100vh;

}

.login-form .logo {
    position: absolute;
    top: -20px;
    right: -30px;
}

#login {
    background-image: url("/images/background-login.svg");
    height: 100vh;
}

#login .login-image {
    margin-top: 12vh;
    margin-left: 20%
}

.right-panel .navbar-brand img {
    max-width: 86px;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    color: #343a40;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    vertical-align: middle;
    margin: 0;
}

.add-row {
    border: 2px solid #FE789F;
    color: #FD799D;
    background-color: transparent;
    height: 46px;
    line-height: 26px;
}

.add-row:hover {
    background-color: #FE789F;
    border: none;
}

.btn-primary-custom-disabled {
    background-color: #bfbfbf !important;
}

.btn-primary-custom-inactive {
    border-color: #FD799D;
    color: #FD799D;
    background-color: white;
}

.btn-primary-custom-inactive:hover {
    border-color: #FD799D !important;
    background-color: #FD799D !important;
}

.service-disable {
    color: #bfbfbf !important;
    text-decoration: line-through;
}

footer.site-footer {
    padding: 0 1.875em !important;
}
