#DashboardHeader {
    background: #ffffff;
    border: 0px;
    box-shadow: 0px 1px 2px 0px #00000029;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    padding-left: 271px;
}

#DashLogo {
    width: 36px;
    margin-top: -8px;
}

#DashMenu {
    width: 19px;
    margin-top: 2px;
    margin-right: 9px;
    float: left;
}

#DashTitle {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-top: 50px;
}

#DashTitle span {
    color: #f5c500;
£
}

#theli {
    margin-left: -20px;
}

.navbar-right {
    margin-right: 0px;
}

#social {
    font-size: 22px;
    color: #23282d;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    border-right: 1px solid #e3e3e3;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.navbar-default .navbar-toggle {
    display: none;
}

/*----------------------------------------------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #FCFCFC;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 12px;
}

#Links {
    color: #23282d !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 12px;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media screen and(max-width: 767px) {
    #DashboardHeader {
        padding-left: 0px;
    }
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#DashboardIcon {
    width: 25px;
    float: left;
    margin-left: 18px;
    margin-right: -12px;
    position: relative;
    top: 9px;
}

#status {
    color: #23282d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 53px;
    margin-right: 15px;
}

#status span {
    color: #40e040;
}

#Dashboard {
    background: #ffffff;
    border-top: 1px solid #e3e3e3;
    padding: 6px 0px 7px 0px;
    margin-bottom: 0px;
}

.DashTbasTitle {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.DashTbasTitle span {
    color: #f5c500;
}

.DashTbasAva {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 11px;
    margin-top: 1px;
    color: #000;
    margin-bottom: 20px;
}


/*---------------------------------------------------------------------*/
#f {
    margin-left: 100px;
    text-align: center;
    color: #ffab10;
    font-family: Arial;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    top: 2px;
}

#i {
    margin-left: 96px;
    text-align: center;
    color: #555555;
    font-family: Arial;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    top: 2px;
}

#s {
    margin-left: 101px;
    text-align: center;
    color: #555555;
    font-family: Arial;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    top: 2px;
}

#e {
    margin-left: 50px;
    text-align: center;
    color: #555555;
    font-family: Arial;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    top: 2px;
}

#t {
    margin-left: 117px;
    text-align: center;
    color: #555555;
    font-family: Arial;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    top: 2px;
}

#l {
    margin-left: 77px;
    text-align: center;
    color: #555555;
    font-family: Arial;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    top: 2px;
}

@media screen and(max-width: 767px) {
    #DashboardHeader {
        padding-left: 0px;
    }
}

#th {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.modpass {
    display: none;
}

#td {
    color: #5f5f5f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-top: 15px;
}

#check {
    font-size: 16px;
    color: #31e831;
}

#show {
    background-image: linear-gradient(rgb(59 89 152), rgb(89 131 218)), url(../assest/media/background.svg);
    background-position: center center;
    border: 0px solid #000;
    padding: 5px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #fff;
    width: 100%;
}

#showtwit {
    background-image: linear-gradient(rgb(29 161 242), rgb(15 151 234)), url(../assest/media/background.svg);
    background-position: center center;
    border: 0px solid #000;
    padding: 5px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #fff;
    width: 100%;
}

#showinsta {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    background-position: center center;
    border: 0px solid #000;
    padding: 5px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #fff;
    width: 100%;
}

#showsnap {
    background: #ffff00;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #ffff00 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #ffff00 0%, #e5e400 25%, #ffff00 50%, #e9e800 75%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    background-position: center center;
    border: 0px solid #000;
    padding: 5px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #000;
    width: 100%;
}

#tr {
    background: #f0f2f4;
    border: 1px solid #ddd;
}

#modal {
    max-width: 250px;
}

#modalcontent {
    border-radius: 3px;
    box-shadow: 0px 0px 0px 0px #000;
    border: 0px solid #000;
    padding: 20px;
    text-align: center;
    font-weight: 700;
}

#con {
    max-width: 1124px;
}

.MessagesTexttitle {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-top: 20px;
    background: #f0f2f4;
    padding: 10px 10px 12px 10px;
    color: #000;
    font-size: 12px;
    border: 1px solid #ddd;
}

.MessagesTextContent {
    background: #FFF;
    border: 1px solid #ddd;
    padding: 10px;
    border-top: 0px;
}

.MessagePersonName {
    text-transform: uppercase;
    color: #348be4;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

#svghome {
    margin-right: -2px;
    font-size: 10px;
}

.MessagePersonMsg {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.MessageMsgTime {
    color: #888;
    text-transform: uppercase;
    font-size: 9px;
    font-family: Arial;
    letter-spacing: 1.2px;
    margin-top: 4px;
}

#chose {
    border-bottom: 1px solid #ddd;
    margin-top: 13px;
    margin-bottom: 12px;
    margin-left: -10px;
    margin-right: -10px;
}

.MessagePersonPhoto1 {
    background: #f0f2f4 url(../img/malune.jpg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    float: left;
    display: none;
    margin-right: 8px;
}

.MessagePersonPhoto2 {
    background: #f0f2f4 url(../img/kimmy.jpg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    display: none;
    float: left;
    margin-right: 8px;
}

.MessagePersonPhoto3 {
    background: #f0f2f4 url(../img/avatar.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: none;
    color: #FFF;
    float: left;
    margin-right: 8px;
}

.MessagePersonPhoto4 {
    background: #f0f2f4 url(../img/thomas.jpg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: none;
    color: #FFF;
    float: left;
    margin-right: 8px;
}

.MessagePersonPhoto5 {
    background: #f0f2f4 url(../img/philip.jpg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: none;
    color: #FFF;
    float: left;
    margin-right: 8px;
}

.MessagePersonPhoto6 {
    background: #f0f2f4 url(../img/gabriel.jpg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: none;
    color: #FFF;
    float: left;
    margin-right: 8px;
}

.MessagePersonPhoto7 {
    background: #f0f2f4 url(../img/natacha.jpg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: none;
    color: #FFF;
    float: left;
    margin-right: 8px;
}

.lookpic {
    margin-bottom: -20px;
    position: absolute;
    background: #00000059 url(../img/eye.svg) no-repeat 50% 35%;
    background-size: 25px;
    z-index: 1;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 2px;
    display: none;
}

.lookvid {
    margin-bottom: -20px;
    position: absolute;
    background: #ffc543b8 url(../img/play.svg) no-repeat 45% 42%;
    background-size: 19px;
    z-index: 1;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 2px;
    display: none;
}


.TabsVideo1 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/1.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-bottom: -64px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo1:hover {
    filter: sepia(0%);
}

.TabsVideo2 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/2.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-bottom: -64px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo2:hover {
    filter: sepia(0%);
}

.TabsVideo3 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/3.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-bottom: 19px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo3:hover {
    filter: sepia(0%);
}

.TabsVideo4 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/4.jpg);
    background-size: 112px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-bottom: -64px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo4:hover {
    filter: sepia(0%);
}

.TabsVideo5 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/5.jpg);
    background-size: 160px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-bottom: -64px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo5:hover {
    filter: sepia(0%);
}

.TabsVideo6 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/6.jpg) no-repeat 78%;
    background-size: 195px;
    border-radius: 2px;
    margin-bottom: 19px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo6:hover {
    filter: sepia(0%);
}

.TabsVideo7 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/7.jpg);
    background-size: 115px;
    border-radius: 2px;
    margin-bottom: 19px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo7:hover {
    filter: sepia(0%);
}

.TabsVideo8 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/8.jpg);
    background-size: 145px;
    border-radius: 2px;
    margin-bottom: 19px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo8:hover {
    filter: sepia(0%);
}

.TabsVideo9 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/9.jpg) no-repeat 25%;
    background-size: 191px;
    border-radius: 2px;
    margin-bottom: 19px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo9:hover {
    filter: sepia(0%);
}

.TabsVideo10 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/10.jpg) no-repeat 25% 30%;
    background-size: 111px;
    border-radius: 2px;
    margin-bottom: 19px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo10:hover {
    filter: sepia(0%);
}

.TabsVideo11 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/11.jpg) no-repeat 25% 30%;
    background-size: 111px;
    border-radius: 2px;
    margin-bottom: 19px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo11:hover {
    filter: sepia(0%);
}

.TabsVideo12 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/videos/12.jpg) no-repeat 25% 30%;
    background-size: 111px;
    border-radius: 2px;
    margin-bottom: 19px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsVideo12:hover {
    filter: sepia(0%);
}

.TabsPic1 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/13.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-bottom: -64px;
    display: none;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.TabsPic1:hover {
    filter: sepia(0%);
}

.TabsPic2 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/2.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;
}

.TabsPic2:hover {
    filter: sepia(0%);
}

.TabsPic3 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/3.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    display: none;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic3:hover {
    filter: sepia(0%);
}

.TabsPic4 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/4.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic4:hover {
    filter: sepia(0%);
}

.TabsPic5 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/5.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic5:hover {
    filter: sepia(0%);
}

.TabsPic6 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/6.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic6:hover {
    filter: sepia(0%);
}

.TabsPic7 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/7.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic7:hover {
    filter: sepia(0%);
}

.TabsPic8 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/8.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic8:hover {
    filter: sepia(0%);
}

.TabsPic9 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/9.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic9:hover {
    filter: sepia(0%);
}

.TabsPic10 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/10.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic10:hover {
    filter: sepia(0%);
}

.TabsPic11 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/11.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic11:hover {
    filter: sepia(0%);
}

.TabsPic12 {
    height: 108px;
    max-width: 108px;
    background: #f0f2f4 url(../img/album/12.jpg);
    background-size: 108px;
    margin-bottom: 19px;
    border-radius: 2px;
    margin-top: 0px;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none;

}

.TabsPic12:hover {
    filter: sepia(0%);
}

.liremsg {
    float: right;
    margin-top: -36px;
    background: #f0f2f4 url(../img/view.svg) no-repeat 50%;
    background-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

#modalmsgs {
    max-width: 500px !important;
}

#modalcontentmsgs {
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0px 0px;
    border: 0px;
}

.smstextname {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #00000014;
    padding: 15px;
    margin-left: -10px;
    margin-right: -10px;
    background: #f0f2f482;
    border-radius: 2px 2px 0px 0px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.smstextname span {
    color: #348be4;
    font-weight: 400;
}

.smstextinfos ul {
    padding-left: 0px;
    list-style: none;
}

.smstextinfos ul li {
    color: #000000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}

.smstextinfos ul li span {
    color: #8a8a8a;
    font-size: 10px;
}

.smstextinfos ul li svg {
    color: #378ce4;
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-size: 13px;
}

.themodalchose {
    border-bottom: 1px solid #e3e4e552;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.MessageSmsImg1 {
    height: 50px;
    width: 50px;
    background: #f0f2f4 url(../img/malune.jpg);
    background-size: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.MessageSmsImg2 {
    height: 50px;
    width: 50px;
    background: #f0f2f4 url(../img/album/3.jpg);
    background-size: 50px;
    border-radius: 50%;
    float: right;
    margin-right: 10px;
}

.MessageSmsImg1Kimmy {
    height: 50px;
    width: 50px;
    background: #f0f2f4 url(../img/kimmy.jpg);
    background-size: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.MessageSmsTime {
    font-family: Arial;
    font-weight: 700;
    color: #fff;
    font-size: 8px;
    letter-spacing: 0.6px;
    /* top: 2px; */
    margin-bottom: 1px;
}

.MessageSmsTxt {
    background: #26c281;
    max-width: 415px;
    margin-left: 65px;
    padding: 5px;
    border-radius: 2px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-top: 4px;
}

.MessageSmsTimeR {
    font-family: Arial;
    font-weight: 700;
    color: #999;
    font-size: 8px;
    letter-spacing: 0.6px;
    margin-bottom: 1px;
}

.MessageSmsTxt2 {
    color: #222;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-top: 5px;
    background: #f0f2f482;
    max-width: 405px;
    padding: 5px;
    border-radius: 2px;
}

.chosesms {
    border-bottom: 1px solid #e3e4e552;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

#modalcontentimgs {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px;
    border: 0px;
    background: #404040;
}

#modalcontentimgs2 {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px;
    border: 0px;
    background: #404040;
    max-width: 500px !important;
}

.Image1 {
    width: 100%;
    background: #404040 url(../img/album/13.jpg) no-repeat 50%;
    height: 420px;
    background-size: 477px;
    border-radius: 5px;
}

.Image2 {
    width: 100%;
    background: #404040 url(../img/album/2.jpg) no-repeat 50%;
    height: 420px;
    background-size: 477px;
    border-radius: 5px;
}

.Image3 {
    width: 100%;
    background: #404040 url(../img/album/3.jpg) no-repeat 50%;
    height: 420px;
    background-size: 477px;
    border-radius: 5px;
}

.Image4 {
    width: 100%;
    background: #404040 url(../img/album/4.jpg) no-repeat 50%;
    height: 420px;
    background-size: 477px;
    border-radius: 5px;
}

.Image5 {
    width: 100%;
    background: #404040 url(../img/album/6.jpg) no-repeat 50%;
    height: 420px;
    background-size: 477px;
    border-radius: 5px;
}

.dateprise {
    color: #dadada;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.dateprise span {
    font-family: Arial;
    color: #e4b900;
    font-size: 10px;
}

.dateprise small {
    font-family: Arial;
    color: #FCFCFC;
    font-size: 10px;
}

.dateprise svg {
    margin-right: 3px;
    font-size: 8px;
    position: relative;
    top: -1px;
    margin-left: 1px;
}

.imgdownload {
    background: #FCFCFC url(../img/print.svg) no-repeat 50%;
    background-size: 23px;
    width: 35px;
    height: 35px;
    margin-top: -35px;
    float: right;
    border-radius: 3px;
    position: relative;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
}

.imgdownclose {
    background: #FCFCFC url(../img/close.svg) no-repeat 50%;
    background-size: 15px;
    width: 35px;
    height: 35px;
    margin-top: -35px;
    float: right;
    border-radius: 3px;
    position: relative;
    right: 50px;
    bottom: 8px;
    cursor: pointer;
}

.TabsCont {
    background: #f0f2f4;
    padding: 5px;
    border-radius: 2px;
}

.imgdownloadvid {
    background: #FCFCFC url(../img/print.svg) no-repeat 50%;
    background-size: 23px;
    width: 35px;
    height: 35px;
    float: right;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: -2px;
    margin-left: 5px;
}

.imgdownclosevid {
    background: #FCFCFC url(../img/close.svg) no-repeat 50%;
    background-size: 15px;
    width: 35px;
    height: 35px;
    float: right;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: -2px;
    margin-left: 5px;
}

.mostapps {
    margin-top: 20px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #ededed;
}

.mostappstitle {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    color: #2bccfd;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.mostmore {
    float: right;
    margin-top: -64px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 700;
    color: #555555a8;
    border: 1px solid #b9b9b9;
    border-radius: 100px;
    padding: 0px 10px;
    height: 25px;
    line-height: 23px;
    cursor: pointer;
}

@keyframes ldio-okd4q8n19zq {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-okd4q8n19zq div {
    left: 47px;
    top: 24px;
    position: absolute;
    animation: ldio-okd4q8n19zq linear 1s infinite;
    background: #909090;
    width: 6px;
    height: 12px;
    border-radius: 3px / 6px;
    transform-origin: 3px 26px;
}

.ldio-okd4q8n19zq div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: #909090;
}

.ldio-okd4q8n19zq div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: #909090;
}

.loadingio-spinner-spinner-ojoe8y2koh {
    width: 74px;
    height: 74px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-okd4q8n19zq {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.74);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-okd4q8n19zq div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */

.theimgshowing {
    background: #f0f2f4;
    height: 108px;
    margin-bottom: 19px;
}

.loader {
    border: 4px solid #26c281;
    border-top: 4px solid #888888a3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
    position: relative;
    top: 35px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.MessagePicShowing {
    background: #f0f2f4;
    float: left;
    background-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin-right: 8px;
}

.MsgLoader {
    border: 4px solid #f7ca18;
    border-top: 4px solid #888888a3;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 0.5s linear infinite;
    position: relative;
    top: 13px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.TheShowingVid {
    background: #f0f2f4;
    height: 108px;
    max-width: 108px;
    margin-bottom: 19px;
}

.loaderVid {
    border: 4px solid #348be4;
    border-top: 4px solid #888888a3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
    position: relative;
    top: 35px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.LoadPassword {
    border: 4px solid #3b5998;
    border-top: 4px solid #888888a3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.4s linear infinite;
    position: relative;
    top: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#passsucdes {
    color: #3b5998;
    font-size: 14px;
    padding-top: 1px;
    font-weight: 400;
}

.LoadPasswordInsta {
    border: 4px solid #cc2367;
    border-top: 4px solid #888888a3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.4s linear infinite;
    position: relative;
    top: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.copypass {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: left;
}

#passsucdesInsta {
    color: #cc2367;
    font-size: 14px;
    padding-top: 1px;
    font-weight: 400;
}

.LoadPasswordSnap {
    border: 4px solid #ffff00;
    border-top: 4px solid #888888a3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.4s linear infinite;
    position: relative;
    top: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#passsucdesInsta {
    color: #333333;
    font-size: 14px;
    padding-top: 1px;
    font-weight: 400;
}

.LoadPasswordTwit {
    border: 4px solid #1da1f2;
    border-top: 4px solid #888888a3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.4s linear infinite;
    position: relative;
    top: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#passsucdesTwit {
    color: #1da1f2;
    font-size: 14px;
    padding-top: 1px;
    font-weight: 400;
}

#bellicon {
    width: 18px;
    float: right;
    margin-right: 13px;
    margin-top: 11px;
}

.animation-delay-400 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}