
/*****bottom pop css *****/
.w_fomo_wrapper {
    position: fixed;
    bottom: 0px;
    left: 10px;
    min-width: 300px;
    background-color: #fff;
    -webkit-transition: transform .8s ease;
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    z-index: 1001;
    color: #fff;
    font-weight: 400;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-box-shadow: 0 0 5px #6f6f6f;
    box-shadow: 0 0 5px #6f6f6f;
    border-radius: 5px;
    max-width: 320px;border-radius: 50px;
    width: 100%
}
        .w_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.w_thumb{
  border-radius: 50%;
    width: 60px;
}
.w_desc p{
  margin-bottom: 6px;text-align: left;
    font-size: 13px;color: #000;
}
.wysiwyg-content.statistical  table{
  text-align: right;
  font-size: 14px;
  width: 100%;
}
.wysiwyg-content.statistical .ta-l{
  text-align: left;
}

.edit_mode .w_fomo_wrapper {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.w_fomo_wrapper.notify {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.w_fomo_wrapper .w_item {
    display: table;
    width: 100%
}

.w_fomo_wrapper .w_item > div {
    display: table-cell;
    vertical-align: middle
}

.w_fomo_wrapper .w_thumb {
    width: 111px;
    background-color: #fff;
    text-align: center
}

.w_fomo_wrapper .w_thumb img {
    width: 60px;
    margin: 0 auto
}

.w_fomo_wrapper .w_desc {
    padding: 10px 20px;
    font-size: 1.3rem
}

.w_fomo_wrapper .w_desc strong {
    color: #2DBBFF
}

@media (min-width:992px) {
    .w_fomo_wrapper {
        top: auto;
        bottom: 10px
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .w_fomo_wrapper {
        width: 300px
    }
}
@media (max-width:767px){
    .w_fomo_wrapper {
    bottom: auto;
    top: 10px;
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
}
}

@media(max-width:320px) {
    
   .w_fomo_wrapper{min-width: 300px;max-width: 300px;}   
    
    
}


/* Country code css start */
 .country-code-container {
     width: fit-content;
     height: 30px;
     font-size: 15px;
     font-family: Arial, sans-serif;
}
 .country-code-container .country-code-selector{
     padding: 0 !important;
}
 .country-code-container span {
     height: 100% !important;
     display: inline-block !important;
     width: fit-content !important;
     color: #222 !important;
     font-size: 14.5px;
     margin-top: -1px;
}
 .country-code-container .select2-container--default .select2-selection--single {
     border: none !important;
     outline: none !important;
     margin-top: 0;
     background: transparent;
}
 .country-code-container .select2-container--default .select2-selection--single .select2-selection__rendered {
     line-height: 36px;
     padding: 0 27px;
     padding-left: 8px;
}
 .countrycode-content-container .country-code-container + input {
     padding-left: 4px !important;
     /* padding-top: 5px !important; */
     border: none !important;
     background: transparent;
}
 .countrycode-content-container .country-code-container + input::placeholder{
     color:#b4b4b4;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     top: 3.5%;
     right: 4px;
}
 .select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
     width: 115px !important;
     background-color: #f4f4f4;
}
 .select2-container--open ul::-webkit-scrollbar {
     width: 5px;
}
 .select2-container--open ul{
     scrollbar-width: thin;
}
 .countrycode-content-container {
     display: flex;
     background: #FFF;
     border: 1px solid #a7abad;
     border-radius: 5px;
     height: 33px;
     align-items: center;
}
 .countrycode-content-container .country-code-container + input{
     border: none;
}
 .select2-search.select2-search--dropdown{
     position: relative;
}
 .select2-search.select2-search--dropdown::before {
     content: ' ';
     position: absolute;
     right: 8px;
     background-image: url(../../images/search.png);
     background-repeat: no-repeat;
     background-size: contain;
     width: 15px;
     height: 15px;
     top: 50%;
     transform: translateY(-50%);
}
 .select2-container--default .select2-results__option, .country-code-container .select2-results__option span {
     display: flex;
     align-items: center;
}
 .select2-container--default .select2-results__option img {
     width: 24px;
     height: auto;
     margin-right: 5px;
}
 .select2-selection__rendered img {
     width: 20px;
     height: auto;
     margin-right: 0px;
     border-radius: 0;
     vertical-align: middle;
     margin-top: -3px;
}
 @media (max-width:992px) and (min-width:768px){
     .country-code-container .select2-container--default .select2-selection--single .select2-selection__rendered {
         padding: 0 30px;
         padding-left: 13px;
    }
}

/* Country code css end */