.post_like_dislike_header{
text-align: left;
    margin-top: 0px;
    padding: 20px;
    font-weight: 500;
    font-size: 17px;
    background: white;
    margin-bottom: 34px;
    color: #2196F3;
    box-shadow: 0px -3px 28px 0px #cccccc;
}
.nav-tab-active, .nav-tab-active:focus, .nav-tab-active:focus:active, .nav-tab-active:hover{
    background: white;
    border: 0px;
    color: #2196F3;
}
.clear-fix{
    clear: both;
}
.nav-tab{
    border: 0px;
    background: white;
}
h2.nav-tab-wrapper a {
    box-shadow: 1px 3px 3px 0px #e4e4e4;
}
#wpbody-content{

}
.nav-tab-wrapper, .wrap h2.nav-tab-wrapper, h1.nav-tab-wrapper{
    border: 0px;
}

button.btn-start-1{
    
    margin-left: 15px;
    box-shadow: 0px 3px 16px 1px #e7e7e7;
    border-radius: 5px;
    border: 0px;
        color: white;
    padding: 8px 24px;
        background: rgb(130, 36, 227);
}
button.btn-start-1 i{
font-size: 20px;
}
button.btn-start-1 span{
    padding-left: 10px;
} 
button.btn-start-1 b{
        border-left: 1px solid #e5e5e5;
    margin-left: 8px;
    padding-left: 8px;
    font-weight: bold;
}




.main-container-post-like-dislike{
    background: white;
    margin-top: -10px;
            border-left: 3px solid #8BC34A;
}
.update-like-dislike-buttons{
    padding: 31px;
    margin-bottom: 60px;
    padding-top: 0px;

}
.hide-btn-cont{
    float: right;
    background: #585858;
    display: block;
    padding: 6px 10px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    cursor: pointer; 
}


.update-like-dislike-buttons button{
text-decoration: none;
    padding: 11px 22px;
    margin-left: 20px !important;
    box-shadow: 0px 5px 20px rgba(51, 73, 90, 0.20);
    -moz-box-shadow: 0px 5px 20px rgba(51, 73, 90, 0.20);
    -webkit-box-shadow: 0px 5px 20px rgba(51, 73, 90, 0.20);
    color: white;
    border: 0px;
    border-radius: 40px;
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    font-weight: 500;
    font-size: 14px;
    color: white;
    border: 4px solid white;
    cursor: pointer;
    transition: all 0.5s;

}
.update-like-dislike-buttons button:hover{
        background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
        color: white;
        box-shadow: 0px 4px 29px 3px #d4d4d4;


}
.h4{
    font-weight: bold;
    font-size: 16px;
}
.cont-like-btn1{
    transition:all 0.5s;
}
.cont-like-btn1{
    padding: 30px;
}
.h5{
    font-weight: bold;
    font-size: 15px;
}
.icon-update i{
    padding-right: 30px;
    padding-left: 5px;
    font-size: 20px;
    color: #019fe3;
}
.cont-like-btn1{
    border: 1px solid #efeded;
    margin: 20px;
    box-shadow: 0px 0px 24px -5px #e3e3e3;
    border-radius: 5px;
}
.text-update{
    margin-top: 30px;
}
.back-color-update{
    margin-top: 5px;
}
.update-text-like{
    margin-left: 90px;
}
.wp-picker-container{
    display: initial;
}
.update-like-btn-send{
    border-radius: 3px;
    border-left: none;
    border-right: none;
    padding: 10px 65px;
    box-shadow: 0px 3px 23px -2px #d4d4d4;
    font-weight: bold;
    font-size: 15px;
    margin-top: 40px;
    background: #00BCD4;
    color: white;
    border: 0px;
    cursor: pointer;
}
.update-like-btn-send:hover{
    background: #0085ba;
}
.cont-like-btn1{
display: none;
}
#post-like-dislike-table{

}
#post-like-dislike-table th{
 font-weight: bold;
    background: #d2edef;
    padding: 10px;
}
#post-like-dislike-table tr:nth-child(odd){
    background: #f1f1f1;
}
.show{
    display: block;
}
.hide{
    display: none;
}
#toplevel_page_like_dislike_setting .dashicons-admin-generic:before{
content: "\f487";
}








/* ===================================== Update 1 ==================================*/
/* =================================================================================*/
#wpfooter{
    position: relative;
}
.clear{
    clear: both;
}

/* ====================== ToolTip ================================== */
.tooltip {
    position: relative;
    display: inline-block;
    font-size: 12px;
    
}
.update-text-dislike{
    margin-left: 93px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
 /*   visibility: visible; */
}
/* =========================== End ToolTip ========================= */




button.shadow-border-buttons::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%; }
    
button.shadow-border-buttons:active::before { padding: 1px 0 0; }

/**
 * Grey
 */
button.shadow-border-buttons {
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: #555;
    display: inline-block;
    font: bold 12px Arial, Helvetica, Clean, sans-serif;
    padding: 2px 6px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa; }
    
button.shadow-border-buttons:hover {
    background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef; }
    
button.shadow-border-buttons:active {
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    border: solid 1px #959595;
    box-shadow: inset 0 10px 15px 0 #c4c4c4;
    top:2px;}

/**
 * Pink
 */
button.shadow-border-buttons.pink {
    background: #f997b0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f997b0), to(#f56778));
    background: -moz-linear-gradient(#f997b0, #f56778);
    background: linear-gradient(#f997b0, #f56778);
    border: solid 1px #ee8090;
    border-bottom: solid 3px #cb5462;
    box-shadow: inset 0 0 0 1px #fbc1d0;
    color: #913944;
    text-shadow: 0 1px 0 #f9a0ad; }
    
button.shadow-border-buttons.pink:hover {
    background: #f57184;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f57184), to(#f78297));
    background: -moz-linear-gradient(#f57184, #f78297);
    background: linear-gradient(#f57184, #f78297);
    border: solid 1px #e26272;
    border-bottom: solid 3px #cb5462;
    box-shadow: inset 0 0 0 1px #f9aab5; }
    
button.shadow-border-buttons.pink:active {
    background: #f06a7c;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f06a7c), to(#f56c7e));
    background: -moz-linear-gradient(#f06a7c, #f56c7e);
    background: linear-gradient(#f06a7c, #f56c7e);
    border: solid 1px #a14753;
    box-shadow: inset 0 10px 15px 0 #d45d6d; }
    
/**
 * Blue
 */
button.shadow-border-buttons.blue {
    background: #abe4f8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#abe4f8), to(#74d0f4));
    background: -moz-linear-gradient(#abe4f8, #74d0f4);
    background: linear-gradient(#abe4f8, #74d0f4);
    border: solid 1px #8cc5d9;
    border-bottom: solid 3px #589cb6;
    box-shadow: inset 0 0 0 1px #cdeffb;
    color: #42788e;
    text-shadow: 0 1px 0 #b6e6f9; }
    
button.shadow-border-buttons.blue:hover {
    background: #80d4f5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#80d4f5), to(#92dbf6));
    background: -moz-linear-gradient(#80d4f5, #92dbf6);
    background: linear-gradient(#80d4f5, #92dbf6);
    border: solid 1px #79acbe;
    border-bottom: solid 3px #589cb6;
    box-shadow: inset 0 0 0 1px #b2e6f8; }
    
button.shadow-border-buttons.blue:active {
    background: #89d2ee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#89d2ee), to(#84cae6));
    background: -moz-linear-gradient(#89d2ee, #84cae6);
    background: linear-gradient(#89d2ee, #84cae6);
    border: solid 1px #5c8d9f;
    box-shadow: inset 0 10px 15px 0 #79b9d2; }
    
/**
 * Green
 */
button.shadow-border-buttons.green {
    background: #cae285;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cae285), to(#a3cd5a));
    background: -moz-linear-gradient(#cae285, #a3cd5a);
    background: linear-gradient(#cae285, #a3cd5a);
    border: solid 1px #aad063;
    border-bottom: solid 3px #799545;
    box-shadow: inset 0 0 0 1px #e0eeb6;
    color: #5d7731;
    text-shadow: 0 1px 0 #d0e5a4; }
    
button.shadow-border-buttons.green:hover {
    background: #abd164;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#abd164), to(#b9d972));
    background: -moz-linear-gradient(#abd164, #b9d972);
    background: linear-gradient(#abd164, #b9d972);
    border: solid 1px #98b85b;
    border-bottom: solid 3px #799545;
    box-shadow: inset 0 0 0 1px #cce3a1; }
    
button.shadow-border-buttons.green:active {
    background: #a4cb5d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a4cb5d), to(#9ec45a));
    background: -moz-linear-gradient(#a4cb5d, #9ec45a);
    background: linear-gradient(#a4cb5d, #9ec45a);
    border: solid 1px #6e883f;
    box-shadow: inset 0 10px 15px 0 #90b352; }
    

button.shadow-border-buttons i{
    font-size: 15px;
    margin-right: 10px;
    margin-top: 3px;
    color: #555555;
}
button.shadow-border-buttons span{
    font-size: 14px;
    color: #555555;
}
button.shadow-border-buttons b{
text-align: center;
    padding: 4px;
    background: white;
    border-radius: 50%;
    margin-top: 0px;
    display: block;
    float: right;
    margin-left: 15px;
    font-size: 10px;
    width: 25px;
    height: 25px;
    padding: 0px;
    padding-top: 7px;
    color: #555555;
}
.button-container-likes-dislike{
    width: 96%;

    background: white;

    display: flow-root;
    margin-top: 24px;
    padding: 21px;
    transition:all 0.4s;
    padding-left: 0px;
    padding-top: 0px;
        
}

.button-container-likes-dislike span{
    font-weight: normal;
}
.btn-update-btnmain{
     width: 96%;

    background: white;

    display: flow-root;
    margin-top: 24px;
    padding: 21px;
    transition:all 0.4s;
        box-shadow: 0px 9px 14px -9px #cccccc;   
}
.btn-update-btnmain .button-container-likes-dislike{
        width: 385px;
    margin-top: 0px;
    padding: 0px;
    transition: all 0.4s;
    box-shadow: none;
    float: left;
}
.button-container-likes-dislike:hover{
    
}
.btn-update-btnmain .button-container-likes-dislike:hover{
    box-shadow: none;
}


.button-update-container{
        border-left: 3px solid #8BC34A;
}

.single-cont-like-dis{
    
    
}
div.howl-iconpicker-close{
background: #8BC34A;
}
.button-container-likes-dislike button{
cursor: pointer;

}

/** ============================= End of container 1 ============================ **/


button.buttons-blues {

 height: 30px;
  display:inline-block;
  font-family:Arial, "Helvetica", sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 1px 0px #07526e;
  
  margin-left:auto;
  margin-right:auto;
  position:relative;
  cursor:pointer;
  border: none;
  background: #109bce;
  background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 4px 0px 0px #07526e, 0px 8px 5px #999;
  padding: 0px;
  margin-left: 10px;
}

button.buttons-blues:active {
  top:3px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #07526e, 0px 5px 3px #999;
}

button.buttons-blues:before {
  font-family: 'socialfont';
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  
  width:85px;
  height:90px;
  display:block;
  position:absolute;
  padding-top:10px;
  top:10px;
  text-shadow: 1px 1px 2px #07526e;

}

button.buttons-blues:active:before {
  top: 7px;
  font-size: 50px;
  text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e/*, 3px 0px 1px #07526e, 3px 3px 1px #07526e,
     -2px 0px 1px #68cff2*/;
}
.buttons-blues i{
width: 29px;
    background: #008cc0;
    padding-top: 7px;
    display: block;
    float: left;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    font-size: 18px;
    padding: 6px;
}
.buttons-blues span{
       margin-left: 13px;
    display: block;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.buttons-blues b{
float: left;
    display: block;
    margin-left: 12px;
    margin-top: 3px;
    margin-right: 14px;
    background: #008cc0;
    font-size: 11px;
    padding: 4px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0px;

    padding-top: 7px;
}
.post-like-dislike-plusCounter-container button{
    margin-left: 10px;
}
.post-like-dislike-plusCounter-container{
    display: none;
}
/** ======================== Third button style ============================== **/

.buttonHolder{
  margin-left: 30px;

}
div.button-container-likes-dislike button{
outline:0;    
float: left;
height: auto;
}

div.button-container-likes-dislike button:active{

}

        div.button-container-likes-dislike button.button-cirlcle-hanging{
            background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
            background-image: linear-gradient(top, #f4f1ee, #fff);
            border-radius: 50%;
            box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
            float:left;
            height: 60px;
            margin: 0 30px 30px 0;
            position: relative;
            width: 60px;            
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            padding: 0px;
    margin: 0px;
    border: 0px;
      cursor: pointer;
        }
        div.button-container-likes-dislike button.button-cirlcle-hanging:hover{
            background-color: transparent;
        }

   
.button-cirlcle-hanging b{
    position: absolute;
    margin-top: -22px;
    background: #E91E63;
    padding: 4px 6px;
    font-size: 11px;
    border-radius: 50%;
    color: white;
    width: 25px;
    height: 25px;
    padding: 0px;
    padding-top: 5px;
    line-height: 15px;
}
 div.button-container-likes-dislike button.button-cirlcle-hanging{
    margin-left: 15px;
}  

    
        

        .button-cirlcle-hanging:hover{
            background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
            background-image: linear-gradient(top, #fff, #f4f1ee);
            color:#0088cc;
        }

    
        

        

        .button-cirlcle-hanging:active{
            background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
            background-image: linear-gradient(top, #efedec, #f7f4f4);
            box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
        }


.lef-btn-likes{
  float:left;

}
.lef-btn-likes img{
  margin-left:-51px;
  float:left;
  margin-top:55px
}
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}

@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}

.swingimage {
    position: relative;
    left: 50px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

.swingimageshift {
      position: relative;
    -webkit-transform-origin: 35% 0;
    transform-origin: 35% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
    background-image: url(../images/sale.png);
    width: 56px;
    height: 100px;
    background-size: 100% 100%;
    margin-top: 51px;
    float: right;
    margin-left: -53px;
}

.button-cirlcle-hanging i {
font-size: 27px;
    margin-left: -1px;
    margin-top: 4px;
    color: #ebe7e4;
}
.button-cirlcle-hanging i:hover{
    color:#f94e66;
            text-shadow:0px 0px 6px #f94e66;
}
.swingimageshift img{
margin-top: -13px;
    margin-left: 19px;
}
.swingimageshift span{
    margin-top: 68px;
    display: block;
    margin-left: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #464646;
    text-align: center;
}

/* =========================== Container 4 ============================ */



.btn-gradient-like-disk span {
    cursor: pointer;
    background-color: #E8E8E8;
    
    background-image: 
        /* gloss gradient */
        -webkit-gradient(
            linear, 
            left bottom, 
            left top, 
            color-stop(50%,rgba(255,255,255,0)), 
            color-stop(50%,rgba(255,255,255,0.3)), 
            color-stop(100%,rgba(255,255,255,0.2))),
        
        /* dark outside gradient */
        -webkit-gradient(
            linear, 
            left top, 
            right top, 
            color-stop(0%,rgba(210,210,210,0.3)), 
            color-stop(20%,rgba(210,210,210,0)), 
            color-stop(80%,rgba(210,210,210,0)), 
            color-stop(100%,rgba(210,210,210,0.3))),
        
        /* light inner gradient */
        -webkit-gradient(
            linear, 
            left top, 
            right top, 
            color-stop(0%,rgba(255,255,255,0)), 
            color-stop(20%,rgba(255,255,255,0.5)), 
            color-stop(80%,rgba(255,255,255,0.5)), 
            color-stop(100%,rgba(255,255,255,0))),        
        
        /* diagonal line pattern */
        -webkit-gradient(
            linear, 
            0% 100%, 
            100% 0%, 
            color-stop(0%,rgba(255,255,255,0)), 
            color-stop(40%,rgba(255,255,255,0)), 
            color-stop(40%,#D2D2D1), 
            color-stop(60%,#D2D2D1), 
            color-stop(60%,rgba(255,255,255,0)), 
            color-stop(100%,rgba(255,255,255,0)));
    
        -webkit-box-shadow:
            0px -1px #fff, /* top highlight */
            0px 1px 1px #FFFFFF; /* bottom edge */
    
    -webkit-background-size: 100%, 100%, 100%, 4px 4px;
    
    -webkit-border-radius: 10px;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    
    display: inline-block;
    padding: 2px 7px 2px 8px;
    
    color: #3A474D;
    text-transform: uppercase;
  
    font-weight: 700;
    font-size: 12px;
    
    text-shadow: 0px 1px #fff, 0px -1px #262F33;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background: none;
    border: 0px;
    box-shadow: none;
}

.btn-gradient-like-disk {
    background-color: #E8E8E8;
    cursor: pointer;
    
    background-image: 
        /* gloss gradient */
        -webkit-gradient(
            linear, 
            left bottom, 
            left top, 
            color-stop(50%,rgba(255,255,255,0)), 
            color-stop(50%,rgba(255,255,255,0.3)), 
            color-stop(100%,rgba(255,255,255,0.2))),
        
        /* dark outside gradient */
        -webkit-gradient(
            linear, 
            left top, 
            right top, 
            color-stop(0%,rgba(210,210,210,0.3)), 
            color-stop(20%,rgba(210,210,210,0)), 
            color-stop(80%,rgba(210,210,210,0)), 
            color-stop(100%,rgba(210,210,210,0.3))),
        
        /* light inner gradient */
        -webkit-gradient(
            linear, 
            left top, 
            right top, 
            color-stop(0%,rgba(255,255,255,0)), 
            color-stop(20%,rgba(255,255,255,0.5)), 
            color-stop(80%,rgba(255,255,255,0.5)), 
            color-stop(100%,rgba(255,255,255,0))),        
        
        /* diagonal line pattern */
        -webkit-gradient(
            linear, 
            0% 100%, 
            100% 0%, 
            color-stop(0%,rgba(255,255,255,0)), 
            color-stop(40%,rgba(255,255,255,0)), 
            color-stop(40%,#D2D2D1), 
            color-stop(60%,#D2D2D1), 
            color-stop(60%,rgba(255,255,255,0)), 
            color-stop(100%,rgba(255,255,255,0))) !important;
    
        -webkit-box-shadow:
            0px -1px #fff, /* top highlight */
            0px 1px 1px #FFFFFF !important; /* bottom edge */
    
    -webkit-background-size: 100%, 100%, 100%, 4px 4px !important;
    
    -webkit-border-radius: 10px !important;
    -webkit-transition: -webkit-transform .1s ease-in-out !important;
    
    display: inline-block;
    padding: 6px 15px 2px 15px ;

    
    color: #3A474D;
    text-transform: uppercase;
  
    font-weight: 700;
    font-size: 15px;
    
    text-shadow: 0px 1px #fff, 0px -1px #262F33;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-right: 5px !important;


    background-color: #f7f7f7;

}
.btn-gradient-like-disk b{
    font-size: 12px;
    color: #555555;
}

button.btn-gradient-like-disk {
display: inline-block !important;
    margin: 0 auto;
    -webkit-border-radius: 10px !important;
    -webkit-box-shadow: 0px 3px rgba(128,128,128,1), /* gradient effects */ 0px 4px rgba(118,118,118,1), 0px 5px rgba(108,108,108,1), 0px 6px rgba(98,98,98,1), 0px 7px rgba(88,88,88,1), 0px 8px rgba(78,78,78,1), 0px 14px 6px -1px rgba(128,128,128,1) !important;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #999 !important;
} 
.btn-gradient-like-disk i{
    color: #555555;
}
        .btn-gradient-like-disk span:hover {
            color: #AEBF3B;
            text-shadow: 0px -1px #97A63A;
            cursor: pointer;
        }

        .btn-gradient-like-disk:active {
            -webkit-box-shadow: 
                0px 3px rgba(128,128,128,1),
                0px 4px rgba(118,118,118,1),
                0px 5px rgba(108,108,108,1),
                0px 6px rgba(98,98,98,1),
                0px 7px rgba(88,88,88,1),
                0px 8px rgba(78,78,78,1),
                0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
        }

        .btn-gradient-like-disk:active span{
            -webkit-transform: translate(0, 5px); /* depth of button press */
        }

    .btn-gradient-like-disk span:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
    
        position: absolute;
        right: 14px;
        top: 0px;    
        
        font-family: 'Cabin';
        font-weight: 700;
        color: #AEBF3B;
        text-shadow: 0px 1px #fff, 0px -1px #97A63A;
        font-size: 26px;
    }
    .btn-gradient-like-disk{
        float: left;
    }

    /* ================ Container number 5 ======================== */
    button.botton-2-cols {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    transition: all 0s ease-out;
    height: 30px;
    display: block;
    font-family: Arial, "Helvetica", sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    padding:1px 18px 0;
    margin: 10px auto;
    left: 30px;
    position: relative;
    cursor: pointer;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 6px;
}



button.like-btn-left {
    border-left: solid 1px #269BD0;
    background: #46C1F6;

    -webkit-box-shadow: 0px 5px 0px 0px #269BD0;
    box-shadow: 0px 5px 0px 0px #269BD0;
}

button.dislike-btn-right {
    border-left: solid 1px #C02B21;
    background: #DE463B;

    -webkit-box-shadow: 0px 5px 0px 0px #C02B21;
    box-shadow: 0px 5px 0px 0px #C02B21;
}



button.botton-2-cols:active {
    top: 3px;

}



button.like-btn-left:active {
    -webkit-box-shadow: 0px 2px 0px 0px #269BD0;
    box-shadow: 0px 2px 0px 0px #269BD0;
}

button.dislike-btn-right:active {
    -webkit-box-shadow: 0px 2px 0px 0px #C02B21;
    box-shadow: 0px 2px 0px 0px #C02B21;
}



button.botton-2-cols:before {
content: " ";
    width: 31px;
    height: 32px !important;
    display: block;
    position: absolute;
    padding-top: 5px;
    line-height: 20px;
    top: 0px;
    margin-left: -50px;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}



button.like-btn-left:before {
    border-right: solid 1px #269BD0;
    background: #46C1F6;

    -webkit-box-shadow: 0px 5px 0px 0px #269BD0;
    box-shadow: 0px 5px 0px 0px #269BD0;
}

button.dislike-btn-right:before {
    border-right: solid 1px #C02B21;
    background: #DE463B;

    -webkit-box-shadow: 0px 5px 0px 0px #C02B21;
    box-shadow: 0px 5px 0px 0px #C02B21;
}



button.botton-2-cols:active:before {
    top: -3px;
}
button.botton-2-cols b{
        position: absolute;
    left: -21px;
    margin-top: 1px;
}


button.like-btn-left:active:before {
    -webkit-box-shadow: 0px 5px 0px 0px #269BD0, 6px 4px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 0px 0px #269BD0, 6px 4px 2px rgba(0,0,0,0.3);
}

button.dislike-btn-right:active:before {
    -webkit-box-shadow: 0px 5px 0px 0px #C02B21, 6px 4px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 0px 0px #C02B21, 6px 4px 2px rgba(0,0,0,0.3);
}
.like-btn-left span{
position:absolute;
  background:#46c1f6;
  left:-25px;
  width:20px;
  font-size:16px;
}
.dislike-btn-right span{
position:absolute;
  background:#DE463B;
  left:-25px;
  width:20px;
  font-size:16px;

}

button.botton-2-cols{
    float: left;
    margin-left: 20px;
}
button.dislike-btn-right{
    margin-left: 50px;
}

/** ======================= Container 6 ======================= **/






.btn-straight-likes {

  display: inline-block;
  height: 32px !important;
  line-height: 40px;
  padding-right: 0px;
  padding-left: 58px;
  position: relative;
  background-color:rgb(0,0,0);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
border: 0px; 
padding-top: 0px;
padding-bottom: 0px;
}

.btn-straight-likes:hover{
    text-decoration: none;
  color: #eeeaee;
}

.btn-straight-likes p{font-size: 14px;
    margin: 0px;
    line-height: 32px;}
.btn-straight-likes span {
  position: absolute;
  left: 0;
  width: 37px;
  font-size:20px;
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
    text-decoration: none;
    line-height: 32px;
}

.straight-bnt-like {
  background: #a4c639;
}


.btn-straight-likes.straight-bnt-dislike{
  background: #ff0084;
}

.text-center{
  text-align: center;
}
.btn-straight-likes{
    text-align: center;
    margin-left: 20px;

}
.btn-straight-likes .btn-counts{
    position: relative;
    border-right: 0px;
    font-size: 14px;
    padding-left: 4px;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    margin-left: 6px;
    line-height: 31px;
    margin-right: 4px;
}
.btn-straight-likes{
        display: flex;
    
    float: left;
}

/* ======================== Container 7 ==================================== */
.btns-gradients1{
        background: -webkit-linear-gradient(50deg,#2096ff,#05ffa3)!important;
    background: -o-linear-gradient(50deg,#2096ff,#05ffa3)!important;
    background: linear-gradient(40deg,#2096ff,#05ffa3)!important;
    webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 15px 25px;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    border-radius: 40px;
}
.btns-gradients1 i{
    font-size: 16px;
}
.btns-gradients1 span{
    font-size: 14px;
    margin-left: 16px;
    font-weight: normal;
    text-transform: capitalize;
    margin-right: 16px;
}
.btns-gradients1 b{
font-size: 14px;
}
.dislike-btn-grand{
    background: -webkit-linear-gradient(50deg,#45cafc,#303f9f)!important;
    background: -o-linear-gradient(50deg,#45cafc,#303f9f)!important;
    background: linear-gradient(40deg,#45cafc,#303f9f)!important;
}

/** ===================== Container 8 ============================= **/
.like-btn-whitegray{
           color: #777 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    background: #fff !important;
    border: 0px !important;
    padding: 0px !important;
    border-radius: 3px !important;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
}
.like-btn-whitegray i{
background: #dedede;
    padding: 10px 14px;
    font-size: 16px;
        box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;

}
.like-btn-whitegray span{

    margin-left: 20px;
    margin-right: 20px;
}
.like-btn-whitegray b{
display: block;
    float: right;
    height: 32px;
    border-left: 1px solid lightgray;
    padding-left: 10px;
    padding-right: 14px;
    padding-top: 10px;
}



/** ===================== Container 9 ============================= **/
.like-btn-whitegray{
        color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: #fff;
    border: 0px;
        padding: 0px;
            border-radius: 3px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.like-btn-whitegray i{
background: #dedede;
    padding: 10px 14px;
    font-size: 16px;
        box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;

}

.btn-whitegray-noicon span{
margin-left: 20px;
    margin-right: 20px;
    padding-top: 11px;
    display: block;
    float: left;    
    padding-bottom: 10px !important;
}
.like-btn-whitegray b{
display: block;
    float: right;
    height: 32px;
    border-left: 1px solid lightgray;
    padding-left: 10px;
    padding-right: 14px;
    padding-top: 10px;
}




/** ===================== Container 10 ============================= **/
.like-btn-whitegray{
        color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: #fff;
    border: 0px;
        padding: 0px;
            border-radius: 3px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.btn-whitegray-notext i{
background: transparent;
    padding: 10px 14px;
    font-size: 16px;
        box-shadow: none;
    cursor: pointer;

}

.btn-whitegray-noicon span{
margin-left: 20px;
    margin-right: 20px;
    padding-top: 11px;
    display: block;
    float: left;    
}
.like-btn-whitegray b{
display: block;
    float: right;
    height: 32px;
    border-left: 1px solid lightgray;
    padding-left: 10px;
    padding-right: 14px;
    padding-top: 10px;
}
.thumbs-icons b{
        margin-left: 11px;
}

/* ============== 11 container ================*/
.smaall-btns-like1{
    background: #e7e7e7;
    border: 1px solid lightgray;
    padding: 0px;
}
.smaall-btns-like1 i{
float: left;
    float: left;
    background: white;
    padding: 9.2px 8px;
    font-size: 15px;
    color: black;
    height: 36px !important;
}
.smaall-btns-like1 span{

float: left;
    background: white;
        padding: 10.2px 0px;
    font-size: 14px;
    padding-right: 13px;
    color: black;
}
.smaall-btns-like1 b{
float: left;
    padding: 10px 7px;
    color: black;
}
.smaall-btns-like1 .triangle-right{

border-top: solid 14px rgb(231, 231, 231);
    border-left: solid 7px transparent;
    border-right: solid 8px transparent;
    transform: rotate(-30deg);
    float: left;
    margin-top: 12px;
    margin-left: -7px;
}

/*===================== Container 12 ============================= */
.smaall-btns-like2{
background: transparent;border: 0px;
color: black !important;
}
.smaall-btns-like2 i{
background: white;
    text-align: center;
    border-radius: 50%;
    padding: 6px 7px;
    border: 1px solid lightgray;
}
.smaall-btns-like2 b{
    padding-left: 10px;
    background: white;
    padding: 4px 16px;
    border: 1px solid lightgray;
}

/*===================== Container 13 ============================= */
.smaall-btns-like2{
background: transparent;border: 0px;
padding: 0px !important;
}
.btn-small-cont i{
background: #e7e7e7;
    text-align: center;
    border-radius: 50%;
    padding: 6px 7px;
    border: 1px solid lightgray;
}
.btn-small-cont b{
    padding-left: 10px;
    background: #e7e7e7;
    padding: 4px 16px;
    border: 1px solid lightgray;
}

/* ===================== Container 14 ============================ */
.btn-imgs-back1{
        background-image: url(../images/count1/dislikeimg1.jpg);
    padding: 15px 49px;
    background-size: 100%;
    background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
}
.btn-imgs-back1:first-child{
        background-image: url(../images/count1/imglike1.png);
    padding: 15px 49px;
    background-size: 100%;
    background-color: transparent;
    border: 0px;
}
.btn-imgs-back1 b{
  color: white;
    color: white;
    /* background-color: #e8e8e8; */
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px, rgba(0,0,0,.5) 1px 1px 1px;
    font-size: 14px;
}

/* ================ Container 15 ==================== */
.btn-imgs-back2{
background-image: url(../images/count2/btn-like.png);
    background-size: 100%;
    background-color: transparent;
    border: 0px;
    width: 61px;
    height: 61px !important;
    background-size: 100%;
    margin-right: 10px;
    position: relative;
}
.btn-imgs-back2:last-child{
background-image: url(../images/count2/btn-like2.png);
}
.btn-imgs-back2 b{
font-size: 14px;
    position: absolute;
    margin-left: 0px;
    margin-top: -39px;
    color: black;
    padding: 5px 3px;
    background: white;
    box-shadow: 4px 2px 18px -3px grey;
    border-radius: 40px;
    border: 1px solid white;
    font-size: 9px;
    font-weight: normal;
    color: #1c8cdb;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 0px;
    padding-top: 5px;
}
.btn-imgs-back2 .triangle-right{
    border-top: solid 14px white;
    border-left: solid 7px transparent;
    border-right: solid 8px transparent;

    float: left;
    margin-top: -9px;
    position: absolute;
    right: -4px;
    z-index: 1000;
        transform: rotate(-24deg);
}
.btn-imgs-back2 .heart-beat:before{
     display: block;
  position: absolute;
  
  
  font-size: 28px;
  text-indent: 0;
  font-variant: normal;
  line-height: 21px;
}
.btn-imgs-back2 .heart-beat{
        position: absolute;
    left: 16px;
    margin-top: -10px;
    font-size: 22px;
    color: white;
      -webkit-animation: animateHeart 2.5s infinite;
  animation: animateHeart 2.5s infinite;
}

.btn-imgs-back2 .heart-beat:before, .btn-imgs-back2 .heart-beat:after{

    }

  @-webkit-keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.8);
  }
  5% {
    -webkit-transform: scale(0.9);
  }
  10% {
    -webkit-transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
  }
}
@keyframes animateHeart {
  0% {
    transform: scale(0.8);
  }
  5% {
    transform: scale(0.9);
  }
  10% {
    transform: scale(0.8);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}

/* ========================= Container 16 ========================== */
.btn-imgs-back3{
    background: white;
    border: 1px solid lightblue;
    padding: 5px 10px;
}
.btn-imgs-back3 i{
    color: lightblue;
    font-size: 19px;
    margin-right: 10px;
}
.btn-imgs-back3 b{
        color: #606060;
    float: right;
    margin-top: 2px;
}


/* ========================= Container 17 ========================== */
.btn-imgs-back4{
      background: white;
    border: 1px solid #add8e6;
    border-radius: 40px;
    padding: 5px 10px;
}
.btn-imgs-back4 i{
    font-size: 18px;
    color: #add8e6;
    }
.btn-imgs-back4 b{
        color: lightblue;
    margin-left: 13px;
}
/* ========================= Container 18 ========================== */
.btn-imgs-back5{
      background: white;
    border: 1px solid #add8e6;
    border-radius: 40px;
    padding: 5px 10px;
}
.btn-imgs-back5 i{
    font-size: 18px;
    color: #add8e6;
    }
.btn-imgs-back5 b{
        color: lightblue;
    margin-left: 13px;
}

/* ========================= Container 19 ========================== */
.btn-imgs-back6{

background-image: url(../images/count3/btns.png);
    width: 136px;
    background-size: 110% 115%;
    height: 53px !important;
    border: 0px;
    background-color: transparent;
    border-radius: 40px;
    background-position-x: -5px;}
.btn-imgs-back6 i{
        font-size: 18px;
    color: #9a9b9b;
    }
.btn-imgs-back6 b{
      color: #9a9b9b;
    margin-left: 13px;
}

/* ========================= Container 20 ========================== */
.btn-imgs-back7{

    background-image: url(../images/count4/imgback.png);
    width: 120px;
    background-size: 110% 115%;
    height: 52px !important;
    border: 0px;
    background-color: transparent;
    border-radius: 40px;
    background-position-x: -5px;
    background-position-x: -5px;
}
.btn-imgs-back7 i{
       color: #0adbaa;
    display: block;
    float: left;
    margin-left: 11px !important;
    margin-top: 5px;
    font-size: 25px;

    }
.btn-imgs-back7 b{
  color: #9a9b9b;
    margin-right: 14px;
    float: right;
    margin-top: 12px;
    font-size: 12px;
    color: #0adbaa;
    font-weight: bolder;
}

/* ========================= Container 21 ========================== */
.btn-imgs-back8{

width: 120px;
    background-size: 110% 115%;
    height: 40px;
    border: 0px;
    background-color: transparent;
    background-position-x: -5px;
    background-position-x: -5px;
    background: #4a7fc1;
    border-bottom: 4px solid #2c5e91;
    box-shadow: 0px 4px 0px 0px #dfdfdf;
        padding: 3px 3px;
}
.btn-imgs-back8 i{
    color: white;
    display: block;
    float: left;
    margin-left: 13px;
    margin-top: 1px;
    font-size: 25px;
    }
.btn-imgs-back8 b{
    margin-right: 14px;
    float: right;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
}

/* ========================= Container 22 ========================== */
.btn-imgs-back9{

width: 120px;
    background-size: 110% 115%;
    height: 40px !important;
    border: 0px;
    background-color: transparent;
    background-position-x: -5px !important;
    background-position-x: -5px !important;
    background: #a3ce4b;
    border-bottom: 4px solid #80ae4c;
    box-shadow: 0px 4px 0px 0px #dfdfdf;
    border-radius: 40px;
}
.btn-imgs-back9 i{
       color: white;
    display: block;
    float: left;
    margin-left: 7px;
    margin-top: -5px;
    font-size: 25px;
    }
.btn-imgs-back9 b{
margin-right: 9px;
    float: right;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;

}

/* ========================= Container 23 ========================== */
.btn-imgs-back10{

    width: 120px;
    height: 40px;
    border: 0px;
    background: #7b4fa6;
    border-radius: 40px;
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
    padding: 4px 5px;
}
.btn-imgs-back10 i{
    display: block;
    float: left;
    margin-left: -1px;
    margin-top: 0px;
    font-size: 20px;
    background: white;
    color: #7b4fa6;
    padding: 6px;
    border-radius: 50%;
    }
.btn-imgs-back10 b{
margin-right: 21px;
    float: right;
    margin-top: 11px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;

}

/* ========================= Container 24 ========================== */
.btn-imgs-back11{
    width: 120px;
    height: 40px;
    border: 0px;
    background: white;
    border-radius: 40px;
    border: 1px solid #7b4fa6;
    box-shadow: 0px 3px 10px 0px #c3c3c3;
    padding: 0px;
}
.btn-imgs-back11 i{
    display: block;
    float: left;
    margin-left: -7px;
    margin-top: -2px;
    font-size: 20px;
    background: white;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    background: #7b4fa6;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    }
.btn-imgs-back11 b{
    margin-right: 21px;
    float: right;
    margin-top: 13px;
    font-size: 15px;
    font-weight: 400;
    color: #7b4fa6;
    letter-spacing: 1px;
    font-weight: bold;

}

/* ========================= Container 24 ========================== */
.btn-imgs-back12{
    width: 109px;
    height: 34px !important;
    background: white;
    border-radius: 0px;
    border: 1px solid #eab74d;
    box-shadow: 0px 3px 10px 0px rgba(224, 174, 72, 0.7215686274509804);
    background-color: red;
    background-image: linear-gradient(to right, #ffea94, #fdfbcb, #dfaa40);
    margin-left: 20px;
    padding: 0px 7px!important;
}
.btn-imgs-back12 i{
        display: block;
    float: left;
    margin-left: -7px;
    margin-top: -4px;
    font-size: 20px;
    color: black;
    padding: 10px 15px;
    border-radius: 50%;
    background: transparent;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    }
.btn-imgs-back12 b{
    margin-right: 14px;
    float: right;
    margin-top: 9px;
    font-size: 13px;
    color: black;
    letter-spacing: 1px;
    font-weight: bold;

}

/* ========================= Container 25 ========================== */
.btn-imgs-back13{
width: 109px;
    height: 34px !important;
    border-radius: 0px;
    box-shadow: 0px 3px 10px 0px rgba(224, 174, 72, 0.7215686274509804);
    border: 0px;
    position: relative;
    background: #fddd08 !important;
    padding: 0px;
}
.btn-imgs-back13 i{
    display: block;
    float: left;
    margin-left: 0px;
    margin-top: -1px;
    font-size: 16px;
    color: black;
    padding: 8px 9px;
    background: transparent;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #ffea94, #fdfbcb, #dfaa40);
    -webkit-clip-path: polygon(0 0, 100% 0%, 53% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 53% 100%, 0% 100%);
    border: 1px solid #ffe062;


    padding-right: 23px;


    }
.btn-imgs-back13 b{
float: left;
    margin-top: -1px;
    font-size: 13px;
    color: black;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    background: #e1ae47;
    left: 0px;
    margin-left: 26px;
    width: 84px;
    height: 22px;
    padding-top: 10px;
    background-image: linear-gradient(to right, #ffea94, #fdfbcb, #dfaa40);
    -webkit-clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
    border: 1px solid #ffe062;
    height: 100%;

}

/* ========================= Container 27 ========================== */
.btn-imgs-back14{
        width: 134px;
    height: 43px !important;
    margin-left: 20px;
    background: #00adef;
    border: 5px solid white;
    box-shadow: 0px 3px 16px 0px #dcdada;
    border-radius: 40px;
    padding: 0px !important;
}
.btn-imgs-back14 i{
      display: block;
    float: left;
    margin-top: -9px;
    font-size: 20px;
    padding: 11px 12px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background: #f5f3f3;
    border-radius: 50%;
    margin-left: -19px;
    border: 5px solid #ffffff;
    color: #00adef;
    box-shadow: 0px 3px 16px 0px #dcdada;
    }
.btn-imgs-back14 b{
    margin-right: 14px;
    float: right;
    margin-top: 9px;
    font-size: 13px;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;

}

/* ========================= Container 28 ========================== */
.btn-imgs-back15{
     width: 72px;
    height: 50px !important;
    margin-left: 20px;
    background: transparent;
    background-image: url(../images/count13/back13.png);
    border: 0px;
    background-size: 100%;
    padding: 0px;
}
.btn-imgs-back15 i{
    display: block;
    float: left;
        margin-top: -3px;
    font-size: 17px;
    border-radius: 50%;
    margin-left: 10px;
    color: white;
    }
.btn-imgs-back15 b{
       margin-right: 8px;
    float: right;
    margin-top: -3px;
    font-size: 13px;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;

}

/* ========================= Container 29 ========================== */
.btn-imgs-back16{

    width: 120px;
    background-size: 110% 115%;
    height: 40px !important;
    background-color: transparent;
    background: #f3f3f3;
    border: 1px solid #cccccc;
    border-radius: 40px;
    padding: 0px;
}
.btn-imgs-back16 i{
    color: #6f6f6f;
    display: block;
    float: left;
    margin-left: 14px;
    margin-top: 1px;
    font-size: 21px;
    }
.btn-imgs-back16 b{
color: white;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    margin-top: -21px;
    font-size: 9px;
    background: #fb516f;
    padding: 8px 4px;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 0px #fb516f;
    text-shadow: 0px 1px 0px #777777;
    margin-left: -12px;
        width: 25px;
    height: 25px;
    padding: 0px;
    padding-top: 6px;

}
.btn-imgs-back16 span{
    float: left;
    margin-left: 17px;
    margin-top: 6px;
        color: #6f6f6f;
}
/* ========================= Container 30 ========================== */
.btn-imgs-back17{
        width: 194px;
    background-size: 110% 115%;
    height: 44px !important;
    border: 0px;
    background-color: transparent;
    background: #f3f3f3;
    border: 4px solid #ffffff;
    border-radius: 40px;
    box-shadow: 0px 3px 13px 1px #cecbcb;
    background-image: linear-gradient(to right, #00874d , #00c961);
    padding: 2px;
}
.btn-imgs-back17 i{
    display: block;
    color: black;
    letter-spacing: 1px;
    font-weight: normal;
    background: white;
    border-radius: 50%;
    text-shadow: 0px 1px 0px #777777;
    float: left;
    width: 38px;
    margin-left: 18px;
    color: #00c660;
    margin-top: -3px;
    padding-top: 9px;
    height: 37px;
    -webkit-box-shadow: inset 2px -2px 229px 6px rgba(0,0,0,0.56);
    -moz-box-shadow: inset 2px -2px 229px 6px rgba(0,0,0,0.56);
    box-shadow: inset 2px -2px 20px 7px rgb(214, 214, 214);
    font-size: 22px;
    font-weight: normal;
    }
.btn-imgs-back17 b{
  float: left;
    margin-left: 33px;
    margin-top: 10px;
    color: white;
    text-shadow: 0px 1px 0px #000000;

}
.btn-imgs-back17 span{
color: black;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0px 1px 0px #000000;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    color: white;


}


/* After and before styles */
.btn-imgs-back17 i:after{
content: '';
    width: 46px;
    height: 46px;
    background: red;
    display: block;
    border-radius: 50%;
    margin-top: -35px;
    margin-left: -5px;
    background: transparent;
    border: 6px solid #ffffff94;
    box-shadow: 0px 2px 19px 1px #828181;
}

/* ========================= Container 31 ========================== */
.btn-imgs-back18{
 width: 94px;
    height: 31px !important;
    border: 0px;
    background: #d4d5d9;
    box-shadow: 0px 3px 1px 0px #c3c3c3;
    padding: 3px 4px;
}
.btn-imgs-back18 i{
       display: block;
    float: left;
    margin-left: -10px;
    margin-top: -4px;
    font-size: 18px;
    color: #797979;
    padding: 10px 15px;
    border-radius: 50%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    text-shadow: 0px 3px 3px #bdbcbc;
    }
.btn-imgs-back18 b{
       margin-right: 14px;
    float: right;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: 0px 3px 3px #bdbcbc;

}


/* ========================= Container 32 ========================== */
.btn-imgs-back19{
 width: 94px;
    height: 31px !important;
    border: 0px;
    background: #d4d5d9;
    box-shadow: 0px 3px 1px 0px #c3c3c3;
    padding: 1px 4px;
}
.btn-imgs-back19 i{
   display: block;
    float: left;
    margin-left: -5px;
    margin-top: 0px;
    font-size: 18px;
    color: #797979;
    padding: 6px 10px;
    border-radius: 50%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background: #797979;
    border-radius: 0px;
    color: #d4d5d9;
    }
.btn-imgs-back19 b{
       margin-right: 10px;
    float: right;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: 0px 3px 3px #bdbcbc;

}

/* ========================= Container 33 ========================== */
.btn-imgs-back20{
    width: 65px;
    height: 64px !important;
    border: 0px;
    background: transparent;
    background-image: url(../images/count21/back1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.btn-imgs-back20 i{
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    font-size: 24px;
    border-radius: 50%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: gray;
    }
.btn-imgs-back20 b{
        float: right;
    color: #797979;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    margin-top: -30px;
    background: #fbde00;
    font-size: 9px;
    width: 28px;
    height: 29px;
    border-radius: 50%;
    padding: 6px;
    padding-top: 9px;
    margin-left: -12px;
    box-shadow: 0px -1px 16px 0px #fbde00;
    color: black;

}


/* ========================= Container 34 ========================== */
.btn-imgs-back21{
  width: 60px;
    height: 60px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset -3px -7px 26px 1px rgb(234, 234, 234);
    background: white;
    border: 0px solid #bf439a;
    background: transparent;
    box-shadow: none;
}
.btn-imgs-back21 i{
        display: block;
    float: left;
    margin-left: 0px;
    margin-top: 4px;
    font-size: 29px;
    border-radius: 50%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: gray;
    background: -webkit-linear-gradient(#962189, #cd4fa0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
.btn-imgs-back21 b{
       float: right;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    margin-top: -29px;
    background: #bb4099;
    font-size: 9px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 6px;
    padding-top: 10px;
    margin-left: -12px;
    box-shadow: 0px -1px 16px 0px #b53b96;
    color: white;
    text-align: center;

}
div.button-container-likes-dislike button.btn-imgs-back21{
    margin-left: 24px;

}

/* Before and after Style */
.btn-imgs-back21:before{
    content: '';
    background: transparent;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -21px;
    border: 5px solid #f3f3f3;
    box-shadow: 1px 1px 23px -3px grey;
}



/* ========================= Container 35 ========================== */
.btn-imgs-back22{
width: 72px;
    height: 23px !important;
    border: 0px;
    background: #4267b2;
    border-radius: 4px;
    padding: 3px 3px;
}
.btn-imgs-back22 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: white;
    margin-left: 8px;
    margin-top: 1px;
    margin-bottom: 3px;
    }
.btn-imgs-back22 b{
        margin-right: 10px;
    float: right;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    font-weight: normal;

}

/* ========================= Container 36 ========================== */
.btn-imgs-back23{
   width: 76px;
    height: 26px;
    border: 0px;
    background: black;
    border-radius: 4px;
}
.btn-imgs-back23 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: white;
    margin-left: 3px;
    margin-top: 1px;
    }
.btn-imgs-back23 b{
        margin-right: 10px;
    float: right;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    font-weight: normal;

}


/* ========================= Container 37 ========================== */
.btn-imgs-back24{
       width: 76px;
    height: 26px !important;
    background: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    padding: 0px 0px;

}
.btn-imgs-back24 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 8px;
    margin-top: 1px;
    }
.btn-imgs-back24 b{
margin-right: 10px;
    float: right;
    margin-top: 0px;
    font-size: 12px;
    color: grey;
    letter-spacing: 1px;
    font-weight: normal;
        margin-top: 4px;

}


/* ========================= Container 38 ========================== */
.btn-imgs-back25{
       width: 76px;
    height: 26px;
    background: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}
.btn-imgs-back25 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 3px;
    margin-top: 1px;
    }
.btn-imgs-back25 b{
margin-right: 10px;
    float: right;
    margin-top: 2px;
    font-size: 12px;
    color: grey;
    letter-spacing: 1px;
    font-weight: normal;

}

/* ========================= Container 39 ========================== */
.btn-imgs-back26{
       width: 76px;
    height: 26px;
    background: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}
.btn-imgs-back26 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 3px;
    margin-top: 1px;
    }
.btn-imgs-back26 b{
margin-right: 10px;
    float: right;
    margin-top: 2px;
    font-size: 12px;
    color: grey;
    letter-spacing: 1px;
    font-weight: normal;

}


/* ========================= Container 40 ========================== */
.btn-imgs-back27{
       width: 76px;
    height: 26px;
    background: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}
.btn-imgs-back27 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 3px;
    margin-top: 1px;
    }
.btn-imgs-back27 b{
margin-right: 10px;
    float: right;
    margin-top: 2px;
    font-size: 12px;
    color: grey;
    letter-spacing: 1px;
    font-weight: normal;

}


/* ========================= Container 41 ========================== */
.btn-imgs-back28{
       width: 76px;
    height: 26px;
    background: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}
.btn-imgs-back28 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 3px;
    margin-top: 1px;
    }
.btn-imgs-back28 b{
margin-right: 10px;
    float: right;
    margin-top: 2px;
    font-size: 12px;
    color: grey;
    letter-spacing: 1px;
    font-weight: normal;

}


/* ========================= Container 42 ========================== */
.btn-imgs-back29{
       width: 76px;
    height: 26px;
    background: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}
.btn-imgs-back29 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 3px;
    margin-top: 1px;
    }
.btn-imgs-back29 b{
margin-right: 10px;
    float: right;
    margin-top: 2px;
    font-size: 12px;
    color: grey;
    letter-spacing: 1px;
    font-weight: normal;

}


/* ========================= Container 43 ========================== */
.btn-imgs-back30{
       width: 76px;
    height: 26px;
    background: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}
.btn-imgs-back30 i{
   display: block;
    float: left;
    font-size: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 3px;
    margin-top: 1px;
    }
.btn-imgs-back30 b{
margin-right: 10px;
    float: right;
    margin-top: 2px;
    font-size: 12px;
    color: grey;
    letter-spacing: 1px;
    font-weight: normal;

}



/* ========================= Container 44 ========================== */
button.btn-imgs-back31{

    background: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
        background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
}
.btn-imgs-back31 i{
   display: block;
    float: left;
    font-size: 19px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 3px;
    margin-top: 1px;
    }
.btn-imgs-back31 b{
    margin-right: 10px;
    float: right;
    margin-top: 4px;
    font-size: 15px;
    color: grey;
    letter-spacing: 1px;
    font-weight: normal;
    font-weight: bold;
    margin-left: 21px;

}






















/* Gradient */
.gradient-back button{
    border: 0px;
    margin-left: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 13px 25px !important;
    font-size: .81rem;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    border-radius: 40px;
    background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
    height: auto;

}
.hidden-id{
    display: none;
}
.gradient-back button i, .gradient-back button b{
color: white;
}
.gradient-back:nth-of-type(0) button{
background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.gradient-back:nth-of-type(1) button{
/*background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%); */
}
.gradient-back:nth-of-type(2) button{
background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}
.gradient-back:nth-of-type(3) button{
background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.gradient-back:nth-of-type(4) button{
background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}
.gradient-back:nth-of-type(5) button{
background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}
.gradient-back:nth-of-type(6) button{
background-image: linear-gradient(to top, #96fbc4 0%, #f9f586 100%);
}
.gradient-back:nth-of-type(7) button{
background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898; 
 background-blend-mode: multiply,multiply;
}
.gradient-back:nth-of-type(8) button{
background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
}
.gradient-back:nth-of-type(9) button{
background-image: linear-gradient(to right, #434343 0%, black 100%);
}
.gradient-back:nth-of-type(10) button{
background-image: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%);
}
.gradient-back:nth-of-type(11) button{
background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
}















/* ======================== Slider on off ======================= */
.switch-on-off {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 34px;
      float: right;
    margin-right: 40%;
}

.switch-on-off input {display:none;}

.slider-on-off {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-on-off:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.input-on-off:checked + .slider-on-off {
  background-color: #2196F3;
}

input.input-on-off:focus + .slider-on-off {
  box-shadow: 0 0 1px #2196F3;
}

input.input-on-off:checked + .slider-on-off:before {
  -webkit-transform: translateX(51px);
  -ms-transform: translateX(51px);
  transform: translateX(51px);
}

/* Rounded sliders */
.slider-on-off.round {
  border-radius: 34px;
}

.slider-on-off.round:before {
  border-radius: 50%;
}






/* ===================== Extras =========================== */
i#icon-font-updateable{

}
.cont-p-dashboard{
    background: #fafafa;

}
.tooltip-describe{
       display: block;
    margin-left: 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    float: left;
    background: #fafafa;
    margin-top: 33px;
    color: gray;
    padding: 2px;
}
.circle-black-ques{
        background: #404040;
    padding: 1px 8px;
    margin-left: 4px;
    color: white;
    border-radius: 50%;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
}
.button-container-likes-dislike .btn-start-1:nth-of-type(1){
 background: #4ebeee;   
}
.button-container-likes-dislike .btn-start-1:nth-of-type(2){
 background: #ff5e4d;   
}


/* ================================ New 1 buttons ================================ */

/* ========================= Container 45 ========================== */
button.btn-imgs-back32{

  background: white;
    border-radius: 9px;
    border: 0px solid #ffffff;
    box-shadow: none;
    padding: 7px 18px !important;
    height: auto;
    border: 1px solid #96cd00;
    border-radius: 30px;
}
button.btn-imgs-back32 i{
 display: block;
    float: left;
    font-size: 19px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    color: grey;
    margin-left: 3px;
    margin-top: 1px;
    color: #96cd00;
    /* text-shadow: 0px 1px 0px #333232; */
    }
button.btn-imgs-back32 b{
   margin-right: 10px;
    float: right;
    margin-top: 2px;
    font-size: 15px;
    color: #96cd00;
    letter-spacing: 1px;
    font-weight: normal;
    font-weight: bold;
    margin-left: 21px;

}
/* ========================= Container 46 ========================== */
button.btn-imgs-back33{

   background: #f5f5f5;
    box-shadow: none;
    padding: 0px !important;
    height: auto;
    border-bottom: 2px solid #c7c7c7;
    border-radius: 6px;
}
button.btn-imgs-back33 i{
     display: block;
    float: left;
    font-size: 19px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    margin-left: 3px;
    margin-top: 1px;
    color: white;
    padding: 10px 12px;
    background: #96cd00;
    border-left: 0px;
    margin-left: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    }
button.btn-imgs-back33 b{
       margin-right: 10px;
    float: right;
    margin-top: 11px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: normal;
    font-weight: bold;
    margin-left: 47px;
    color: grey;

}
/* ========================= Container 47 ========================== */
.ldc-btn-bordergradient {
background: linear-gradient(to right, #05FBFF,#1E00FF);
    border-radius: 40px;
    color: #122dff;
    display: inline-block;
    font-size: 14px;
    padding: 2px;
    text-decoration: none;
    border: 0px;
}
.ldc-btn-bordergradient span {
    background: #fff;
    display: block;
        padding: 7px 17px;
    border-radius: 40px;
}
.ldc-btn-bordergradient .g-like-txt{
display: inline;
    padding: 0px;
    padding-right: 14px;
}

.ldc-btn-bordergradient i{
    font-size: 19px;
    margin-right: 10px;
}

/* ========================= Container 48 ========================== */
.ldc-btn-bordergradient1 {
    background: linear-gradient(to right, #ffbe00,#ff5659);
    border-radius: 40px;
    color: #ffbd01;
    display: inline-block;
    font-size: 14px;
    padding: 2px;
    text-decoration: none;
    border: 0px;
    line-height: 14px;
}
.ldc-btn-bordergradient1 span {
      background: #fff;
    display: block;
    padding: 10px 17px;
    border-radius: 40px;
}
.ldc-btn-bordergradient1 .g-like-txt{
    display: inline;
    padding: 0px;
    padding-right: 14px;
    padding-left: 23px;
    color: #ecae00;
}

.ldc-btn-bordergradient1 i{
font-size: 19px;
    position: absolute;
    background: #ffbd01;
    color: white;
    width: 35px;
    height: 35px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 14px;
    border-radius: 50%;
    margin: -11px 0px 0px -18px;
    padding: 7px;

}

/* ========================= Container 49 ========================== */
button.btn-imgs-back34{

 background: #f5f5f5;
    border-bottom: 2px solid #c7c7c7;
    border-radius: 50%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 50px;
    height: 50px !important;
    background-image: linear-gradient(to bottom right, #fe227a, #ff7c12);
    box-shadow: 0px 7px 12px 0px lightgrey;
    margin-left: 15px;
}
button.btn-imgs-back34 i{
       display: block;
    float: left;
    border-radius: 0px;
    margin-top: 1px;
    background: transparent;
    border-left: 0px;
    color: white;
    padding: 0px;
    border: 0px;
    margin: 0px;
    margin-left: 15px;
    font-size: 24px;
    }
button.btn-imgs-back34 b{
    float: right;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: normal;
    color: grey;
    margin: 0px;
    background: #fe672a;
    color: white;
    padding: 1px 7px;
    border-radius: 3px;
    margin-top: -28px;
    position: absolute;
    margin-left: -13px;

}
/* ========================= Container 50 ========================== */
button.btn-imgs-back35{






        background: #f5f5f5;
    border-bottom: 2px solid #c7c7c7;
    border-radius: 50%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 50px;
    height: 50px !important;
    background-image: linear-gradient(to bottom right, #fe227a, #ff7c12);
    box-shadow: 0px 7px 12px 0px lightgrey;
    margin-left: 15px;
        border-radius: 21%;

    background-image: linear-gradient(to bottom right, #24f537, #cffe12);
}
button.btn-imgs-back35 i{
       display: block;
    float: left;
    border-radius: 0px;
    margin-top: 1px;
    background: transparent;
    border-left: 0px;
    color: white;
    padding: 0px;
    border: 0px;
    margin: 0px;
    margin-left: 15px;
    font-size: 24px;
    }
button.btn-imgs-back35 b{




    float: right;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: normal;
    color: grey;
    margin: 0px;
    background: #fe672a;
    color: white;
    padding: 1px 7px;
    border-radius: 3px;
    margin-top: -28px;
    position: absolute;
    margin-left: -13px;
        background: #3ec956;

}

/* ========================= Container 46 ========================== */
button.btn-imgs-back36 {
font-family: 'Helvetica', 'Arial', sans-serif;
    display: inline-block;
    font-size: 1em;
    -webkit-appearance: none;
    background-color: #ff0081;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);
    z-index: 100;
    padding: 0px;
    margin: 0px;
    margin-left: 14px;
}
button.btn-imgs-back36:focus {
  outline: 0;
}
button.btn-imgs-back36:before, button.btn-imgs-back36:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
button.btn-imgs-back36:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
button.btn-imgs-back36:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
button.btn-imgs-back36:active {
  transform: scale(0.9);
  background-color: #e60074;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
button.btn-imgs-back36.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
button.btn-imgs-back36.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}

button.btn-imgs-back36 i{
width: 45px;
    height: 30px;
    font-size: 21px;
    padding-top: 9px;
}
button.btn-imgs-back36 b{
width: 40px;
    height: 30px;
    font-size: 14px;
    padding-top: 5px;
    margin-right: 23px;
    margin-left: 14px;
    float: right;
    margin-top: 6px;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
      min-width: 166px;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
  border-color: #1a7576;
}

.resp-sharing-button--xing:hover
.resp-sharing-button--xing:active {
  background-color: #114C4C;
  border-color: #114C4C;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
  border-color: #FF6600;
}

.resp-sharing-button--hackernews:hover
.resp-sharing-button--hackernews:active {
  background-color: #FB6200;
  border-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}

.resp-sharing-button--vk:hover
.resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}
div.social-share-back{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6196078431372549);
    z-index: 100000000;
    padding: 5%;
    display: none;

}
div.social-share-container{
width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: #242424;
    padding: 30px;
    border-radius: 7px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
span.close-share-cont{
    float: right;
    margin-top: -23px;
    background: #030303;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px;
    color: #8d8a8a;
    padding-left: 7px;
    position: absolute;
    right: 7px;
    cursor: pointer;
}
div.statistic-cont{

}
div.stc-rows{

}

.Remove_info{
        background: red;
    width: 28%;
}
