.Instagram_Story_Viewer {
    padding: 120px 0 70px !important;
}
.profile_pic .rounded-circle img {
    height: auto;
}
.Instagram_Story_Viewer h2 {
    margin-bottom: 20px;
    font-size: 28px !important;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(95deg, #059dff 15%, #6549d5 45%, #e33fa1 75%, #fb5343 100%) 98%/200% 100%;
}
#contentAll h2 {
    color: #181818;
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 0;
}
.btn-block {
    background: linear-gradient(95deg, #059dff 15%, #6549d5 45%, #e33fa1 75%, #fb5343 100%) 98%/200% 100%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    border: 2px solid #ffffff1a;
    line-height: 35px;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 8px;
    transition: .4s;
}
.btn-block:hover,.all_sto_image a {
    color: #fff;
    filter: brightness(125%);
    box-shadow: 0 0 20px 5px rgb(251 83 67 / 20%);
}
#user_details {
    border-radius: 3px;
    margin-top: 10px;
}
.all_sto_image {
    display: inline-block;
    width: 31%;
    margin: 8px;
}
.all_sto_image a {
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius:0;
    padding: 0px 28px !important;
    background: linear-gradient(95deg, #059dff 15%, #6549d5 45%, #e33fa1 75%, #fb5343 100%) 98%/200% 100%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    display: block;
    text-align: center;
}
#alertUserChange .shadow-lg {
    background: #fff;
    color: #181818;
	border-radius:6px;
}
.active-dark-mode #alertUserChange .shadow-lg{
    background: #0f0f11;
    color: #fff;
}
#alt-img img {
    width: 90%;
}
.active-dark-mode #user_details {
    background: transparent;
    border-color: #acacac;
	color: #acacac;
}
.active-dark-mode label {
    color: #acacac;
    margin-bottom: 0px;
}
.active-dark-mode #contentAll h2 {
    color: #fff;
}
.entry-content .contentBlock:nth-child(2){
    margin:70px auto;
}
@media (min-width: 769px) and (max-width: 1399px){
.btn-block {
    padding: 0 8px !important;
    line-height: 50px !important;
}
}
@media (max-width: 768px){
   #contentAll h2, #faq-section h2  {
        font-size: 28px;
        line-height: 1.2;
    }
    
    .all_sto_image {
        width: 48%;
    }
    .all_sto_image:nth-child(2n) {
        float: right;
    }
    .entry-content .contentBlock:nth-child(2) {
        margin: 50px auto;
    }
    #alt-img{
        text-align:center;
    }
    #alt-img img {
        width: 50%;
    }
}
@media (max-width: 576px){
   .all_sto_image {
        width: 46.5%;
    }
}
.loading {
    background-image: url(https://i.stack.imgur.com/sEKwt.gif);
    background-size: 15%;
    background-position: left center;
    background-repeat: no-repeat;
    color: #e33fa1 !important;
    box-shadow: 0 0 20px 5px rgb(251 83 67 / 20%) !important;
}