/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 24, 2019, 3:21:36 AM
    Author     : Malek Academy
*/
@import url('fonts.css');
pre {
    display: block;
    font-size: 87.5%;
    color: #d0d0d0;
    direction: ltr;
    text-align: left;
    background: #16303c;
    margin: 10px 0;
    border: dotted 1px #8ebed4;
    padding: 6px;
}
body{
    background-color: #f7f7f7;
    font-family: "JF Flat Regular";
}
a:hover{
    text-decoration: none;
}
.ph5{
    text-decoration: none;
    font-size: x-large;
    color: #df58a4;
}
.ph5:hover{
    text-decoration: none;
}
.small{
    font-size: 16px !important;
    color: #998a9b;
}
.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}
.loader {
    background: #fdfeff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
}
.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
    background-color: #ffffff;
    box-shadow: 1px 2px 6px #8f3690;
    border-radius: 4px;
}
.navbar-light .navbar-brand {
    color: #eaeaea;
}
.navbar-light .navbar-brand:hover {
    color: #fff;
}
.bg-light {
    background-color: transparent !important;
    padding: 15px 0;
}
.load {
  position: relative;
  margin: 150px auto 50px auto;
  width: 100px;
  height: 80px;
}

.gear {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  animation: spin 5s infinite;
}

.two {
  left: 40px;
  width: 80px;
  height: 80px;
  animation: spin-reverse 5s infinite;
}

.three {
  top: 45px;
  left: -10px;
  width: 60px;
  height: 60px;
}

@keyframes spin {
  50% {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  50% {
    transform: rotate(-360deg);
  }
}

.lil-circle {
  position: absolute;
  border-radius: 50%;
  box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
  width: 100px;
  height: 100px;
  opacity: .65;
}

.h1_auto{
    font-size: 1.8rem;
}
.p_auto{
    font-size: 1.3rem;
}
.blur-circle {
  position: absolute;
  top: -19px;
  left: -19px;
}

.text {
  color: #a9a4a4;
  text-align: center;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.66);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.88);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255,255,255,.5);
}

.swiper-container {
    width: 100%;
    min-height: 300px;
}

.marginTop20{
    margin-top: 20px;
}
.marginBottom20{
    margin-bottom: 20px;
}
.marginTop50{
    margin-top: 50px;
}
.sh1 {
    color: #673c66;
    padding-bottom: 15px;
    border-bottom: solid 2px #e2dfdf;
}
.sp{
    text-align: justify;
    color: #3c3939;
}
.text-shadow{
    text-shadow: 0 1px #fff;
}
.btn-style-border{
    border: none;
    border-radius: 2px;
}
.btn-style{
    color: #fff;
    background-image: -moz-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    border: none;
    border-radius: 2px;
}
.btn-style:hover{
    color: #fff;
    background-image: -moz-linear-gradient( 135deg, rgba(53, 16, 95, 0.8) 0%, rgb(232, 25, 123) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(53, 16, 95, 0.8) 0%, rgb(232, 25, 123) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(53, 16, 95, 0.8) 0%, rgb(232, 25, 123) 100%);
    background-image: linear-gradient( 135deg, rgba(53, 16, 95, 0.8) 0%, rgb(232, 25, 123) 100%);
    border: none;
    border-radius: 2px;
}
.btn-green-style{
    color: #fff;
    background-image: -moz-linear-gradient( 135deg, rgb(110, 196, 167) 0%, rgb(100, 127, 148) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(110, 196, 167) 0%, rgb(100, 127, 148) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(110, 196, 167) 0%, rgb(100, 127, 148) 100%);
    background-image: linear-gradient( 135deg, rgb(110, 196, 167) 0%, rgb(100, 127, 148) 100%);
    border: none;
    border-radius: 2px;
}
.btn-green-style:hover{
    color: #fff;
    background-image: -moz-linear-gradient( 135deg, rgb(86, 160, 135) 0%, rgb(87, 108, 125) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(86, 160, 135) 0%, rgb(87, 108, 125) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(86, 160, 135) 0%, rgb(87, 108, 125) 100%);
    background-image: linear-gradient( 135deg, rgb(86, 160, 135) 0%, rgb(87, 108, 125) 100%);
    border: none;
    border-radius: 2px;
}
.breaking-news {
	overflow: hidden;
	border-radius: 5px 0 0 5px;
}

.breaking-news span {
	float: right;
	font-size: 14px;
	color: #ffffff;
	z-index: 1;
	padding: 15px 20px;
	background-image: -webkit-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
	background-image: -ms-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
	background-image: linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
	font-weight: 500;
	border-left: solid 2px #843f97;
}
#ticker {
	overflow: hidden;
}

#ticker ul {
    position:relative;
    width:100%;
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
}

#ticker li {
	float: right;
	padding: 13px;
	position: relative;
	white-space: nowrap;
}

#ticker li a {
	font-size: 15px;
	color: #3c3b3b;
}

#ticker li a:hover {
	color: #ff0000;
}

#ticker li:after {
	position: absolute;
	content: "";
	top: 22px;
	right: -5px;
	width: 8px;
	height: 8px;
	background-image: -webkit-linear-gradient( 135deg, rgb(216, 76, 90) 0%, rgb(249, 188, 24) 100%);
	background-image: -ms-linear-gradient( 135deg, rgb(216, 76, 90) 0%, rgb(249, 188, 24) 100%);
	background-image: linear-gradient( 135deg, rgb(216, 76, 90) 0%, rgb(249, 188, 24) 100%);
	border-radius: 100%;
}

.back-to-top {
  visibility: hidden;
  background-color: #374760;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  position: fixed;
  bottom: 65px;
  left: 35px;
  z-index: 90;
  cursor: pointer;
  border-radius: 1px;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transition: all .6s
}

.back-to-top .fa {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}

.back-to-top:hover {
  background-color: #3cc091;
  opacity: 1
}
.topbar-right{
    background: #fff;
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}
.back-to-top.show {
  visibility: visible;
  bottom: 35px;
  opacity: 1;
}
.whiteBg{
    padding: 15px;
    background: #fdfdfd;
}

.section-title small {
    color: #998a9b;
}
h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
}
/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
}
.card.pricing.android {
    border-top-width: 3px;
    border-color: #28a745 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
}
.card.pricing.gold {
    border-top-width: 3px;
    border-color: #ffc107 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 400;
    color: #633991;
    font-family: 'Rubik', sans-serif;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}
.priceText{
    font-family: 'Droid Arabic Kufi bold';
    color: #7d7b7b !important;
    font-size: 1rem;
}
.mb-30 {
    margin-bottom: 30px;
}
.single-service {
    text-align: center;
    background-color: #f9f9ff;
    padding: 40px 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 4px;
    border: dotted 1px #eaeaea;
}
.single-service:hover {
    cursor: pointer;
    box-shadow: 0 10px 15px 0 rgba(157,157,157,.5);
    color: #fff;
}
.single-service a {
    color: #222;
}

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
    border: solid 1px #faf6fb;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}
.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50% 0 20%;
    box-shadow: 2px 7px 10px 0px rgb(224, 224, 224);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.text-style-pink{
    color: #e38cb7 !important;
}
h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

#myFooter {
    color: white;
    padding-top: 30px;
    background-image: -moz-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
}

#myFooter .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: #FFEB3B;
    margin-top: 18px;
    font-weight: lighter;
    padding-bottom: 9px;
    border-bottom: dotted 2px #fff;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding: 15px 0;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}
#myFooter .twitter:hover {
    color: #fff !important;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}
#myFooter .btn:hover {
    color: white;
    background-color: #b93956;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}
@media screen and (max-width: 767px) {
    #myFooter {
    }
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}
.btn-style2 {
    color: #fff !important;
    background-image: -moz-linear-gradient( 135deg, #28a745 0%, #20c997 100%);
    background-image: -webkit-linear-gradient( 135deg, #28a745 0%, #20c997 100%);
    background-image: -ms-linear-gradient( 135deg, #28a745 0%, #20c997 100%);
    background-image: linear-gradient( 135deg, #28a745 0%, #20c997 100%);
    border: none;
    border-radius: 2px;
}
.btn-style2:hover {
    color: #fff !important;
    background-image: -moz-linear-gradient( 135deg, #209039 0%, #1eb98b 100%);
    background-image: -webkit-linear-gradient( 135deg, #209039 0%, #1eb98b 100%);
    background-image: -ms-linear-gradient( 135deg, #209039 0%, #1eb98b 100%);
    background-image: linear-gradient( 135deg, #209039 0%, #1eb98b 100%);
}
.form-control {
    background: #f9f9f9;
    border: solid 1px #e8e4e4;
    border-radius: 0px;
    font-size: 0.9rem;
    text-align: right;
    padding: 1px 8px;
}
.col-form-label {
    font-size: 15px;
    font-weight: bold;
}
.text-danger,.text-primary,.text-info,.text-warning{
    font-size: 15px;
}
.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
ul.errorUl {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
ul.errorUl li {
    background: #fc5454;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 8px;
    margin-bottom: 3px;
    border: dotted 1px #f7f7f7;
}
.modal-header-bg{
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 5, 121, 0.8) 0%, rgb(249, 95, 168) 100%);
    color: #fff;
}
.bankBg{
    padding: 10px;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px #ccc;
}
.bankLogo{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.bankLogo img{
    border-radius: 4px;
}
.bankInfo ul{
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.bankInfo ul li:before{
    content: ' - ';
}
.bankInfo ul li{
    padding: 4px;
    color: #444343;
    margin-bottom: 1px;
    background: #e8e8e8;
}
.en{
    font-family: "Poppins", sans-serif !important;
}
.bold{
    font-weight: bold;
}
.text-pink{
    color: #e83e8c;
}
fieldset {
    min-width: 0;
    padding: 7px;
    border-radius: 3px;
    border: dotted 1px;
    margin-bottom: 20px;
    border-color: #7c3d96;
}
legend {
    display: block;
    margin: 0 5px;
    width: auto;
    padding: 0 8px;
    font-size: 20px;
    line-height: inherit;
    color: #cc0d7b;
    border: 0;
    border-bottom: none;
    margin-bottom: 15px;
}
.users-alert {
    background: #f7f7f7;
    padding: 7px;
    margin-bottom: 10px;
    color: #524f4f;
    border-radius: 0;
    border: solid 1px #f1f1f1;
}
.vipLabel{
    position: absolute;
    font-size: 11px;
    left: 70px;
    z-index: 999;
    background: #0d618a;
    padding: 0px 5px;
    border-radius: 3px;
    top: 4px;
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
    color: #ffef61;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.downloadBtn{
    position: absolute;
    left: 45px;
    top: 60px;
}
.appBg{
    background: #39474e;
    border-radius: 4px;
    border: solid 1px #f1f1f1;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
    padding: 5px;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
}
.appIcon{
    border: solid 2px #d7e2f0;
    padding: 2px;
    border-radius: 50%;
    margin-top: 3px;
}
.appTitle {
    background: #ffffff;
    padding: 4px 15px;
    border: dotted 1px #dad1d1;
    color: #00bcd4;
    font-size: 16px;
    margin-bottom: 2px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
}
.appVersion {
    background: #ffffff;
    padding: 4px 15px;
    border: dotted 1px #dad1d1;
    color: #d756a3;
    font-size: 15px;
    margin-bottom: 2px;
    border-radius: 0px 0 5px 5px;
}
.appInstall {
    position: absolute;
    top: 28px;
    left: 14px;
    padding: 5px 15px;
    background: #e83e8c;
    color: #fff;
    font-size: 13px;
    outline: none;
    border: none;
    border-radius: 0 0px 8px 0;
    border-left: solid 2px var(--white);
}
.newApp{
    position: absolute;
    left: 10px;
    top: -5px;
    font-size: 12px;
    background: #20c997;
    color: #fff;
    padding: 1px 8px;
    border-radius: 2px 0px 8px 0px;
}
.updateApp{
    position: absolute;
    left: 10px;
    top: -5px;
    font-size: 12px;
    background: #32c920;
    color: #fff;
    padding: 1px 8px;
    border-radius: 2px 0px 8px 0px;
}
.appListInfo{
    list-style: none;
    padding: 0;
    margin-top: 14px;
    margin-right: -7px;
}
.appListInfo li{
    padding: 4px 8px;
    margin-bottom: 2px;
    color: #333030;
    display: inline;
    font-size: 14px;
}
.profileBg{
    background: #f7f7f7;
    padding: 12px;
    border-radius: 4px;
    border: solid 1px #ececec;
    margin-bottom: 10px;
}
.text-security{
    background: #E91E63;
    padding: 5px;
    text-align: center;
    font-family: tahoma;
    color: #fff;
    letter-spacing: 4px;
    font-weight: bold;
}



.tickets_r_loop{
    background: #f7f7f7;
    padding: 5px;
    border: solid 1px #f7f7f7;
    margin-bottom: 8px;
    border-radius: 2px;
}
.tickets_r_loop:hover{
    background: #eaeaea;
}
.tickit_r_time {
    list-style:none;
    padding: 0;
    margin-bottom: 23px;
    clear: both;
    font-size: 14px;
}
.tickit_r_time li{
    float: right;
    padding-left: 10px;
    letter-spacing: 1px;
    color: #9a9a9a;
}

.tickets_r_title{
    font-size: 16px;
    color: #e85aa5;
}
.viewTictketBg {
    border: solid 2px #5fb8fe8a;
    margin-bottom: 10px;
    color: #6c6b6b;
    background: #fff;
}
.ViewTicketHeader{
    background: #97d1fe4f;
    padding: 7px;
    margin-bottom: 10px;
    color: #306390;
}
.ViewTicketContent{
    padding: 0 10px;
    margin-bottom: 10px;
}
.ViewTicketAttachment{
    border-top: dotted 2px #5fb8fe8a;
}
.compsUl{
    padding: 0;
    list-style: none;
}
.compsUl li{
    background: #929292;
    margin: 5px 0;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
.shortNumber{
    background: #056960;
    padding: 1px 13px 3px;
    border-radius: 4px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
}
.pagination > li > a, .pagination > li > span {
    float: right;
    margin-right: -1px;
    margin-left: 0px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination>li>a, .pagination>li>span {
    color: #ffffff;
    background-color: #0c3d54;
    border: 1px solid #0c3d54;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>span:hover {
    background-color: #8BC34A;
    border-color: #8bc34a;
    color: #fff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #383333;
}
.pagination{
    display: inline-flex;
}