@font-face {
    font-family: "vazir";
    src: url('fonts/Vazir.woff2') format("woff2");
}
.bootstrap-wrapper, .datepicker-container, .datepicker-persian{
    font-family: "vazir" !important;
}
.hd-wrap{
    border: 1px solid #ccc;
    background: #f6f6f6;
    padding: 20px;
}
.datepicker-plot-area>.datepicker-navigator,.datepicker-plot-area>.toolbox{
    background: #CCC;
}
.time-segment>.up-btn,.time-segment>.down-btn,.time-segment>.hour-input,.time-segment>.minute-input{
    color: #333 !important;
}
.hd-wrap>form>.submit{
    text-align: center;
}
.select2{
    min-width:320px;
}
.hd-check-box{
    margin: 10px !important;
}
.user-select,.roles-select{

}
.des{
    padding: 10px;
}
.hd-form td {
    padding: 0 !important;
}
.hd-form>td>text {
    margin: 8px 0;
    height: 40px !important;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 400px;
}
.hd-form>th>label{
    padding-top: 15px;
}
.hd-header{
    font-size: 18px;
    font-weight: bold;
}
.hd-form-submit {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.disabled-div
{
    pointer-events: none;
    opacity: 0.5;
}
.hd-package-table tbody tr th, .hd-package-table  tr td {
    margin: 0 auto;
    text-align: center;
}
.hd-package-table tr  {
    cursor:all-scroll
}.hd-package-table .trash ,.hd-package-table .trashHotelPicture {
     font-size: 20px!important; color: red;cursor: pointer
 }

/* FOR SHOWING IN PAGE */

.card-hd {
    position: relative;
    background: #EBEBEB;
    min-height: 75px;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 45px 10px 15px;
    margin-bottom: 60px;
}
.title-descriptions>a{
    color: #343434 !important;

}
.title-part{
    right: 100px;
    top: -35px;
    position: absolute;
    background: #BE3190;
    padding-bottom: 5px;
    width: 280px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: grid;
}
.title-part > span{
    color: #FFFFFF;
    text-align: center;
    direction:ltr;
}
.title-part > span:first-child{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 270px;
}
.title-part > span:last-child{
    font-size: 10px;
    margin-top: -3px;
    margin-bottom: 5px;
}
.card-price>.card-content,.card-price1>.card-content{
    border: 1px solid #D6D6D6;
}
.title-descriptions{
    left: 25px;
    display: flex;
    position: absolute;
    margin-left: 6px;
    top: -23px;
}
.service-name{
    font-size: 18px;
    line-height: 25px;
}
.hotel-picture, .hotel-description,.hotel-location{
    background: #D6D6D6;
    font-size: 14px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    width: 130px;
    border-radius: 15px;
}
.hotel-location{
    width: 200px;
}
.question-part{
    background: url("icons/question-light.svg") no-repeat;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    margin-top: -8px;
    cursor: pointer;
}





.card-description{

    display: flex;
}
.fp{
    flex: 0 0 25%;
    display: flex;
}
.sp{display: flex;
    flex: 0 0 75%;
}
.fp-des{
    flex: 0 0 33.3%;
    display: flex;
}.sp-des{
     flex: 0 0 33.3%;
     display: flex;
 }
.card-price{
    flex: 0 0 100%;
}
.card-price1{
    flex: 0 0 33.3%;
}
.card-content{
    margin: 5px;
    padding: 5px;
    text-align: center;
    background: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.card-content .icon{
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;


}
.card-content .title{
    line-height: 25px;
    font-size: 16px;
    color: #343434 !important;
}
.card-content .price{
    font-size: 18px;
    color: #BE3190;
    font-weight: bold !important;
    line-height: 22px;
}
.card-content .price >span{
    font-weight: lighter;
    font-size: 14px;
}
.modal-content-page{
    position: relative;
}


.modal-description>a{
    color: black !important;
}

.modal-description{
    position: absolute;
    display: flex;
    top: -38px;
    left: 0;
    right: 0;
    margin-left: 25%;
    margin-right: 27%;
}
.fp-des>a,.sp-des>a{
    color: black !important;
}
.hotel-picture:hover,.hotel-description:hover,.hotel-location:hover{
    color: white !important;
}
.hotel-picture>.icon{
    background: url("icons/picture-dark.svg") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
}
.hotel-description>.icon{
    background: url("icons/information-dark.svg") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
}
.hotel-location>.icon{
    background: url("icons/location-dark.svg") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
}

.modal-description> .hotel-picture>.icon,.modal-description> .hotel-description>.icon,.modal-description> .hotel-location>.icon{
    width: 17px;
    height: 17px;
}
.hotel-picture:hover>.icon , .hotel-picture.active>.icon  {
    background: url("icons/picture-light.svg") no-repeat;
}
.hotel-description:hover>.icon , .hotel-description.active>.icon {
    background: url("icons/information-light.svg") no-repeat;
}
.hotel-location:hover>.icon , .hotel-location.active>.icon {
    background: url("icons/location-light.svg") no-repeat;
}

.star-yellow{
    background: url("icons/start-yellow.svg") no-repeat;
    width: 18px;
    height: 18px;
}
.ranks-part{
    direction: ltr;
    display: flex;
    margin: 0 auto;
}
.star-dark{
    background: url("icons/start-dark.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.hotel-picture:hover,.hotel-location:hover,.hotel-description:hover{
    background: #BE3190;
    cursor:pointer;
    color: white;
}
.modal-description .active
{
    background: #BE3190;
    cursor:pointer;
    color: white !important;
}

.modal-description>.hotel-picture>a>.icon,.modal-description>.hotel-location>a>.icon,.modal-description>.hotel-description>a>.icon{
    width: 17px ;
    height: 17px ;
}
.modal-description>.hotel-location
{
    width: 173px;
    line-height: 50px;
    font-size: 18px;
}
.modal-description>.hotel-description
{
    width: 173px;
    line-height: 50px;
    font-size: 18px;
}
.modal-description>.hotel-picture{
    width: 173px ;
    line-height: 50px;
    font-size: 18px;
}
.lSGallery{
    margin: 0 auto !important;

}.lSPager >li{
     height: 85px !important;
 }
.lSGallery>li>a>img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border-radius: 15px !important;

}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 15px !important;
    filter:unset !important;
    -webkit-filter: unset !important; /* Safari 6.0 - 9.0 */
}
.lSSlideOuter .lSPager.lSGallery li.active>a>img, .lSSlideOuter .lSPager.lSGallery li:hover>a>img {
    border-radius: 15px !important;
    filter:unset !important;
    -webkit-filter: unset !important; /* Safari 6.0 - 9.0 */
}

.question-part:hover+ .des-container{
    display: block;
}
.des-container {
    position: absolute;
    top: calc(100% - 1px);
    left: 0px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    border-radius: 15px;
    background-color: #F1F1F1;
    border: 1px solid #b8b8b8;
    z-index: 121;
    display: none;
}
.des-arrow {
    position: absolute;
    top: -7px;
    right: 50%;
    /* left: -8px; */
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #F1F1F1;
    box-shadow: inset -1px -1px 0 0 #b8b8b8;
}
.des-text {
    font-size: 14px !important;
    text-align: justify;
    letter-spacing: -.3px;
    direction: rtl;
    color: #777;
}
@media (max-width: 1440px) {

    .title-part {
        margin: 0 auto;
        right: 10%;
        left: 10%;
        text-align: center;
        width: 253px;
    }
    .title-descriptions
    {
        position: unset;
        display: unset;
        margin: 0;
    }
    .title-descriptions>a{
        flex: 0 0 33.3%;

    }
    .hotel-picture, .hotel-description, .hotel-location {
        line-height: 25px;
        margin-bottom: 10px;
    }
    .card-price:first-child>.card-content{
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;

    }
    .card-price1>.card-content>.icon{
        display: none;
    }
    .fps{
        flex: 0 0 43%;

    }
    .fps>.icon{
        width: 60px;
        height: 50px;
        margin: 0 auto 0 10px;
    }
    .card-description{

        display: unset;
    }
    .fp{
        flex: 0 0 25%;
        display: flex;
    }
    .sp{display: flex;
        flex: 0 0 75%;
    }
    .card-price{
        flex: 0 0 100%;
    }
    .card-price1{
        flex: 0 0 33.3%;
    }
    .fp-des>a{
        display: flex;
        flex: 0 0 100%;
    }.fp-des>a>
     .hotel-location,.hotel-description,.hotel-picture,.hotel-location{
         width: 100%;
     }
    .sp-des>a{
        display: flex;
        flex: 0 0 50%;
    }
    .card-price1>.card-content>.title{
        font-size: 11px;

    }
    .card-price1>.card-content>.price{
        font-size: 16px;

    }

}
@media (max-width: 640px){
    .des-container {
        position: absolute;
        top: calc(100%  + 10px);
        left: 0;
        padding: 22px 11px 22px;
        min-width: 100%;
        max-width: 100%;
        border-radius: 15px;
        background-color: #F1F1F1;
        border: 1px solid #000000;
        width: 100%;
        display: none;
    }
    .des-arrow {
        display: none;
    }




    .modal-description{
        margin-left: 0;
        margin-right: 0;
        height: 50px;
        top: -20px;
    }
    .modal-description> .hotel-picture>.icon,.modal-description> .hotel-description>.icon,.modal-description> .hotel-location>.icon{
        width: 10px;
        height: 10px;

    }
    .modal-description> .hotel-picture,.modal-description> .hotel-description,.modal-description> .hotel-location{
        font-size: 12px;
        line-height: 20px;
    }

}
.one-bed-ic{
    background: url("icons/single-bed-dark.svg") no-repeat;

}.two-bed-ic{
     background: url("icons/double-bed-dark.svg") no-repeat;

 }
.with-children-ic{
    background: url("icons/kid-bed-dark.svg") no-repeat;

}
.without-children-ic{
    background: url("icons/kid-without-bed-dark.svg") no-repeat;

}
.text-bolds{

    font-weight: bold !important;
}


#description-part{
    margin: 0 auto;
    max-height: 583px;
    overflow-y: scroll;
    padding: 20px;
    text-align: right;
}

#location-part{
    margin: 0 auto;
    padding: 20px;
    max-height: 583px;
    text-align: right;
}
#hotels_pictures_panel{
    margin: 0 auto;
    padding-top: 35px;
    max-height: 600px;
    max-width: 600px;
}
.card-description-part{
    position: relative;
    background: #EBEBEB;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 10px 10px;
    margin-bottom: 60px;
}



.bootstrap-wrapper main {
    padding: 40px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.bootstrap-wrapper main>section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #abc;
}

.tabs {
    display: none;
}

.bootstrap-wrapper main>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
}

.bootstrap-wrapper main>label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}



.bootstrap-wrapper main> label:hover {
    color: #789;
    cursor: pointer;
}

.bootstrap-wrapper main>input:checked + label {
    color: #0af;
    border: 1px solid #abc;
    border-top: 2px solid #0af;
    border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2{
    display: block;
}

@media screen and (max-width: 800px) {
    main>label {
        font-size: 0;
    }
    main>label:before {
        margin: 0;
        font-size: 18px;
    }
    #location-part{
        padding: 0px;}

    #location-part> iframe{
        height: 353px;
    }
}

@media screen and (max-width: 500px) {
    main>label {
        padding: 15px;
    }
}
.button-delete{
    background: rgba(255, 0, 0, 0.85) !important;
    color: white !important;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-weight: bold;
}
.card {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}


.hd-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.hd-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.hd-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.hd-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .hd-slider {
    background-color: #2196F3;
}

input:focus + .hd-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .hd-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.hd-slider.round {
    border-radius: 34px;
}

.hd-slider.round:before {
    border-radius: 50%;
}
/*
.toplevel_page_hd-lgs-list > .wp-menu-image{


}.toplevel_page_hd-lgs-list > .wp-menu-image:hover  {

 }*/

.alert-warning {
    color: black;
    background-color: rgba(255, 193, 7, 0.65) !important;
    border-color: #ffeeba;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.pcr-type{
    display: none;
}
.pcr-save{
    font-size: 12px !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    padding-right: 5px;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: yellow;
    border: 1px solid #CCC;
    color: black;
    text-align: center;
    padding: 5px 5px;
    margin-right: 5px;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

}
.tooltip-left{
    top: -5px;
    left: 125%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}









/*
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
    position: relative;
    z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px); /* 5px is the size of the arrow */
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: rgb(0 0 0 / 90%);
    background-image: linear-gradient(30deg,
    rgb(0 0 0 / 44%),
    rgba(59, 68, 75, 0.44),
    rgb(0 0 0 / 44%));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0px 5px; /* CSS triangle */
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s; /* If the mouse leaves the element,
                              the transition effects for the
                              tooltip arrow are "turned off" */
    transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
    transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, -5px) scale(1);
}
/*
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
    transition-delay: 0.5s; /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
}
/*
  That's it.
*/






/*
  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
    transform: translate(-5px, 50%) scale(0.5);
}
[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgb(0 0 0 / 90%);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
    left: calc(100% + 5px);
    bottom: 50%;
}

[data-tooltip-location="right"]:before {
    transform: translate(5px, 50%) scale(0.5);
}
[data-tooltip-location="right"]:hover:before {
    transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
    border-width: 5px 5px 5px 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + 5px);
    bottom: auto;
}

[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, 5px) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location="bottom"]:after {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
}


.tooltip-elements p {
    padding: 6px;
    display: inline-block;
    margin-bottom: 5%;
    color: #fff;
}
.tooltip-elements p:hover {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    padding-left: 5px;
    padding-right: 5px;
}

.tooltip-elements a {
    margin-left: 6px;
    margin-bottom: calc(5% + 10px);
    color: #76daff;
    text-decoration: none;
}
.tooltip-elements a:hover {
    margin-bottom: calc(5% + 9px);
    border-bottom: 1px solid #76daff;
}
.tooltip-span{
    padding-right: 5px;
    font-weight: normal !important;
}
.app_url_text{
    display: flex;
    flex-direction: row;
}
.app_url_text> span{
    direction: ltr;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 15px;
    font-weight: bold;
}




.columns{
    padding-bottom: 20px !important;
}
.card .card-body, .card .card-footer, .card .card-header {
     padding-bottom: 16px !important;
}
.android-bar-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 35px;
    font-style: italic;

}
.mobile-part{
    background: url("phone-cover.b33c9e9.svg");width: 480px;
    height: 630px;
    background-size: cover;
    padding-top: 200px;
    padding-right: 8%;
    text-align: center;
    margin: 0 auto;
    padding-left: 8%;
}
@media (max-width : 600px) {
    .mobile-part{
        width: 350px !important;
    }
}
.android-clock
{
    color: #717171 !important;
    line-height: 35px;
    font-size: 40px;
}
.android-date
{
    color: #717171 !important;
    font-size: 20px;
    margin-top: 10px;
}
.android-contaier {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: "Vazir";
    background-color: #fff !important;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.android-tag {
    text-align: left !important;
    color: grey;
    font-size: 13px;
}
.android-body, .android-image {
    background-color: #fff !important;
}
.android-body {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 4px;
    color: #000;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.android-image {
    width: 350px;
    align-self: center;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    transition: height .2s ease;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.android-icon-default {

    width: 54px;
    height: 54px;
    padding-right: 8px;
    padding-left: 4px;
    padding-bottom: 8px;
    flex-basis: 72px;

}
.android-text {

    width: 100%;
    flex-basis: 1;
    text-align: left;
    margin-left: 16px;
    word-wrap: break-word;
    word-break: break-all;

}
.android-title {
    margin-bottom: 0 !important;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
}
.android-text-body {
     font-size: 15px;
 }
.app_icon_preview{
 display: inline-block;
 vertical-align: middle;
 width: 20px;
 height: 25px;
}
.y-input-wrapper-error-label {
    direction: rtl;
}
.y-input-wrapper-error-label {
    margin-top: 3px;
    color: #c7254e;
    font-size: .70rem;
    font-weight: 500;
}
.download-text{
    position: absolute;
    vertical-align: middle;
    text-align: center;
    padding-right: 5px;
}
.push_help  p{
    text-align: center;
    font-size: 20px !important;
    font-weight: bold;
}
.push_help  img{
   border: 0 !important;
    margin-right: -2em;
    padding-bottom: 70px;
}
.push_help  li , p {
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.push_help > .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.push_help > .tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
}
.push_help > .tab button:hover {
    background-color: #00a56a;
    color: white;
}
.push_help > .tab button.active {
    background-color: #00a56a;
    color: white;
}
.push_help > .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}