html, body {
  height: calc(100% - 125px);
  max-width: 100%;
  overflow-x: hidden;
}

html {
  position: relative;
  min-height: 100%;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;  
}

.container-fluid .text-muted {
  margin: 20px 0;
}

.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

body {
	font-family: 'IBM Plex Sans Condensed', 'Cairo', sans-serif;
	margin-top: 65px;
}
.navbar {
    min-height: 65px;
}

.navbar-default {
	border: none;
  border-bottom: 1px solid white;
	color: white;
	margin-bottom: 0;
	border-radius: 0;
	background: rgb(36,93,171);
	background: -moz-linear-gradient(90deg, rgba(36,93,171,1) 0%, rgba(0,159,210,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(36,93,171,1) 0%, rgba(0,159,210,1) 100%);
	background: linear-gradient(90deg, rgba(36,93,171,1) 0%, rgba(0,159,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#245dab",endColorstr="#009fd2",GradientType=1);	
}

.modal-header {
  color: white;
  background: rgb(36,93,171);
  background: -moz-linear-gradient(90deg, rgba(36,93,171,1) 0%, rgba(0,159,210,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(36,93,171,1) 0%, rgba(0,159,210,1) 100%);
  background: linear-gradient(90deg, rgba(36,93,171,1) 0%, rgba(0,159,210,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#245dab",endColorstr="#009fd2",GradientType=1);   
}

.close {
  font-size: 27px;
}

.navbar-brand>img {
    height: 45px;
}

.navbar-brand {
    height: 65px;
    padding: 10px 15px 10px 15px;
}

.card-name {
    font-size: 22px;
    padding: 15px 0;
    height: 65px;
    display: inline-block;
    font-weight: bolder;
}

.preview-link,.preview-link:hover {
    color: white;
    text-decoration: none;
    border-left: 1px solid white;
    height: 65px;
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    line-height: 34px;
    padding-left: 30px;
}

.list-group-item {
	border-left: 0;
	border-right: 0;
}

.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}

.list-group-item:first-child {
	border-top: none;
}

.full-height {
    height: 100%;
}

.left-box {
	border-right: 1px solid #ddd;
  background: ivory;
}

.list-group-item img {
    height: 24px;
    margin-right: 7px;
}

.list-group-item {
	padding: 15px;
    font-size: 16px;
    font-weight: 100;
}

@media (min-width: 992px) {
.col-md-3 {
    width: 20%;
}
.col-md-9 {
    width: 80%;
}
}

.loading-indicator {
    width: 250px;
    display: flex;
    margin: 0 auto;
    margin-top: 170px;
}

.col-md-9 {
	padding-left: 0;
}

.col-md-3 {
	padding-right: 0;
}

#data-container {
    padding: 15px;
}

.page-title {
    margin-top: 0;
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 30px;
}

.list-group .active:after {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 40px;
    position: absolute;
    text-shadow: none;
    right: -2px;
    margin-top: -16px;
}

a {
  transition: background 0.5s;
}

.phone-container {
    background: url(../img/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 570px;
    background-position: center center;
    width: 314.33px;  
}

#data-container {
  overflow-y: scroll;
}

.card-inner {
    background: aliceblue;
    width: 247px;
    height: 438px;
    margin-left: 35px;
    position: absolute;
    margin-top: 66px;
    overflow-y: auto;
}

.error404 {
  text-align: center;
}

.error404 h1 {
    font-size: 120px;
    color: #666;
}

.error404 h2 {
    font-size: 90px;
    color: #666;
}

.error404 h3 {
    font-size: 35px;
    margin-bottom: 30px;
    color: #888;
}

.error404 h4 {
    font-weight: 100;
    color: #888;
}

.app-item {
    transition: background 0.5s;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    padding: 10px;
    text-align: center;
    width: calc(33% - 6px);
}

.app-item:hover {
  background: #f5f5f5;
}

.app-item i {
    font-size: 28px;
}

.app-item h4 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.loading-modal {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.loading-modal i {
    font-size: 55px;
    margin-bottom: 20px;
}

.loading-modal h4 {
    font-weight: 300;
}


* {
  outline: none!important;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.modal-content {
  border-radius: 0;
}

label {
    font-weight: 300;
    text-transform: uppercase;
}

.fip-grey.icons-selector .selector {
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    overflow: hidden;
    border-bottom-right-radius: 4px;
}

.in-page-title {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;  
}

.app-preview {
    text-align: center;
    border: 1px solid #ccc;
    padding: 27px;
    border-radius: 4px;
}

.app-preview .icon {
    background: aliceblue;
    padding: 20px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.app-preview .icon i {
    font-size: 50px;
    vertical-align: middle;
    line-height: 60px;
    color: white;
}



.app-preview h4 {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 15px;
}



.input-lg {
  height: 42px;
}



.login {
  margin: 0;
  height: calc(100% - 60px);
}

.login h1 {

}

.login .row {
    margin-top: 120px;  
}

.text-right {
  
}

.card-name small {
  font-weight: lighter;
}

.app-preview .fa-snapchat-ghost,
#card-apps-container .app .fa-snapchat-ghost {
  text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black;
}

.no-input {
  background: #ffe8e8;
}

#card-apps-container {
    padding: 15px;
    text-align: center;
}

#card-apps-container .app {
    width: calc(32% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: opacity 0.5s;
}

.ui-state-highlight {
    width: calc(32% - 10px);
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block; 
    border: 3px dashed #DDD;
    background: rgba(255, 255, 255, 0.4);
}

#card-apps-container .icon {
    color: white;
    border-radius: 50%;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

#card-apps-container .icon i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 28px;
    line-height: 60px;
}

#card-apps-container h4 {
    font-size: 11px;
    overflow: hidden;
    background: #00000061;
    color: white;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 5px;
    text-shadow: 0px 1px 0 #00000073;
}

#card-apps-container .app:hover {
    opacity: 0.7;
}

.columns-1 .app {
    width: calc(99% - 13px)!important;
}

.columns-1 .app .icon i {
    font-size: 33px!important;
    line-height: 61px!important;
}

.columns-1 .icon,
.columns-1 .ui-state-highlight,
.columns-1 .overlay {
    width: 60px!important;
    height: 60px!important;
    display: inline-block!important;
    padding-top: inherit!important;
    position: relative!important;
}

.columns-2 .app,
.columns-2 .ui-state-highlight {
    width: calc(49% - 13px)!important;
}

.columns-2 .app .icon i {
    font-size: 33px!important;
    line-height: 61px!important;
}

.columns-2 .icon,
.columns-2 .overlay {
    width: 60px!important;
    height: 60px!important;
    display: inline-block!important;
    padding-top: inherit!important;
    position: relative!important;
}

.columns-3 .app,
.columns-3 .ui-state-highlight{
    width: calc(32% - 10px)!important;
}

.columns-4 .app,
.columns-4 .ui-state-highlight {
    width: calc(23% - 10px)!important;
}

.columns-4 .app .icon i {
    font-size: 21px!important;
    line-height: 42px!important;
}


.card-inner {
  background-size: cover!important;
}

#save-background {
    margin-top: 10px;
}

.overlay-color {
    background: inherit!important;
}

#card-apps-container .overlay {

}




.btn-addon {
    padding: 0;
}

.btn-addon button {
    height: 32px;
    padding: 0 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



.rtl {
    direction: rtl;
}

#saving {
    background: yellow;
    position: absolute;
    top: 0;
    z-index: 1031;
    padding: 7px 20px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 13px;
    right: calc(50% - 73px);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: -50px;
    transition: top 1s;
}

.saving-on {
    top: 0;
}

.settings-item {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 0px;
    color: #555;
    text-decoration: none!important;
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    background: white;
    margin-top: 10px;
    margin-bottom: 20px;
}

.settings-item:hover {
    color: #1098ce;
    border-color: #1098ce;
    border-radius: 15px;
}

.settings-item i {
    font-size: 60px;
}

.settings-item h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.settings-item p {
    margin-bottom: 0;
}

.table tbody tr td:last-child {
    text-align: right;
}

.swal2-container {
  zoom: 1.5;
}

.text-danger {
    color: red!important;
}

.saved-slug {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    background: whitesmoke;
    border-radius: 4px;
}

.saved-slug h3 {
    margin-top: 0;
    font-weight: bold;
}

.saved-slug h4 {
    margin: 0;
    font-weight: normal;
}



.app-item:nth-child(3n) {
    margin-right: 0;
}

.apps-list .panel-body {
    padding: 15px;
    padding-bottom: 5px;
}

#card-apps-container .app-style-26 {

}

