/**FOnt **/

@font-face {
    font-family: 'Poppins regular';
    src: url('../css/fonts/Poppins-Regular.otf');
    src: url('../css/fonts/Poppins-Regular.eot');
    src: url('../css/fonts/Poppins-Regular.woff');
    src: url('../css/fonts/Poppins-Regular.ttf');
    src: url('../css/fonts/poppins-regular-webfont.woff2');

}

@font-face {
    font-family: 'Poppins light';
    src: url('../css/fonts/Poppins-Light.otf');
    src: url('../css/fonts/Poppins-Light.eot');
    src: url('../css/fonts/Poppins-Light.woff');
    src: url('../css/fonts/Poppins-Light.ttf');
    src: url('../css/fonts/Poppins-Light.woff2');
}

@font-face {
    font-family: 'Poppins bold';
    src: url('../css/fonts/Poppins-Bold.otf');
    src: url('../css/fonts/Poppins-Bold.eot');
    src: url('../css/fonts/Poppins-Bold.woff');
    src: url('../css/fonts/Poppins-Bold.ttf');
    src: url('../css/fonts/poppins-bold-webfont.woff2');
}

@font-face {
    font-family: 'Poppins semi_bold';
    src: url('../css/fonts/Poppins-SemiBold.otf');
    src: url('../css/fonts/Poppins-SemiBold.eot');
    src: url('../css/fonts/Poppins-SemiBold.woff');
    src: url('../css/fonts/Poppins-SemiBold.ttf');
    src: url('../css/fonts/poppins-semibold.woff2');
}

/** End Font **/
body.cus-full-bg {
    min-height: 100vh;
    background: url(../public/img/background-image.jpg);
    font-family: 'Poppins regular';
    font-size: 1rem;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins bold';
}
h1{
    font-size: 2.5rem;
}
.cus-logow{
    max-width: 250px;
}
.text-lightgreen{
    color: #33bea9;
}
.text-light-dark{
    color:#43464d;
}
.text-lightgrey{
    color:#94979e;
}
.cus-textarea {
    background: #fcfafb;
}
.convert-copy-submit {
    width: 100%;
}
.btn-green-bg{
    background: #00b48d;
    border-color: #00b48d;
    color:#fff ;
}
.btn-green-bg:hover{
    background: #33bea9;
    border-color: #33bea9;
    color:#fff ;
}
.convert-copy-submit{
    width: 100%;
}
.border-rad-15{
    border-radius: 15px;
}
.border-clr-none{
    border-color: transparent !important ;
}
.emojionearea.form-control.js-copytextarea.cus-textarea {
    border: transparent;
    background: #fcfafb;
    border-radius: 5px;
    min-height: 400px;
    font-size: 16px;
}
.emojionearea.form-control .emojionearea-editor {
    min-height: 400px !important;
}
@media screen and (max-height: 740px) {
    .emojionearea.form-control.js-copytextarea.cus-textarea {

        min-height: 300px;
    }
    .emojionearea.form-control .emojionearea-editor {
        min-height: 300px !important;
    }
    .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{
        top: 40px !important;
    }
}
.cus-width-60 {
    width: 60px;
    margin: 0 auto;
}
.fw-600{
    font-weight: 600;
}
.w-220{
    width: 220px;
}
.emojionearea .emojionearea-button {
    bottom: -76px;
    top: auto;
    left: 0;
    right: auto;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
    margin-top: 10px !important;
    right: auto;
    top: 145px;
    left: -156px;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
    background-position: -2px 0;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f5f7f9;
    position: absolute;
    bottom: -12px;
    top: auto;
    left: 50%;
}
.emojionearea .emojionearea-button>div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
    background-image: url(../public/img/Emoji.png) !important;
    width: 30px;
    height: 30px;
    background-position: 0px !important;
}
.visibility-hidden {
    visibility: hidden;
}
/***Scroll Change **/
/* width */
::-webkit-scrollbar {
    width: 4px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #b0b0b0;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/**End scroll change **/
@media screen and (max-width: 1367px) {
    .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
        left: 0;
    }
}

@media screen and (max-width: 992px) {
    .mob-row-full .col-auto {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob-row-full .cus-col-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
@media screen and (min-width: 992px) {
    .tab-show{
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
        left: 0;
    }
    .mob-mt-3{
        margin-top:1rem;
    }
    .emojionearea .emojionearea-button{
        bottom: -50px;
    }

    .tab-hide{
        display: none;
    }
    .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{
        margin-top:0px !important;
    }
}

@media screen and (max-width: 370px) {
    .i-fs12{
        font-size: 13px;
    }
    .w-220{
        max-width: 180px;
    }
}

.login-content{
    padding: 4rem 0;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
input.form-control{
    border: 1px solid #949494;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 15px;
    height: calc(1.6em + 0.75rem + 8px);
    background-color: white !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #33bea9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(51 190 169 / 6%);
}
.btn-link{
    font-weight: 400;
    color: #47525d;
    text-decoration: none;
}
.btn-link:hover {
    color: #9a9a9a;
    text-decoration: underline;
}
.cust-btn:focus{
    box-shadow: none;
}
.cust-btn-back{
    position: absolute;
    right: 40px;
    top: -30px;
    padding-left: 2.2rem;
    border-radius: 10px;
    padding-right: 2.2rem;
    padding-bottom: 0.6rem;
    padding-top: 3px;
    background-color: #e1e1e1;
    height: 50px;
}
.cust-btn-back:focus{
    outline: 0;
    box-shadow: none;
}
.pm-dropdown{
    right: 22px !important;
    top: 32px !important;
    left: -8rem !important;
    border-color: transparent !important;
    border-radius: 15px !important;
    background: #e1e1e1 !important;
    padding-bottom: 0px !important;
    overflow: hidden !important;
    transform: none !important;
    padding: 0px;
}
.pm-sticky-btn{
    position: absolute;
    right: -7px;
    top: -35px;
    border-radius: 10px;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-bottom: 0.6rem;
    padding-top: 3px;
    height: 50px;
}
.pm-sticky-a{
    margin-right: 5px !important;
    padding-top: 2px !important;
    padding-bottom: 10px !important;
    height: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.pm-cust-sticky-btn{
    margin-right: 5px !important;
    padding-top: 2px !important;
    padding-bottom: 10px !important;
    height: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.pm-sticky-btn a:focus{
    outline: 0;
    box-shadow: none;
}
.pm-no-btn-shadow:focus{
    box-shadow: none;
}
.pm-btn-gray{
    border-radius: 10px;
    background-color: #e1e1e1;
}
.pm-btn-gray::after{
    content: none;
}
.template-footer{
    background: #cccbcb;
    padding: 5px;
}
.folder-contect{
    padding: 5px 0px;
}
.folder-name{
    padding-left: 15px;
    font-size: 1.2rem;
    font-weight: 500;
}
.delete_folder{
    opacity: 0;
    float: right;
    cursor: pointer;
    transition: 0.4s;
    padding-top: 10px;
    margin-right: 8px;
}
.update_folder{
    opacity: 0;
    float: right;
    cursor: pointer;
    transition: 0.4s;
    padding-top: 10px;
    margin-right: 8px;
}
.folder-name:hover .update_folder {
    opacity: 1;
}
.folder-name:hover .delete_folder {
    opacity: 1;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00b48d;
    border-color: unset;
    border: none;
    padding-left: 35px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.2rem 10px 0.2rem 15px;
    background-color: transparent;
    border: none;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #FFF;
    text-decoration: none;
    background-color: #00b48d !important;
}
.list-group {
    border: none;
    overflow-y: scroll;
    max-height: 280px;
}
.list-group-item:first-child {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.list-group-item:last-child {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}
.load_default_template{
    opacity: 0;
    transition: 0.4s;
    padding-bottom: 2px;
    padding-right: 4px;
}
.next_caption{
    opacity: 0;
    transition: 0.4s;
    padding-bottom: 2px;
    padding-right: 4px;
}
.delete_template{
    opacity: 0;
    float: right;
    padding-top: 4px;
    transition: 0.4s;
}
.new-folder-btn{
    text-decoration: none;
    color: #495057;
}
.new-folder-btn:hover, .new-folder-btn:focus {
    text-decoration: none;
    color: #828282;
}
.pm-loader{
    width: 1.2rem;
    height: 1.2rem;
}
.pm-update-loader{
    width: 1.2rem;
    height: 1.2rem;
}
.none-txt-dec{
    text-decoration: none !important;
}
.dropdown .show{
    display: block;
}
.list-group-item-action:hover .delete_template {
    opacity: 1;
}
.list-group-item-action:hover .next_caption {
    opacity: 1;
}
.list-group-item-action:hover .load_default_template {
    opacity: 1;
}
.custom-border{
    border-left: 1px #e4e4e4 solid !important;
    border-right: 1px #e4e4e4 solid !important;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
}
.custom-border:first-child{
    border-left: none!important;
    border-right: 1px #e4e4e4 solid !important;
    border-radius: 0px;
}
.custom-border:last-child{
    border-left: 1px #e4e4e4 solid !important;
    border-right: none !important;
    border-radius: 0px;
}

.PriceTableAll{
    display: flex;

}
.pricetable {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.pricetable a {
    margin-top: auto;
}
.pricetable button {
    margin-top: auto;
}
.pm-cust-desc{
    white-space: pre-line;
}
.choose-plan-btn{
    width: 70%;
    border-radius: 15px;
    align-self: center;
}
.btn-hashtag{
    background: linear-gradient(
        315deg
        ,#292c35,#00b48d)!important;
    border: none;
}
.input-hashtag{
    text-align: start;
    background-color: #edf5ff !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
}
.input-hashtag:focus {
    border-color: none;
    outline: unset;
    box-shadow: none;
}
.btn-top{
    border-bottom: 3px #03ad88 solid;
    color: #03ad88;
    text-decoration: none;
}
.btn-outline-success{    
    color: #33bea9 !important;
    border-color: #33bea9 !important;
}
.btn-outline-success:hover {
    color: #fff !important;
    background-color: #00b48d !important;
    border-color: #00b48d !important;
}
.copy-hashtag-btn:hover, .copy-hashtag-btn:active {
    color: #fff !important;
    background-color: #00b48d !important;
    border-color: #00b48d !important;
}

.copy-hashtag-btn:not(:disabled):not(.disabled):active, .copy-hashtag-btn:not(:disabled):not(.disabled).active  {
    color: #fff !important;
    background-color: #00b48d !important;
    border-color: #00b48d !important;
}
.copy-hashtag-btn:focus, .copy-hashtag-btn.focus {
    box-shadow: unset !important;
}
.input-hashtag{
    text-align: start !important;
    border-radius: 5px !important;
    background-color: #f4f6f7 !important;
}
.hashtag-title{
    padding: 2rem 9rem;
}
.nav-mobile{
	padding-left: 10px;
}
.hashtag-result-content{
	padding: 0px 20px;
    left: 15px;
}
.l-15{
	left: 15px;
}
.custom-btn{
	width: 75%;
}

@media screen and (max-width: 1024px) {
    .generate-quote{
        right: -18px !important;
        bottom: 54px !important;
    }
}
@media screen and (max-width: 992px) {
    .hashtag-title{
        padding: 0px 25px;
    }
    .generate-quote{
        right: -40px !important;
        bottom: -2px !important;
    }
}
@media screen and (max-width: 764px) {  
	.nav-mobile{
		padding-left: 0px; 
		margin-top: 10px;
	}
	.m-top-mobi{
		margin-top: 10px;
	}
	.hashtag-result-content{
		padding: 0px 0px;
	}
	.custom-btn{
		width: 100%;
	}
	.m-10-mob{
		margin-top: 10px;
	}
    .generate-quote{
        right: -58px !important;
        bottom: -6px !important;
    }
}
.mp-modal .close{
    margin-left: -10px !important;
}
.generate-quote{
    background-image: url(../public/img/Quote.png);
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 0px !important;
    opacity: 0.7;
    position: absolute;
    bottom: 11px;
    right: 3px;
    transition: 0.4s;
}
.generate-quote:hover{
    opacity: 1;
}