﻿/*Optin Switch input*/
.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 19px;
    left: 4px;
    bottom: 1px;
    top: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

input:checked + .slider {
    background-color: #4CAF50;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: orangered;
    -webkit-transition: .4s;
    transition: .4s;
}

.bootbox.modal {
    z-index: 99999 !important;
}
.instruction-notification .modal-dialog{
    width:80%;
}
.instruction-notification .modal-body {
    max-height: 750px;
}

.toggleVideoShow{
    display: none;
}
#modal_subscriptionHistory .close span{
    color: #000;
}
@media (max-width: 600px) {
    .instruction-notification .modal-dialog {
        width: 95%;
    }
    .instruction-notification .modal-body {
        max-height: 650px;
    }
}

/*Push notification history popup start*/

.notificationHistoryButtonDropdown {
    max-height: 500px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.notificationHistoryButtonDropdown::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.notificationCard {
    background: #eeeeee;
    padding: 5px;
    margin: 1px;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-header {
    padding-left: 0px;
}
.notificationHistoryButtonDropdown {
    margin-left: -275px;
    width: 350px;
    padding: 5px
}
/*Push notification history popup end*/
@media(max-width: 550px) {
    .notificationHistoryButtonDropdown {
        margin-left: -155px;
        width: 230px;
        padding: 5px;
        align-items: stretch;
    }
   
}
