.error-message {
    margin-top: 5px;
    margin-left: 5px;
    color: #ff0000;
    height: 0;
    overflow: hidden;
    transition:  height 0.5s;
}
.form-group.has-error .error-message{
    height: 25px;
}

.status-modal-header {
    background: #e84756 !important;
    text-align: center;
    padding: 40px;
    display: block;
}
#success-modal .status-modal-header{
    background: #3dce19 !important;
}
.status-message-icon {
    font-size: 100px;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid;
    line-height: 72px;
    border-radius: 50%;
}
#success-modal .status-message-icon{
    font-size: 55px;
    line-height: 90px;
}
.status-message-content {
    text-align: center;
    padding: 40px 30px;
    color: #000;
    font-size: 22px;
}
#error-modal .status-message-content{
    color: #ff0000;
}
.status-message-btn{
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #111;
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
}
.scroll-to-top{
    display: none !important;
}

tr td:nth-child(2){
    max-width: 250px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.device-info-container {
    font-size: 20px;
    color: #222;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 20px;
    background: #eaf3f1;
    padding: 20px;
}
.device-info-label{
    display: inline-block;
}
.device-info-value{
    display: inline-block;
    margin-left:10px;
}

#playlist-table{

}

.playlist-modal-title {
    background: #1453c5;
    color: #fff;
    font-size: 22px;
    padding: 10px 20px;
}
.playlist-modal .modal-content{
    overflow: hidden;
}
.playlist-modal .modal-body {

}
.playlist-modal-btn{
    width: 120px;
    font-size: 17px;
    background: #4182f9;
    color: #fff !important;
}
.playlist-modal-btn:hover{
    background: #4641f9;

}

.playlist-modal label{
    margin-bottom:2px !important;
}
.playlist-modal .form-group{
    margin-bottom:10px !important;
}
.protect-note {
    margin-left: 15px;
    color: #055a20;
    font-size: 14px;
    font-weight: bold;
}
#device-page-loading-overlay{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: #11111126;
    display: none;
    z-index: 2000;
}
#device-page-loading-overlay img {
    width: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#delete-confirm-title {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #063a96;
    font-weight: bold;
}
.hide{
    display: none;
}
#error-message{
    display: none;
}
#success-message{
    display: none;
}
.submit-btn{
    width: 100%;
    border-radius: 10px;
    font-size: 25px;
    background: #3679d9;
    color: #fff;
    transition: background-color 0.2s;
}
.submit-btn:hover{
    background: #558bd9;
    color: #fff;
}
.checkout-page-section-label{
    font-size: 25px;
    color: #111;
    font-weight: bold;
    margin-bottom: 10px;
}
.note-for-playlist{
    /*background: #e81e1e;*/
    color: #e81e1e;
    /*padding: 10px 20px;*/
    font-size: 20px;
}
#price-text {
    margin-top:20px;
    font-size: 17px;
    color: #333;
    font-weight: bold;
}
.hide{
    display: none;
}
#device-playlist-page .nav-link{
    font-size: 17px;
}

#device-playlist-page .nav-link.active{
    color: #fff !important;
    background: #0088cc !important;
    border-left-color: transparent;
}

.mb-10{
    margin-bottom: 10px;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding: 20px;
}
.footer-menus {
    margin-top: 20px
}
.footer-menu {
    display: inline-block;
    color: #fff;
    margin: 0 20px;
    font-size: 18px;
}
.footer-menu a{
    color: #bbb !important;
    transition: all 0.3s;
}
.footer-menu a:hover{
    color:#fff !important;
    text-decoration: underline !important;
}

.payment-option-title{
    margin-top: 40px;
    font-size: 25px;
    margin-bottom: 10px;
    color: #565454;
}
.one-row-item-container {
    position: relative;
}
.one-row-item-container button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
#code-activation-btn{
    background: #18a31c;
    color: #fff;
}
#coupon-code-error {
    margin-top: 3px;
    font-weight: normal;
    color: #f30808;
    display: none;
}

.faqquestion {
    font-size: 20px;
    margin-bottom: 15px;
    color: red;
    font-weight: bold;
}
.faqanswer {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.payment-item-container {
    margin-top: 20px;
    max-width: 750px;
}
.payment-item-container .custom-button {
    display: block;
}
