html {
  --scrollbarBG: #CFD8DC;
  --thumbBG:#202125;
}

.sidebar::-webkit-scrollbar {
  width: 8px;
}
.sidebar {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.sidebar::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

/* tickets*/
.ticket-border-left {
    border-left: 1px solid #DDD;
}

.ticket-reply-options {
    float: right;
}

#status-button-update {
    display: none;
}

.content-separator {
    margin-top: 20px !important;
}

.media-title {
    margin-top: 0px;
}

.ticket-priority {
    position: absolute;
    top: 5px;
    right: 5px;
}

.user-box-name {
    display: inline-block;
    font-size: 12px;
    line-height: 6px;
    vertical-align: middle;
}

.user-box-name p {
    margin-bottom: 0px;
}

.user-box-username {
    font-size: 11px;
    color: #8c8c8c;
    line-height: 10px;
    margin-top: 7px;
}

.task-blob-title {
    font-size: 11px;
    margin-bottom: 2px;
}

.tool-item {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 5px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #EEE;
}

/* NOTIFICATION BOX */
.notification-icon {
    font-size: 18px;
}

.notification-user-icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

#notifications-box {
    position: absolute;
    width: 270px;
    top: 45px;
    right: 50px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    min-height: 100px;
    z-index: 2000;
    display: none;
}

#notifications-box a:hover {
    background-color: #FFF !important;
}

.notification-box-bit {
    position: relative;
    width: 268px;
    padding: 10px;
}

.notification-box-bit:hover {
    background: #E1ECF3;
}

.notification-icon-bit {
    float: left;
    margin-right: 5px;
    width: 33px;
}

.notification-text-bit {
    float: left;
    width: 208px;
    vertical-align: top;
    color: #000;
    font-size: 12px;
}

.notification-text-bit a {
    color: #0B82F9 !important;
}

.notification-text-bit a:hover {
    color: #0B82F9 !important;
}

.notification-box-title {
    border-bottom: 1px solid #EEE;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 10px;
    color: #000 !important;
}

.notification-box-footer {
    border-top: 1px solid #EEE;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    color: #000 !important;
}

.notification-box-footer a {
    color: #2d89f0 !important;
}

.badge {
    background: #FC2232 !important;
}

#notifications-scroll {
    overflow: scroll;
    height: 150px;
}

.active-noti {
    border-right: 2px solid #F32838;
}

.notification-datestamp {
    padding: 0px;
    margin: 0px;
    color: #B0B0B0;
}

.click {
    cursor: pointer;
}

.center-table-data {
    text-align: center;
}

.project-blob {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    margin: 10px;
    width: 150px;
    min-height: 100px;
    vertical-align: top;
}

.titan-tab-heading {
    margin: 0px;
    margin-bottom: 20px;
}

.titan-tab-item {
    border-radius: 4px;
    border: 1px solid #ACACAC;
    padding: 20px;
    margin-top: 10px;
    background: #F9F9F9;
}

.titan-tab-tab {
    font-size: 18px !important;
}

/* spinner */
.spin {
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%;
    /* IE 9 */
    -webkit-animation: spin .8s infinite linear;
    -moz-animation: spin .8s infinite linear;
    -o-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ticket-label-info {
    text-align: right;
    color: #4e4e4e;
}

.w-100 {
    display: block;
}

.spin-loader {
    display: flex;
    justify-content: space-between;
}

.spin-loader svg {
    width: 30px;
    position: relative;
    right: -15px;
    top: 3px;
}

.loader-box {
    display: flex;
    align-items: center;
}

.loader-box svg {
    width: 30px;
    margin-left: 15px;
}

.sidebar-button {
    display: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    line-height: 15.5px !important;
}

.newnav.nav.nav-sidebar>li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newnav.nav.nav-sidebar>li ul li a {
    display: block;
    padding: 10px 35px;
}

.newnav.nav.nav-sidebar>li ul li a:hover {
    text-decoration: none;
}

.newnav.nav.nav-sidebar>li>a.drop:before {
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\e259";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
    transition: 0.2s;
    transform: rotate(180deg);
}

.newnav.nav.nav-sidebar>li>a.drop.collapsed:before {
    transform: rotate(0);
}

.loader-box .btn-primary img {
     width: 20px;
    position: absolute;
    left: 4px;
    top: 9px;
}

.loader-box .btn-primary {
    min-width: 100px;
    position: relative;
}

.spin-loader img {
    width: 30px;
    position: relative;
    right: -20px;
    top: 4px;
}

.db-header-extra img {
    position: absolute;
    z-index: 2;
    width: 25px;
    right: 33px;
    top: 3px;
}

.loader-boxed {
    position: absolute;
    background: transparent !important;
    top: 0px !important;
    height: auto !important;
    width: auto !important;
    left: auto !important;
    right: 0;
}

.loader-boxed img {
    width: 30px;
}

.table-responsive {
    position: relative;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}

.pay-loader {
    position: relative;
}

.pay-loader img {
    position: absolute;
    width: 30px;
    left: -20px;
    top: 0;
}

.payment-submit-loader {
    position: relative;
}

.payment-loader#loader {
    left: 75%;
    background: transparent;
    position: absolute;
    width: auto;
    height: auto;
    margin-left: -70px;
    top: 5px;
}

.payment-loader#loader img {
    width: 30px;
}

.dash-body .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.dash-body .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-header {
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.navbar-brand-two.brand {
    margin-right: auto;
    position: relative;
    left: -10px;
    z-index: 2;
}

.header-right {
    color: #797979;
}

.header-menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.navbar-header .notification-icon-bar a {
    color: #1ABC9C !important;
    position: relative;
    top: 3px;
    margin-right: 20px;
}

.header-menu {
    position: relative;
}

.header-menu .open>.dropdown-menu {
    left: auto;
    right: 0;
    min-width: 300px;
    top: 88px;
}

div#notifications-scroll {
    overflow: auto;
}

.navbar-header a {
    color: #797979 !important;
}

.navbar-header a:hover {
    text-decoration: none;
    color: #1ABC9C !important;
}

li.user_box a i {
    background: #F6F6F6;
    color: #797979;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    margin-right: 15px;
}

li.user_box a span {
    font-weight: 700;
    color: #1ABC9C;
}

.user_box a.dropdown-toggle:after {
    content: "";
    border-top: 7px solid #1ABC9C;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 6px;
    transition: 0.2s;
}

.user_box a {
    display: flex;
    align-items: center;
}

.user_box.open a.dropdown-toggle:after {
    transform: rotate(180deg);
}

.user_box .dropdown-menu:after {
    content: "";
    background: url(../images/border-top.png) no-repeat scroll center center / 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -21px;
    right: 50%;
    margin-right: 10px;
}

.user_box .dropdown-menu>li>a {
    padding: 0px 15px;
    height: auto;
    display: flex;
    align-items: center;
}

.header-menu .user_box .dropdown-menu {
    background: #F6F6F6;
    border-radius: 0;
    min-width: 235px;
    padding: 7px 0;
    border-color: #dedede;
}

.header-menu .open>.dropdown-menu i {
    background: transparent;
    margin-right: 5px;
}

.header-menu .user_box .dropdown-menu a:hover {
    background: transparent;
}

.header-menu .user_box .dropdown-menu a:hover i {
    color: #1ABC9C;
}

.user_box li:hover a i {
    background: #1ABC9C;
}

li.user_box:hover>a i {
    background: #1ABC9C;
    color: #fff;
}

.notification-icon-bar .badge.notification-badge {
    position: absolute;
    top: -10px;
    right: -10px;
}

.text-white {
    color: #fff;
}

.mt-5 {
    margin-top: 10px;
}

.mr-5 {
    margin-right: 20px;
}

.user_box.unlogged .dropdown-menu:after {
    margin-right: -47px;
}

.navbar-header2:after {
    content: "";
    background: #F0F1F6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
}

.navbar-header2 {
    border-radius: 0;
    border: 0;
    position: relative;
}

body {
    padding: 0;
}

.main {
    margin-top: 0;
    padding-top: 0;
}

.sidebar .navbar-brand-two.brand {
    height: auto;
    float: none;
    display: block;
    background: #F0F1F6;
    left: 0;
    border-bottom: 1px solid #d3d3d3 !important;
}

.sidebar-box {
    padding: 0 20px 20px;
}

@media (min-width: 768px) {
    .sidebar {
        display: block !important;
        top: 0;
        z-index: 9999;
        padding: 0;
    }

    .card-list-box {
        margin-left: 0px;
    }
}

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

    [class*='col']>[class*='col'],
    .main>.container-fluid,
    .main .container {
        padding: 0;
    }

    .mp-0 {
        padding: 0 !important;
    }

    .spin-loader #status-button-spinner-two {
position: absolute !important;
    top: 28px;
    margin-right: -5px;
    left: 100px;
    z-index: 999;
    }

    .nav-button {
        margin-top: 27px;
    }

    .sidebar.boc {
        position: absolute;
        width: 100%;
        left: 0;
        padding-top: 15px;
        z-index: 999999999999;
        /*opacity: 0;
		z-index: -1;
		transition: 0.5s;
		height: 0;*/
        top: 182px;
    }

    .sidebar.boc.show {
        opacity: 1;
        height: auto;
        z-index: 9;
    }

    .sidebar-button {
        width: 50px;
        height: 50px;
        border: 0;
        background: #F6F6F6;
        position: relative;
        float: left;
        margin-right: 35px;
        top: 20px;
        margin-left: 10px;
        border-radius: 50%;
        display: block;
    }

    .sidebar-button span {
        background: #9D9D9D;
        height: 3px;
        left: 12px;
        position: absolute;
        top: 15px;
        right: 12px;
    }

    .sidebar-button span:nth-child(3) {
        top: auto;
        bottom: 15px;
    }

    .sidebar-button span:nth-child(2) {
        top: 50%;
        margin-top: -1.5px;
    }

    .loader-boxed {
        top: 0px !important;
        right: 0 !important;
        width: 30px !important;
        height: 30px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #member-table_wrapper .dt-buttons {
        padding-right: 35px;
    }

    .pay-loader img {
        left: -15px;
    }

    .card-list-box {
        padding: 0 15px;
    }

    .card-list-box .col-md-3 {
        width: 100% !important;
        text-align: center;
      	margin-top: 12px;
    }

    .row.setit {
        margin: 0;
    }

    .navbar-header2.navbar-inverse {
        background: #F0F1F6;
    }

    .navbar-header {
        flex-direction: column;
    }

    a.navbar-brand-two.brand {
        margin: auto;
    }

    .header-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: #fff;
        padding-right: 15px;
    }

    .navbar-header2:after,
    .sidebar .navbar-brand-two.brand {
        display: none;
    }
}

 .status-common{
    color: white;
    border-radius: 4px;
    padding: 0.3vw;
    text-transform: capitalize;
    }

@media only screen and (max-width: 600px) {
   .status-common{ 
     padding: 0.9vw 1.5vw;
      }
}
  .card-item{
    padding-left: 1vw;
    padding-top: 1vw;
    border: 1px solid #fbf1f1;
    background: white;
        -webkit-transition: all .4s ease;
  }
  .card-item:hover {
    background: #f3f3f3cc;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: scale(1.04);
    font-weight: 600;
}

.card-header{
	background-color: #fafafa;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 0.3vw;
    color: #767676;
    }


  .card-bodyy{
    background-color: #ffffff;
    color: #048350;
      }
  .card-bottom{
    display: flex;
    }
  .card-bottom > div{
     padding-left: unset !important;
  }
.card-header h4 {
    font-size: 15px;
}

.alignright {
direction: rtl;
  font-size: 20px;
}