
/* Base */

html {
  background: #ffffff; }

body {
  margin:0px;
  padding:0px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  min-height: 100vh;
  color: #414445;
  background: inherit;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:auto;
  }

*:focus {
  outline: 0 !important; }

a {
  text-decoration: none;
  cursor: pointer;
  outline: 0; }

a:hover,
a:focus {
  text-decoration: none; }

button {
  color: inherit; }

pre {
  color:#414445;
  background-color: #f5f5f6;
  border-color: rgba(160, 175, 185, 0.15); }

hr {
  border-color: rgba(160, 175, 185, 0.15); }

blockquote {
  border-color: rgba(160, 175, 185, 0.15); }

small {
  font-size: 0.825rem; }

sup {
  vertical-align: text-top;
  top: -.25em; }

b,
strong {
  font-weight: 500; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #414445;
  font-family: 'Poppins', sans-serif;
  }
input, .form-control {
  color: #414445;
  font-family: 'Poppins', sans-serif;
  }
  .form-control:focus{
	  box-shadow:none;
  }

/* Common Styles */

.theme-black{
	color:#414445;
}
.btn-themered {
    background-color:#f3514f;
    padding: 0.7rem 3rem;
	font-size: 14px;
}
.btn-red {
    background-image: linear-gradient(to right, #FE464C, #FE416B);
    padding: 0.7rem 3rem;
	font-size: 14px;
}
.btn-darkred {
    background-color:#CB1F24;
    padding: 0.7rem 3rem;
	font-size: 14px;
}
.btn-purple {
    background-color:#BE01A3;
    padding: 0.7rem 3rem;
	font-size: 14px;
}
.btn-blue {
    background-color:#3B5998;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 0.7rem 3rem;
}
.btn-lightblue {
    background-color:#26A6D1;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 0.7rem 3rem;
}

.btn-black {
    background-color: #414445;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 0.7rem 1.5rem;
}
.btn-blue-light {
    background-color: #F0F5F9;
    color: #8A8A8A;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 0.7rem 3.5rem;
}
.bg-gray{
	background-color:#F8F8F8;
}
.bg-theme{
	background-color:#FCECED;
}
.btn-orange{
	background-color: #F4BA19;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 0.7rem 1.5rem;
}
.text-gray{
	color:#868C8F !important;
}
.gray-border {
    border: 2px solid #F8F8F8;
}
.model-theme .btn.btn-red {
    padding: 0.7rem 5rem;
}
.font-ws{
	font-weight:600;
	font-size:12px;
}

/* Custom Styles */
.main-wrapper{
	margin:0 auto;
}
.log-left {
    width: 50%;
    background-image: linear-gradient(#FFEBEB, #EBFAFF);
    padding: 6rem 8rem;
    height: 100vh;
	position: relative;
}

.log-left h2{
	font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px;
}
.cs-form .form-control {
    position:relative;
    padding: .375rem 2.6rem;
    height: calc(2.2em + .95rem + 2px);
	font-size: 15px;
    font-weight: 500;
}

.cs-form .form-control::placeholder {
   color:#868C8F;
   font-size: 14px;
   font-weight: 500;
}
.cs-form .form-group {
   position:relative;
}
.cs-form .form-group.form-icon1:before{
	width: 20px;
    height: 18px;
    content: " ";
    position: absolute;
    background-image: url(../images/email-84.svg);
    /* background-image: url(../images/email.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 16px;
    left: 13px;
    z-index: 9;
}
.cs-form .form-group.form-icon2:before{
	width: 24px;
    height: 21px;
    content: " ";
    position: absolute;
    background-image: url(../images/key-25.svg);
     /* background-image: url(../images/key.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 16px;
    left: 10px;
    z-index: 9;
}
.form-icon2 .form-control{
	box-shadow: 0px 2px 4px 0px #00000029;
}

.form-icon2 .fa.fa-eye, .form-icon2 .fa.fa-eye-slash	 {
    position: absolute;
    display: table-cell;
    width: 55px;
    height: 36px;
    text-align: center;
    top: 15px;
    right: 0px;
    font-size: 18px;
    color: #CDC5D5;
}
.form-icon2 .fa.fa-eye{
  color:#ababab !important;
}
.blue-link{
    color: #197ae2;
}
.log-left .progress {
	height: 3px;
	margin-top: 7px;
}

.log-left .progress-bar.progress-bar-success{
	background-color:#1B9F39;
}
.log-left .progress-bar.progress-bar-success.progress-bar-warning{
	background-color:#F4BA19;
}
.log-left .progress-bar.progress-bar-success.progress-bar-warning.progress-bar-danger, .log-left .progress-bar.progress-bar-success.progress-bar-danger{
	background-color:#F3514F;
}
.pass-str{
  overflow:hidden;;
}
.pass-str  p {
    font-size: 11px;
    font-weight: 300;
    color: #414445;
}
.pass-str  p span{
   font-weight:600;
}
.pass-str .text-danger	{
    color:#F3514F !important;
}
.pass-str .strong.text-success	{
    color:#1B9F39 !important;
}
.pass-str .text-danger.good.text-warning	{
    color:#F4BA19 !important;
}
.pass-str .strong.text-success.good.text-warning{
	color: #F4BA19 !important;
}

.log-left .cs-check label {
	font-size: 12px;
    color: #868C8F;
    line-height: 22px;
}
.log-left .custom-checkbox .custom-control-label::before {
    border-radius: .1rem;
}
.log-left .custom-control-label::after {
    background-color: #FE416B;
}
.log-left .custom-control-label::before {
    background-color: #fff;
}


.form-group.cs-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group.cs-check label {
    position: relative;
    cursor: pointer;
    text-indent: -26px;
    padding-left: 26px;
}
.form-group.cs-check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(134, 140, 143, 1);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  background-color: #fff;
}

.form-group.cs-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
    top: 6px;
    left: 5px;
    width: 5px;
    height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-group.cs-check input:checked + label:before {
    background-color: #FE416B;
	border: 1px solid #FE416B;
}

.foo-sign a {
    color: #868C8F;
    font-size: 14px;
    font-weight: 400;
}
.foo-sign span {
    text-decoration: underline;
}
.log-right {
    width: 50%;
	padding:6rem;
    background-image: url(../images/log-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.log-right h2 {
    font-size: 34px;
    font-weight: 500;
}
.log-right p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.log-right-box h5{
    font-size: 16px;
    font-weight: 500;
}
.log-right-box h5 img {
    width: 20px;
    margin-right: 5px;
    margin-top: -10px;
}
.log-right-box h6{
    font-size: 11px;
    font-weight: 500;
}
.log-right-box p{
    font-weight: 300;
    font-size: 12px;
}
.log-right-box {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.05);
}
.log-forgot a {
    color: #868C8F;
    font-size: 13px;
    font-weight: 400;
}
.foo-sign a:hover, .log-forgot a:hover{
	color:#3e8dcc;
}
.log-forgot a:hover{
 text-decoration:underline;
}
.model-theme .modal-title{
    font-size: 20px;
    font-weight: 600;
}
.model-theme .modal-header, .model-theme .modal-footer{
	border:none;
}
.model-theme .model-para {
    font-size: 13px;
    color: #868C8F;
}
.model-theme .cs-form .form-control{
	box-shadow: 0px 2px 4px 0px #00000029;
}
.model-theme .modal-content{
	padding: 2rem 3rem;
}
.pa-body {
    padding: 2rem 2rem 0;
}
.btn.btn-red.p-lr {
    padding: 0.7rem 2rem;
}
.custom-alert{
	padding: 0.5rem 3rem;
    border-radius: 0px;
    position: absolute;
    left: 50%;
    top: 7%;
    transform: translate(-50%, -30%);
    width: 80%;
}
.custom-alert span {
    font-size: 15px;
    font-weight: 600;
}
.custom-alert p {
    color: #868C8F;
    font-size: 13px;
	margin-bottom:4px;
}
.custom-alert span:after{
    font-family: themify;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    border-radius: 60%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-alert.alert.alert-warning span:after{
	content: "\e646";
	background-color: #F3514F;
    color: #fff;
}
.custom-alert.alert.alert-warning {
    color: #414445;
    background-color: #FCD8D7;
    border-color: #FCD8D7;
    border-left: 5px solid #FBC5C4;
}
 .custom-alert.alert.alert-success span:after{
	content: "\e64c";
	background-color:#1b9f39;
    color: #fff;
}
.custom-alert.alert.alert-success {
    color: #414445;
    background-color:#CCE9D3 ;
    border-color: #CCE9D3;
    border-left: 5px solid #99D4A7;
}
.custom-alert.alert.alert-danger span:after{
	content: "\e697";
	background-color: #f3b200;
    color: #fff;
}
.custom-alert.alert.alert-danger {
    color: #414445;
    background-color: #FCEDC6;
    border-color: #FCEDC6;
    border-left: 5px solid #FBE5AA;
}
.custom-alert.page-position {
    top: 0;
    z-index: 1;
    transform: translate(-33%, -15%);
}

.alert-dismissible .close {
    padding: .5rem 1.25rem;
}
.page-position.alert-dismissible .close{
     padding: .5rem 1.25rem;
}
.custom-alert.inv-position {
    left: 54%;
    top: 15%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1;
}
.custom-alert.sb-position{
    top: 0px;
    z-index: 1;
    transform: translate(-48%, -20%);
    width: auto;
}
.content-wrapper {
    padding: 1rem;
}
.main-title {
    font-size: 26px;
    font-weight: 600;
}
.page-form label {
    font-size: 14px;
    color: #868C8F;
    font-weight: 400;
}
.page-form input, .page-form .form-control {
    font-size: 14px;
    border-radius: 2px;
    border-color: #dbdcdc;
	height: 40px;
}

.avatar-upload {
  position: relative;
  max-width: 100px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    top: -10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 2px solid #FE416B;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #414445;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 20%;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-red.p-lr-2 {
    padding: 0.7rem 2rem;
}
.btn-blue-light.p-lr-2{
	padding: 0.7rem 2rem;
}
.plan p{
    color: #868C8F;
    font-size: 13px;
}
.plan:after {
    content: '';
    position: absolute;
    top: 25px;
    right: -85px;
    width: 68%;
    height: 2px;
    background: #DBDBDB;
    z-index: 9;
}
.plan:last-child:after {
	display:none;
}

.custom-card .card-title {
    font-size: 16px;
}
.custom-card .card-text {
    font-weight: 400;
    font-size: 13px;
}
.plan-link{
    font-size: 13px;
    color: #414445;
    font-weight: 400;
	text-decoration:underline;
}
.plan-link:hover{
	text-decoration:underline;
}
.plan-features .table thead th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    color: #414445;
    font-weight: 600;
    padding: 0.7rem 0;
}
.plan-features .table-sm td, .plan-features .table-sm th {
    font-size: 13px;
    color: #414445;
    font-weight: 400;
    padding: 0.7rem 0;
}

 h6.title-sm {
    font-size: 14px;
    font-weight: 600;
}

.del-img {
    width: 111px;
    height: 112px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 25px;
	position: relative;
}

.del-img img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
}
.del-img  i.fas.fa-trash-alt {
    position: absolute;
    background-color: #F3514F;
    padding: 8px 9px;
    border-radius: 60%;
    font-size: 13px;
    right: 3px;
    bottom: 3px;
}
.p-lr-3{
	padding-left:3rem !important;
	padding-right:3rem !important;
}

.custom-search .form-control::placeholder{
   color:#868C8F;
}
 .input-group.custom-search{
	width: 300px;
 }
 .input-group.custom-search .form-control{
    border: 1px solid #CCCED1;
	height: 44px;
	width: 250px;
	flex: inherit;
}
.custom-search .btn-secondary {
    background-color: #868C8F;
    border-color: #868C8F;
}
.form-group.select-filter {
    width: 200px;
}
.form-group.select-filter .form-control{
	height: 44px;
}
.form-group.select-filter .form-control:focus{
	border-color: #CCCED1;
}
.dash-box1 .gray-link {
    color: #868C8F;
    font-size: 13px;
}
.dash-box1 .gray-link:hover{
	color:#149bc7;
}
.inner-box h4 {
    color: #868C8F;
    font-size: 14px;
    font-weight: 400;
}
.inner-box {
    border: 1px solid #DBDBDB;
    background-color: #fff;
	height: 70px;
	width:120px;
	margin-top: 12px;
}
.h-102{
	height:102px;
}
.card-height{
	min-height:auto;
}
.dash-box1 p {
    color: #868C8F;
    font-size: 13px;
}
 .profile-right .dropdown-item.active,  .profile-right .dropdown-item:active, .right-help .dropdown-item.active, .right-help .dropdown-item:active{
    color:#414445;
    text-decoration: none;
    background-color: #faeef0;
}

.social-icon i {
    padding: 5px;
    width: 40px;
    height: 40px;
	justify-content: center;
    align-items: center;
    display: flex;
	border-radius: 60%;
}
.social-icon i.fab.fa-facebook-f {
    background-color: #3b5998;
}
.social-icon i.fab.fa-twitter {
    background-color: #26A6D1;
}
.social-icon i.fab.fa-pinterest-p {
    background-color: #CB1F24;
}
.social-icon i.fab.fa-instagram {
    background-image: linear-gradient(to top right, #F0000F, #BF00A2);
}


.fa-connected i.fas.fa-check-circle {
    color: #1B9F39;
    font-size: 20px;
}
.conn-link p{
	font-size:12px;
}
.conn-link p a.plan-link {
    font-size: 15px;
	text-decoration: none;
}

.fs-12{
	font-size:12px;
}
.connections .social-icon{
	width:25%;
}
.connections .conn-link{
	width:50%;
}
.connections .card-right{
	width:25%;
}
.fb-color{
	 color: #3B5998;
}
 .tw-color{
	 color: #26A6D1;
}
.pinterest-color{
	 color:#F0000F;
 }
.insta-color{
	 color:#BE01A3;
 }
.settings-title{
    color: #EF5983;
    font-size: 18px;
}
.settings-title .ti-angle-left{
	color:#414445;
    font-weight: 800;
    font-size: 16px;
}
.ti-help-alt{
    font-size: 13px;
    vertical-align: middle;
}
.w-10 {
    width: 10px;
    vertical-align: middle;
	margin-top: -2px;
}

.tile .tab-pane
{
  padding:15px 0px;
 /* height:80px; */
}
.tile .nav-tabs
{
  position:relative;
  border-bottom: 2px solid #F8F8F8;
}
.tile .nav-tabs li
{
  margin-right:35px;
}
.tile .nav-tabs li a
{
  position:relative;
  margin-right:0px;
  padding: 10px 1px;
  font-size:15px;
  border:none;
  color:#868C8F;
}

.tile .slider
{
  display:inline-block;
  width:50px;
  height:3px;
  border-radius:3px;
  background-color:#EF5983;
  position:absolute;
  z-index:1;
  bottom:0;
  transition:all .4s linear;

}
.tile .nav-tabs .active
{
  background-color:transparent;
  border:none;
  color:#414445;
}
.link-hide a:first-child{
	display:none;
}

 .was-validated .feedback-position :valid~.valid-feedback{
    position: absolute;
    right: -105px;
    top: 7px;
	display:flex;
    flex-direction: row-reverse;
	z-index: 1;
	width: 24%;
 }
  .was-validated .feedback-position :invalid~.invalid-feedback{
    position: absolute;
    right: -243px;
    top: -12px;
    display: flex;
    flex-direction: row-reverse;
    z-index: 1;
    width: 250px;
 }
 .feedback-position span.ti-check {
    background-color: #1B9F39;
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    left: -85px;
}
 .feedback-position span.ti-info {
    background-color: #F3514F;
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    left: -222px;
}
 .was-validated .feedback-position .form-control:valid {
	background:none;
}
.was-validated .feedback-position .form-control:invalid{
	background:none;
}
.row.settings-save {
    position: fixed;
    transform: translate(-50px, -50px);
    left: 50%;
    bottom: 0;
}
.form-group.cs-check.check-black label {
    font-size: 14px;
}
.form-group.cs-check.check-black label:before{
	padding: 7px;
	margin-top: -3px;
}
.form-group.cs-check.check-black input:checked + label:before {
    background-color: #414445;
    border: 1px solid #414445;
}
.form-group.cs-check.check-black input:checked + label:after {
    left: 6px;
	top: 4px;
}

/** Media Query **/
@media(max-width:1024px){
.log-left {
    padding: 6rem 2rem;
}
.log-right {
    padding: 6rem 2rem;
}
.plan-content .plan{
    width: 33% !important;
}
.plan:after {
    right: -35px;
    width: 50%;
}
.sm-w-50{
	width:50% !important;
}
.w-22{
   width: 21.2%;
}
.xs-pt-0{
	padding-top:0px !important;
}
.xs-w-100{
	width:100% !important;
}
.sm-w-50{
	width:50% !important;
}
}


@media(max-width:767px){
.log-left {
	width:100%;
    padding: 3rem 2rem;
    height: auto;
}
.log-right {
    width:100%;
    padding: 2rem;
    height: auto;
}
.log-right-box {
    padding: 0.5rem;
 }
.model-theme .modal-content {
    padding: 2rem 0rem;
}
[data-component='vertical-nav'] .navbar-vertical {
    top: 70px;
    width: 100%;
    height: auto;
    padding: 1rem 0;
}
.navbar-vertical .navbar-nav {
    -ms-flex-direction:row;
    flex-direction: row;
}
.navbar-vertical .navbar-nav .nav-link {
    padding: 0px 10px !important;
}
.wp-content.wp-content-right {
    margin-top: 140px;
    margin-left: 80px;
}
.header-top {
    padding: 0 1rem;
}
.p-sm-0{
	padding:0px !important;
}
.plan:after {
    right: -20px;
    width: 40%;
}
.xs-p-0{
	padding:0;
}
.w-22 {
    width: 30.2%;
}
.sm-w-auto{
	width:auto !important;
}
.h-102 {
    height: auto;
}
.xs-w-100{
	width:100% !important;
}
.input-group.custom-search {
     width: 100%;
    margin-bottom: 10px;
}
.input-group.custom-search .form-control {
    width: 263px;
}
.connections .social-icon, .connections .conn-link, .connections .card-right{
	width:100%;
	margin-bottom: 20px;
}
.tile .nav-tabs li {
    margin-right: 10px;
}

}

.source-accordian .panel-heading .accordion-toggle:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0d7";
    color: #868C8F;
    font-size: 14px;
}
.source-accordian .panel-heading .accordion-toggle.collapsed:after {

    content: "\f0da";
}

.source-accordian .social-icon i{
    background-color: #868c8f !important;
}
.source-accordian a.accordion-toggle {
    color: #414445;
    font-size: 18px;
}
.source-accordian .social-icon i {
    width: 35px;
    height: 35px;
}
 .tag-count {
    font-size: 13px;
    color: #868C8F;
    font-weight: 400;
}
.navbar-vertical.s-nav .navbar-nav .nav-link{
	    color: #4E1D2B;
}

.dark-font {
    font-size: 14px;
    font-weight: 600;
}
.gray-font {
    color: #868C8F;
    font-size: 11px;
}
.gray-font.v-line {
    border-left: 1px solid #868C8F;
}
.source-accordian .panel-body {
    margin-left: 52px;
}
.source-accordian .card.custom-card:before {
    content: '';
    position: absolute;
    border-left: 2px dashed #E1E1E1;
    left: -35px;
    top: -49px;
    width: 1px;
    height: 87px;
}
.source-accordian .card.custom-card:first-child:before {
    left: -35px;
    top: -15px;
    width: 1px;
    height: 50px;
}

.source-accordian .card.custom-card:after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed #E1E1E1;
    left: -35px;
    top: 38px;
    width: 32px;
    height: 1px;
}
.source-accordian .panel.panel-default {
    border-bottom: 1px solid #efefef;
	padding: 10px 0px;
}

.modal-content .ti-close {
	color: #fff;
    font-size: 10px;
    font-weight: 400;
    background: #414445;
    opacity: 1;
    padding: 9px;
    border-radius: 60%;
}
.modal-header .close{
	opacity: 1;
    position: absolute;
    right: -33px;
    top: 0;
}

.top-tab .nav-pills .nav-link {
    width: 35px;
    height: 35px;
	color:#fff;
    background-color: #868c8f;
	padding: 7px 11px;
	border-radius: 0.6rem;
}
.top-tab .nav-pills .twitter-active .nav-link.active {
	    background-color: #26A6D1;
}
.top-tab .nav-pills .fb-active .nav-link.active {
	    background-color: #3b5998;
}
.top-tab .nav-pills .pinterest-active .nav-link.active {
	    background-color: #CB1F24;
}
.top-tab .nav.nav-pills {
       box-shadow: 0px 3px 6px #00000029;
}

.top-tab .nav-pills .nav-link.active:after {
    content: '';
	display:flex;
    position: absolute;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    box-shadow: 4px 4px 6px #00000029;
    top: 43px;
    background: #f8f8f8;
    border-top-left-radius: 60%;
}
.top-tab .inner-tab .nav-pills .nav-link.active:after {
  display:none;
  visibility:hidden;
}

.top-tab .inner-tab .nav-pills .nav-link {
	width: inherit;
    height: inherit;
    color: #868C8F;
    font-size: 15px;
    background-color: transparent;
}
.top-tab .inner-tab .nav-pills .nav-link.active {
    color: #414445;
	font-weight:600;
}
.top-tab .inner-tab .nav.nav-pills	{
	box-shadow:none;
}
.sm-heading {
    font-size: 15px;
    font-weight: 600;
}
.sm-para {
    font-size: 12px;
    color: #868C8F;
    margin: 0;
	letter-spacing: 0.3px;
}
.input-tags {
  width: 100%;
  padding: 15px;
  display: block;
  margin: 0 auto;
}
.label-info {
  background-color: #5bc0de;
  padding: 3px;
}

.tag-filter i.fas.fa-filter {
    font-size: 12px;
}
.tag-filter h6 {
    font-size: 12px;
}
.tag-filter .bootstrap-tagsinput {
	background-color: transparent;
    border: none;
    box-shadow:none;
    display: flex;
    flex-wrap: wrap;
}

.tag-filter .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #414445;
}
.tag-filter .label-info {
    background-color: #FBDAE3;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 7px;
    border-radius: 3px;
	margin-top: 2px;
}
.tag-filter .bootstrap-tagsinput input {
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    color: #414445;
    box-shadow: 0px 3px 6px #00000029;
    padding: 2px 8px;
    border-radius: 3px;
	line-height: 19px;
	height: 27px;
    margin-top: 3px;
}
.tag-filter .bootstrap-tagsinput input::placeholder{
	color: rgba(134, 140, 143, 0.5);
}

.pro-search {
    position: relative;
    overflow: hidden;
    display: inline;
}
.box-inn h4{
    font-size: 14px;
    margin-bottom: 0px;
}
.box-inn span {
    color: #868C8F;
    font-size: 12px;
}
li.box-inn{
    padding: 10px 20px;
	box-shadow: 0px 0px 2px #00000029;
	cursor: pointer;
}

.pro-search .form-group {
    box-shadow: 0px 0px 2px #00000029;
}
.pro-search input {
font-size: 18px;
    border: none;
    padding: 22px;
}
.searchable-box {
    position: relative;
    height: 240px;
    overflow: auto;
    box-shadow: 0px 0px 2px #00000029;
}
.model-theme .inner-tab .cs-form .form-control {
    padding: 10px 20px;
    height: 42px;
    font-size: 18px;
}
.model-theme .inner-tab .cs-form .form-control::placeholder{
	font-size: 18px;
	color:#AEB4BD;
	text-align:center;
}
.pro-search input::placeholder{
	font-size: 18px;
	color:#AEB4BD;
	text-align:center;
}

.small-bold {
    font-size: 13px;
    font-weight: 600;
}

.design-box li.selected:before{
    content: "✓";
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    background-color: #1b9f39;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
 }
.design-box li.selected .sm-para{
	color:#414445;
}
.design-box li{
	width:20%;
}
.de-img {
    background-color: #F8F8F8;
    padding: 15px 8px;
	border-radius: 4px;
	width: 172px;
    overflow: hidden;
}
.design-box li.selected .de-img{
	box-shadow: 0px 3px 6px #00000029;
}
.de-img img{
   width:100%;
   height:auto;
}
.color-scheme .dropdown {
    width: 200px;
    border: 1px solid #F8F8F8;
    background: #F8F8F8;
    margin: 0;
}
.color-scheme ul {
	 display: none;
	 border-top: 1px solid #e4e4e4;
}
.color-scheme li {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
}
.color-scheme li:hover{
	background-color:#eaebec;
}
.color-scheme a.js-link {
    color: #6f7577;
	padding: 10px 12px;
    font-size: 14px;
	width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.color-scheme i.fa.fa-chevron-down {
    font-size: 11px;
}

.behavior-right{
    border-left: 1px solid rgba(160, 175, 185, 0.15);
}
.theme-switch .custom-control-label::before {
	height: 1.5rem;
    background-color: #AEB4BD;
    border: #AEB4BD solid 1px;
}
.custom-switch.theme-switch  .custom-control-label::before {
    width: 2.8rem;
	border-radius: 2rem;
}
 .custom-switch.theme-switch .custom-control-label::after {
    left: calc(-2.25rem + 9px);
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    background-color: #ffffff;
    border-radius: 2rem;
}
.theme-switch .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1B9F39;
    background-color: #1B9F39;
}
.custom-switch.theme-switch .custom-control-label::before {
    left: -1.85rem;
}
.custom-switch.theme-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.2rem);
    transform: translateX(1.2rem);
}
.theme-switch .custom-control-input:focus~.custom-control-label::before {
    border: none;
    box-shadow: none;
}
.custom-control.custom-switch.theme-switch {
    margin-top: -8px;
}
.custom-message textarea.form-control::placeholder{
	font-size:14px;
}
.time-slot .form-inline input {
    width: 80px;
    border-radius: 2px;
	border: 1px solid #CCCED1;
    border-right: none;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	font-size: 14px;
	height: 42px;
}
.time-slot .form-inline select {
    border-radius: 2px;
    background-color: #f8f8f8;
    border: 1px solid #CCCED1;
	border-left: none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	font-size: 14px;
	height: 42px;
}
.behavior-part {
    border-bottom: 1px solid #f1f3f5;
}
.timer span{
	color: #fff;
    border-radius: 30px;
    position: relative !important;
    background-color: #f3697c !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
    display: inline-flex;
    align-items: center;
	top: 0px !important;
    right: 0px !important;
    margin: 0px 3px;
}

.timer{
    background-color: #ebfaff;
    font-size: 13px;
    padding: 3px 15px;
    border-radius: 2px;
    margin-bottom: 0px;
    position: relative;
    top: 17px;
    height: 37px;
	margin-left: 5px;
	white-space: nowrap;
}
.custom-alert.sp-alert{
    position: relative;
    width: auto;
    top: 0px;
	left: auto;
    right: auto;
    transform: inherit;
}
.top-alerts {
    width: 65%;
    position: fixed;
    z-index: 9;
    left: 23.5%;
    right: 0;
    top: 0;
    display: flex;
   justify-content: flex-end;
}
.top-alerts .custom-alert span {
    font-size: 14px;
}
.custom-shadow {
    box-shadow: 0px 3px 6px #00000029;
}
.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    font-family: themify;
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    content: "\e64c";
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {

	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}
.checkbox-dropdown-container .select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
    border: none;
    padding: 4px 28px 4px 10px;
    height: 42px;
	overflow: auto;
	cursor:pointer;
}
.checkbox-dropdown-container .select2-container--default .select2-selection--multiple {
    border: none;
    padding: 4px 28px 4px 10px;
    font-size: 14px;
    font-weight: 500;
	margin-bottom:0px;
	cursor: pointer;
}
.checkbox-dropdown-container .select2-container .select2-search--inline .select2-search__field::placeholder{
	 font-size: 14px;
    font-weight: 600;
}
 .checkbox-dropdown-container .select2-container {
    max-width: 200px;
    min-width: 200px;
	margin-right:20px;
}
 .select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
}
.select2-container--default .select2-results__option[aria-selected=true]{
	background-color: #ebfaff !important;
    font-size: 14px !important;
	color:#414445 !important;
}
.checkbox-dropdown-container .select2-container--default .select2-selection--multiple .select2-selection__rendered li:after{
	content: "\e64b";
    position: absolute;
    font-family: 'themify';
    top: 13px;
    right: 13px;
    font-size: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
   background-color: #ebfaff;
    border: 1px solid #d8d8d8;
    font-size: 11px;
}
.select2-results__option {
    font-size: 14px;
}
.select2-results__option[aria-selected=true]:before {
    background-color: #f5707a;
}
.select2-results__option:before {
    margin-right: 10px;
}
 .checkbox-dropdown-container .select2-container--default .select2-selection--multiple {
    max-height: 44px;
    overflow: auto;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c1e6f3 !important;
    color: #383737 !important;
}
.font-height{
	font-size:14px;
	height:42px;
}
 .post-box .sm-para{
	line-height:22px;
 }
 .post-box .box-inn span {
    color: #414445;
    font-size: 12px;
}

.custom-export {
    border-bottom: 1px solid #f3f3f3;
}
hr.border-2px{
	border:1.2px solid #f3f3f3;;
}
.checkbox-dropdown-container .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
}
.checkbox-dropdown-container .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: 18px;
}




 /** CheckMark Animation Icon **/
 .checkmark {
	 width: 80px;
	 height: 80px;
	 border-radius: 50%;
	 display: block;
	 stroke-width: 2;
	 stroke: #fff;
	 stroke-miterlimit: 10;
	 box-shadow: inset 0px 0px 0px #1b9f39;
	 animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
 .checkmark__circle {
	 stroke-dasharray: 166;
	 stroke-dashoffset: 166;
	 stroke-width: 2;
	 stroke-miterlimit: 10;
	 stroke: #1b9f39;
	 fill: none;
	 animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
 .checkmark__check {
	 transform-origin: 50% 50%;
	 stroke-dasharray: 48;
	 stroke-dashoffset: 48;
	 animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.white-box{
   background-color: #fff;
   padding: 0px 10px 50px;
   border-radius: 5px;
}
.white-box .checkmark {
    margin: 0 auto;
    margin-top: -40px;
}
 @keyframes stroke {
	 100% {
		 stroke-dashoffset: 0;
	}
}
 @keyframes scale {
	 0%, 100% {
		 transform: none;
	}
	 50% {
		 transform: scale3d(1.1, 1.1, 1);
	}
}
 @keyframes fill {
	 100% {
		 box-shadow: inset 0px 0px 0px 50px #1b9f39;
	}
}

/** Cross Mark Animation **/
 .f-modal-alert {
	 border-radius: 4px;
	 margin: 10px;
	 padding: 10px;
}
 .f-modal-alert .f-modal-icon {
	 border-radius: 50%;
	 border: 4px solid gray;
	 box-sizing: content-box;
	 height: 80px;
	 margin: 20px auto;
	 padding: 0;
	 position: relative;
	 width: 80px;
}
 .f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
	 border-color: #a5dc86;
}
 .f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
	 background: #fff;
	 content: '';
	 height: 120px;
	 position: absolute;
	 transform: rotate(45deg);
	 width: 60px;
}
 .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
	 border-radius: 120px 0 0 120px;
	 left: -33px;
	 top: -7px;
	 transform-origin: 60px 60px;
	 transform: rotate(-45deg);
}
 .f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
	 border-radius: 0 120px 120px 0;
	 left: 30px;
	 top: -11px;
	 transform-origin: 0 60px;
	 transform: rotate(-45deg);
}
 .f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
	 border-radius: 50%;
	 border: 4px solid rgba(165, 220, 134, .2);
	 box-sizing: content-box;
	 height: 80px;
	 left: -4px;
	 position: absolute;
	 top: -4px;
	 width: 80px;
	 z-index: 2;
}
 .f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
	 background-color: #fff;
	 height: 90px;
	 left: 28px;
	 position: absolute;
	 top: 8px;
	 transform: rotate(-45deg);
	 width: 5px;
	 z-index: 1;
}
 .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
	 background-color: #a5dc86;
	 border-radius: 2px;
	 display: block;
	 height: 5px;
	 position: absolute;
	 z-index: 2;
}
 .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
	 left: 14px;
	 top: 46px;
	 transform: rotate(45deg);
	 width: 25px;
}
 .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
	 right: 8px;
	 top: 38px;
	 transform: rotate(-45deg);
	 width: 47px;
}
 .f-modal-alert .f-modal-icon.f-modal-error {
	 border-color: #f27474;
}
 .f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
	 display: block;
	 position: relative;
	 z-index: 2;
}
 .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
	 border: 4px solid rgba(200, 0, 0, .3);
}
 .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
	 background-color:#fe4a70;
	 top: 37px;
	 width: 47px;
}
 .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
	 left: 17px;
	 transform: rotate(45deg);
}
 .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
	 right: 16px;
	 transform: rotate(-45deg);
}
 .f-modal-alert .f-modal-icon.f-modal-warning {
	 border-color: #f8bb86;
}
 .f-modal-alert .f-modal-icon.f-modal-warning:before {
	 animation: pulseWarning 2s linear infinite;
	 background-color: #fff;
	 border-radius: 50%;
	 content: "";
	 display: inline-block;
	 height: 100%;
	 opacity: 0;
	 position: absolute;
	 width: 100%;
}
 .f-modal-alert .f-modal-icon.f-modal-warning:after {
	 background-color: #fff;
	 border-radius: 50%;
	 content: '';
	 display: block;
	 height: 100%;
	 position: absolute;
	 width: 100%;
	 z-index: 1;
}
 .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
	 background-color: #f8bb86;
	 border-radius: 2px;
	 height: 47px;
	 left: 50%;
	 margin-left: -2px;
	 position: absolute;
	 top: 10px;
	 width: 5px;
	 z-index: 2;
}
 .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
	 background-color: #f8bb86;
	 border-radius: 50%;
	 bottom: 10px;
	 height: 7px;
	 left: 50%;
	 margin-left: -3px;
	 position: absolute;
	 width: 7px;
	 z-index: 2;
}
 .f-modal-alert .f-modal-icon + .f-modal-icon {
	 margin-top: 50px;
}
 .animateSuccessTip {
	 animation: animateSuccessTip 0.75s;
}
 .animateSuccessLong {
	 animation: animateSuccessLong 0.75s;
}
 .f-modal-icon.f-modal-success.animate:after {
	 animation: rotatePlaceholder 4.25s ease-in;
}
 .f-modal-icon.f-modal-error.animate:after {
	 animation: rotatePlaceholder 4.25s ease-in;
}
 .animateErrorIcon {
	 animation: animateErrorIcon 0.5s;
}
 .animateXLeft {
	 animation: animateXLeft 0.75s;
}
 .animateXRight {
	 animation: animateXRight 0.75s;
}
 .scaleWarning {
	 animation: scaleWarning 0.75s infinite alternate;
}
 .pulseWarningIns {
	 animation: pulseWarningIns 0.75s infinite alternate;
}
 @keyframes animateSuccessTip {
	 0%, 54% {
		 width: 0;
		 left: 1px;
		 top: 19px;
	}
	 70% {
		 width: 50px;
		 left: -8px;
		 top: 37px;
	}
	 84% {
		 width: 17px;
		 left: 21px;
		 top: 48px;
	}
	 100% {
		 width: 25px;
		 left: 14px;
		 top: 45px;
	}
}
 @keyframes animateSuccessLong {
	 0%, 65% {
		 width: 0;
		 right: 46px;
		 top: 54px;
	}
	 84% {
		 width: 55px;
		 right: 0;
		 top: 35px;
	}
	 100% {
		 width: 47px;
		 right: 8px;
		 top: 38px;
	}
}
 @keyframes rotatePlaceholder {
	 0%, 5% {
		 transform: rotate(-45deg);
	}
	 100%, 12% {
		 transform: rotate(-405deg);
	}
}
 @keyframes animateErrorIcon {
	 0% {
		 transform: rotateX(100deg);
		 opacity: 0;
	}
	 100% {
		 transform: rotateX(0deg);
		 opacity: 1;
	}
}
 @keyframes animateXLeft {
	 0%, 65% {
		 left: 82px;
		 top: 95px;
		 width: 0;
	}
	 84% {
		 left: 14px;
		 top: 33px;
		 width: 47px;
	}
	 100% {
		 left: 17px;
		 top: 37px;
		 width: 47px;
	}
}
 @keyframes animateXRight {
	 0%, 65% {
		 right: 82px;
		 top: 95px;
		 width: 0;
	}
	 84% {
		 right: 14px;
		 top: 33px;
		 width: 47px;
	}
	 100% {
		 right: 16px;
		 top: 37px;
		 width: 47px;
	}
}
 @keyframes scaleWarning {
	 0% {
		 transform: scale(1);
	}
	 30% {
		 transform: scale(1.02);
	}
	 100% {
		 transform: scale(1);
	}
}
 @keyframes pulseWarning {
	 0% {
		 background-color: #fff;
		 transform: scale(1);
		 opacity: 0.5;
	}
	 30% {
		 background-color: #fff;
		 transform: scale(1);
		 opacity: 0.5;
	}
	 100% {
		 background-color: #f8bb86;
		 transform: scale(2);
		 opacity: 0;
	}
}
 @keyframes pulseWarningIns {
	 0% {
		 background-color: #f8d486;
	}
	 100% {
		 background-color: #f8bb86;
	}
}
.action-bar .btn {
    font-size: 13px;
    color: #414445;
    font-weight: 600;
}
.post-content {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0px;
}
.img-cover {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.img-cover  img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.action-bar {
    padding-top: 20px;
}
.h-82{
	height:82px;
}
.post-content:last-child{
	border:none;
}
.post-content:hover{
	background-color:#F8F8F8;
}
.embed-part select, .embed-part select.form-control:focus{
	width: 180px;
    background-color: #f8f8f8;
	border: 1px solid #CCCED1;
    font-size: 14px;
    height: 44px;
}


/* Clipboard */

.clipboard-box textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 120px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px 15px;
    resize: vertical;
    font-size: 13px;
}
.copiedtext {
  position: absolute;
  left: 0; top: 0; right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  color: #000;
  transition: all .500s;
}
.copied .copiedtext {
  opacity: 1;
  transform: translateY(-2em);
}
.clipboard-box {
    position: relative;
}
.copy-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    background: #d0edf7;
    border: 1px solid #c7cfd2;
}

.embed-right .nav-pills .nav-link.active, .embed-right .nav-pills .show>.nav-link {
    color:#fff;
    background-color:#414445;
}
.embed-right .nav-pills .nav-link {
	color:#414445;
    background-color: #dcdcdc;
    font-size: 14px;
    border-radius: 0;
}

.cs-border {
	border-top:1px solid rgba(0,0,0,.06);
	border-bottom:2px solid rgba(0,0,0,.06);
}
.embed-card .card{
	height:200px;
}
.tile.em-tile .slider {
    width: 132px;
}

@media(max-width:1024px){
	.design-box li {
		width: 45%;
	}
	.time-slot .form-inline select {
        width: auto;
    }
	.checkbox-dropdown-container .select2-container {
		max-width: 140px;
		min-width: 140px;
		margin-right: 10px;
	}
	.checkbox-dropdown-container {
		width: 50%;
		float: left;
	}
	.sm-w-50{
		width:50%;
	}
	.checkbox-dropdown-container .select2-container {
		max-width: 180px;
		min-width: 180px;
		margin-bottom:5px;
	}
	.sm-h125{
		height:125px;
	}
	.top-alerts {
		width: 69%;
		left: 10.5%;
	}
	.tile .slider{
		background:none;
	}
	.tile .nav-tabs li.nav-item:focus:visited{ 
		border-bottom: 2px solid #EF5983;
	}
}
@media(max-width:767px){
	.design-box li {
		width: 45%;
	}
	.de-img {
       width: 110px;
	}
	.xs-mb-0{
		margin-bottom:0px;
	}
	.top-alerts {
        width: 73%;
        z-index: 99;
		left: 0;
    }
	.custom-alert.sp-alert {
		position: absolute;
		width: 100%;
		top: 60px;
		left: 25%;
	}
	.timer {
        font-size: 12px;
	}
	.timer span {
		width: 25px !important;
		height: 25px !important;
		font-size: 12px !important;
	}
	.checkbox-dropdown-container {
		width: 100%;
	}
	.checkbox-dropdown-container .select2-container {
		max-width: 100%;
		min-width: 100%;
	}
	.sm-h125{
		height:auto;
	}
	.embed-part select, .embed-part select.form-control:focus {
        width: 130px;
	}
}

