.taggbox_wrapper__, .taggbox_content_wrapper___, .swal2-content{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
}
div.loader-overlay > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.swal2-icon.swal2-warning {
    color: #f8bb86;
    border-color: #facea8;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

.swal2-icon {
    width: 60px;
    height: 60px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-modal .swal2-title{
    font-family: 'Source Sans Pro', sans-serif;
    color: #2b2b2b;
}

.swal2-modal .swal2-buttonswrapper {
    margin-top: 15px;
    margin-bottom: 20px;
}
.swal2-modal .swal2-styled {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 15px 0;
    padding: 10px 32px;
}

.swal2-modal button.swal2-styled {
    border: 1px solid;
    border-left-color: rgb(194, 14, 94);
    border-right-color: rgb(194, 14, 94);
    border-top-color: rgb(194, 14, 94);
    border-bottom-color: rgb(194, 14, 94);
    background-color: #c20e5e;
}

.swal2-modal button.swal2-cancel.swal2-styled:hover{
    background-color: #c20e5e !important;
    color: #fff;
    border: 1px solid #c20e5e;
}

.swal2-modal button.swal2-cancel.swal2-styled {
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
}

.swal2-icon.swal2-error {
    border-color: #c20d5e;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    position: absolute;
    height: 4px;
    width: 28px;
    background-color: #c20d5e;
    display: block;
    top: 29px;
    border-radius: 2px;
}

.taggbox_walls___ {
    padding: 30px 30px 15px 30px;
}
.taggbox-dashboard-section {
    margin-bottom: 5px;
    /*background: #656565;*/
    background: #3e3e3e;
    padding: 10px 30px;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}

.taggbox_creeate_wall_btn__ {
    color: #2b2b2b;
    float: right;
    padding: 5px;
}

.taggbox_creeate_wall_btn__:hover,
.taggbox_creeate_wall_btn__:focus {
    color: #c20e5e;
}

.taggbox-widget-header-section {
    padding: 20px 0;
}
.taggbox_wall_size__{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
    flex: 0 0 25%;
}

h2.taggbox-widget-panel-heading {
    font-size: 26px;
    margin-bottom: 16px;
    margin-top: 0;
}

.taggbox-widget-panel-body {
    margin-bottom: 30px;
}

.taggbox-user-name{
    foont-size: 15px;
    text-transform: capitalize;
}
.taggbox-instant-update-btn{
    background: #c20e5e;
    color: white;
    font-weight: 600;
    float: right;
    /*margin-top: -10px;*/
}

.taggbox-instant-update-btn:hover,
.taggbox-instant-update-btn:focus{
    color: #fff;
}

.taggbox-widget-panel-main-div {
    background: #f9f9f9;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
}

.taggbox_breadcrumb___ {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.5rem;
}
strong.taggbox-dashboard {
    font-weight:400
}

.taggbox-widget-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    box-sizing: border-box;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    margin-bottom: 20px;
    border-radius: 4px;
    border-top: 4px solid;
    padding:30px;
}
.taggbox-color-1{
    border-color: #cd2b75;
}
.taggbox-color-2{
    border-color: #63358b;
}
.taggbox-color-3{
    border-color: #00bea4;
}
.taggbox-color-4{
    border-color: #f9464f;
}
.taggbox-color-5{
    border-color: #6676d8;
}
.taggbox-color-6{
    border-color: #cd2b75;
}
.taggbox-edit-link{
    text-decoration: none;
    color: gray;
}
.taggbox-edit-link:hover{
    color: #c20e5e;
}
.taggbox-edit-link.pull-right .fa.fa-edit{
    font-size:24px
}
.taggbox-widget-panel-feed-number {
    color: #6e7073;
    display: block;
    line-height: 16px;
    font-size: 14px;
    float: left;
}

.taggbox-short-code-div .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 30px;
    overflow: hidden;
}

.taggbox-short-code-div .input-group .input-group-addon.taggbox-short-code-copy-btn {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #c20e5e;
    border: 1px solid #c20e5e;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(200, 59, 119, .5);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    display: table-cell;
    vertical-align: middle;
}

.taggbox-short-code-div .input-group .input-group-addon.taggbox-short-code-copy-btn:hover {
    background: #323232;
    box-shadow: 0 0 5px rgba(200, 59, 119, 0);
    border: 1px solid #323232;
}

.taggbox-short-code-div .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: table-cell;
   vertical-align: middle;
}

.taggbox-short-code-div .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 6px 15px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    height: auto;
}

.taggbox_copy_txt___ {
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
}

.taggbox-short-code-copy-btn{
    border: 1px solid #ce2c76;
    background: #ce2c76;
    color: white;
    cursor: pointer;
}
/*Loader*/
.loader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    /* background: rgba(255, 255, 255, .7); */
    z-index: 9999;
}

.loader svg {
    width: 50px;
    height: 50px
}

.loader .animateElement, .loader .circle2 {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.loader .logoIcon {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

#shapeFill {
    position: relative;
    z-index: 5
}

#shapeFill2 {
    opacity: 0.5;
    position: relative;
    z-index: 1
}

.spin1 {
    -webkit-animation: spin 0.5s infinite reverse;
    animation: spin 0.5s linear infinite reverse;
    transform-origin: 50% 50%
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


a:focus, button:focus,
a:hover, button:hover{
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
    outline-offset: 0px !important;
}

.taggbox-logoLogin p{
	text-align: center;
    margin: 0;
}

.taggbox-logoLogin span {
    display: inline-block;
    line-height: 30px;
    font-family: 'Comfortaa', cursive;
    color: #404040;
    padding-left: 10px;
    font-size: 22px;
    vertical-align: middle;
}

.taggbox-logoLogin img {
    display: inline-block;
    vertical-align: middle;
}

.taggbox-login-container {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 24px 0px rgba(0,0,0,.08);
}

.taggbox_info_wrapper {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 24px 0px rgba(0,0,0,.08);
    padding: 30px 15px;
    width: 100%;
    margin-bottom: 30px;
    border-top: 5px solid #c93b77;
}
.taggbox_nopost___ {
    padding: 30px 15px;
}

.taggbox_nopost___ p{
    color:#2b2b2b;
    text-align: center;
    font-size: 20px;
}

.taggbox_nopost___ p strong{
    color:#c20e5e;
}

.taggbox__side_img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #cbcbcb;
}

.taggbox_form_side____{
	overflow: hidden;
}

.taggbox_content_wrapper___ {
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px;
}

.taggbox_info_in___{
	max-width: 1000px;
	margin: 10px auto;
}

.taggbox_info_in___ h2 {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.taggbox_info_in___ p {
    font-size: 18px;
}

.taggbox__form__ {
    padding: 30px;
    max-width: 550px;
    margin: 0 auto;
}

.row.taggbox_custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-8.taggbox_custom-col-8 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
	flex: 0 0 66.66666667%;
}

.col-sm-4.taggbox_custom-col-4 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: none;
	flex: 0 0 32.333333%;
}

.taggbox-loginWithSocials {
    position: relative;
}
.taggbox-loginHead {
    text-align: center;
    margin-bottom: 45px;
}

.taggbox-loginHead h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.loginBlock p {
    color: #6e7073;
}

.taggbox-loginSocials {
    text-align: center;
    color: #fff;
}

.taggbox-loginSocials ul {
    text-align: center;
    display: block;
}

.taggbox-loginSocials ul li {
    display: inline-block;
    padding: 0 10px;
}

.taggbox-loginSocials ul li a {
    display: block;
    background-color: transparent;
    text-decoration: none;
    outline: none;
}

.taggbox-loginSocials ul li a i {
    background-color: #2b2b2b;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
    border: 1px solid;
    border-color: #2b2b2b;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.taggbox-loginSocials ul li a:hover i {
    background-color: #fff !important;
    text-shadow: none !important;
}

.taggbox-loginSocials ul li a.icoFacebook i {
    background-color: #4267b2;
    border-color: #4267b2;
    text-shadow: 0 -1px 0 #354c8c;
}

.taggbox-loginSocials ul li a.icoFacebook:hover i {
    color: #4267b2;
}

.taggbox-loginSocials ul li a.icoTwitter i {
    background-color: #45b0e3;
    border-color: #45b0e3;
    text-shadow: 0 -1px 0 #267aa2;
}

.taggbox-loginSocials ul li a.icoTwitter:hover i {
    color: #45b0e3;
}

.taggbox-loginSocials ul li a.icoLinkedin i {
    background-color: #0e76a8;
    border-color: #0e76a8;
    text-shadow: 0 -1px 0 #116992;
}

.taggbox-loginSocials ul li a.icoLinkedin:hover i {
    color: #0e76a8;
}

.taggbox-loginSocials ul li a.icoGoogle i {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    text-shadow: 0 -1px 0 #f4f4f4;
}

.taggbox-loginSocials ul li a.icoGoogle:hover i {
    color: #f4f4f4;
}

.taggbox-loginSocials ul li a.icoGoogle i:before {
    background-image: url(../images/google-ico.svg);
    background-position: center;
    height: 22px;
    width: 22px;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}

.taggbox-loginSocials h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    color: #2b2b2b;
    position: relative;
    margin-top: 25px;
}

.taggbox-loginSocials h2 span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}

.taggbox-loginSocials h2::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    bottom: 0;
    top: 15px;
    left: 0;
}

.taggbox-account-widget label {
    font-weight: bold;
    color: #2b2b2b;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.taggbox-account-widget label.error{
    font-size: 12px;
    position: absolute;
    left: 0;
    color: red;
    font-weight: 400;
}

.taggbox-account-widget input.form-control {
    background: #fff;
    border: 1px solid #6e7073;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	height: 48px;
    transition: all ease .5s;
    margin: 0;
    float: none;
    clear: both;
    color: #333;
}

.taggbox-account-widget .submit_btn {
    background-color: #c20e5e;
    margin-top: 15px;
    padding: 13px 15px;
    transition: all .3s;
    color: #fff;
    font-size: 14px;
}
.taggbox-account-widget .submit_btn:hover {
    background-color: #9f0c4d;
}

.taggbox-account-widget .form-group {
    margin-bottom: 28px;
    clear: both;
    position: relative;
}

.taggbox-account-widget .form-group p {
    padding: 8px 0;
	color: #2b2b2b;
	font-size: 14px;
}

.taggbox-account-widget .form-group p a {
    color: #c20f5e;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 1700px) {
.taggbox_wall_size__ {
    width: 33.33333%;
    flex: 0 0 33.33333%;
}

}

@media screen and (max-width: 1366px) {
.taggbox_wall_size__ {
    width: 50%;
    flex: 0 0 50%;
}

}

@media screen and (max-width: 1024px) {
.taggbox_custom-col-4.col-sm-4.taggbox_form_side____ {
    display: none;
}
.col-sm-8.taggbox_custom-col-8 {
    flex: 0 0 100%;
}

}

@media screen and (max-width: 991px) {
.taggbox-dashboard-section {
    padding: 10px 15px;
}
}

@media screen and (max-width: 960px) {
.taggbox_content_wrapper___ {
    padding: 20px 20px 20px 0px;
}
}

@media screen and (max-width: 767px) {
.taggbox_wall_size__ {
    width: 100%;
    flex: 0 0 100%;
}

}

/**/
.copyToClipboard .swal2-icon.swal2-success.swal2-animate-success-icon { width:80px; height:80px }
.copyToClipboard .swal2-title { font-size:20px }
.copyToClipboard { max-width:300px }
.copyToClipboard .swal2-icon.swal2-success [class^=swal2-success-line]{ background-color:#62d223 }

.btn.taggbox-logout-btn { padding:10px 20px; transition:all .5s; margin-left:10px; float:right }
.btn.taggbox-logout-btn:hover { background:#c20e5e; color:#fff }
.wp-core-ui select, .wp-core-ui select option { padding:10px 20px; line-height:1.3; margin-right:1rem; outline:none } 
.wp-core-ui select:focus { outline:none; box-shadow:none } 

.taggbox-instant-update-btn { transition:all .5s; padding:8px 16px }
.taggbox-instant-update-btn:hover { background:#af1258 }
.createWidgetBtn { margin-left:1rem }
.createWidgetBtn a { color:#fff }

/* SELECT STYLE */
.taggbox-custom-select { position: relative; display: inline-block }
.taggbox-custom-select select { display: none }
.select-selected { background-color:#fff;}
.select-selected:after { position: absolute; content: ""; top: calc(50% - 2px); right: 10px; width: 0; height: 0; border: 6px solid transparent; border-color: #000 transparent transparent transparent;background:#fff; }
.select-selected.select-arrow-active:after { border-color: transparent transparent #000 transparent; top: calc(50% - 8px);background:#fff; }
.select-items div,.select-selected { color: #000; padding: 11px 16px; cursor: pointer; user-select: none; text-align:left; transition:all .3s;   border-top:1px solid #d8d8d8 }
.select-selected { border-radius:4px; border-top-color:transparent ;background-color:#fff;}
.select-items { position: absolute; background-color:#efefef; top: 100%; left: 0; right: 0; z-index: 99 }
.select-hide { display: none }
.select-items div:hover, .same-as-selected { background-color: rgba(0, 0, 0, 0.1) }

.clear-both { clear: both; }