
/* Overwrite assets\style\style.css */
/* Successful Message */
/* .alert span { position: relative !important; } */
/* .alert button { transform: translateY(0) !important; } */
/* .list-custom-large a span:not(.badge) { font-weight:500 !important; } */
/* .btn-outline-primary { color: #007bff !important; }
.btn-outline-primary:hover { color: #fff !important; } */
/* .content {
    margin-bottom: 20px;
} */


/* CSS Style */
.btn-theme-color {
    color: #FFF !important;
    background-color: #31ACBF !important;
    border-color: #31ACBF !important;
}



.user-profile-outer {
    width: 90% !important;
    height: 90% !important;
    max-width: 120px !important;
    max-height: 105px !important;
    margin: auto;
    border-radius: 100%;
    position: relative;
    background-size: contain;
}

.user-profile-inner {
    background-color: #DCDCDC;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.user-profile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.user-profile + label {
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    pointer-events: none;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}

.file-wrapper input {
    pointer-events: none;
    overflow: hidden;
    pointer-events: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 0px;
    opacity: 0;
    position: absolute;
}


/* Just for Testing, MUST REMOVE */
/* change password background */
.modal-backdrop { z-index: 80 !important }

.color-green{
    color:green;
}
.color-red{
    color:red;
}
.color-red:hover{
    color: #d60707 !important;
}
.remove-btn{
    right: 10px;
    top: 10px;
    position: absolute;
    background: white;
}
.purchase-btn{
    right: 15px;
    top: 50px;
    position: absolute;
    background: white;
}

.content-max-width{
    max-width: 600px;
    margin: 0 auto;
}

.search-title{
    color: #929292;
}
.search-title.active{
    font-size: 22px;
    color: #000;
}
.search-no-results{
    width: 100%;
}

.search-no-results .content-short{
    width: max-content;
    letter-spacing: 1px;
    font-size: 14px;
}
.search-no-results .number-means{
    display: inline;
    display: inline-table;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding-top: 5px;
}
.search-no-results .number-means .top{
    position: absolute;
    width: calc(100% - 6px);
    height: 1px;
    left: 3px;
    background: #000;
    top: -5px;
}
.search-no-results .number-means .left{
    position: absolute;
    height: 12px;
    top: -10px;
    width: 1px;
    left: 3px;
    background: #000;
}
.search-no-results .number-means .right{
    position: absolute;
    height: 12px;
    top: -10px;
    width: 1px;
    right: 3px;
    background: #000;
}
.red{
    color:red;
}
.search-no-results .content-number {
    margin: 20px 50px 20px 15px;
    display: block;
    overflow-x: auto;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.search-no-results .title{
    letter-spacing: 5px;
    width: max-content;
}
.search-no-results .title-number{
    width:30px;
    display: inline-block;
}
.search-no-results .title-year{
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0px;
    color: #6fab2e;
}
.custom-right{
    position: absolute;
    right:20px;
    font-size:12px;
}
.search-no-results .number{
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    margin-top: -6px;
    margin-right: 3px;
    position: absolute;
}
.search-no-results .date-display{
    font-size: 11px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    color: #a2a2a2;
    font-weight: normal;
}
.search-no-results .star-bookmark svg{
    fill:orange;
    /* position: absolute;
    left: 10px;
    top: 50px; */
    right: 15px;
    top: 50px;
    position: absolute;
}
.content-means{
    display: table;
    padding-left: 7px;
    padding-top: 10px;
    width: max-content;
}