/**
 * WP ULike Plugin 2.4.1
 *
 * http://wordpress.org/plugins/wp-ulike/
 * https://github.com/Alimir/wp-ulike
 *
 */

.wpulike {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    margin: 0
}
.wpulike .counter a {
    margin: 0;
    display: inline-block;
    border-radius: .25em;
    border: 1px solid #d3d3d3;
    vertical-align: middle;
    line-height: 1em;
    padding: .25em .5em;
    font-size: .75em;
    cursor: pointer;
    max-height: 25px;
    color: #777;
    background: #dfdfdf;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-decoration: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}
.wpulike .counter a:focus {
    outline: none;
    border-color: #999
}
.wpulike .counter a:hover,
.wpulike .counter a:active {
    text-decoration: none;
    color: #EEE;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background-color: #bdc3c7;
    border-color: #95a5a6
}
.wpulike .counter a.image,
.wpulike .counter a.image-unlike {
    background-image: url(../img/icons/add.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 20px
}
.wpulike .counter a.image-unlike {
    background-image: url(../img/icons/remove.png)
}
.wpulike .counter a.loading {
    background-image: url(../img/icons/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 20px
}
.wpulike .count-box {
    position: relative;
    display: inline-block;
    border: 1px solid #898F9C;
    border-radius: .25em;
    vertical-align: middle;
    color: #333;
    font-size: .75em;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25em .5em;
    margin-left: .5em;
    line-height: 1em;
    min-width: 2.25em
}
.wpulike .count-box:before {
    content: '';
    width: .25em;
    height: .25em;
    position: absolute;
    border: 1px solid transparent;
    background: #fff;
    border-bottom-color: #898F9C;
    left: -.2125em;
    top: 50%;
    margin-top: -.2em;
    border-left-color: #898F9C;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand')
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert > p,
.alert > ul {
    margin-bottom: 0
}
.alert > p + p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}
.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}
.tiles,
.most_liked_users {
    list-style-type: none!important;
    position: relative!important;
    margin: 10px 0!important;
    padding: 0!important
}
.tiles li,
.most_liked_users li {
    display: inline-table!important;
    cursor: pointer!important
}
.most_liked_users li {
    margin: 0 2px!important
}
.tiles li.inactive,
.most_liked_users li.inactive {
    visibility: hidden!important;
    opacity: 0!important
}
.tiles li img,
.most_liked_users li img {
    display: block!important;
    float: none!important
}
.commentlist .tiles .avatar {
    left: 0!important
}
.wp_ulike_thumbnail,
.most_liked_comment .avatar {
    vertical-align: middle;
    margin: 0 10px 0 0
}
.wp_ulike_style_simple .wp_counter_span:before {
    content: "("
}
.wp_ulike_style_simple .wp_counter_span:after {
    content: ")"
}
.wp_ulike_style_love .wp_counter_span {
    float: right;
    display: inline-block;
    background: #f1f1f1 url(../img/icons/heart.png) 5px center no-repeat;
    color: #333;
    font-size: 9px;
    line-height: 17px;
    font-weight: 400;
    margin: 2px 0 0 2px;
    vertical-align: middle;
    border-radius: 10px;
    padding: 0 5px 0 23px;
    z-index: 26
}
#buddypress .activity ul.item-list li {
    position: initial
}
#buddypress div.activity-meta .tiles li a {
    padding: 0
}
#buddypress .activity-content .wpulike .count-box,
#bbpress-forums .bbp-reply-content .wpulike .count-box {
    font-size: small;
    padding: .3em .5em
}
#buddypress div.activity-meta .wpulike .counter a {
    padding: 12px 20px!important
}
#buddypress div.activity-meta .wpulike .counter a.text {
    padding: 7px 20px!important
}
#bbpress-forums .bbp-reply-content .wpulike .counter a.text,
#bbpress-forums .bbp-reply-content .wpulike .counter a.image,
#bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike,
#bbpress-forums .bbp-reply-content .wpulike .counter a.loading {
    margin: 0;
    display: inline-block;
    border-radius: .25em;
    border: 1px solid #d3d3d3;
    line-height: 1em;
    padding: .5em 1em;
    font-size: 1em;
    cursor: pointer;
    vertical-align: middle;
    color: #777;
    background: #dfdfdf;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-decoration: none
}
#bbpress-forums .bbp-reply-content .wpulike .counter a.image,
#bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike {
    background-image: url(../img/icons/add.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1em 1.8em
}
#bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike {
    background-image: url(../img/icons/remove.png)
}
#bbpress-forums .bbp-reply-content .wpulike .counter a.loading {
    background-image: url(../img/icons/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1em 1.8em
}
.wpulike-heart .counter {
    border: 0px solid #E0E0E0;
    border-radius: 5px;
    padding: 0px;
    max-height: 30px
}
.wpulike-heart .counter a,
#buddypress .wpulike-heart .counter a,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.text,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
    border: none;
    font-weight: 700;
    box-shadow: none;
    background: transparent;
    border-right: 1px solid #d3d3d3;
    border-radius: 0
}
.wpulike-heart .counter a:hover,
.wpulike-heart .counter a:active {
    background-color: transparent;
    box-shadow: none;
    color: #ef0000
}
.wpulike-heart .counter a.image,
.wpulike-heart .counter a.image-unlike,
#buddypress .activity-content .wpulike-heart .counter a.image,
#buddypress .activity-content .wpulike-heart .counter a.image-unlike,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike {
    border: none;
    box-shadow: none;
    background-image: url(../img/icons/add-heart-16.png)!important;
    background-repeat: no-repeat!important;
    background-position: center 1px !important;
    padding: 11px 13px!important;
    border-right: 0px solid #E0E0E0;
}
.wpulike-heart .counter a.image-unlike,
#buddypress .activity-content .wpulike-heart .counter a.image-unlike,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike {
    background-image: url(../img/icons/remove-heart-16.png)!important
}
.wpulike-heart .counter a.image:hover {
    background-image: url(../img/icons/add-heart-hover.png)!important
}
.wpulike-heart .counter a.image-unlike:hover {
    background-image: url(../img/icons/remove-heart-hover.png)!important
}
.wpulike-heart .counter a.loading,
#buddypress .activity-content .wpulike-heart .counter a.loading,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
    animation: none;
    background-image: url(../img/icons/loading.gif)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    padding: 11px 15px!important;
    border-right: 1px solid #E0E0E0;
}
.wpulike-heart .count-box {
    border: none;
    vertical-align: middle;
    background-color: transparent;
    padding: 0;
    margin-left: 0;
    color: #8b8b8b;
    font-size: 16px;
    min-width: 0px;
    line-height:0px;
    margin-top: -7px;
}
.wpulike-heart .count-box:before {
    border: none;
    background: transparent
}
.rtl .wpulike .count-box {
    margin-right: .5em;
    margin-left: inherit
}
.rtl .wpulike .count-box:before {
    right: -.2125em;
    left: inherit;
    border-color: #898F9C #898F9C transparent transparent
}
.rtl .wpulike-heart .counter a,
.rtl #buddypress .wpulike-heart .counter a,
.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.text,
.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image,
.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike,
.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
    border-left: 1px solid #d3d3d3;
    border-right: 0
}
.rtl .wpulike-heart .counter a.image,
.rtl .wpulike-heart .counter a.image-unlike,
.rtl #buddypress .activity-content .wpulike-heart .counter a.image,
.rtl #buddypress .activity-content .wpulike-heart .counter a.image-unlike,
#bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image,
.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike,
.rtl .wpulike-heart .counter a.loading,
.rtl #buddypress .activity-content .wpulike-heart .counter a.loading,
.rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
    border-left: 1px solid #E0E0E0;
    border-right: 0
}
.rtl .wpulike-heart .count-box {
    margin-right: 0;
    margin-left: inherit
}
.rtl .alert-dismissable,
.rtl .alert-dismissible {
    padding-right: 0;
    padding-left: 35px
}
.rtl .alert-dismissable .close,
.rtl .alert-dismissible .close {
    right: inherit;
    left: -21px
}
.rtl .close {
    float: left
}
.rtl .commentlist .tiles .avatar {
    left: inherit!important;
    right: 0!important
}
.rtl .wp_ulike_thumbnail,
.rtl .most_liked_comment .avatar {
    margin: 0 0 0 10px
}
.rtl .wp_ulike_style_love .wp_counter_span {
    float: left;
    background: #F1F1F1 url(../img/icons/heart.png) no-repeat scroll 85% center;
    margin: 2px 2px 0 0;
    padding: 0 23px 0 5px
}
.toast-title {
    font-weight: 700
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
.toast-message a,
.toast-message label {
    color: #FFF
}
.toast-message a:hover {
    color: #CCC;
    text-decoration: none
}
.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}
.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}
.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}
.toast-top-left {
    top: 12px;
    left: 12px
}
.toast-top-right {
    top: 12px;
    right: 12px
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px
}
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}
#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}
#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}
#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}
#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}
#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}
#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}
.toast {
    background-color: #030303
}
.toast-success {
    background-color: #51A351
}
.toast-error {
    background-color: #BD362F
}
.toast-info {
    background-color: #2F96B4
}
.toast-warning {
    background-color: #F89406
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}
@media all and (max-width: 240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}