/*--Font----*/

@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap');

/*-End-*/

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

body {
    padding-bottom: 60px;
    overflow-x: hidden;
    font-family: 'Exo', sans-serif;
}


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

               Login Page Style

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

.wfh_text {
    color: #ff8601 !important;
    font-weight: 600;
    white-space: nowrap;
}

.login-section{
    background: #f9f9fb;
}
.bg-primary {
    background: #183b3f;
    }

.login-im {
    padding-left: 15px;
    padding-right: 15px;
}


.login-form {
    background: rgb(11,71,99);
    background: linear-gradient(2deg, rgb(1, 40, 64) 0%, rgb(37, 169, 203) 50%, rgb(23, 118, 149) 100%);
    height: 100vh;
    padding: 0 15px;
}

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

.card-signin {
    border: 0;
    border-radius: 0.3rem;
    box-shadow: none;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.card-signin .card-body {
     padding: 3rem 2rem 4rem 2rem;
    box-shadow: rgba(67, 90, 111, 0.3) 0px 0px 1px, rgba(67, 90, 111, 0.47) 0px 2px 4px -2px;
    position: relative;
    background: white none repeat scroll 0% 0%;
}
.heading-login {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 500;
    text-align: center;
}
.card-signin .card-title .logosmimg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 48px);
    top: -46px;
    width: 90px;
    height: 90px;
    transform: rotate(45deg) scale(.7);
    border-color: transparent #e4e7eb #e4e7eb transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
    background: #f9f9fb;
}

.login-im img {
    width: 100%;
    max-width: 56px;
    height: auto;
    text-align: center;
    transform: rotate(-45deg) translateX(1px);
}
.form-signin {
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #183b3f;
    border-color:  #183b3f !important;
}
.btn-primary:hover {
	color: #fff;
	background-color: rgb(27, 77, 83) !important;
	border-color: rgb(27, 77, 83) !important;
}
.icon-edit a {
  text-align: center;
  color: #183b3f !important;
}
.card-signin .btn {
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: .1rem;
    padding: 0.8rem 0.9rem!important;
    transition: all 0.2s;
    font-family: 'Exo', sans-serif;
    width: 100%;
    border: 0;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 0.2rem;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    opacity: 0.7;
}

.card-signin .form-control {
    display: block;
    width: 100%;
    height: calc(2rem + 1rem + 2px);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #ffffff;
    background-clip: padding-box;
    /* border: 0; */
    /* border-radius: 0 !important; */
    /* padding-left: 0 !important; */
}

.card-signin .custom-control-input:checked ~ .custom-control-label::before {
   color: #6658dd;
   background: rgb(11,71,99);
   background: linear-gradient(2deg, rgb(1, 40, 64) 0%, rgb(37, 169, 203) 50%, rgb(23, 118, 149) 100%);
}
.custom-control-label {
   font-family: 'Exo', sans-serif;
   font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.form-label-group>label:hover {
    cursor: text;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) 1/ 3);
    padding-bottom: calc(var(--input-padding-y) 1/ 3);
    font-size: 13px;
    color: #777;
    top: -17px;
    background: #fff;
    padding: 5px;
    left: 13px;
    letter-spacing: 0.5px;
    opacity: 1;
}


/* Fallback for Edge

-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}


/* Fallback for IE

-------------------------------------------------- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}


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

               Login Page Style

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

.page-contet {
    padding-top: 130px;
}

.tp-menu {
    position: relative;
}

.tp-menu:hover .icon-hover {
    opacity: 1;
    transition: 0.6s;
}

.icon-hover {
    position: absolute;
    content: '';
    color: rgb(20, 20, 20);
    border-radius: 2px;
    height: 15px;
    white-space: nowrap;
    padding: 0px 12px;
    display: flex;
    justify-content: flex-start;
    line-height: 0px;
    margin-right: 9px;
    opacity: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.icon-hover p {
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 500;
	color: #6c757d;
}

.top-icondash {
    width: 100%;
    max-width: 16px;
    height: auto;
}

.top-icon {
    width: 100%;
    max-width: 18px;
    height: auto;
}

#topnav {
    background: #183b3f;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1001;
    /*padding: 0 12px;*/
    }

#topnav .arrow-down {
    display: inline-block;
}

#topnav .arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 5px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: .4em;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 15px 20px 0 20px;
    padding-top: 13px;
    height: 44px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #adb5bd;
    display: block;
    margin-bottom: 5px;
    transition: -webkit-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .has-submenu.active>a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #ffbb35;
}

#topnav .topbar-menu {
    margin-top: 70px;
}

.navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation-menu>li {
    float: left;
    position: relative;
}

.navigation-menu > li > a {
	display: block;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	font-family: 'Exo', sans-serif;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	line-height: 20px;
	padding: 15px 12px;
	position: relative;
	letter-spacing: 0.5px;
	font-weight: 400;
}
/*.navigation-menu>li>a {
    display: block;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
   font-family: 'Exo', sans-serif;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 20px;
    padding: 18px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 500;
}
*/
.navigation-menu>li>a i {
    font-size: 15px;
    margin-right: 2px;
}

.navigation-menu>li>a:focus,
.navigation-menu>li>a:hover {
    background-color: transparent;
}

.nav-user img {
    height: 32px;
    width: 32px;
}

.logo-box img {
    width: 100%;
    height: auto;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px;
}

.notification-list .noti-icon {
    font-size: 19px;
    vertical-align: middle;
}

.rewardDetails span{
    margin-top:10px;
    display:table-caption;
    text-align: center;
}

.rewad-dea{
      margin-top:10px;
     display:table-caption;
     text-align: center;
     }

@media (min-width:992px) {
    .navigation-menu>li>a:active,
    .navigation-menu>li>a:focus,
    .navigation-menu>li>a:hover {
        color: #fff;
    }
    .navigation-menu>li:hover a {
        color: #fff;
    }
    .navigation-menu>li:first-of-type>a {
        padding-left: 0;
    }
    .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        right: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .navigation-menu>li>ul>li.has-submenu:active>a,
    .navigation-menu>li>ul>li.has-submenu:hover>a {
        color: #6658dd;
    }
    .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 0;
        list-style: none;
        min-width: 200px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        border-radius: 4px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #fff;
        -webkit-box-shadow: rgba(50, 58, 70, .15) 0 0 40px 0;
        box-shadow: rgba(50, 58, 70, .15) 0 0 40px 0;
    }
    .navigation-menu>li .submenu:before {
        left: 16px;
        top: -10px;
        content: "";
        display: block;
        position: absolute;
        background-color: transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
        z-index: 9999;
    }
    .navigation-menu>li .submenu li {
        position: relative;
    }
    .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .navigation-menu>li .submenu li a {
        display: block;
        padding: 9px 25px;
        clear: both;
        white-space: nowrap;
        color: #323a46;
    }
    .navigation-menu>li .submenu li a:hover {
        color: #ffc544;
    }
    .navigation-menu>li .submenu li.has-submenu>a .arrow-down:after {
        right: 20px!important;
        -webkit-transform: rotate(-135deg) translateY(-50%)!important;
        transform: rotate(-135deg) translateY(-50%)!important;
        position: absolute;
    }
    .navigation-menu>li .submenu li .submenu {
        left: 100%;
        top: 0;
        margin-left: 20px;
        margin-top: -1px;
    }
    .navigation-menu>li .submenu li .submenu:before {
        left: -20px;
        top: 10px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #fff;
    }
    .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
    .navbar-toggle {
        display: none !important;
    }
    #navigation {
        display: block !important;
    }
}

@media (min-width:768px) {
    .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        max-height:450px;
        overflow-y: auto;
    }
    .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 10px;
        margin-right: 0;
    }
    .navigation-menu>li.has-submenu.last-elements>.submenu:before {
        right: 11px;
        left: auto;
    }
}

@media (max-width:991px) {
    .wrapper {
        padding-top: 70px;
    }
    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
        text-align: left;
    }
    #topnav .navigation-menu>li {
        display: block;
        float: none;
    }
    #topnav .navigation-menu>li>a {
        color: #323a46;
        padding: 15px;
    }
    #topnav .navigation-menu>li>a i {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        vertical-align: inherit;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: #323a46;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #6658dd;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #6658dd;
    }
    #topnav .has-submenu.active a {
        color: #6658dd;
    }
    #topnav .has-submenu.active .submenu li.active>a {
        color: #6658dd;
    }
    #topnav .arrow-down:after {
        right: 15px;
        position: absolute;
    }
    #topnav .navbar-header {
        float: left;
    }
    #navigation {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
        box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
        background-color: #fff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-height:375px) {
    .navigation-menu {
        max-height: 240px !important;
    }
}

.menubar-light #topnav {
    background: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
}

.menubar-light #topnav .has-submenu.active>a {
    color: #6658dd;
}

.menubar-light #topnav .has-submenu.active .submenu li.active>a {
    color: #6658dd;
}

.menubar-light .navigation-menu>li>a {
    color: rgba(50, 58, 70, .7);
}

@media (min-width:992px) {
    .center-menu #topnav .navigation-menu {
        text-align: center;
    }
    .center-menu #topnav .navigation-menu>li {
        display: inline-block;
        float: none;
    }
    .center-menu #topnav .navigation-menu>li>a {
        padding: 20px;
    }
    .center-menu #topnav .navigation-menu>li>a i {
        display: block;
        margin: 0 0 5px 0;
        float: none;
        text-align: center;
    }
    .center-menu #topnav .navigation-menu>li>a .arrow-down {
        display: none;
        margin: 0 0 5px 0;
    }
    .center-menu .wrapper {
        padding: 150px 12px 0 12px;
    }
}

.gradient-topbar #topnav {
    background: linear-gradient(135deg, #6658dd 0, #764ba2 100%);
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, .12);
}

.gradient-topbar.topbar-dark .navbar-custom {
    background-color: transparent!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


@media only screen and (min-width:992px) {
    .drop-menu-dark #topnav .has-submenu.active .submenu li.active>a {
        color: #fff;
    }
    .drop-menu-dark .navigation-menu>li .submenu {
        background-color: #47535e;
    }
    .drop-menu-dark .navigation-menu>li .submenu:before {
        border-bottom: 12px solid #47535e;
    }
    .drop-menu-dark .navigation-menu>li .submenu li a {
        color: #adb5bd;
    }
    .drop-menu-dark .navigation-menu>li .submenu li a:hover {
        color: #fff;
    }
    .drop-menu-dark .navigation-menu>li .submenu li .submenu:before {
        border-right: 12px solid #47535e;
    }
    .drop-menu-dark .navigation-menu>li>ul>li.has-submenu:active>a,
    .drop-menu-dark .navigation-menu>li>ul>li.has-submenu:hover>a {
        color: #fff;
    }
}

@media (min-width:992px) {
    .unsticky-header #topnav,
    .unsticky-header .navbar-custom {
        position: absolute;
    }
}

.boxed-layout .container-fluid {
    max-width: 1200px;
}

.logo {
    display: block;
    line-height: 70px;
}

.logo span.logo-lg {
    display: block;
    width: 100%;
    max-width: 240px;
}

.logo span.logo-sm {
    display: none;
}

.logo .logo-lg-text-dark {
    color: #323a46;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.logo .logo-lg-text-light {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.logo-box {
    height: 70px;
    float: left;
    padding-right: 40px;
}

.navbar-custom {
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 100;
  /*  padding: 0 12px;*/
}

.navbar-custom .topnav-menu>li {
    float: left;
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: #6c757d;
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px;
   font-family: 'Exo', sans-serif;
   font-weight: 400;
}

.navbar-custom .topnav-menu .nav-link i {
    font-size: 16px;
    top: 2px;
    position: relative;
}

.navbar-custom .dropdown.show .nav-link {
    background-color: rgba(241, 245, 247, .7);
}

.navbar-custom .dropdown-menu {
    border-radius: 0 0 .25rem .25rem;
}

.navbar-custom .app-search {
    overflow: hidden;
    height: 70px;
    display: table;
    max-width: 180px;
    margin-right: 20px;
}

.navbar-custom .app-search .app-search-box {
    display: table-cell;
    vertical-align: middle;
}

.navbar-custom .app-search .app-search-box input::-webkit-input-placeholder {
    font-size: .8125rem;
    color: #adb5bd;
}

.navbar-custom .app-search input {
    margin: 0;
}

.navbar-custom .app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 0;
    background-color: #f1f5f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px
}

.navbar-custom .app-search .input-group-append {
    margin-left: 0;
    z-index: 4
}

.navbar-custom .app-search .btn {
    background-color: #f1f5f7;
    border-color: transparent;
    color: #adb5bd;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
}

.navbar-custom .button-menu-mobile {
    border: none;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}

.navbar-custom .button-menu-mobile.disable-btn {
    display: none;
}


@media only screen and (max-width:767.98px) {

    body {
        padding-bottom: 80px;
    }
    .pro-user-name {
        display: none;
    }

    .logo-box {
        padding-right: 0;
    }
    .logo-box .logo-lg {
        display: none!important;
    }
    .logo-box .logo-sm {
        display: block !important;
        max-width: 45px;
    }
    
}

.footer {
    bottom: 0;
    padding: 19px 15px 20px;
    position: absolute;
    right: 0;
    color: #98a6ad;
    left: 0;
    background-color: #eeeff3;
}

.navigation-menu>li .submenu li a {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
}

.dropdown-item,
.megamenu-list li a {
    color: #6c757d;
   font-family: 'Exo', sans-serif;
   font-weight: 400;
}

.noti-scroll p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


/*============body content========*/


/*--=====markin= section css====---*/
.dashboard-wrraper{
    padding-top: 14px;
}
.secbot-magrin{
margin-bottom: 24px;
}
.breadcome-list {
    background: #ffffff;
    border-radius: 3px;
    margin: 20px 0px;
/*    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);*/
    -webkit-box-shadow: 0 0 3px 0px #e1e1e182;
    box-shadow: 0 0 3px 0px #e1e1e182;
    margin-left: 12px;
    margin-right: 12px;
    padding: 0 5px;
}

.ptb-1rem {
    padding: 1rem 0;
}

.breadcrumb {
    padding: 1rem 0;
    margin-bottom: 0rem;
}

ul.tab-custon-design,
ul.tab-review-design {
    padding: 15px 35px;
    width: 100%;
    background: #fff;
}

.tab-review-design li {
    display: inline-block;
}

.breadcome-heading li a img {
    width: 100%;
    max-width: 30px;
    height: auto;
}
.btn-info {
  color: #fff;
  background-color: #ffbb35 !important;
  border-color: #ffbb35 !important;
}

/* Style buttons */

.markin-btn i {
    margin-right: 10px;
}

/*.btn-sm-clr {
    padding: 6px 36px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
     font-family: 'Exo', sans-serif;
    letter-spacing: 0.5px;
    color: #fff;
    background: rgb(51, 86, 175);
    background: linear-gradient(1145deg, rgba(51, 86, 175, 1) 0%, rgba(65, 178, 236, 1) 100%);
    border-color: rgb(51, 86, 175);
    font-weight: 400;
}

.markin-btn .btn:hover {
    color: rgb(51, 86, 175);
    background: #fff;
    border-color: rgb(51, 86, 175);
}*/


/*--=====markin= section css====---*/

.box-bg {
    background: #ffffff;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    border-radius: 5px;
    display: block;
}

.hm-heading {
    font-size: 16px;
    font-family: 'Exo', sans-serif;
    line-height: 24px;
    letter-spacing: 0.5px;
    height: 30px;
    text-transform: capitalize;
    color: #595959;
    font-weight: 600;
    margin-bottom: 5;
}

.weather {
    position: relative;
    width: 100%;
    min-height: 265px;
}

.thought {
    position: relative;
    width: 100%;
    min-height:100px;
    padding: 12px 20px 12px;
}
.leave-heigt{
    min-height: 265px;
    overflow: hidden;
}

.bx-size {
    position: relative;
    width: 100%;
    min-height: 204px;
    padding: 12px 20px 12px;
}

.over-flow-sec {
    overflow: auto;
    max-height: 135px;
}

.leave-stats li {
    list-style: none;
    padding: 5px;
}

.leave-stats-pop li {
    list-style: none;
    padding-bottom: 5px;
}

.leave_text {
    color: #f25f5c !important;
    font-weight: 600;
    white-space: nowrap;
}
.leave-stats li .leave_text {
    line-height: 24px;
    letter-spacing: 0.5px;
    font-size: 14px;
    color:#f25f5c ;
}
 .over-thought{
    max-height: 60px;
    overflow-y: auto;
}

.dscomment-bx {
	position: relative;
	width: 100%;
	min-height: 223px;
	padding: 12px 20px 12px;
}
.commm-over-thought {
	max-height: 164px;
	overflow-y: auto;
}
.dscomment-bx ul.culture-bx li::before {
	content: "\f27b";
	font-family: FontAwesome;
	color: #6c757d;
	font-size: 15px;
	position: absolute;
	left: 5px;
}
.veiwbtn {
    position: absolute;
    font-size: 14px;
    color: rgba(46, 123, 148);
    font-weight: 600;
    bottom: 8px;
    right: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.veiwbtn:hover {
    color: #1f4997;
}

.over-fl-he {
    max-height: 65px;
}

.leave-overflow {
    overflow-y: auto;
    max-height: 180px;
    overflow-x: hidden;
}
.leave-overflow::-webkit-scrollbar {
  width: 8px;
}
 
.leave-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(46, 123, 148);
}
 
.leave-overflow::-webkit-scrollbar-thumb {
  background-color:  rgba(46, 123, 148);
  /*outline: 1px solid slategrey;*/
}
.over-thought::-webkit-scrollbar {
  width: 8px;
}
 
.over-thought::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(46, 123, 148);
}
 
.over-thought::-webkit-scrollbar-thumb {
  background-color:  rgba(46, 123, 148);
  /*outline: 1px solid slategrey;*/
}
/*==scroll-css==*/


.over-flow-sec::-webkit-scrollbar {
  width: 8px;
}
 
.over-flow-sec::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(46, 123, 148);
}
 
.over-flow-sec::-webkit-scrollbar-thumb {
  background-color:  rgba(46, 123, 148);
  /*outline: 1px solid slategrey;*/
}
/*==scroll-css==*/

.bx-size-notes {
    width: 100%;
    min-height: 432px;
    padding: 12px 20px 12px;
}
.cut-notsize {
    width: 100%;
    min-height: 303px;
    padding: 12px 20px 12px;
}
.graph {
    width: 100%;
    min-height: 432px;
    padding: 12px 20px 12px;
}
.culture-bx {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}
ul.culture-bx li {
    list-style: none;
    padding-bottom: 10px;
}

ul.culture-bx li::before {
    content: "\f18e";
    font-family: FontAwesome;
    color: #6c757d;
    font-size: 15px;
    position: absolute;
    left: 5px;
}




/*----*/

.attendece-bx {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 15px 20px 15px 25px;
    border-radius: 2px;
    display: flex;
    align-items: center;
}
.atte-pro {
    display: flex;
}
.attendance-icon span {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.attendance-icon span img{
    max-width: 50px;
}
/*---*/
.leave-add {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    padding-right: 10px;
    margin-left: 1px;
}

.leave-add:last-child{
     padding-bottom: 0px !important; 
}
.leave-pro {
    display: flex;
}


.leave-user span {
    border-radius: 3px;
    color: #ffffff;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.leave-user span img {
    max-width: 40px;
    border-radius: 67px;
    margin-top: 5px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0 5px 0px #ddd;
    object-fit: fill;
    border: 1px solid #dbdbdb;
    object-position: top center;
}
.leaveusername{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #555555;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}

.atten-info .hm-content{
    font-size: 13px;
}
/*---*/


.hm-content {
    color: #545252;
    padding-top: 7px;
    font-size: 14px;
}

.text-primary {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.pt-2-5 {
    padding-top: 1.3rem!important;
    color: #0083db;
}

.re-cnt h4 { 
    font-size: 20px;
    color: #FCB029;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 10px 0;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.max-temp {
  color: #193C40 !important;
}
.bx-heading {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: rgb(25, 60, 64);
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}

.celebration-img {
    position: absolute;
    right: 3%;
    bottom: 6%;
    max-width: 65px;
    max-height: 65px;
    background: #ffffff;
}
.newjoin-img {
    position: absolute;
    right: 7%;
    bottom: 6%;
    max-width: 95px;
    max-height: 65px;
    background: #ffffff;
}

#data_container {
    height: 330px !important;
}
.bx-img {
    position: absolute;
    right: 3%;
    bottom: 6%;
    max-width: 100px;
    max-height: 100px;
}

.userimg {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 4px 1px #7b7a7a;
    margin-left: 3px;
}

.name-dag h3 {
    font-size: 14px;
     font-weight: 500;
    font-family: 'Exo', sans-serif;
    color: #000000;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.name-dag p {
    font-size: 12px;
    width: 85%;
    line-height: 19px;
}

.d-inlin {
    height: 130px;
}
.policy-document {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 10px;
    position: relative;
}
.policy-document li i {
    padding-right: 8px;
    color: #6c757d;
}
.policy-document li a {
     font-size: 14px;
    color: #6c757d;
}
.policy-document li{
    list-style: none;
    padding-bottom: 10px;
}

@media (max-width: 480px) {
    .d-inlin {
        display: inline-block !important;
        width: 100%;
    }
    .d-inlin li {
        display: inline-block !important;
        width: 100%;
        text-align: center;
    }
}


/*----=====Home-Page-Section====---*/

.bg-danger,
.bg-primary,
.bg-success,
.bg-warning,
.bg-info,
.bg-dark {
    color: #fff;
}

th {
    font-weight: 500;
}

.btn-success:not(:disabled):not(.disabled).active {
    background: #43bb24 !important;
}

.w-90 {
    width: 80%;
    border: 0;
}


/*----=====Table Css====---*/

.lable-tag.tag-warning {
  background: rgba(46, 123, 148);
    color: #ffffff;
}

.tag-danger {
    background-color: #f1556c!important;
}

.lable-tag {
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    border: none;
    color: #ffffff;
}

.input-margin-0,
.input-margin-0 .input {
    margin: 0;
}


/*----=====Table Css====---*/


/*----=====Form Fields Css End====---*/

label {
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
}

.frm-information {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 26px;
}

.remove_field {
    color: red;
    font-size: 14px;
    text-transform: capitalize;
}


/*----=====Form Fields Css End====---*/


/*----=====Button Css End====---*/

.btn {
    padding: .45rem 1.9rem !important;
}

/*.btn:hover {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}*/

.btn[class*="btn-outline-"] {
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.btn-shadow:hover,
.btn-shadow:focus,
.btn-shadow:active,
.btn-shadow:active:focus,
.btn-shadow.active {
    border-color: transparent !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-shadow {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.blue-gradient {
    background: linear-gradient(40deg, #45cafc, #303f9f) !important;
    color: #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.aqua-gradient {
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
    color: #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.peach-gradient {
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
    color: #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.purple-gradient {
    background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
    color: #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #183b3f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*----=====Button Css End====---*/


/*----===== Start add-bill-user====---*/

.payment-plan {
    text-align: center;
}

.payment-plan input[type="checkbox"],
.payment-plan input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.plan input,
.payment-plan input,
.payment-type input {
    display: none;
}

.payment-plan label:hover {
     background: rgb(52, 137, 161);
}

.payment-plan label {
    position: relative;
    color: #000;
    background-color: #fff;
    font-size: 26px;
    text-align: center;
    height: 250px;
    border: 3px solid rgb(52, 137, 161);
    line-height: 150px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px;
    border-block-end-width: 135px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    transition: all 0.2s;
    width: 100% !important;
}

.four h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.1px;
    color: #6658dd;
    background: #fff;
    padding: 12px 0;
    margin-top: 25px;
    border-radius: 3px;
    transition: transform 0.2s;
}

.plan input:checked+label,
.payment-plan input:checked+label,
.payment-type input:checked+label {
     background: rgb(52, 137, 161);
    color: #ffffff;
}

.self-img {
    width: 100%;
    max-width: 100px;
    height: auto;
    background: #ffffff;
    border-radius: 57px;
    border: 2px solid #226d87;
    border-top-right-radius: 0;
    position: relative;
    top: 20px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 680px;
        margin: 1.75rem auto;
    }
    .modal-body {
        padding: 2rem;
    }
}


.modal-title {
     font-size: 22px;
    color: #4a4a4a;
    font-weight: 600;
    display: block;
}


/*----===== Start add-bill-user====---*/

.lg-outer {
    background: rgb(0, 0, 0, 0.9);
}

.lg-toolbar .lg-icon {
    color: #fff;
}

#lightgallery img {
    max-width: 100%;
    height: auto;
    width: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.lg-image {
    padding: 20px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.gal-popup-bg {
    background-color: #f1f1f1 !important;
}


/*----===== End add-bill-user====---*/


/*----===== Start Reward Catelouge====-*/

.pr-product-heading {
    font-size: 23px;
     font-weight: 600;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0;
    background: #eee;
    color: #000000;
}

.rew-catel {
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 0px 3px 0px rgba(66, 66, 66, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(66, 66, 66, 0.2);
    box-shadow: 0 0px 3px 0px rgba(66, 66, 66, 0.2);
    transition: transform 0.5s;
    margin-bottom: 24px;
    min-height: 400px;
}

.rew-catel:hover {
    -moz-box-shadow: 0 0px 6px 0px rgba(66, 66, 66, 0.4);
    -webkit-box-shadow: 0 0px 6px 0px rgba(66, 66, 66, 0.4);
    box-shadow: 0 0px 6px 0px rgba(66, 66, 66, 0.4);
    transition: 0.5s ease;
}

.overlay {
    position: absolute;
    bottom: 12.5%;
    left: 5%;
    right: 5%;
    background: #ffffff;
    -moz-box-shadow: 0 0 5px #eee;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
    overflow: hidden;
    width: 90%;
    height: 0;
    transition: 0.5s ease;
    border-radius: 2px;
}

.rew-catel:hover .overlay {
    bottom: 5%;
    height: 25%;
}

.zoom {
    text-align: center;
    overflow: hidden;
    padding: 40px;
    transition: transform 0.5s;
}

.zoom:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s;
}

.product-name {
    padding-top: 15px;
    font-size: 18px;
    font-family: 'Exo', sans-serif;
    color: #383838;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500
}

.overlay-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-text p {
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 10px;
    color: #32819a;
}

.btn-clr {
    background: #fff;
    border: 2px solid #46a4bb;
    border-radius: 20px;
    color: #465881;
    text-transform: capitalize;
    font-size: 15px !important;
    padding: 4px 30px !important;
}

.btn-clr:hover {
    background: #46a4bb !important;
    color: #ffffff;
    -moz-box-shadow: 0 0 5px #46a4bb;
    -webkit-box-shadow: 0 0 5px #46a4bb;
    box-shadow: 0 0 3px #46a4bb;
}


/*----===== End Reward Catelouge====---*/

.table thead th {
    vertical-align: middle !important;
}

.ex-btn {
    background: #ffffff;
    color: #535353;
}

.ex-btn:hover {
    background: #ffffff;
    color: #535353;
}



.panel-heading h4 a {
   font-weight: 600;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    color: #1f4997;
}

.panel-heading h4 {
    padding-bottom: 15px;
}

.form-group-inner {
    margin-bottom: 25px;
}

.blog-heading {
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #747474;
    margin-bottom: 25px;
}

.leave-calender {
    position: absolute;
    right: 41px;
    top: 27px;
    z-index: 1;
    color: #1f4997;
}

.leave-to-calender {
    position: absolute;
    right: 41px;
    top: 100px;
    z-index: 1;
    color: #1f4997;
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
}

.ui-icon {
    font-size: 13px;
    color: #f75776;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
    cursor: pointer;
}

.ui-state-default {
    padding: 5px;
}

.ui-datepicker-title {
    font-size: 16px;
    color: #106aa2;
     font-weight: 600;
    font-family: 'Exo', sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}

.ui-datepicker-calendar {
    margin: 15px !important;
    text-align: center;
}

.ui-icon-circle-triangle-e {
    float: right;
    right: 16px;
    position: relative;
    top: 0px;
}

.ui-icon-circle-triangle-w {
    float: left;
    left: 16px;
    position: relative;
    top: 0px;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-calendar tr th {
    background: #0f669f;
    color: #ffffff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
}

.ui-datepicker-unselectable {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
}

.ui-state-default {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
}

.input-group-text {
    width: 150px;
    justify-content: center;
}

.icon-edit img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.icon-edit a {
    text-align: center;
    padding: 0 30px;
}

.icon-edit a i {
    font-size: 20px;
    margin-top: 22px;
}

.note {
    margin-bottom: 15px;
    color: #7d7d7d;
}

.ad-notes {
    position: absolute;
    right: 32px;
    font-size: 14px;
    color: rgba(46, 123, 148);
    font-weight: 500;
    background: none;
    outline: none;
    border: 0;
    top: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}

.adds-note li {
    list-style: none;
    padding-bottom: 11px;
    font-size: 15px;
    padding-left: 1.3rem;
    padding-left: 1.4rem;
    letter-spacing: 0.5px;
}

.adds-note li i {
    float: right;
    color: #158abe;
    font-size: 16px;
    font-weight: lighter;
    position: relative;
    right: 5px;
}

.adds-note li::before {
    content: "\f18e";
    font-family: FontAwesome;
    display: inline-block;
    color: #6c757d;
    position: relative;
    top: 1px;
    font-size: 15px;
    margin-left: -21px;
    margin-right: 10px;
}

.not {
    max-height: 355px !important;
}

.error {
    color: red;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.card-signin .error {
    color: red;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}
.ctnr-td{text-align: center;}
.rgt-td{text-align: right;}
.h-head{
font-size: 16px;
font-weight: 400;
font-family: 'Exo', sans-serif;
line-height: 24px;
color: #484848;
letter-spacing: 0.2px;
text-align: center;
}

.h-head {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
    line-height: 24px;
    color: #484848;
    letter-spacing: 0.2px;
    text-align: center;
}
.ms-ctn {
    position: relative;
    padding: 5px 12px;
    height: auto;
}
.ms-ctn .form-control {
    display: block;
    width: 100%;
    min-height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ms-helper {
    color: #AAA;
    font-size: 10px;
    position: absolute;
    top: -17px;
    right: 0;
}
.ms-sel-ctn {
    overflow: auto;
    line-height: 18px;
    padding-right: 25px;
}
.ms-ctn .ms-sel-ctn {
    margin-left: -7px;
}
.ms-ctn input {
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    outline: none;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    margin: 1px 0;
    width: 100%;
}
.ms-sel-ctn {
    line-height: 18px;
}
.ms-ctn .ms-trigger {
    top: 0;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    background: transparent;
    border-left: 1px solid #CCC;
    cursor: pointer;
}
.ms-ctn .ms-trigger .ms-trigger-ico {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-left: 8px;
    margin-top: 15px;
}
.ms-ctn .ms-sel-item {
    background: #F3F3F3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 1px 5px 1px 0;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn {
    width: 7px;
    cursor: pointer;
    height: 7px;
    float: right;
    margin: 6px 2px 0 10px;
    background-image: url(data:image/png;base64,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);
    background-position: 0 -7px;
}
.ms-ctn .ms-sel-item {
    color: #999;
    font-size: 12px;
}
.ms-res-ctn {
    width: 100%;
    display: block;
    overflow-y: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.ms-res-ctn .ms-res-item {
    line-height: 25px;
    text-align: left;
    padding: 2px 5px;
    color: #666666;
    cursor: pointer;
}
.ms-res-ctn .ms-res-item-active {
    background-color: #F5F5F5;
}
.ms-res-ctn .ms-res-item em {
    font-style: normal;
    background: #565656;
    color: #ffffff;
}
.ms-ctn{
  min-height: 34px !important;
  height: auto !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.7rem + .9rem + 2px);
    padding: .5rem 0.8rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d8d8d8; 
}
.pagination {
	display: inline-block;
	padding-left: 0;
	color: #adb5bd;
}
.grey-cascade.btn {
	color: white;
	background-color: #999;
	border-color: "";
}
/*====Book-List====*/
.best-seller-pro {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border: solid 1px #f0f0f0;
	text-align: center;
	min-height: 465px;
}

.best-seller-pro::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
}

.best-seller-pro::before {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.best-seller-pro::before {
   background: rgb(11,72,100);
    background: linear-gradient(190deg, rgb(9, 70, 98) 0%, rgb(71, 166, 189) 61%, rgb(42, 107, 128) 99%);
}

.best-seller-pro figure {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.best-seller-pro .kode-text {
    float: left;
    width: 100%;
}

.best-seller-pro .kode-caption {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.best-seller-pro .kode-caption h3 {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 28px;
}

.best-seller-pro h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}

.best-seller-pro .kode-caption .rating {
    margin-bottom: 10px;
}

.best-seller-pro .kode-caption .author-name {
    margin-bottom: 10px;
}

.best-seller-pro .kode-caption p {
    color: #fff;
}

.best-seller-pro .kode-caption p.price {
    font-size: 30px;
    margin: 5px 0px 20px;
}

.best-seller-pro .kode-caption a.add-to-cart {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    border: solid 2px #fff;
    text-decoration: none;
    line-height: normal;
    margin-bottom: 13px;
}

.admin-icon a i {
    font-size: 18px;
   color: #ffffff;
   padding:0 5px;
}
.best-seller-pro .kode-caption {
    text-align: center;
}

.best-seller-pro figure img {
    float: left;
    width: 100%;
}

.best-seller-pro .kode-caption a.add-to-cart {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.kode-best-seller {
    float: left;
    width: 100%;
}

.best-seller-pro h3 a {
    color: #333;
}

.best-seller-pro .kode-text {
    float: left;
    width: 100%;
}

.best-seller-pro .kode-caption {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    padding: 30px;
    text-align: center;
    opacity: 0;
    margin-top: 30px;
}

.best-seller-pro:hover:before {
    opacity: 1
}

.best-seller-pro:hover .kode-caption {
    opacity: 1;
    margin-top: -140px;
}

.best-seller-pro .kode-caption h3 a {
    color: #fff;
    text-decoration: none;
}

.best-seller-pro .kode-caption a.add-to-cart:hover {
    color: #3f96ad;
    background-color: #fff;
}


/*
==========================================
            RATING START
==========================================
*/

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating > span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
}


.filter-info {
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
    border:1px solid #dbdbdb99;
}
.filter-info option{
 font-weight: 400;
font-family: 'Exo', sans-serif;
}
.auto-nam {
	display: block;
	padding-top: 6px;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.pagnation-info {
    padding-left: 0;
    color: #9d9d9d;
    border: 0.3px solid #f1f1f1;
    padding: 6px 18px;
    background: #fff;
    font-size: 15px;
}

.pagnation-info .current {
	padding: 0px 4px;
	border-radius: 3px;
}
.total_record_left {
	background: #ffffff;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 15px;
	letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 300;
}

.book-review{ 
	margin-bottom: 10px;
}
.book-review a{ 
    color: #fff; 
}

.book-found-info {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;	
}

.close_msg {
	display: inline-block;
	margin-top: 6px;
	margin-right: 0px;
	width: 9px;
	height: 9px;
	background-repeat: no-repeat !important;
	text-indent: -10000px;
	outline: none;
	background-image: url("../img/remove-icon-small.png") !important;
}

/*--- markin----*/

.card-tit {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Exo', sans-serif;
}
.card-tit small{
    font-size: 20px;
    margin-bottom: 30px !important;
     font-weight: 400;
    font-family: 'Exo', sans-serif;

}
.punch-status {
    border: 1px solid #ededed;
    margin-bottom: 30px;
    box-shadow: 0 0 1px 0px rgba(0,0,0,.2);
    padding: 15px 10px;
    margin: 15px;
}
.punch-det {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 10px 15px;
}
.punch-det h6 {
    line-height: 20px;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.punch-det p {
    color: #727272;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
}
.punch-info {
    margin-bottom: 30px;
}

        
.statistics .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.punch-status .stats-box {
    margin-bottom: 0;
}
.stats-box > h6 {
    margin-bottom: 0;
}
.stats-box > h6 {
    margin-bottom: 0;
}
.punch-hours {
    align-items: center;
    background-color: #f9f9f9;
    border: 5px solid #e3e3e3;
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    width: 150px;
    color:#000;
    font-weight: 600;
}
.punch-btn-section {
    margin-bottom: 30px;
    text-align: center;
}
.stats-box {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 5px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
}
.employee-attend{
    text-align: center;
    margin-right: 50px;
}
.employee-attend h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin-top: 10px;
}
.required:after {
    content:" *";
    color: red;
	font-size: 150%;
  }

/*--new-css-=-*/
.heading-info{
    font-size: 22px;
    color: #4a4a4a;
    font-weight: 500;
}
.custom_property{
    padding-left: 20px; 
}
.custom_property .checkbox label, .custom_property .cat_id label {
    margin-bottom: 0;
    margin-left: 5px;
}
.custom_property .checkbox, .custom_property .cat_id  {
    margin-top: 10px;
    margin-bottom: 10px;
}
.vendor_deatil {
    padding-left: 30px;
    margin-bottom: 15px;
}

.employee-logs .select2-container .select2-selection--single {
    display: block !important;
    width: 100% !important;
    height: calc(1.7rem + .9rem + 2px) !important;
    padding: .5rem 0.8rem !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #6c757d !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #d8d8d8 !important;
} 
.employee-logs .select2 {
    width: 100% !important;
}

.employee-logs .select2-selection__arrow {
    position: absolute;
    top: 50% !important;
    right: 10px !important;
    width: 20px !important;
    height: auto !important;
}
.employee-logs .select2-selection__rendered{
    padding: 0 !important;
}


.employee-logs .panel-heading {
    background: #1069a1;
    padding: 20px 20px;
    border-radius: 1px;
}
.panel-heading-text h4 {
    padding-bottom: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.employee-logs .panel-body {
    border: 1px solid #f2f2f2;
    padding: 20px 15px;
}
.div-overflow {
   margin-bottom: 200px;
}



/*---Empolyee-accordion---*/

.accordion-container {
        position: relative;
        width: 100%;
        border: 1px solid #368ca4;
        border-top: none;
        outline: 0;
}
.accordion-content {
    display: none;
    padding: 30px 20px 20px;
}
.accordion-container .article-title  {
    display: block;
    position: relative;
   background: rgb(11,72,100);
 background: linear-gradient(190deg, rgb(9, 70, 98) 0%, rgb(71, 166, 189) 61%, rgb(42, 107, 128) 99%);
}
.accordion-container .article-title h4 {
    display: block;
    position: relative;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.accordion-container .content-entry i {
    position: absolute;
    right: 20px;
    font-style: normal;
    font-size: 30px;
    color: #0079c1;
    top: 10px;
    cursor: pointer;
}


.accordion-container .content-entry .content-entry .open i{
     top: 10px;
}
.accordion-container .content-entry i:before {
    content: "+";
    color: #ffffff;
}

.accordion-container .content-entry.open i:before {
    content: "- ";
    color: #ffffff;
}


.manager-status span, .hr-status span, .admin-status span{
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
    color:#575757;
}
.all-status  {
    display: flex;
    justify-content: center;
}

.approve-status {
    background: #2fbb52;
    text-align: center;
    padding: 4px 8px;
    color: #fff;
    border-radius: 3px;
    margin-top: 12px;
    font-size: 13px !important;
    display: block !important;
    color:#ffffff !important;
}
.panding-status {
    background: #f5a51a;
    text-align: center;
    padding: 4px 8px;
    color: #fff;
    border-radius: 3px;
    margin-top: 12px;
    font-size: 13px !important;
    display: block !important;
   color:#ffffff !important;
}
.rejected-status {
    background: #ed2643;
    text-align: center;
    padding: 4px 8px;
    color: #fff;
    border-radius: 3px;
    margin-top: 12px;
    font-size: 13px !important;
    display: block !important;
    color:#ffffff !important;
}
.condtion-one, .condtion-two {
    background: #ffffff;
    padding: 20px 15px;
    border: none;
}
.content-entry.open .condtion-one, .content-entry.open .condtion-two {  
    border-bottom: 1px solid #0079c1;
}
.arrow {
    border: solid #575757;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    width: 8px;
    height: 9px;
    margin: 6px 5px 0 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.date-and-btn{
    text-align: right !important;
}
.date {
    color: #575757;
    margin-top: 10px;
}
.asign-label {
    background: #2fbb52;
    text-align: center;
    padding: 4px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px !important;
    display: inline-block !important;
    color:#ffffff !important;
}
.revert-label {
    background: #f5a51a;
    text-align: center;
    padding: 4px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px !important;
    display: inline-block !important;
    color:#ffffff !important;
}
.statusData {
    border-radius: 2px;
    padding: 4px 8px;
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 8px 0;
}
    .statusData.success{ 
        color:#fff;
        background-color:#2fbb52;
    }
    .statusData.warning{ 
        color:#fff;
        background-color:#f5a51a;
    }
    .statusData.danger{ 
        color:#fff;
        background-color:#ed2643;
    }
.btn-link {
    font-weight: 400;
    color: #6658dd;
    background-color: transparent;
    display: list-item;
    list-style: none;
    padding: 10px 0;
    text-decoration: underline;
    white-space: nowrap;
}
.back-btn a{
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .45rem .9rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .15rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      margin-bottom: 20px;
  }

.back-btn a {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1;
}
.back-btn a:hover {
    color: #fff;
    background-color: #2ebbdb;
    border-color: #25b7d8;
}


.all-status-info{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.manager-stats h5, .hr-stats h5, .admin-stats h5 {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
}

.manager-time, .hr-time, .admin-time{
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
}
.manager-time i, .hr-time i, .admin-time i{
   margin-right: 5px;
}
.arrows {
    border: solid #575757;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 6px 5px 0 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.lable-infos {
    font-size: 14px !important;
    margin-left: 4px;
}
.radiospan {
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.hr-stats h4, .manager-stats h4, .admin-stats h4 {
	padding-bottom: 10px;
}
.div-overflow .vendor_deatil .statusData{
	display: inline-block !important;
}
select {
    background: url(../img/select-icon.svg) no-repeat center right 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.white-space-nowrap{
    white-space: nowrap;
}


.sidenav .closebtn {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    font-size: 36px;
    margin-left: 50px;
    color: #ffffff;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 121px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    box-shadow: -3px 0 8px 0 rgba(66,91,118,.21) ! important;
}

.sidenav label {
  text-decoration: none;
  font-size: 16px;
  color: #4a4a4a;
  display: block;
  transition: 0.3s;
}

.sidenav span {
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: inline-block;
  transition: 0.3s;
}

.leftslide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: rgb(11,72,100);
 background: linear-gradient(190deg, rgb(9, 70, 98) 0%, rgb(71, 166, 189) 61%, rgb(42, 107, 128) 99%);
    margin-bottom: 20px;
    position:relative ;
    z-index: 9;
}
span.loader-new {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.leftslide-header h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.th-border {
    border: 1px solid #419cb4;
}
.fa-edit::before, .fa-pencil-square-o::before {
    content: "\f044";
    margin-right: 6px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #419db4;
    border-color: #45a2b9;
    background-color: #46a5bb;
}
.btn-custon-four{
    margin-bottom: 10px;
}


/*--greeting-modal--*/

.greeting-modal{
    background: rgb(11,72,100);
    background: linear-gradient(190deg, rgb(9, 70, 98, 0.5) 0%, rgb(71, 166, 189) 70%, rgb(42, 107, 128, 0.5) 99%);
 
}
.greeting-modal .modal-dialog{
    max-width: 850px;
}
.wishuser {
    border-radius: 2px;
    padding: 10px 20px 10px 25px;
    position: relative;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.greeting-modal .modal-body {
    padding: 25px 20px !important;
}
.wishuser h3{
    font-size: 20px;
    font-weight: 600;
    color: #3b8da3;
    letter-spacing: 0.3px;
    line-height: 28px;
}
.wishuser span{
    font-size: 14px;
    font-weight: 300;
    color: #595959;
    letter-spacing: 0.3px;
    line-height: 24px;
}

.wishuser::before {
    content: '';
    width: 8px;
    background: #3b8da3;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1px 0px 0px 1px;

}

.wishyouuser {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wish-pro {
    display: flex;
    width: 100%;
}

.wish-user span {
    border-radius: 3px;
    color: #ffffff;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.wish-user span img {
    max-width: 40px;
    border-radius: 67px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0 1px 0px #ddd;
    object-fit: fill;
    object-position: top center;
}
.wishusername {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #555555;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    margin-bottom: 3px;
}
.atten-info .hm-content {
    font-size: 13px;
}
.wish-info{
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 3px;
    width: 100%;
}
.wishouter-div {
    padding-left: 20px;
    padding-right: 15px;
    max-height: 310px;
    overflow-y: auto;
}
.celebrate-img{
    max-width: 350px;
    width: 100%;
}


.wishcomment-bx{
    margin-bottom: 10px;
}
.wish-other {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 0.1px solid #acacac26;
    border-radius: 3px;
    padding: 12px 15px 12px 15px;
    align-items: center;
}
.wish-other-pro {
    display: flex;
}
.wish-other-user span {
    border-radius: 100px;
    color: #ffffff;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.wish-other-user span img {
    margin-top: 8px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0 2px 0px #3b8da347;
    object-fit: fill;
    object-position: top center;
    border-radius: 100%;
}
.wish-otherusername {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #555555;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.wish-btn {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    letter-spacing: 0.3px;
}
.left-border{
   border-left: 0.1px solid #acacac26;
}
.wishouter-div .wish-info .hm-content ,.wish-other .hm-content{
    font-size: 13px;
    line-height: 20px;
}
.close.popupclose {
    position: absolute;
    right: 0px;
    top: -15px;
    background: #ffffff;
    padding: 8px 12px 10px 12px;
    opacity: 1 !important;
    border-radius: 3px 3px 0;
    font-size: 18px;
}
.wishall {
	position: relative;
	width: 100%;
	border: 0.1px solid #f4f4f4;
	border-radius: 3px;
	padding: 12px 15px 12px 15px;
	background: #f9f9f9;
}

.wishall-user span {
	border-radius: 100px;
	color: #ffffff;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 4px solid #ffffff;
}
.wishall-user span img {
	width: 100%;
	height: 100%;
	box-shadow: 0px 0 2px 0px #3b8da347;
	object-fit: fill;
	object-position: top center;
	border-radius: 100%;
}
.wishallusername {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #555555;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
}
.wishall-pro {
	display: flex;
	align-items: center;
	border: 1px solid #f4f4f4;
	padding: 9px 4px 9px 10px;
	border-radius: 3px;
	background: #fff;
}
.wishtextarea {
	height: 70px !important;
	border-color: #f4f4f4;
}

.loader-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-inner img{
    max-width: 20px;
}


.parent {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	position: relative;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
}
  @keyframes breathe{
    0%{transform:scale(1)}
    50%{transform:scale(0.5)}
    100%{transform:scale(1)}
  }
  @keyframes breathe2{
    0%{transform:scale(1)}
    50%{transform:scale(1.1)}
    100%{transform:scale(1)}
  }
  .parent::before {
	content: "";
	position: absolute;
	top: 19px;
	left: -5px;
	z-index: 2;
	width: 34px;
	height: 34px;
	background: #fa183d;
	opacity: 0.6;
	border-radius: 100%;
	 animation: breathe2 2s infinite; 
}
.parent::after {
	content: "";
	position: absolute;
	top: 19px;
	left: -5px;
	z-index: 3;
	width: 34px;
	height: 34px;
	background: #fa183d;
	opacity: 0.8;
	border-radius: 100%;
	animation: breathe 2s infinite;
}
.parent > span{
    height: 100%;
    margin: auto;
}

.parent > span img{
    z-index: 8;
    position: relative;
    
}
.parent > span::before {
	content: "";
	position: absolute;
	top: 23px;
	left: -1px;
	z-index: 5;
	width: 26px;
	height: 26px;
	background: #ffffff;
	opacity: 1;
	border-radius: 100%;
}

.notification {
	z-index: 500;
	right: 4px;
	top: 4px;
	width: 23px;
	height: 23px;
	position: absolute;
	border-radius: 50%;
	background-color: #EE4040;
	box-shadow: 1px 1px 2px #888888;
	animation: notify;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
}

.notification span{
    text-align: center;
    color: #ffffff;
    z-index: 5000;
    font-size: 12px;
    font-weight: 700;
}

.notification:after { visibility:visible; }

@keyframes notify{
    70%{
        transform: scale(1.1);
    }
}
.tp-menu span {
	background: #f2f2f2;
	padding: 7px 7px;
	border-radius: 5px;
}
.replytextarea  {
	height: 40px;
	margin-top: 10px;
	border-radius: 50px;
	float: left;
	width: 90%;
	resize:none;
}
.fe-send {
	font-size: 18px;
	transform: rotate(44deg);
	font-weight: 400;
	margin-left: -2px;
}
.sendicon {
	border: 0;
	background: #368ca4;
	color: #fff;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
	margin-top: 10px;
}
.reply-user {
	display: flex;
	align-items: center;
}
.show-reply{
	font-size: 14px;
	color: #545252;
	margin-top: 3px;
	letter-spacing: 0.6px;
}
.count-scr::-webkit-scrollbar {
  width: 8px;
}
 
.count-scr::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(46, 123, 148);
}
 
.count-scr::-webkit-scrollbar-thumb {
  background-color:  rgba(46, 123, 148);
  /*outline: 1px solid slategrey;*/
}
.report-count{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.report-count label{
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-stiky{
    position: sticky;
    top:0;
}

.blink-icon {
    background-color: #000;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    /* border: none; */
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 8px;
    margin-top: 0px;
    line-height: 20px;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 2px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 6px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 2px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 2px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 6px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 2px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 2px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 6px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 2px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 2px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 6px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 2px #B20000; }
}

