.appDemoIcon {
    width: 100%;
    border: 1px solid #bb76f4;
    border-radius: 14px;
    max-width: 60px;
}

.appDemoHeading {
    text-align: center;
    margin-top: 10px;
    color: #050542;
    font-weight: bold;
}

.appDemoContent {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px !important;
}

.appDemoBulletpoints {
    font-size: 12px;
    float: left;
    line-height: 18px;

}

.appDemosButton {
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    /* font-family: open-sans; */
    background-color: #333333;
    padding-top: 1px;
    padding-bottom: 2px;
    border-color: #00000014;
    padding: 2px;
    float: none;

}

.appDemosButton:hover {
    background-color: #8f1315;
    color: white;
}

.appDemo_PlatformBlock {
    overflow: auto;
}

.appDemo_PlatformContent {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    float: none;
}

.appDemo_platformText {
    font-size: 14px;
    color: #8f1315;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

body:not(.model-open) {
    padding-right: 0px ! important;
}

#individual_spects {
    padding-top: 0px !important;
}

#individual_spects>span {
    padding: 10px 0px;
}

.news_content {
    padding: 10px;
}

.popover.top>.arrow {
    border-top-color: #8f1315;
    border-bottom-width: -1px;

}

.popover.top>.arrow::after {
    border-top-color: #f6f6f6;
    bottom: 2px;
}

.popover {
    width: 90%;
    max-width: 500px !important;
    max-height: 500px !important;
    height: 300px;
    background: #f6f6f6;
    border: 2px solid #8f1315;
    z-index: 999;
}

.popover-title {
    text-align: center;
    padding: 5px;
    border: none;
    color: black !important;
    font-weight: bold;
    height: 10%;
}

.popover-content {
    padding: 0px;
    height: 80%;
}

.form-control-feedback {
    top: 8px;
    position: absolute;
    right: 18px;
}

.listele {
    z-index: 10000;
}

.popover-title>.appDemoHeading {
    margin: 0px;
}

.modal {
    z-index: 1000001;
}

@media (max-width: 650px) {
    .xs_mobile {
        margin-top: 20px !important;
        display: inline-block;
        text-align: center !important;
        position: relative;
        float: none !important;
        width: 100%;
    }
    .xs_head {
        line-height: 10px !important;
        left: 0;
    }
    #confirm_model_header {
        padding: 10px 15px !important;
    }

    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        padding: 4px;
    }
}

#individual_spects>span {
    padding: 10px 0px;
}

.xs_mobile {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1000;
}

.app_content {
    width: 65px;
    display: inline-block;
}

#maindiv {
    width: 100%;
    margin: 2% 0px !important;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}

.popover_icon_btn {
    margin: 25px 5px 5px 3px;
}

.popover_icon {
    width: 45%;
}

@media (max-width:450px) {
    .popover_icon_btn {
        margin: 0px !important;
    }
    .popover_icon {
        width: 100% !important;
        margin-bottom: 5px;
    }
}