@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Light.woff2') format('woff2');
    font-weight: 300;
}
body{font-family: 'MyWebFont';}
html{position: relative;}
a:focus {
    outline:0;
}
a:active,
a:hover {
    outline: 0;
}
.page-heading {
    margin: 20px 8px 35px;
    padding: 5px 0;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #A1A1A1;
}
.list-app-page{
    padding: 55px 30px 0;
}
.menu-img{color: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-indent: 0;
    width: 60px;
    height: 60px;
    line-height: 35px;display:inline-block;margin-right: 10px;vertical-align: middle;
    padding: 10px;}
.menu-lists:nth-child(10n+1) .menu-img{background: #D4FADD;}
.menu-lists:nth-child(10n+2) .menu-img{background: #FFD6D9;}
.menu-lists:nth-child(10n+3) .menu-img{background: #FFF4D1;}
.menu-lists:nth-child(10n+4) .menu-img{background: #DBEAFF;}
.menu-lists:nth-child(10n+5) .menu-img{background: #c9f5f3;}
.menu-lists:nth-child(10n+6) .menu-img{background: #eedaf7;}
.menu-lists:nth-child(10n+7) .menu-img{background: #FFE9C7;}
.menu-lists:nth-child(10n+8) .menu-img{background: #FFA0BD;}
.menu-lists:nth-child(10n+9) .menu-img{background: #9DC6FB;}
.menu-lists:nth-child(10n+10) .menu-img{background: #BDC8E7;}
.menu-img img{    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 5px;}
.menu-desc{display: inline-block;
    font-size: 15px;vertical-align: middle;    max-width: 70%;}
.menu-subtitle{display: block;color: #999999;font-size: 14px;}
.menu-title{color: #333333;font-size: 15px;font-weight: 700;}
.menu-lists{margin: 15px;
    width: 29%;-webkit-box-shadow: rgba(209,209,209) 2px 0 9px;
    -moz-box-shadow: rgba(209,209,209) 2px 0 9px;float:left;
        box-shadow: rgba(209,209,209) 2px 0 9px;padding:15px;border-radius: 10px;position: relative;cursor: pointer;background:#ffffff;}
.dropdown-icon {
    float: right;
    cursor: pointer;
    position: relative;
    top: 20px;
}

.dropdown-container {
  position: relative;
  background: #333;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
  height: 60px;
}

/* icon */
i {
  height: 20px;
  width: 10px;
  color: #767676;
}

/* the, drop down div */
.menu-lists .dropdown-menu {
  position: absolute;
  top: 65%;
  right: 10px;
  z-index: 1000;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0px;
  -webkit-transform: scale(0);
}

/* drop down ul */
.menu-lists .dropdown-menu ul {
  min-width: 70px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  position: relative;
}

/* drop downs, li's */
.menu-lists  .dropdown-menu li {
  color: #666;
  margin: 0;
  padding: 5px 15px;
  height: auto;
  list-style: none;
  cursor: pointer;    background: #fcfbfb;
    font-size: 15px;
}

.menu-lists .dropdown-menu.active {
  opacity: 1;
  -webkit-transform-origin: right top 0px;
  -webkit-transform: scale(1);
  width:70px;
  left:unset;
}

.menu-lists .dropdown-menu.active li {
  opacity: 1;
  transform: translateY(0px);    text-align: right;
    padding: 10px 15px;
    height: auto;border-bottom: 1px solid #e4e4e4;
}
.menu-lists .dropdown-menu.active li:first-of-type{color: #03a9f4;}
.menu-lists .dropdown-menu.active li:last-of-type{border-bottom:none;color: #f44336;}
.menu-lists .dropdown-menu.active li:first-of-type:hover{color: #0081bc;}
.menu-lists .dropdown-menu.active li:last-of-type:hover{color: #d5372b;}
.fa-ellipsis-v:before{
    content: "\f142";
    font-size: 20px;
}
.menu-header{
    font-size: 22px;
    border-bottom: 1px solid #c4b8b8;
    margin: 30px 20px 10px;
    font-weight: 700;
}
.menu-header:after,.page-heading:after{
    content:' ';
    display:table;
    clear: both;
}
.dropdown-menu.active{display: inline-block;padding: 0;}
.dropdown-menu.active ul{padding: 0;}
.addMenu a{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}
.addMenu i {
    color: #ffffff;
    margin-right: 7px;
}
.deleteconfirmModal .modal-dialog{width: 375px;}
.deleteconfirmModal .modal-dialog .modal-body p{font-size: 15px;}
.deleteconfirmModal .modal-dialog .modal-body p span{display: inline-block;}
.deleteconfirmModal .modal-header{padding: 5px 15px;color: #FFFFFF;background: rgb(233, 140, 111);border-bottom: none;}
.deleteconfirmModal .modal-content{border-radius: 0;}
.deleteconfirmModal .modal-header .close{color: #ffffff;
    opacity: 1;
    background: #333;
    font-size: 24px;}
.deleteconfirmModal .modal-dialog .modal-body p i{color: rgb(233, 140, 111);margin-right: 15px;font-size: 18px;}
.deleteconfirmModal .modal-dialog .modal-body{padding: 30px 15px 20px;}
.deleteconfirmModal .modal-dialog .modal-footer{padding: 0 15px 15px;border-top: none;}
.deleteconfirmModal .modal-title{font-size: 16px;padding: 5px 0;color: #ffffff;}
.deleteconfirmModal .close:focus, .deleteconfirmModal .close:hover{opacity: .8;}
.deleteconfirmModal .confirm-yes{background-color: #e98c6f;border-color: #e98c6f;width: 75px;border-radius: 0;padding: 4px;font-size: 15px;}
.deleteconfirmModal .confirm-no{width: 75px;border-radius: 0;padding: 4px;font-size: 15px;}
.deleteconfirmModal.confirm-yes:hover{background-color: #d68166;border-color: #d68166;}
.empty-content{
    padding-top: 90px;
    padding-bottom: 80px;
}
.empty-content img{
    height: 200px;
    margin: 0 auto;
    display: block;
}
.empty-content div:first-of-type{
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.empty-content div:last-of-type{
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}
.empty-content a{
    cursor: pointer;
}
.app-list{
    padding-left: 5px;
}
.container-layout,.wrapper{
    background: #f2f2f2;
}
.menu-lists .dropdown-icon{
    top: 0;
    padding: 18px 20px;
}
.menu-lists .dropdown-icon:hover i{
    color:#5f85ea;
}