.taggbox_wrapper__ *, .taggbox_content_wrapper___ *, .swal2-content *{
    font-family: inter,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.taggbox_content_wrapper___ h2, 
.taggbox_content_wrapper___ h3 {
    color: #2b2b2b;
    font-size: 1.3em;
    margin: 1em 0;
}
.taggbox_content_wrapper___ h1, 
.taggbox_content_wrapper___ h2, 
.taggbox_content_wrapper___ h3, 
.taggbox_content_wrapper___ h4, 
.taggbox_content_wrapper___ h5, 
.taggbox_content_wrapper___ h6 {
    display: block;
    font-weight: 600;
    color: #2b2b2b;
}

.tb-container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.tb-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.tb-flex-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }

.tb-flex-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }

.tb-flex-row-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }

.tb-flex-column-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }

.tb-flex-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }

.tb-flex-nowrap {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }

.tb-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse; }

.tb-flex-fill {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }

.tb-flex-grow-0 {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0; }

.tb-flex-grow-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }

.tb-flex-shrink-0 {
-ms-flex-negative: 0;
flex-shrink: 0; }

.tb-flex-shrink-1 {
-ms-flex-negative: 1;
flex-shrink: 1; }

.tb-justify-content-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }

.tb-justify-content-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }

.tb-justify-content-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }

.tb-justify-content-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }

.tb-justify-content-around {
-ms-flex-pack: distribute;
justify-content: space-around; }

.tb-align-items-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }

.tb-align-items-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }

.tb-align-items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }

.tb-align-items-baseline {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline; }

.tb-align-items-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }

.tb-align-content-start {
-ms-flex-line-pack: start;
align-content: flex-start; }

.tb-align-content-end {
-ms-flex-line-pack: end;
align-content: flex-end; }

.tb-align-content-center {
-ms-flex-line-pack: center;
align-content: center; }

.tb-align-content-between {
-ms-flex-line-pack: justify;
align-content: space-between; }

.tb-align-content-around {
-ms-flex-line-pack: distribute;
align-content: space-around; }

.tb-align-content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch; }

.tb-align-self-auto {
-ms-flex-item-align: auto;
align-self: auto; }

.tb-align-self-start {
-ms-flex-item-align: start;
align-self: flex-start; }

.tb-align-self-end {
-ms-flex-item-align: end;
align-self: flex-end; }

.tb-align-self-center {
-ms-flex-item-align: center;
align-self: center; }

.tb-align-self-baseline {
-ms-flex-item-align: baseline;
align-self: baseline; }

.tb-align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch; }

.tb-btn {
    display: inline-block;
    font-weight: normal;
    color: #2b2b2b;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.tb-form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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;
}

.taggbox-custom-select .select-selected {
    border-radius: 3px;
    border-top-color: transparent;
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #2b2b2b;
    padding: 8px 30px 8px 16px;
    height: calc(1.35em + 1.1rem + 2px);
    font-weight: 800;
    color: #2b2b2b;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.taggbox-custom-select .select-selected:after {
    background: transparent;
}
.taggbox-custom-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: calc(50% - 8px);
    background: transparent;
}

.taggbox-custom-select .select-items {
    top: 100%;
    left: 0;
    z-index: 98;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #2b2b2b;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.42rem;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
}

.select-items div:first-child, .select-selected:first-child {
    color: #000;
    padding: 11px 16px;
    cursor: pointer;
    user-select: none;
    text-align: left;
    transition: all .3s;
    border-top: 1px solid transparent;
}

.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: 40px;
    margin-bottom: 20px;
}
.swal2-modal .swal2-styled {
    font-size: 16px;
    font-weight: 400;
    margin: 7.5px 8px 0;
    padding: 12px 20px;
    min-width: 120px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    min-width: 40px;
}

.swal2-modal button.swal2-styled {
    border: 1px solid;
    border-left-color: #ff4051;
    border-right-color: #ff4051;
    border-top-color: #ff4051;
    border-bottom-color: #ff4051;
    background-color: #ff4051;
}

.swal2-modal button.swal2-cancel.swal2-styled:hover{
    background-color: #ff4051 !important;
    color: #fff;
    border: 1px solid #ff4051;
}

.swal2-modal button.swal2-cancel.swal2-styled {
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
}

.swal2-icon.swal2-error {
    border-color: #ff4051;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    position: absolute;
    height: 4px;
    width: 28px;
    background-color: #ff4051;
    display: block;
    top: 29px;
    border-radius: 2px;
}

.taggbox-logout-btn.tb-btn {
    font-weight: 800;
}

h2.taggbox-widget-panel-heading span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 310px;
    line-height: 1.2;
}

a.taggbox-edit-link svg {
    width: 22px;
    height: 22px;
}
a.taggbox-edit-link {
    text-decoration: none;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.taggbox-edit-link:hover, a.taggbox-edit-link:focus {
    color: #2b2b2b;
    background-color: #f3f6f9;
    border-color: transparent;
}

.taggbox_walls___ {
    padding: 30px 30px 15px 30px;
}
.taggbox-dashboard-section {
    background: #1a2029;
    padding: 10px 30px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
}

.taggbox_creeate_wall_btn__ {
    color: #2b2b2b;
    float: right;
    padding: 5px;
}

.taggbox_creeate_wall_btn__:hover,
.taggbox_creeate_wall_btn__:focus {
    color: #ff4051;
}

.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: 20px;
    margin-top: 0;
}

.taggbox-widget-panel-body {
    margin-bottom: 35px;
}

.taggbox-user-name{
    font-size: 15px;
    text-transform: capitalize;
}

.taggbox-widget-panel-main-div {
    background: #f3f6f9;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    min-height: 60vh;
}

.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;
    -webkit-box-shadow: 0 2px 5px 0 rgb(37 47 53 / 6%);
    box-shadow: 0 2px 5px 0 rgb(37 47 53 / 6%);
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    transition: all .3s cubic-bezier(.165,.84,.44,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 #6bc259;
    padding: 40px;
}

.taggbox-widget-panel:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgb(0 0 0 / 14%);
}
.taggbox-edit-link.pull-right .fa.fa-edit{
    font-size:24px
}
.taggbox-widget-panel-feed-number {
    color: #545454;
    display: block;
    line-height: 16px;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    font-weight: 400;
}

.tb-svg-icon svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #fff;
}
.tb-svg-icon svg {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    overflow: hidden;
}
.tb-svg-icon {
    margin-right: 5px;
    display: inline-block;
}

.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 {
    width: 100%;
}

.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;
    width: 90%;
}

.taggbox-short-code-copy-btn {
    height: calc(1.5em + 1.3rem + 2px);
    padding: 12px 15px;
    min-width: 90px;
    font-weight: 600;
}
.tb-btn.taggbox-instant-update-btn,
.taggbox-short-code-copy-btn {
    background-color: #ff4051;
    border: 1px solid #ff4051;
    color: #fff;
}

.tb-btn.taggbox-instant-update-btn:hover,
.tb-btn.taggbox-instant-update-btn:focus,
.taggbox-short-code-copy-btn:hover,
.taggbox-short-code-copy-btn:focus{
    background-color: #e23442;
    border: 1px solid #e23442;
    color: #fff;
}

.createWidgetBtn {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 15px;
}

.createWidgetBtn:hover,
.createWidgetBtn:focus {
    background-color: #e23442;
    border: 1px solid #e23442;
    color: #fff;
}

/*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 #FF4051;
}
.taggbox_nopost___ {
    padding: 30px 15px;
}

.taggbox_nopost___ p{
    color:#2b2b2b;
    text-align: center;
    font-size: 20px;
}

.taggbox_nopost___ p strong{
    color:#ff4051;
}

.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;
    line-height: 1.2;
}

.taggbox_info_in___ p {
    font-size: 18px;
}

.taggbox__form__ {
    padding: 30px;
    max-width: 500px;
    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;
}
.taggbox-logoLogin {
    padding-bottom: 10px;
}

.taggbox-loginWithSocials {
    position: relative;
}
.taggbox-loginHead {
    text-align: center;
    margin-bottom: 40px;
}

.taggbox-loginSocials p {
    color: #6e7073;
    font-size: 14px;
    margin-bottom: 20px;
}

.taggbox-loginHead h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.loginBlock p {
    color: #6e7073;
}

.taggbox-loginSocials {
    text-align: center;
}

.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;
    font-size: 18px;
    color: #545454;
    display: inline-block;
}

.taggbox-loginSocials h2::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ebedf3;
    position: absolute;
    bottom: 0;
    top: 11px;
    left: 0;
}

.taggbox-account-widget label {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #545454;
}

.taggbox-account-widget label.error{
    font-size: 12px;
    position: absolute;
    left: 0;
    color: #e02222;
    font-weight: 400;
}

.tb_form_control.error {
    border: 1px solid #e02222;
}

.tb_form_control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset!important;
}


.tb_btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ff4051;
    padding: 12px 15px;
    margin-top: 0;
    transition: all .3s;
    width: 100%;
    color: #fff;
    font-weight: 600;
}

.tb_btn:hover {
    background-color: #e23442;
}

.tb_form_control{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

button.tb_btn.submit_btn {
    margin-top: 10px;
}

.taggbox-social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    list-style: none;
}

.taggbox-social-network li {
    width: 33.33%;
    padding: 0 10px;
}

.taggbox-social-network li a {
    display: block;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ebedf3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
}

.taggbox-social-network li a:hover {
    background-color: #f2f6f8;
}

.taggbox-social-network li a svg {
    margin-right: 8px;
}

.taggbox-social-network li a span {
    font-weight: 600;
    font-size: 14px;
    color: #545454;
}

.taggbox-account-widget .tb_form_group {
    margin-bottom: 28px;
    clear: both;
    position: relative;
}

.taggbox-account-widget p {
    padding: 0;
    color: #2b2b2b;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.taggbox-account-widget .tb_form_group p a {
    color: #ff4051;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (min-width: 991px) {
.taggbox_custom-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.tb_form_area {
    -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 60%;
}
.tb_content_area {
    -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 40%;
}
}

@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: 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%;
}

.taggbox-social-network li a span {
    display: none;
}

.taggbox-social-network li a svg {
    margin-right: 0;
}

}

/**/
.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 }

.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 } 


/* SELECT STYLE */
.taggbox-custom-select { position: relative; display: inline-block }
.taggbox-custom-select select { display: none !important }
.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 #2b2b2b transparent; top: calc(50% - 8px);background:#fff; }

.select-items div,.select-selected { 
    color: #2b2b2b;
     padding: 11px 16px; cursor: pointer; user-select: none; 
     text-align:left; transition:all .3s;   
     border-top:1px solid #f3f6f9 

    }
.select-selected { border-radius:4px; border-top-color:transparent ;background-color:#fff;}
.select-items { position: absolute; background-color:#ffff; top: 100%; left: 0; right: 0; z-index: 99 }
.select-hide { display: none !important }
.select-items div:hover, .same-as-selected { 
    background-color: #f3f6f9; 
}

.clear-both { clear: both; }