/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
} 


/* CSS Document */
body, html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    color: #454760;
    font-size: 14px;
    background-color: #f3f4f5;
    font-family: 'Roboto'; 
}
a, input {
    text-decoration: none;
    outline: none;
}
img {
    border: 0;
    outline: none;
}
ul {
    list-style-type: none;
}
p {
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}
*:focus {
    outline: none;
}
a:hover{
    text-decoration: none;
}
#sidebar {
    min-width: 275px;
    max-width: 275px;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    position: fixed;
    height: 100%;
    background: #edeffd;
}
html {
    scroll-behavior: smooth;
}

/*#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}
*/
.height {
    height: 82px;
}
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffffff;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    }
    .offcanvas-collapse.open {
        left: 128px;
        visibility: visible;
        top: 71px;
    }

    .navbar-expand-md .navbar-nav {
        width: 100%;
        display: flex;
        flex-direction: column;

    }
    .navbar-expand-md .navbar-collapse {

        display: block;

    }
    .navbar-expand-md .navbar-toggler {
        display: block;
        color: #4e5cd6;
        cursor: pointer;
    }
    .top-menu a.nav-link{
        font-size: 14px !important;
        margin-bottom: 10px;
    }
    .top-menu a.nav-link i{
        padding-right: 5px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu{
        position: inherit;
    }
    .navbar-expand-md .navbar-nav{
        padding-top: 15px;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.column2.active {
    width: 100%;
    background: #fff;
}

#dismiss {
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: #000;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border-radius: 17px;
    font-size: 15px;
    color: #fff;
    display: none;
}

.column2 {
    width: calc(100% - 275px);
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.header-top {
    padding: 10px 15px;
    margin-bottom: 0px;
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100% - 275px);
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.menu-img {
    cursor: pointer;
}

.column2.active .header-top {
    width: calc(100% - 0px);
}

@media (max-width: 1200PX) {
    .column2 {
        width: 100% !important;
    }
    .header-top {
        width: calc(100% - 0px);
    }
    #dismiss {
        display: block;
    }
    #sidebar {
        width: 250px;
        position: fixed;
        top: 0;
        left: -275px;
        height: 100%;
        z-index: 999;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
    #sidebar.active {
        left: 256px;
        transform: none;
        left: 0;
    }
}

#sidebar .sidebar-header {
    padding: 20px;
    margin: auto;
    border-right: 4px solid #cebf68;
    background-color: #cdbc5e;
}
/*login start*/
.login {
    background-color: #ffffff;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    transition: all 0.5s 0s;
    padding: 30px;
}
.login .imgcaptcha {
    border: 3px solid #cfe3ff;
    padding: 2px;
}
.login #loader{
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

a.register-link {
    position: absolute;
    bottom: -13px;
    left: 0px;
    padding: 7px;
    background: #ed1b24;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 6px 21px 0px #ff5d64;
    -moz-box-shadow: 0 6px 21px 0px #ff5d64;
    -webkit-box-shadow: 0 6px 21px 0px #ff5d64;
}
a.forgot-link {
    position: absolute;
    bottom: -13px;
    right: 0px;
    padding: 5px;
    background: #ed1b24;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 6px 21px 0px #ff5d64;
    -moz-box-shadow: 0 6px 21px 0px #ff5d64;
    -webkit-box-shadow: 0 6px 21px 0px #ff5d64;
}
.login-main-section {
    min-height: 100vh;
    position: relative;
    padding: 170px 15px;
    z-index: 1;
    background-image: url(../img/bg.svg);
    background-position: center;
    background-size: cover;
}

.login-main-section .styled-input {
    margin: 0px 0px 30px 0px;
    position: relative;
}

.login-main-section input {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #000;
    border: 1px solid #d5e4ff;
    background-color: #e8f0fe !important;
}
.login-main-section label{
    font-weight: 500;
}

.modal-header {
    color: #fff;
    background: linear-gradient(-180deg, #f8878d 0%, #f93941 100%);
}
.modal-header h4{
    color: #4e5cd6;
    font-size: 20px;
}
button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #4e5cd6;
    opacity: 1;
    cursor: pointer;
    font-weight: 400;
    font-size: 30px;
    line-height: 20px;
}
.modal-body{
    padding: 20px;
}
.modal-content{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.meta-post {
    position: absolute;

    padding: 6px 6px;

    color: #fff;

    font-size: 17px;

    width: 145px;

    height: 40px;

    text-align: center;

    font-weight: 500;

    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);

    top: 0px;

    left: 5px;
}
/* login end*/


.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 350px;
    right: 15px;
    z-index: 4;
    background-color: #fff;
    top: 48px;
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
    border: 0;
    border-top: 2px solid #4e5cd6;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: var(--purple); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }


.top-menu {
    display: flex;
    align-items: center;
}
.top-menu .navbar-toggler-icon {
    line-height: 34px;
}
.top-menu .navbar.navbar-expand-md {
    padding: 0px;
}
.side-mine {
    cursor: pointer;
    background: #4e5cd6;
    padding: 7px 15px;
    margin: 0px 10px;
    background-image: linear-gradient(-45deg,#be53ce,#4e5cd6);
    border-radius: 4px;
}
.side-mine i{
    color: #fff;
}
.top-menu a.nav-link {
    color: #454760;
    margin-right: 10px;
    white-space: nowrap;
    font-weight: 500;
    transition: all 0.3s 0s;
}
.top-menu a.nav-link:hover {
    color:  #4e5cd6;
}
.top-menu li.active .nav-link {
    color: #4e5cd6;
}

.top-menu .dropdown-menu {
    border-radius: 0px;
    margin-top: 12px;
    padding: 15px 20px;
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
    border: 0;
    border-top: 2px solid #4e5cd6;
}

.top-menu  a.dropdown-item {
    font-size:  14px;
    font-weight:  500;
    padding: 8px 10px;
    color: #454760;
    transition: all 0.3s 0s;
}
.top-menu  a.dropdown-item:hover{
    color: #4e5cd6;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #f8f9fa;
    color: #4e5cd6 !important;
}
.top-menu a.dropdown-item b {
    color: #4e5cd6;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #edeffd;
}
.recent-topics {
    list-style-type: none;

}
.recent-head i {
    margin-right: 7px;
}
marquee {
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.marquee-dashboard marquee {

    padding: 10px;

}
.marquee-dashboard {
    background: red;
    font-size: 15px;
    margin: 0px  20px 30px;
    align-items: center;
    vertical-align: middle;
    padding: 0px;
    color: #155724;
    background-color: #F9C1C1;
    border-color: #c3e6cb;
}
.recent-list {
    height: 422px;
    overflow-y: hidden;
}
.recent-head {
    background-color: #4e5cd6;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    background-image: linear-gradient(-45deg,#be53ce,#4e5cd6);
}
.recent-list ul {
    margin: 0px;
    padding: 0px;
    height: 100%;

}

.recent-list ul li {
    display: flex;
    list-style-type: none;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 15px;
    border-top: 1px solid #4e5cd6;
}
.recent-list ul li img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50px;
}

.recent-list-user h6 {
    font-size: 14px;
    margin: 0;
}

.recent-list-user p {
    color: #000000;
    margin-bottom: 0px;
}
.notifiocation .dropdown-menu.keep-open.show {
    padding: 0px;
}

.recent-list ul li a {
    display: block;
    color: #4e5cd6;
}
.recent-list-user p span {
    display: block;
    margin-top: 5px;
    color: #454760;
}
.recent-list-user p span i {
    margin-right: 5px;
    color: #000;
}
.announcement {}

.announcement h4 {
    color:  #fff;
    margin-bottom: 15px;
    font-size: 20px;
}

.announcement ul {
    margin:  0px;
    padding: 0px;
}
.m0 {
    margin-bottom: 0px !important;
}
.announcement ul li {
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 8px 10px;
    border-left: 3px solid #0397db;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.announcement ul li:last-child {
    margin-bottom: 0px;
}

.tile-box {
    display: block;
    position: relative;
    height: auto;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.3s 0s;
    border-radius: 4px;
    box-shadow: 10px 10px 30px rgba(45, 52, 154, 0.1);
    border-left: 4px solid #4e5cd6;
}

.tile-header {
    color: #4e5cd6;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
.tile-box p {
    font-size: 40px;
    color: #000;
    line-height: 40px;
    margin: 10px 0 0 0;
}

.color2{
    border-color: #ff5e59;
}
.color2 .tile-header{
    color: #ff5e59;
}
.color3{
    border-color: #3399fe;
}
.color3 .tile-header{
    color: #3399fe;
}

.color4{
    border-color: #f0c93d;
}
.color4 .tile-header{
    color: #f0c93d;
}

.color5{
    border-color: #fe3464;
}
.color5 .tile-header{
    color: #fe3464;
}

.color6{
    border-color: #f39813;
}
.color6 .tile-header{
    color: #f39813;
}

.color7{
    border-color: #11b719;
}
.color7 .tile-header{
    color: #11b719;
}

.color8{
    border-color: #28bbc7;
}
.color8 .tile-header{
    color: #28bbc7;
}




/* Flot charts */

.chart-wrapper {
    width: 100%;
    height: 350px;
}

/* Boilerplate  */


.progress {
    width: 100px;
    height: 100px;
    line-height: 2px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* border: 7px solid #0d89d3;*/
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.progress .progress-left {
    left: 0;
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #edeffd;
}
.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
    right: 0;
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
}
.progress .progress-value div {
    margin-top: 10px;
}
.progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}

/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes  loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}
@keyframes  loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}
@keyframes  loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}
@keyframes  loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}
@keyframes  loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}
.progress {
    margin-bottom: 1em;
    border-radius: 100px;
}
.tile-header p {
    line-height: normal;
    font-size: 12px;
    margin-left: 10px;
    /*border: 1px solid #1778ca;*/
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #ab5151;
}
.progress-value p {
    color: #4e5cd6;
    font-size: 30px;
    text-align: center;
    line-height: 10px;
    font-weight: 400;

}
.ibox-middle .ibox-content {
    padding: 8px;
}
table.table-responsive.table-d {
    width:  100%;
    text-align: center;
}
.table-d thead tr th i {
    color: #7f97e6;
    display: block;
    margin-bottom: 6px;
}
.table-d thead {
    background-color: #ffffff;
}

.table-d tbody tr:nth-child(odd) {
    background: #f2f2f2 !important;
    color: #000 !important;
}

.table-d thead tr th {
    padding: 15px;
    color: #4e5cd6;
    font-weight: 500;
    text-align: center;
}

.table-d tbody {
    font-size: 13px;
    font-weight: 500;
}

.table-d tbody td {
    padding: 15px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

a.td_sub {
    color: #0695da;
    font-weight: 600;
    font-size: 12px;
}

.refresh{
    width: 34px;
    cursor: pointer;
    margin-left: 10px;
}
.table-history {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.table-history .table-title {
    background-color: #edeffd;
    padding: 10px;
}

.table-history .table-title h5 {
    color: #4e5cd6;
    font-size: 16px;
    margin-bottom: 0px;
}

.main-nav a.active {
    border-left: 4px solid #ffffff;
    color: #fff;
    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);
}


.button {
    padding: 10px 36px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s 0s;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 4px;
    background: linear-gradient(-45deg,#be53ce,#4e5cd6);
    font-weight: 500;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;

}
.button:hover {
    color: #fff;
    background: linear-gradient(-155deg, #009dde 0%, #206bc3 100%);
}
.link {
    color: #FFF;
    font-size: 11px;
    font-weight: 400px;
    font-style: italic;
}
.link:hover {
    text-decoration: none;
}
.link2 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600px;
    text-decoration: none;
}
.link2:hover {
    text-decoration: underline;
}
.link3 {
    color: #df2026;
    text-decoration: none;
}
.link3:hover {
    text-decoration: underline;
}
.pdfLink {
    background: url(../images/pdfIcon.html) no-repeat 0 0;
    padding: 7px 0 8px 30px;
    color: #000;
    font: normal 12px/18px Tahoma, Geneva, sans-serif;
    text-decoration: none;
}
.pdfLink:hover {
    text-decoration: underline;
}
/*------------------------------------------------------------------*/
.column1 {
    background: #0695da;
    height: 100%;
    width: 275px;
    float: left;
    color: #FFF;
    z-index: 999;
    overflow: scroll;
    position: fixed;
}
.dropdown-container ul {
    padding: 0px;
    background-color: #f5f5f5;
    border-right: solid 1px #009dd3;
}

.dropdown-container {
    display: none;
    background-color: #262626;
}

.dropdown-container ul li a {
    color: #000;
    display: block;
    padding: 13px 0 13px 50px;
    font-size: 14px;
    text-decoration: none;
    background: none;
    border-bottom: 1px solid #ffffff;
    transition: all 0.5s 0s;
    font-weight: 600;
}
.logo {
    background: #FFF;
    padding: 14px 0;
    text-align: center;
    margin: auto;
}
.logo a {
    /*display: inline-block;
    */
}
.logo-login {
    margin-bottom: 20px;
}
.desktopLogo {
    display: block;
    margin: 0 auto;
    width: 200px;
}
.mobileLogo {
    display: none;
}
.SliderNavBtn {
    display: none;
}
/* 


/* .nav li a.team span {
     background-position: 50% -301px;
}
*/
.circle_1 {
    width: 20px;
    height: 20px;
    background: #e83d2c;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}
.circle_2 {
    width: 20px;
    height: 20px;
    background: #51a13e;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}
.circle_3 {
    width: 20px;
    height: 20px;
    background: #3f84d1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}
.circle_4 {
    width: 20px;
    height: 20px;
    background: #925eca;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}
.circle_5 {
    width: 20px;
    height: 20px;
    background: #cd4784;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}
.circle_6 {
    width: 20px;
    height: 20px;
    background: #02aec5;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}
.circle_7 {
    width: 20px;
    height: 20px;
    background: #f2ae3f;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}
/*currecncy cont start*/
.currency_cont_box{
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all 0.5s 0s;
}
.currency_cont_box:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}
.currency_cont_box img{
    width: 30px;
    margin-right: 10px;
}
.currency_cont_box h4{
    font-size: 14px;
    color: #8495ab;
    text-transform: uppercase;
}
.currency_cont_box h2{
    font-size: 22px;
    font-weight: bold;
    color: #2f3c4c;
    margin-bottom: 15px;
}
.currency_cont_box small{
    position: absolute;
    right: 15px;
    font-size: 16px;
    bottom: 15px;
}
.red_c{
    color: #be2230;
}
.red_c i{
    color: #be2230 !important;
}
.green_c i{
    color: green !important;
}
.green_c{
    color: green;
}
.currency_cont_box i{
    color: #ff0000;
}
.lend_taurus a{
    border: 1px solid #be2230;
    background-color: transparent;
    color: #be2230;
}
.lend_taurus a i{
    color: #be2230;
    padding-left: 10px;
}
.lend_taurus a:hover{
    background-color: #be2230;
    color: #fff;
}
.lend_taurus a:hover i{
    color: #fff;
}
.rece_code_cont{
    text-align: center;
}
.rece_code_cont img{
    margin: 0 auto;
}
.rece_code_cont .form-control{
    margin-top: 15px !important;
    text-align: center;
}
/*currency cont end*/
/*receive_cont start*/
.receive_cont{
    margin-bottom: 30px;
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
}

.form-group {

    margin-bottom: 20px;

}
.receive_cont_head{
    padding: 10px;
    background-color: #ddd;
    color: #000;
    border-radius: 5px 5px 0 0;
}
.receive_cont_body{
    padding: 30px;
    border-radius: 5px;
    background-image: url(../img/bg.png),-webkit-gradient(linear, left top, left bottom, from(#4B72FA), to(#934BFA));
    background-image: url(../img/bg.png),linear-gradient(-180deg, #4B72FA 0%, #934BFA 100%);
    color: #fff;
    background-size: cover;
    transition: all 0.5s 0s;
}
.receive_cont_body:hover{
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}
.receive_cont_body h3{
    margin-bottom: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}
.receive_cont_body p{
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: 1px dashed #a4afff;
    padding-bottom: 10px;

}
.receive_cont_body table{
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #ccc;
}
.wallet_content{
    padding:0 20px;
}
.wallet_content-sec {

}
.security {
    margin: 70px 10% 20px 10%;
    padding: 0 30px;
}
.receive_cont_body .form-control{
    height: 38px;
    border: 0;
    box-shadow: none;
    color: #000;
    border-radius: 100px;
}
.receive_cont_body label{
    font-weight: 100;
}
.wallet_cont{
    text-align: center;
    position: relative;
    padding: 10px;
}
.tra_posi_btn{
    position: absolute;
    background-color: #999;
    padding: 6px 10px;
    border-radius: 30px;
    color: #fff;
    top: 30%;
    right: -60px;
    z-index: 1;
    font-size: 12px;
    box-shadow: 0 0 20px #9a9a9a;
}
.tra_posi_btn i{
    color: #fff;
}
.tra_posi_btn:hover{
    background-color: #be2230;
    text-decoration: none;
    color: #fff;
}
.wallet_cont img{
    margin: 0 auto;
    width: 50px;
}
.wallet_cont h3{
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}
.ref_cont{
    text-align: center;
    padding: 32px 15px;
}
.ref_cont .form-control{
    text-align: center;
    margin-bottom: 10px;
    float: left;
    width: 70%;
    font-size: 12px;
}
.ref_cont .buy {
    width: 25%;
    height: 38px;
    margin-top: 2px;
}
.active_menu{
    background: #be2230 !important;
}
.active_menu a{
    color: #fff !important;
}
.circle_icons_box {
    margin-bottom: 30px;
}
.circle_icons_box p{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}
.circle_icons_box h4{
    color: #000;
}
.circle_icons_box i{
    color: #ed1b24;
}
.content_page_head img{
    width: 50px;
    border-radius: 50px;
    height: 50px;
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    float: left;
}
/*receive_cont end*/
/*promo start*/
.promo_box .demo{
    padding: 0px 20px;
}
.promo-text{
    text-align: center;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    padding: 30px;
    color: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s;
    margin-top: 10px;
}
.promo-text:hover{
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}
.promo-text:before {
    position: absolute;
    top: -100%;
    right: -90px;
    width: 200px;
    height: 200px;
    content: "";
    border-radius: 50%;
    background: rgb(255, 148, 154);
}
.promo-text:after {
    position: absolute;
    top: -30%;
    right: 30px;
    width: 110px;
    height: 110px;
    content: "";
    border-radius: 50%;
    background: rgba(177, 177, 177, 0.14);
}
.circle_icons_box h4 {
    color: #904cfa;
    text-align: left;
}
.circle_icons_box p {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 600;
}
/*promo end*/
/*dashboard start*/
/* ::-webkit-scrollbar {
     display: none;
}*/

.side-menu{
    padding: 0;
}
.side-menu li a {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 15px;
    text-decoration: none;
    background-color: #0695da;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s 0s;
}
.recent-head-body {
    padding: 9px;
}
.side-menu li a i{
    padding-right: 10px;
}
.side-menu li a:hover{
    border-left: 4px solid #ffffff;
    color: #fff;
    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);
}
.currency_cont {
    padding: 0px 20px;
    margin-bottom: 30px;
}
.side-menu li.active a{
    border-left: 4px solid #87a6cc;
    background: #328dff;
    background: -webkit-linear-gradient(135deg, #3d74f1, #9986ee);
    background: linear-gradient(-45deg, #3d74f1, #9986ee);
}

/*header start*/

.user-login {
    display: flex;
    align-items: right;
    justify-content: flex-end;
    align-items: center;
}
.user-login img {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 2px solid #f5f5f5;
    background-color: #f5f5f5;
    margin-right: 5px
}
.user-login h4 {
    color: #4e5cd6;
    font-size: 14px;
    margin: 0 6px 0 6px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #edeffd;
    border-radius: 4px;
    padding: 5px 10px;
}

.user-login i {
    font-size: 22px;
    color: #4e5cd6;
    margin-top: 5px;
    cursor: pointer;
}
span.number-n {
    position: absolute;
    background: #ff5d5d;
    font-size: 10px;
    right: -10px;
    top: -21px;
    border-radius: 42px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.notifiocation {
    padding: 0px 18px;
}
.log i {
    color: #000;
    font-size:  14px;
}

.log .dropdown-menu {
    top: 10px !important;
    padding: 0px;
    left: inherit !important;
    right: 10px;
} 
.user-login .dropdown-menu a i {
    padding-right: 5px;
}

.user-login .dropdown-menu a {
    font-size: 14px;
}


/*.notifiocation .dropdown-menu.show {
    display: block;
    display: block;
    position: absolute !important;
    transform: translate3d(125px, -8px, 0px) !important;
    top: 43px !important;
    left: 0px !important;
    will-change: transform !important;
        width: 309px !important;
}*/
.notifiocation .dropdown-toggle::after {

    content: none;

}

.notification-head {
    background-color: #eceefc;
    padding: 10px;
    color: #4e5cd6;
}

.notification-head h1 {
    font-size: 15px;
    margin-bottom: 0px;
}

.notification-d .recent-list {
    height: 190px;
    padding: 10px;
    overflow:  auto;
}
.notification-d p span i {
    margin-right: 5px;
    font-size: 11px;
    color: #000;
    /* border-bottom: 1px solid #000; */
}

.notification-d {
    padding: 0px;
}
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.2;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.noti-bell {
    position:  relative;
}
.referral-box {
    display: flex;
}
.referral-box .btn {
    background-color: #ff8a90;
    color: #fff;
}
.referral-box .form-control {
    text-align: center;
    background-color: #e4effd;
    border: 0;
    margin: 0 10px;
    color: #000;
    font-size: 14px;
}
.referral-box h6 {
    color: #fff;
    font-size: 14px;
    margin: 4px 0;
    font-weight: 400;
}
.header-logo-center img{
    height: 40px;
    margin: 0 auto;
    display: table;
}

.main-section {
    height: 100%;
}
/*header end*/

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.receive-wallet-box .table thead {
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);
}
.receive-wallet-box-head {

    border-left: 4px solid #206bc3;
    margin-left: -20px;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.receive-wallet-box-head h3 {
    font-size: 22px;
    color: #009dd3;
}

span.plus {
    width: 65px;
    height: 65px;
    line-height: 67px;
    background-color: #1d70c6;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    z-index: 1;
    right: 30px;
}


span.plus a {
    color: #fff;
    font-size: 25px;
}
.search-history {
    margin-bottom: 20px;
}
.search-history .search-head h1 {
    font-size:  14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.search-head {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 4px solid #1d70c6;
}
.search-history span {
    width: 100%;
    color: #4e5cd6;
    margin-bottom: 5px;
    display: block;
}
.search-history .form-control {
    height: auto;
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    padding: 8px;
} 

.search-history select.form-control:not([size]):not([multiple]) {
    height: auto;
}
tfoot {
    background-color: #edeffd;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active{
    background: linear-gradient(-45deg,#be53ce,#4e5cd6);
}
.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover{
    color: #4f5dd6 !important;
    background-color: #edeffd !important;
    background-image: none !important;
}
.datetimepicker table tr td.day:hover{
    background: #edeffd;
    color: #4e5cd6;
}
.datetimepicker table tr td.old, .datetimepicker table tr td.new{
    color: #ccc;
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active{
    background: linear-gradient(-45deg,#be53ce,#4e5cd6);
}
.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend{
    background-color: #edeffd;
    font-size: 18px;
    color: #4e5cd6;
}
.receive-wallet-box .table td, th {
    padding: 8px !important;
    vertical-align: middle;
    border: 1px solid #dcdcdc !important;
}
.datetimepicker th{
    padding: 8px !important;
    vertical-align: middle;
    border: 1px solid #edeffd !important;
    color: #4e5cd6;
    font-weight: 500;
}
.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}
.td-confirm {
    background-color: #51bf51;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.td-unconfirm {
    background-color: #ff9900;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.td-canceled {
    background-color: red;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
/*receive_wallet-box end*/
.chart-right {
    margin-bottom: 20px;
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s;
    border-radius: 4px;
}
.chart-right:hover{
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}
.chart{
    margin: 10px 20px;
}
#container{
    min-width: 310px;
    height: 265px;
    margin: 0 auto;
}
.highcharts-credits{
    display: none;
}
/*datdatable css start*/
.dataTables_length label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 15px;
}
.dataTables_length .form-control{
    width: 80px;
    border: 0px solid #4e5cd6;
    margin: 0 10px;
    height: 40px !important;
    background-color: #edeffd;
    color: #000;
}
.dataTables_filter label {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dataTables_paginate .pagination{
    justify-content: flex-end;
    margin: 15px 0;
}
.table-d tbody td a {
    color: #4e5cd6;
}
.pagination .page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    background-color: #edeffd;
}
.dataTables_info{
    margin-top: 20px 
}
.dataTables_wrapper .dataTables_filter input {
    border: 0px solid #4e5cd6;
    margin-left: 10px;
    width: 200px;
    background-color: #edeffd;
    height: 40px;
    color: #000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #ff6069 important;
    border-color: #ff6069 important;
}
/*datdatable css start*/




.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #206bc3;
    position: relative;
    top: 8px;
    right: 6px;
}

.profile_view {
    position: relative;
    padding: 50px 50px 50px 85px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: all 0.5s 0s;
    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);
}
.upload_form_cont img.img-fluid {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #009dde;
    top: 52%;
    left: 0%;
    transform: translate(-50%, -54%);
}
.button-power {
    font-size: 14px;
    padding: 5px 30px;
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    font-weight: 500;
    box-shadow: 0px 0px 10px #fff;
    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);
    color: #fff;
    width: 100%;
}
.profile-2 {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.5s 0s;
    padding: 20px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.meta-post-profile {
    position: absolute;
    padding: 6px 6px;
    color: #fff;
    font-size: 17px;
    width: 200px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    margin-left: -31px;
    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);
}

.profile-res-body {
    margin-top: 65px;
    margin-left: 20%;
}

.triangle-down1 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #206bc3;
    position: relative;
    top: 8px;
    right: 6px;
}
.meta-post-profile-sec {
    position: absolute;
    padding: 6px 6px;
    color: #fff;
    font-size: 17px;
    width: 200px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    margin-left: -21px;
    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);
}

.triangle-down2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #206bc3;
    position: relative;
    top: 8px;
    right: 6px;
}
.profile-res-body .form-control {
    padding: 8px;
    width: 100%;
    font-size: 1rem;
    color: #222;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.profile-view-top {
    margin-top: 20px;
}
.profile-res-body label {
    font-size: 14px;

    font-weight: 600;

    color:#009dde;

    margin-right: 20px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}
/*security start*/
.coin-auth {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.head-auth h1 {
    font-size: 20px;

    color: #5b85ff;

    line-height: 30px;

    font-weight: 600;
}
.head-auth img.img-fluid {
    max-width: 30px;
    float: left;
    margin-right: 16px;
}
.head-auth {
    padding: 24px 16px 0px 16px;
}
.body-auth img.img-fluid {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
.body-auth {
    margin-top: 20px;
    padding: 25px 10px;
    background-color: #f5f5f5;
}
.body-auth label {
    font-weight: 600;
    color: #ed1b24;
    font-size: 16px;
    margin-bottom: 15px;
}
.body-auth .form-control {
    padding: 8px;
    width: 100%;
    font-size: 1rem;
    color: #222;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.body-auth .form-control:focus {
    background-color: #ffffff;
    border-bottom: 1px solid #009dd3;
    border-radius: 0;
}
.button-forgot-pass {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.security-inner {
    position: absolute;
    right: 20px;
    top: 15px;

}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.card-box-ticket {
    padding: 14px 25px;
    margin-bottom: 20px;
    color: #fff;
}
.card-box-ticket p {
    color: #fff;
}
.bg-custom {
    background: -webkit-linear-gradient(135deg, #FF4961, #9986ee);
    background: linear-gradient(-45deg, #FF4961, #9986ee);
}
.card-box-ticket i {
    position: absolute;
    bottom: 4px;
    opacity: 0.25;
    font-size: 80px;
    right: 0;
}
.button-center {
    margin: 0 auto;
    display: block;
}
/*security start*/
.security-inner {
    /*position: absolute;
    top: 0%;
    opacity: 0.4;
    width: 150px;
    right: -58px;
    background-color: #fff;
    padding: 10px;
    border-radius: 48px;
    box-shadow: 0 10px 30px 0px rgb(229, 73, 133);
    -moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgb(243, 73, 112);
    border: 0;*/
    width: 180px;
}
.reset-pass {
    background-image: url(../img/forgot-pass.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    background-position: center;
}
.security-form {

}
.security-form .form-control {
    padding: 8px;
    width: 100%;
    font-size: 14px;
    color: #222;
    border: 1px solid #f3f3f3;
    height: auto !important;
}
.security-form label {
    font-size: 16px;
    color: #4e5cd6;
    margin: 0;
}
.jqte_editor, .jqte_source {
    padding: 10px;
    min-height: 118px !important;
    max-height: 900px;
    overflow: auto;
    outline: none;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    resize: vertical;
}
.background-suppoort {
    background-image: url(../img/background-suppoort.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.background-suppoort-head p {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    color: #fef0f3;
    font-weight: 500;
    text-shadow: 0px 0px 9px #f34970;
}
.p1 {
    padding: 0px 15px;
}
.support {
    margin-bottom: 35px;
}
.ticket-info {
    background-color: #ffffff;
    padding: 20px;
    transition: all 0.5s 0s;
    border-radius: 4px;
}
.ticket-info ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.ticket-info h5 {
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
    background-color: #edeffd;
    color: #4e5cd6;
}
.ticket-info ul li {
    list-style-type: none;
    font-size: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #edeffd;
}

.ticket-info ul li b {
    margin-right: 12px;
    color: #454760;
    font-weight: 500;
}
.ticket-info .button-auth {
    margin: 20px auto 10px;
    display: block;
}

.ticket-detail2 {
    color: #000;
    font-weight: 600;
}
/******************************* * MODAL AS LEFT/RIGHT SIDEBAR * Add "left" or "right" in modal parent div, after class="modal". * Get free snippets on bootpen.com *******************************/
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 80px;
}
/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog{
    left: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    background: none;
    background-color: #edeffd;
    color: #4e5cd6;
}
/* ----- v CAN BE DELETED v ----- */

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}
.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}
.btn-demo:focus {
    outline: 0;
}
.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}
.demo-footer > a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
/* MODAL FADE LEFT RIGHT BOTTOM */
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}
.modal.right .modal-dialog {
    position:absolute;
    top:0;
    right:0;
    margin:0;
}
.modal.left .modal-dialog {
    position:absolute;
    top:0;
    left:0;
    margin:0;
}
.modal.left .modal-dialog.modal-sm {
    max-width:300px;
}
.modal.left .modal-content, .modal.right .modal-content {
    min-height:100vh;
    border:0;
}
.main-me {
    color: #454760;
    background-color: #f3f4f5;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 20px;
}
.message-title {
    padding: 8px;
}
.message-title.client-title {
    background-color: #ccefff;
    padding: 10px;
    margin-bottom: 20px;
    border-left: 2px solid #009dd3;
    border-right: 2px solid #009dd3;
}

.message-title.admin-title {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    border-left: 2px solid #009dd3;
    border-right: 2px solid #009dd3;
}
.message-box {
    width: 100%
}
.icon-bg1 {
    position: absolute;
    right: 65px;
    bottom: 81px;
    opacity: 0.8;
    height: 100%;
    z-index: 0;
    width: 120px;
    height: 100px;
}
.clientsupport{
    font-size: 17px;
    color: #be53ce;
    font-weight: 500;
    text-transform: capitalize;
}
.adminsupport {
    font-size: 17px;
    color: #4e5cd6;
    font-weight: 500;
    text-transform: capitalize;
}
.message-body {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eee;
}
.message-body p, .message-body ol{
    margin: 0px;
}
.boxmain {
    color: #222;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.5s 0s;
}
.boxmain span {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #4e5cd6;
}
.boxmain input.form-control {
    margin-bottom: 1rem;
    padding: 8px;
    width: 100%;
    font-size: 14px;
    color: #222;
    border: 1px solid #dcdcdc;
    margin-top: .5rem;
}

.jqte {
    margin-top: .5rem !important;
}
.jqte_editor, .jqte_source {
    padding: 10px;
    min-height: 200px;
    max-height: 900px;
    overflow: auto;
    outline: none;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    resize: vertical;
    background-color: #fff;
}

div#close_form {
    margin-top: 20px;
}
.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.button[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}
/*ticket end*/
.referrel-img img.img-fluid {
    width: 40px;
    height: 40px;
    border-radius: 200px;
}
.profile h1 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

/*tree tructer end*/
.chart-css-new {
    background-color:#ff6069;
    width: 120px;
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    border: 1px solid #eee;
    margin: 0 auto ;
}
a.new-person-add {
    color: #5f7af0;
    background-color: #fff;
    color: #5f7af0;
    position: absolute;
    top: -13px;
    left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    float: none;
    clear: left;
    padding: 0px;
    -moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgb(255, 48, 48);
    font-size: 20px;
}
.org-chart-photo {
    background-color: #fff;
}
.org-chart-photo img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 0;
}
.img-referrel img {
    width: 25%;
    margin: 0 auto;
    display: block;
}
/*tree tructer end*/
/*b-command-list start*/
.b-command-list{
    margin-left:-8px
}
.b-command-list__table{
    display:table;
    width:100%;
    table-layout:fixed
}
.b-command-list__content{
    display:table-cell;
    vertical-align:top;
    padding-left:8px
}
.b-command-list__sidebar{
    display:table-cell;
    vertical-align:top;
    width:25%;
    padding-left:8px;
    box-sizing:border-box
}
.b-command-item{
    position:relative;
    margin-top:4px;
    overflow:hidden;
}
.b-command-item .js-open-command{
    cursor: pointer
}
.b-command-item__inner-item{
    position:relative;
    padding-left:10px;
}
.b-command-item__inner-item:before{
    position:absolute;
    bottom:100%;
    margin-bottom:-18px;
    left:0;
    height:10000px;
    width:10px;
    box-sizing:border-box;
    border-left:1px solid #afb3be;
    border-bottom:1px solid #afb3be;
    content:''
}
.b-command-item__wrapper{
    display:table;
    width:100%;
    background:#eee;
    height:36px;
}
.b-command-item__wrapper:hover{
    background:#f7f7fb;
}
.b-command-item__wrapper:hover .b-command-item__more{
    background:#cc1e2c;
}
.b-command-item__toggle-holder{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    background:#87acd2;
    height:100%;
    width:10px;
}
.b-command-item__toggle-holder:before{
    z-index:1;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background:#000;
    content:''
}
.b-command-item__toggle{
    position:relative;
    z-index:2;
    display:inline-block;
    height:100%;
    width:100%;
    background:#3d74f1;
    cursor:pointer;
}
.b-command-item__toggle:before{
    position:absolute;
    left:50%;
    top:50%;
    background:#fff;
    height:2px;
    width:6px;
    margin:-1px 0 0 -3px;
    content:''
}
.b-command-item__toggle:after{
    position:absolute;
    left:50%;
    top:50%;
    background:#fff;
    height:6px;
    width:2px;
    margin:-3px 0 0 -1px;
    content:''
}
.b-command-item__toggle:hover{
    opacity:.8
}
.b-command-item__toggle.open:after{
    display:none
}
.b-command-item__count{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:45px;
    padding:0 10px;
    font-size: 12px;
    font-weight: 500;
}
.b-command-item__icon{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:8px;
    padding:0 10px 0 0;
    border-right:1px solid #e7e8ec;
}
.b-command-item__icon:before{
    display:inline-block;
    vertical-align:middle;
    content:''
}
.b-command-item__main-info{
    display:table-cell;
    vertical-align:middle;
    padding:0 10px;
    font-size:0;
    color:#737680
}
.b-command-item__number{
    display:inline-block;
    margin:0 6px 0 0;
    vertical-align:middle;
    font-size:12px
}
.b-command-item__status{
    display:inline-block;
    vertical-align:middle;
    margin:0 6px 0 0;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#cb433d
}
.b-command-item__status_state_online{
    background:#aed744
}
.b-command-item__name{
    display:inline-block;
    vertical-align:middle;
    font-size: 10px;
    font-weight: 500;
}
.b-command-item__rank{
    display:table-cell;
    vertical-align:middle;
    padding:0 10px;
    font-size:0;
    text-align:right;
    width:72px
}
.b-command-item__rank-button{
    background-color: #3d74f1;
    padding:4px 6px;
    display:inline-block;
    width:60px;
    text-align:center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}
.b-command-item__rank-caption{
    font-size: 10px;
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
}
.b-command-item__countryflag{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:52px
}
.b-command-item__countryflag-image{
    display:inline-block;
    width:16px;
    height:11px;
    background-image:url("../img/flags.png");
    background-position:0 20px;
    background-repeat:no-repeat
}
.b-command-item__active{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:58px
}
.b-command-item__active-trade{
    display:inline-block;
    vertical-align:middle;
    width:15px;
    height:12px;
    background-position:-210px -684px;
    background-image:url("../img/sprite.png?v=16")
}
.b-command-item__active-trade.active{
    background-position:-190px -684px
}
.b-command-item__active-mining{
    display:inline-block;
    vertical-align:middle;
    width:13px;
    height:14px;
    margin-left:10px;
    background-position:-248px -684px;
    background-image:url("../img/sprite.png?v=16")
}
.b-command-item__active-mining.active{
    background-position:-230px -684px
}
.b-command-item__more{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:22px;
}
.b-command-item__more:before{
    display:inline-block;
    vertical-align:middle;
    content:''
}
.b-command-item__counts{
    display:table-cell;
    vertical-align:middle;
    white-space:nowrap;
    padding:0 0 0 12px;
    width:1px;
    color:#737680
}
.b-command-item__counts-item{
    display:inline-block;
    vertical-align:top;
}
.b-command-item__counts-item + .b-command-item__counts-item{
    margin-left:10px
}
.b-command-item__counts-icon{
    display:inline-block;
    vertical-align:middle;
}
.b-command-item__counts-icon:before{
    display:inline-block;
    vertical-align:middle;
    content:''
}
.b-command-item__counts-value{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
}
.b-command-item__counts-value:before{
    content:' - '
}
.b-command-item__counts-item_state_active{
    color:#00c9b5;
}
.b-command-item__detailed{
    display:table-cell;
    vertical-align:middle;
    white-space:nowrap;
    padding:0 12px 0 12px;
    width:1px
}
.b-command-item__detailed-button{
    display:inline-block;
    vertical-align:middle;
}
.b-command-item__detailed-button:before{
    display:inline-block;
    vertical-align:middle;
    content:''
}
.b-command-item__detailed-button:hover{
    cursor:pointer;
    opacity:.8
}
/*b-command-list end*/

span.p11 {
    color: #ffffff;
    background-color: #3d4d61;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom:  11px;
    box-shadow: 0px 3px 3px #ff0010;
}


.p11 i {
    color: #ffffff;
    margin-right:  6px;
    font-weight: 800;
}

span.p22 {
    padding: 7px 20px;
}
span.p22 {
    color: #fe2e39;
    background-color: #f3f3f3;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 11px;
    box-shadow: 0px 1px 0px #3d4d61;
}


.p22 i {
    color:  #fff;
    margin-right:  6px;
    font-weight: 800;
}
.prise-p h4 {
    margin-top: 1px;
}
.prise-p.prise-p-2 {
    position: absolute;
    bottom: -22%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.promo-text-1 {
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 12px 12px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s;
    position: relative;
    background: -webkit-linear-gradient(135deg, #ff7981, #ff111e);
    background: linear-gradient(-45deg, #ff7981, #ff111e);
    background: linear-gradient(-217deg, #ff7981 0%, #ff111e 100%);
    border: 2px solid #fff;
}
.promo-text-1 p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.promo-text-1 h4 {
    color: #ed1b24;
    text-align: center;
    background-color: #eee;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 600;
}
.promo-text-1 i {
    color: #ed1b24;
}

.promo-text-1:after {
    position: absolute;
    top: -30%;
    right: 30px;
    width: 110px;
    height: 110px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}
.promo-text-img img {
    width: 55px;
}


.promo-text-1 .button {
    background: #fff !important;
    padding: 7px 11px;
    display: inline-block;
    transition: all 0.5s 0s;
    color: #000 !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    border: 0px;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 600;
}

.search-inline {
    margin-bottom: 20px;
}
.search-inline {
    margin-bottom: 20px;
}
.main-dash-title.form-inline {
    margin:  0 auto;
    display:  block;
    text-align:  center;
}

.search-inline .form-control {
    width: 80%;
}
.search-inline  .btn-outline-success {
    color: #ffffff;
    background-color: #ff111e;
    background-image: none;
    border-color: #28a745;
    border: 2px solid #ff111e;
}
.search-inline .form-control {
    width: 80%;
    border: 2px solid #ff111e;
    border-radius: 0;
}
.date-search label {
    font-weight: 600;
    color: #ed1b24;
}
.date-search .button {
    margin: 24px 0px 0px 0px;
}
.date-search .button {
    box-shadow: 0 10px 30px 0px rgb(229, 73, 133);
    -moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -webkit-box-shadow: 0 10px 8px 0px rgb(243, 73, 112);
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #4e5cd6;
    border-color: #4e5cd6;
    background-image: linear-gradient(-45deg,#be53ce,#4e5cd6);
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #3d4d61;
    overflow-x: hidden;
    transition: 0.5s;

}

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

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.nav-power {
    display: none;
}
.left-errow .btn {

    background-color: #ff6069;
    color: #fff;
    margin-left: 30px;

}
.news .news-img img {
    display: block;
    width: 100%;
    height: 265px;
}
.news .img-scale {
    border: 1px solid #ddd;
}
.news .latest__block-post {
    padding: 20px 10px 20px 20px;
    position: relative;
}
.news .latest__block-post p {
    font-size: 13px;
}
.news .latest__block-post h3.latest__block-title {
    font-size: 15px;
    margin-top: 15px;
    color: #cb433d;
    font-weight: 600;
}

.news .img-scale img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.news .img-scale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.news .img-scale .news-img {
    overflow: hidden;
    margin: 0px;
    cursor: pointer;
}
.news p.post-read {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news .meta-post-admin {
    position: absolute;
    top: -21px;
    left: 0px;
    padding: 10px 8px;
    background: #ff323e;
    color: #fff;
    font-size: 14px;
}
.news a.more_btn__block {
    font-size: 17px;
    font-weight: bold;
    color: #cc433d;
}
.select-d {
    margin-bottom: 20px;
}
.select-d label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}
.select-d textarea {
    min-height: 135px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}





@media (max-width: 1200px) {
    .table {

        width: 100%;
        overflow-x: scroll;


    }
    .background-suppoort-head p {
        font-size: 34px;

    }

}

@media (max-width: 992px) {

    .column2 {

    }
    .column1 {
        position: initial;
    }
    .header-top {

        width: calc(100% - 0px);

    }

    .sidemenu-power {
        display: none;
    }

    .column1 {

        width: 250px;

    }
    .nav-power {
        display: block;
        cursor: pointer;
    }
    .logout-power {
        display: none;
    }
    .profile-2 {

        padding: 20px 6px;
    }

}

@media (max-width: 768px) {



    .login-main-section {

        padding: 80px 15px;

    }
    .user-login h4 {


        font-size: 13px;
        margin: 0 10px 0 10px;


        letter-spacing: normal;

    }
    .currency_cont_box {

        margin-bottom: 30px;
    }
    .currency_cont {

        margin-bottom: 0px;
    }
    .meta-post-profile {
        position: initial;
        font-weight: 600;
        padding: 7px 10px;
        font-size: 14px;
        border: 2px solid #fff;
        width: 100%;
        height: auto;
        transform: none;
        border-radius: 0px;
        margin-bottom: 20px;
    }
    .meta-post-profile-sec {
        position: initial;
        font-weight: 600;
        padding: 7px 10px;
        font-size: 14px;
        border: 2px solid #fff;
        width: 100%;
        height: auto;
        transform: none;
        border-radius: 0px;
        margin-bottom: 20px;
    }
    .background-suppoort {
        height: 200px;
        width: 96%;

    }
    .background-suppoort-head p {
        font-size: 30px;

    }
    .notifiocation {

        padding: 0px 0px;

    }
    .dates-res {

        margin-bottom: 15px;

    }
}

@media (max-width: 576px) {

    a.register-link {

        display: block;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        position: initial;

    }

    a.forgot-link{

        display: block;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        position: initial;

    }    
    .referral-box h6 {

        display: none;
    }

    .user-login img {


        float: left;

    }
    .user-login h4 {

        float: left;

    }
    .nav-link2 {
        padding: 0px;
        font-size: 11px;
    }
    .nav-power {

        float: right;

    }

    .search-inline .form-control {
        width: 100%;

    }
    .img-referrel img {
        width: 90%;
        margin: 0px auto 22px;
    }

    .wallet_content {
        padding: 0 15px;
    }
    .date-search {
        padding: 10px;
    }

    .receive-wallet-box-head {

        margin-left: -2px;
    }
    .date-search .form-control {
        margin-bottom: 15px;
    }
    .receive-wallet-box-head h3 {
        font-size: 18px;

    }
    .security-inner {
        display: none;
    }
    .ticket-info ul li span {

        width: 100%;

    }
    .reply-div
    {
        background: #f5f5f5;
        padding: 26px;
        margin: 10px;
    }
    .nav-link {
        display: block;
    }
}
.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 15px auto;
}


@keyframes  spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.search-history .jqte {
    overflow: inherit !important;
}
.custom-timepicker input {
    width: 100% !important;
}
.custom-timepicker .btn{
    height: 38px !important;
    margin: 0;
    border: 0;
    color: #ffffff;
    background-image: linear-gradient(-45deg,#be53ce,#4e5cd6);
    background-color: #4e5cd6;
    cursor: pointer;
    border-radius: 0;
}
.custom-timepicker .input-group-append{
    margin: 0px;
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    z-index: 9;
}



/* new style start*/
.dash_body {
    padding: 0 20px 20px;
}
.receive-wallet-box{
    background-color: #fff;
    border-radius: 4px;
}
.alertify-message {
    text-align: center;
    font-size: 18px;
    color: #454760;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.table-d{
    background-color: #fff;
    margin: 0px;
}
.table_box {
    background-color: #fff;
}

/* new style end*/


#loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    display:none;
    margin: auto

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.statick-pagination{
    margin: 0;
    float: right;
    padding-right: 15px;
}

.statick-pagination ul{
    float: right;
    margin: 0;
}
.statick-pagination{
    margin: 0;
}
.statick-pagination{
    margin: 0;
}

#reply_from{
    margin-top: -13px;
}

.jqte_editor, .jqte_source{
    resize: none;
}
.ticket_btn_btn{
    padding: 10px 36px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s 0s;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    border: 0px;
    border-radius: 25px;
    background: linear-gradient(-155deg, #206bc3 0%, #009dde 100%);
    font-weight: 600;
    width: 49%;
}

.ticket_btn_btn_btn {
    padding: 10px 50px;
    cursor: pointer;
    transition: all 0.5s 0s;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 0px;
    background: linear-gradient(-45deg,#be53ce,#4e5cd6);
    border-radius: 4px;
    margin: 0 auto;
    display: table;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.re-s {
    overflow: auto;
    height: 532px;
    background: #fff;
    padding: 20px;
}
.importance_btn{
    padding: 3px 6px 3px 6px;
    font-size: 14px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
#TaskDiscussPopup .modal-dialog{
    max-width: 650px;
}
.progress_task_dates{
    padding: 30px;
}
.progress_task_dates .col-md-4, .progress_task_dates .col-md-3{
    position: relative;
}
.progress_task_dates .loader{
    margin: 0;
    position: absolute;
    left: 15px;
    top: 0;
}
.progress_task_dates .custom-select{
    height: 42px !important;
}
.add_daily_task_update {
    padding: 20px;
}

.add_daily_task_update span {
    font-weight: 300;
}

.add_daily_task_update .form-control {
    margin-bottom: 15px;
}
.add_daily_task_update .jqte{
    margin-bottom: 15px;
}


.container_radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_inline {
    display: flex;
    align-items: center;
}
.radio_inline label {
    margin: 0px 30px 15px 0;
}
.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px !important;
    background-color: #edeffd;
    border-radius: 50%;
}
.container_radio:hover input ~ .checkmark {
    background-color: #ccc;
}
.container_radio input:checked ~ .checkmark {
    background-color: #4e5cd6;
    background-image: linear-gradient(-45deg,#be53ce,#4e5cd6);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_radio input:checked ~ .checkmark:after {
    display: block;
}
.container_radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.reallocate_title{
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.sidebar-collapse .nav-logo a {
    display: block;
    padding: 0;
    border: 0;
}

.sidebar-collapse .nav-logo a img {
    width: 190px;
}

.header-top .dropdown-menu {
    display: none !important;
}

.header-top .dropdown-menu.show {
    display: block !important;
}


/*media start*/
@media(max-width: 1500px){
    .top-menu a.nav-link{
        font-size: 13px;
        margin-right: 0px;
    }
    .tile-box{
        padding: 20px 15px;
    }
}
@media(max-width: 1400px){
    .top-menu a.nav-link{
        font-size: 12px;
        margin-right: 0px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .notifiocation{
        padding: 0 5px;
    }
    .header-top{
        padding-left: 0px;
    }
    .tile-header{
        font-size: 14px;
    }
}

@media(max-width: 1250px){
 .top-menu a.nav-link{
        font-size: 11px;
    }
}

@media(max-width: 1200px){
 .top-menu a.nav-link{
        font-size: 12px;
    }
}

@media(max-width: 992px){

}

@media(max-width: 767px){
    .re-s{
        margin-top: 20px; 
    }
    .progress_task_dates .form-control {
        margin-bottom: 15px;
    }
    .ticket-info ul li{
        width: 100% !important;
    }
}

@media(max-width: 576px){
    .tile-box{
        margin-bottom: 15px;
    }
    .user-login h4{
        display: flex;
        align-items: center;
    }
    .ticket-info ul li{
        flex-wrap: wrap;
    }
    .alertify-dialog{
        padding: 20px;
    }
    .radio_inline{
        flex-wrap: wrap;
    }
    .offcanvas-collapse.open {
        left: 30px;
    }
    .ticket_btn_btn {
        width: 100% !important;
        margin-bottom: 10px !important;
        max-width: 300px !important;
    }

}
/*media end*/
.taska{
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
}