/*============================================================================================
	1.  GENERAL ADMIN PANEL STRUCTURES
	2.  ADMIN PAGE DEFINITIONS & DETAILS
	3.  CALENDAR
	4.  PAGES
	5.  EXTRAS

============================================================================================*/

/*===== 1.  GENERAL ADMIN PANEL STRUCTURES  =====*/

.admin-logo{
    height: 90px;
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
}

.admin-logo img{
    width: 30px;
    height: auto;
}

.admin-header{
    position: absolute;
    top: 0; left: 0;
    padding: 12px 60px 12px 70px;
    margin-bottom: 12px;
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #F8F9FA;
}

@media (max-width: 991px) {
    .admin-header{
        padding: 15px 60px 9px 15px;
    }
}


.admin-header .staff-name{
    margin-right: 140px;
    text-align: right;
}

@media (max-width: 991px) {
    .admin-header  .staff-name{
        margin-right: 0;
        margin-left: -40px;
        text-align: left;
    }
}

.admin-header a.icon-link{
    position: absolute;
    top: 0; right: 0;
    padding: 12px 24px;
    background-color: #e43528;
    color:#FFFFFF ;
    display: block;
    font-size: 12px;
}

.admin-header a.feedback-link{
    position: absolute;
    top: 0; right: 57px;
    padding: 12px 24px;
    background-color: #1781ee;
    color:#FFFFFF ;
    display: block;
    font-size: 12px;
}

.admin-header a.feedback-link i{
    margin-right: 10px;
}

.admin-header a.bar-link{
    position: absolute;
    top: 0; left: 0;
    padding: 12px 16px;
    background-color: #1781ee;
    color:#FFFFFF ;
    display: block;
    font-size: 12px;
}

@media (min-width: 991px) {
    .admin-header a.bar-link{
        display: none;
    }
}

/**/

.admin-sub-page-title{
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c5c9cf
}

@media (min-width: 991px) {
    .admin-sub-page-title.mobile{
        display: none;
    }
}

/**/

.side-menu{
    margin: 0 -15px;
    height: 100%;
    position: fixed;
    top:0; left:0;
    width: 70px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
    border-right: 1px solid #F8F9FA;
}

.side-menu:hover{
    width:110px;
    overflow: auto;
}

.side-menu ul li{
    font-size: 11px;
    white-space: nowrap;
}

.side-menu ul li a{
    padding: 40px 15px 40px 5px;
    display: block;
    color: #FFFFFF;
}

.side-menu ul li a i{
    width: 70px !important;
    font-size: 16px;
    margin-bottom: -1px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.side-menu:hover ul li a i{
    width: 50px !important;
    margin-right: -5px;
}

@media (max-width: 991px){
    .side-menu{
        display: none;
    }
}

/**/


.admin-mobile-menu .menu ul li{
    display: block;
    border-bottom: 1px solid #ebecf0;
}

.admin-mobile-menu .menu ul li a{
    display: block;
    padding: 15px 8px;
}

.admin-mobile-menu .menu ul li a.active{
    background-color: #ebecf0;
}

.admin-mobile-menu .menu ul li a i{
    width: 30px;
    text-align: center;
    margin-right: 15px;
}

/*===== 2.  PAGES  =====*/

/***** dashboard *****/


.dashboard-stat .bottom-bar{
    height: 10px;
    background-color: #c5c9cf;
}
.dashboard-stat .bottom-info{
    font-size: 12px;
}
.dashboard-stat .bottom-info .color{
    padding: 5px 10px;
    color: #ffffff;
    margin-top: 5px;
    width: 25%;
}

.dashboard-stat .month-list{
    border-top: 1px solid;
    border-top-color: #c5c9cf;
}

.dashboard-stat .month-name{
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
}

.dashboard-stat .bar{
    text-align: center;
    color: #ffffff;
    font-weight: bolder;
}

.dashboard-stat .customer-count{
    margin-right: -15px;
}

.dashboard-stat .date-count{
    margin-left: -15px;
}


/***** admin list page *****/
.page-list-bottom{
    background-color: #ebecf0;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 30px 0;
    border: 1px solid #dfe1e5;
}

.page-list-bottom .list-count{
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    color: #93979d;
}

/***** login pages *****/

.login-box{
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
}

@media (max-width: 991px){
    .login-box{
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
}

/***** admin parts *****/

.admin-content{
    margin-left: 55px;
}

@media (max-width: 991px){
    .admin-content{
        margin-left: 0;
    }
}
/**/

.admin-content-main-menu{
    margin:45px 0 30px 0;
    height: 40px;
    padding-left: 30px;
}

@media (max-width: 991px){
    .admin-content-main-menu{
        display: none;
    }
}

.admin-content-main-menu ul li{
    display: inline-block;
    margin-right: -4px;
    border-right: 1px solid;
}

.admin-content-main-menu ul li:first-child{
    border-left: 1px solid;
}


.admin-content-main-menu ul li a{
    display: block;
    color: #FFFFFF !important;
    font-weight: 600;
    padding:0 15px;
    line-height: 39px;
}

.admin-content-main-menu ul li a i{
    margin-right: 10px;
}


.admin-content-main-menu a.menu-link{
    font-weight: 600;
    line-height: 40px;
    color: #ffffff;

    display: block;
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.admin-content-main-menu a.menu-link i{
    margin-right: 10px;
}


.admin-content-main-menu-mobile{
    margin:45px 0 30px 0;
    height: 40px;
    padding-left: 30px;
}

@media (min-width: 992px){
    .admin-content-main-menu-mobile{
        display: none;
    }
}

.admin-content-main-menu-mobile ul li{
    display: inline-block;
    margin-right: -4px;
    border-right: 1px solid;
}

.admin-content-main-menu-mobile ul li:first-child{
    border-left: 1px solid;
}


.admin-content-main-menu-mobile ul li a{
    display: block;
    color: #FFFFFF !important;
    font-weight: 600;
    padding:0 15px;
    line-height: 39px;
}

.admin-content-main-menu-mobile a.menu-link{
    font-weight: 600;
    line-height: 40px;
    color: #ffffff;
}


/**/
.admin-cat-header{
    margin-top:45px;
    padding:30px;
    background-color: #501857;
    background-image: url("../images/admin-cat-bg.png");
    background-size: cover;
}

.admin-cat-header.calendar-header{
    background-image: none;
    padding:45px 30px;
}

@media (max-width: 991px){
    .admin-cat-header.calendar-header h2{
        display: none;
    }
}

.admin-cat-header .page-header-menu {
    border-radius: 5px;
    margin-top: 30px;
    background-color: #ffffff;
    overflow: hidden;
}

.admin-cat-header .page-header-menu ul.right {
    text-align: right;
}

.admin-cat-header .page-header-menu ul li {
    display: inline-block;
    border-right: 1px solid;
    margin-right: -4px;
}

.admin-cat-header .page-header-menu ul li a {
    color: #000000 !important;
}

.admin-cat-header .page-header-menu ul li a.active,
.admin-cat-header .page-header-menu ul li a:hover {
    color: #ffffff !important;
}

@media (max-width: 991px){
    .admin-cat-header .page-header-menu ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid;
    }
}


.admin-cat-header .page-header-menu ul li:last-child {
    border: none;
}

.admin-cat-header .page-header-menu ul li a{
    display: block;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 991px){
    .admin-cat-header .page-header-menu ul.right {
        text-align: left;
        border-top: 1px solid;
    }

    .admin-cat-header .page-header-menu ul li:first-child a{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .admin-cat-header .page-header-menu ul li:last-child a{
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.admin-cat-header .page-header-menu ul li a i{
    opacity: .7;
    margin-right: 10px;
}

.admin-cat-header .page-header-menu ul li.icon a i{
    margin-right: 0;
}

.admin-cat-header .logo{
    border-radius: 5px;
    padding: 15px;
    margin: -15px 0 0 -15px;
    cursor: pointer;
}

.admin-cat-header .meta{
    border-radius: 5px;
    padding: 15px;
    margin: -15px 0 0 -15px;
    cursor: pointer;
}

.admin-cat-header .logo:hover,
.admin-cat-header .meta:hover {
    background-color: rgba(255, 255, 255, .2);
}

.admin-cat-header .meta .item{
    font-size: 13px;
    margin: 3px 0;
    color: #FFFFFF;
}

.admin-cat-header .meta .item i{
    margin-right: 10px;
    opacity: .6;
    width: 15px;
    text-align: center;
}

.admin-cat-header .header-right{
    color: #FFFFFF;
}

.admin-cat-header .header-right .item{
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.admin-cat-header .header-right .item .icon{
    position: absolute;
    left: 0; top: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.admin-cat-header .header-right .item .desc{
    padding-left: 48px;
}


.admin-cat-sub-menu.close{
    height: 0;
    overflow: hidden;
}

.admin-cat-sub-menu{
    padding: 0 60px;
    height: 38px;
    overflow: hidden;
}

.admin-cat-sub-menu  a{
    color: #FFFFFF !important;
    font-weight: 600;
    padding:8px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-left: -4px;
}

.admin-cat-sub-menu a i{
    margin-right: 10px;
}

.admin-cat-sub-menu a:last-child{
    border:none;
}

.admin-cat-header .admin-cat-header-top-bar{
    border-bottom: 1px solid #FFFFFF;
    padding: 15px;
    margin: -28px -28px 0 -28px;
}

.admin-cat-header .admin-cat-header-top-bar ul{
    margin-top: 10px;
}

.admin-cat-header .admin-cat-header-top-bar ul li{
    width: 32px; height: 32px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
}

.admin-cat-header .admin-cat-header-top-bar ul li.danger{
    background-color: #e43528;
}

.admin-cat-header .admin-cat-header-top-bar ul li a{
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

/**/

ul.admin-page-sub-menu{
    position: relative;
    width: 100%;
}

ul.admin-page-sub-menu li{
    display: block;
    border-bottom: 1px solid #dfe1e5;
}

ul.admin-page-sub-menu li:last-child{
    border:none;
}

ul.admin-page-sub-menu li.active{
    background-color: #c5c9cf;
}

ul.admin-page-sub-menu li a{
    display:block;
    padding: 15px 8px;
    font-weight: 600;
    color: #000000 !important;
}

ul.admin-page-sub-menu li a i{
    margin-right: 15px;
    opacity: .5;
}

/**/

ul.admin-page-sub-top-menu{
    position: relative;
    width: 100%;
    border-bottom: 1px solid;
}

ul.admin-page-sub-top-menu li{
    display: inline-block;
    margin-right: -4px;
}


ul.admin-page-sub-top-menu li a{
    display:block;
    padding: 15px 20px;
    font-weight: 600;
}

ul.admin-page-sub-top-menu li.active a{
    color: #ffffff !important;
}

ul.admin-page-sub-top-menu li a i{
    margin-right: 15px;
    opacity: .5;
}

/**/

.admin-cat-page-top{
    margin:-31px -30px 15px -30px;
    padding: 15px 30px;
    background-color: #c5c9cf;
    position: relative;
}

.admin-cat-page-top input{
    height: 40px;
}


/*===== 3.  CALENDAR  =====*/

/* TODO there is a lot of extra css in calendar, documente calendar then delete extra codes */

.calendar {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(7, minmax(120px, 1fr));
    grid-template-rows: 50px;
    grid-auto-rows: minmax(192px, auto); ;
    overflow: auto;
    border-left: 1px solid #c5c9cf;
}

@media (max-width: 991px) {
    .calendar {
        grid-template-columns: repeat(7, minmax(30px, 1fr));
        grid-auto-rows: minmax(92px, auto); ;
    }
}

.calendar-container {
    width: 98%;
    margin: auto;
    background: #ffffff;
    position: relative;
}
.calendar-header {
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(to bottom, #f4f5f6 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
}

.calendar-header .month-list .link{
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -16px;
}

.calendar-header .month-list .link-active{
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #dfe1e5;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    color: #ffffff;
    margin-bottom: 10px;
}

@media (max-width: 991px){

    .calendar-header .month-list .link{
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-left: -12px;
    }

    .calendar-header .month-list .link-active{
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-left: -12px;
    }

}

.calendar-header .month-list .link:hover{
    background-color: #dfe1e5;
}

.calendar-header .month-list a{
    color: #ffffff;
    font-size: 13px;
    display: block;
}

.calendar-header .month-list h1 {
    margin:25px 0 0 0;
    font-size: 14px;
    color: #dfe1e5;
}

@media (max-width: 991px){
    .calendar-header .month-list h1 {
        display: none;
    }
}

.calendar-header p {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(33, 37, 41, 0.4);
}
.calendar-header button {
    background: 0;
    border: 0;
    padding: 0;
    color: rgba(33, 37, 41, 0.4);
    cursor: pointer;
    outline: 0;
}

.day {
    border-bottom: 1px solid #c5c9cf;
    border-right: 1px solid #c5c9cf;
    z-index: 1;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}

.day-name {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(108, 117, 125 ,.12);
    line-height: 50px;
    font-weight: 500;
    color: #727579;
    border-top: 1px solid #c5c9cf;
    border-right: 1px solid #c5c9cf;
    background-color: #ebecf0;
}

@media (max-width: 991px) {
    .day-name {
        font-size: 10px;
        font-weight: 700;
    }
}

.day-disabled {
    background-image: url("../images/calendar-texture.png");
    cursor: not-allowed;
}

/**/

a.calendar-link-btn,
span.calendar-link-btn{
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    font-weight: bolder;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}

a.calendar-link-btn .icon,
span.calendar-link-btn .icon {
    text-align: right;
}

a.calendar-btn,
span.calendar-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 30px;
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 991px){
    a.calendar-btn,
    span.calendar-btn {
        display: none;
    }
}


/**/

.task {
    padding: 4px 8px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
    margin-top: 1px;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
}

.task .time{
    font-size: 12px;
    text-align: center;
    padding: 5px;
    margin-left: -3px;
}

.task .meta{
    font-size: 13px;
    margin-left: -15px;
}

@media (max-width: 991px){
    .task .time{
        padding: 0;
        background-color: transparent !important;
    }

    .task .meta{
        display: none;
    }
}

.task.color-1{
    background-color: #f5e33d;
    border-top: 1px solid #f5cc3d;
    border-bottom: 1px solid #f5cc3d;
}

.task.color-1 .time{
    background-color: #f5cc3d;
}

.task.color-2{
    background-color: #fe483b;
    border-top: 1px solid #e43528;
    border-bottom: 1px solid #e43528;
}

.task.color-2 .time{
    background-color: #e43528;
}

.task.color-3{
    background-color: #71d233;
    border-top: 1px solid #61b62b;
    border-bottom: 1px solid #61b62b;
}

.task.color-3 .time{
    background-color: #61b62b;
}

.task.color-4{
    background-color: #3ed2ca;
    border-top: 1px solid #22beb6;
    border-bottom: 1px solid #22beb6;
}

.task.color-4 .time{
    background-color: #22beb6;
}

.task.color-5{
    background-color: #1781ee;
    border-top: 1px solid #116bc7;
    border-bottom: 1px solid #116bc7;
}

.task.color-5 .time{
    background-color: #116bc7;
}

.task.color-6{
    background-color: #a876cd;
    border-top: 1px solid #9456c2;
    border-bottom: 1px solid #9456c2;
}

.task.color-6 .time{
    background-color: #9456c2;
}

.task.color-7{
    background-color: #c5c9cf;
    border-top: 1px solid #727579;
    border-bottom: 1px solid #727579;
}

.task.color-8 .time{
    background-color: #727579;
}

/**/
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/**/

.calendar-page-header{
    height: 135px;
    margin: 0 -15px -45px -20px;
    position: relative;

}

.calendar-page-header .calendar-date{
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    left: 3%;
    top: 10px;
    text-shadow: 1px 1px 1px #000000;
}


.calendar-page-header .list-btn{
    position: absolute;
    right: 3%;
    top: 38px;
}


.calendar-modal-empty-list{
    border-bottom: 1px solid #ffffff;
    padding: 2px 15px;
    font-size: 10px;
}

.calendar-modal-date-list{
    font-size: 12px;
    font-weight: 600;
    margin-right: -30px;

    padding: 16px 10px 10px 60px;
    position: relative;
}

.calendar-modal-date-list-mobile{
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 768px){
    .calendar-modal-date-list{
        display: none;
    }

    .calendar-modal-date-list-mobile{
        display: block;
    }
}

.calendar-modal-date-list i{
    font-size: 24px;
    color: #000000;
    margin:0 15px;
    position: absolute;
    top: 14px; left: 0;
}

.calendar-modal-date-list-empty{
    font-size: 11px;
    font-weight: 600;

    padding: 5px 15px;
    color: #000000;
    border-bottom: 1px solid #c8d6e5;
}

.calendar-modal-date-list-empty a i{
    font-size: 18px;
    margin-left: 3px;
}

.calendar-modal-date-content{
    border-left: 1px solid;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
}

.calendar-modal-date-content-triangle{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
}

.calendar-modal-date-content span{
    font-size: 13px;
    font-style: italic;
}

/**/

.calendar-modal-personel-list-time{
    font-size: 12px;
    font-weight: 600;

    padding: 9px 0 8px 0;
    text-align: center;
    color: #FFFFFF;
}

.calendar-modal-personel-list-content{
    padding: 10px 30px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
}


.calendar-modal-personel-list-empty{
    font-size: 12px;
    font-weight: 600;

    padding: 4px 15px 3px 15px;
    color: #000000;
    border-bottom: 1px solid #c8d6e5;
}

.calendar-modal-personel-list-empty a i{
    font-size: 18px;
    color: #c5c9cf;
    margin-left: 3px;
}

/**/


.calendar-process-list{
    position: relative;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.calendar-process-list .time{
    font-size: 13px;
    line-height: 14px;
    background-image: url("../images/black-transparent-bg.png");
    padding: 10px 5px;
    margin-left: -5px;
    display: block;
    text-align: center;
}

.calendar-process-list .desc{
    font-size: 13px;
    margin-left: -25px;
}



/**/

.calendar-day-nav-buttons{
    margin-top: 10px;
}

.calendar-day-nav-buttons a{
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 4px;
    font-size: 13px;
    background-image: none;
    padding: 12px 15px;
    letter-spacing: .5px;
}

.calendar-day-nav-buttons a.left i{
    margin-right: 15px;
}

.calendar-day-nav-buttons a.right i{
    margin-left: 15px;
}

@media (max-width: 991px){
    .calendar-day-nav-buttons a{
        background-image: none;
        padding: 12px 8px;
        font-size: 11px;
    }

    .calendar-day-nav-buttons a.left i{
        margin-right: 8px;
    }

    .calendar-day-nav-buttons a.right i{
        margin-left: 8px;
    }
}

/**/

a.calendar-link-btn,
span.calendar-link-btn{
    background-color: #c5c9cf;
    color: #ffffff;
}

a.calendar-btn,
span.calendar-btn {
    background-color: rgba(114, 117, 121, .5);
    color: #ffffff;
}

/**/

.color-list{
    width: 18px;
    height: 18px;
    border-radius: 18px;
    margin-right: 15px;
    float: left;
}

.color-list.color-0,
.color-list.color-1 {
    background-color: #f5e33d;
    border: 2px solid #f5cc3d;
}

.color-list.color-2 {
    background-color: #fe483b;;
    border: 2px solid #e43528;;
}

.color-list.color-3 {
    background-color: #71d233;
    border: 2px solid #61b62b;
}

.color-list.color-4 {
    background-color: #3ed2ca;
    border: 2px solid #22beb6;
}

.color-list.color-5 {
    background-color: #1781ee;
    border: 2px solid #116bc7;
}

.color-list.color-6 {
    background-color: #a876cd;
    border: 2px solid #9456c2;
}

.color-list.color-7 {
    background-color: #c5c9cf;
    border: 2px solid #727579;
}


/**** colors ****/

.color-select{
    text-align: center;
    font-size: 24px;
    background-color: #F8F9FA;
    padding:15px;
    border-radius: 5px;
    margin: 30px 0;
    border:1px solid #ebecf0;
}
.color-select i{
    cursor: pointer;
}

.color-select .color-1{
    color: #f5e33d;
    -webkit-text-stroke: 2px #f5cc3d;
}

.color-select .color-2{
    color: #fe483b;
    -webkit-text-stroke: 2px #e43528;
}

.color-select .color-3{
    color: #71d233;
    -webkit-text-stroke: 2px #61b62b;
}

.color-select .color-4{
    color: #3ed2ca;
    -webkit-text-stroke: 2px #22beb6;
}

.color-select .color-5{
    color: #1781ee;
    -webkit-text-stroke: 2px #116bc7;
}

.color-select .color-6{
    color: #a876cd;
    -webkit-text-stroke: 2px #9456c2;
}

.color-select .color-7{
    color: #c5c9cf;
    -webkit-text-stroke: 2px #727579;
}

@media (max-width: 392px){

    .color-select .color-7{
        width: 100%;
        margin-top: 15px;
    }
}

/**/

.tooth-list{
    width: 6.34%;
    display: inline-block;
    position: relative;
    background-color: #92bee3;
    text-align: center;
    margin: 0 -2px;
    padding:20px 5px;
}
.tooth-list:hover{
    background-color: #ffffff;
}
.tooth-list-x-line {
    width: calc(100% - 1px);;
    height: 2px;
    background-color: #556875;
}
.tooth-list-y-line {
    width: 2px;
    height: 100vh;
    background-color: #556875;
    margin-left: -3px;
    position: absolute;
    left: 50%;
    z-index: 1;
}

/**/
.web-theme-images  img.unselected{
    border: 5px solid #ebecf0;
}

.web-theme-images  .list-cover img{
    border: none !important;
}

/**/

.select2-container--default .select2-selection--multiple{
    background: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    background-color: #ffffff;
}

#post-item-list .empty-box:nth-child(even) {
    background: #dfe1e5;
}

#post-item-list .number{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    margin-left: 15px;
}

@media (max-width: 991px){
    #post-item-list .number{
        margin: 15px 0;
    }
}

#post-item-list .post-thumbnail{
    margin: 30px 0 15px 0;
}

#post-item-list .post-thumbnail img{
    max-height: 180px;
    border-radius: 5px;
}

/* chat & ticket css */
.chat-head {
    padding: 30px;
    position: relative;
}
.chat-head .icon {
    position: absolute;
    top: 20px;
    left: 30px;
    background-color: #3ED2CA;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}
.chat-head .head {
    font-size: 15px;
    font-weight: 600;
    margin-left: 60px;
}

.message-list {
    background-color: #C7C7CC;
    padding: 30px 30px 15px 30px;
    border-radius: 10px;
}
.message-list .item {
    margin: 30px 0;
    position: relative;
}
.message-list .item .meta {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #66666E;
    color: #FFFFFF;
}
.message-list .item .meta .name {
    font-size: 12px;
    font-weight: bold;
}
.message-list .item .meta .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}
.message-list .item .meta:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #66666E;
    position: absolute;
    top: 12px;
    right: -10px;
}
.message-list .item .text {
    background-color: #FFFFFF;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 150px;
    position: relative;
}
.message-list .item.mine .meta {
    background-color: #3ED2CA;
}
.message-list .item.mine .meta:before {
    border-color: transparent transparent transparent #3ED2CA;
}
.message-list .item.mine .text {
    background-color: #3ED2CA;
    color: #FFFFFF;
}

.file-list {
    background-color: #C7C7CC;
    padding: 30px 30px 25px 30px;
    border-radius: 10px;
}
.file-list .item {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    position: relative;
}
.file-list .item a {
    color: #000000;
    font-weight: 600;
    display: block;
}
.file-list .item .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FB8B2E;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 15px;
}
.file-list .item .name {
    margin-left: 40px;
}
.file-list .item:hover {
    background-color: #FB8B2E;
}
.file-list .item:hover a {
    color: #FFFFFF;
}

.new-message {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 70px;
}

@media (max-width: 991px){
    .new-message {
        left: -5px;
    }
}

.new-message .message {
    background-color: #C7C7CC;
    padding: 30px 15px;
    margin-left: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}