
/*--- Google Font ---*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Roboto&display=swap');

/*--- General ---*/
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f6f6f6;
    letter-spacing: .1px;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background: #673ab7;
}
::-webkit-scrollbar-thumb:hover{
    background: #43277e;
}

/*--- Header ---*/
.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.top-header {
    width: auto;
    height: 70px;
    line-height: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    z-index: 15;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: none;
}

.sticky-top-header {
    background: #fff;
    border-bottom: 0px solid #e4e4e4;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.toggle-btn {
    margin-right: 10px;
    font-size: 22px;
    color: #404142;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}

.toggle-btn:hover {
    color: #404142;
}

.toggle-btn:active {
    color: #404142;
    background: #f1f1f1;
}
.logo-icon {
    width: 145px;
}
.logo-icon-2 {
    width: 65px;
    margin-left: 10px;
}

.logo-text {
    color: #404142;
    font-size: 25px;
    margin-bottom: 0;
    margin-left: 10px;
}

.top-header .navbar {
    padding: 0;
    background: transparent;
}

.left-topbar {
    width: auto;
    height: 70px;
    float: left;
    padding-left: 15px;
    background: transparent;
}

.right-topbar {
    width: auto;
    height: 70px;
    padding-right: 15px;
}

.sidebar-header {
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 15px;
    height: 70px;
    background: #fff;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    z-index: 1;
    transition: all .2s ease-out;
}

.right-topbar .navbar-nav .nav-link {
    padding: 0rem 1.4rem;
    border-left: 1px solid #e4e4e4;
    color: #404142;
    height: 70px;
    font-size: 20px;
}

.search-bar {
    padding: 0rem 2.4rem;
}

.search-arrow-back {
    display: none;
}

.search-btn-mobile {
    display: none;
}

.search-bar .btn-search-back {
    background: #f1f1f1;
    border: 1px solid #d9d3d3;
    padding: 0 20px;
    border-radius: 2px;
    height: calc(1.3em + .75rem + 2px);
}

.search-bar .btn-search-back i {
    font-size: 20px;
    color: #727171;
}

.search-bar .btn-search {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 0 25px;
    border-radius: 0px;
    height: calc(1.6em + .75rem + 2px);
}

.search-bar .btn-search i {
    font-size: 16px;
    color: #727171;
}

.search-bar input {
    height: calc(1.6em + .75rem + 2px);
    border: 0;
    border: 1px solid #eaeaea;
    width: 100%;
    border-radius: 2px;
}

.dropdown-toggle-nocaret:after {
    display: none
}

.user-box {
    line-height: 1.3;
    height: 70px;
}

.user-info {
    text-align: right;
    margin-right: 15px;
}

.user-info .user-name {
    font-size: 15px;
    font-weight: 400;
}

.user-info .designattion {
    font-size: 14px;
    color: #a9a8a8;
}

.user-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    padding: 3px;
}

.user-img img {
    border-radius: 10%;
}

.msg-count {
    position: absolute;
    left: 36px;
    top: 19px;
    font-size: 11px;
    font-weight: 500;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    z-index: 5;
    padding: 0;
    color: #fff;
    background-color: #673ab7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang i {
    font-size: 18px !important;
}

.lang span {
    font-size: 18px !important;
    padding-left: 6px;
}

.dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    line-height: initial;
    border: 0px solid #e9ecef;
    margin: 0;
    font-size: 14px;
    border-radius: 15px;
}

.top-header .navbar .dropdown-menu {
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .dropdown-lg .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #673ab7;
    position: absolute;
    top: -6px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #673ab7;
    border-left: 1px solid #673ab7;
}

.top-header .navbar .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.dropdown-lg {
    position: relative;
}

.dropdown-lg .dropdown-menu {
    width: 380px;
    padding: 0px;
    margin: 0;
    border: 0;
}

.dropdown-lg .dropdown-menu .dropdown-item {
    padding: .72rem 1.2rem;
    border-bottom: 1px solid #ededed;
}

.dropdown-lg .user-online {
    position: relative;
}

.dropdown-lg .user-online:after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.dropdown-lg .msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

.dropdown-lg .msg-name {
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-lg .msg-info {
    font-size: 13px;
    margin-bottom: 0;
}

.dropdown-lg .msg-time {
    font-size: 12px;
    margin-bottom: 0;
    color: #919191;
}

.dropdown-lg .msg-header {
    padding: .72rem 1.2rem;
    color: #fff;
    border-bottom: 0px solid #ededed;
    background: #673ab7;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.dropdown-lg .msg-header .msg-header-title {
    font-size: 22px;
    margin-bottom: 0;
}

.dropdown-lg .msg-header .msg-header-subtitle {
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-lg .msg-footer {
    padding: .72rem 1.2rem;
    color: #673ab7;
    border-top: 0px solid #ededed;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.dropdown-lg .notify {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    margin-right: 15px;
}

.dropdown-user-profile .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px;
}

.dropdown-user-profile .dropdown-menu span {
    vertical-align: middle;
}

.dropdown-language .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.dropdown-language .dropdown-menu span {
    vertical-align: middle;
    font-size: 14px;
}

.header-notifications-list {
    position: relative;
    height: 400px;
    overflow-y: scroll;
}

.header-message-list {
    position: relative;
    height: 400px;
    overflow-y: scroll;
}

.dashboard-social-list {
    position: relative;
    height: 250px;
}

.dashboard-top-countries {
    width: 100%;
    height: 322px;
}

/*--- Page Wrapper ---*/
.page-wrapper {
    position: relative;
    margin-top: 70px;
}

.sidebar-wrapper {
    width: 260px;
    height: calc(100% - 70px);
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    z-index: 16;
    background: #fff;
    border-right: 1px solid #e4e4e4;
    box-shadow: none;
    transition: all .2s ease-out;
}

.wrapper.toggled .top-header {
    left: 80px;
}

.page-content-wrapper {
    margin-left: 260px;
    transition: all .3s ease-out;
    margin-top: 70px;
}

.wrapper.toggled .page-content-wrapper {
    margin-left: 80px;
}

.wrapper.toggled .footer {
    margin-left: 80px;
}

.page-content {
    padding: 30px;
}

/*--- Metismenu ---*/
.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent;
}

.sidebar-wrapper .metismenu {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-wrapper .metismenu li+li {
    margin-top: 5px;
}

.sidebar-wrapper .metismenu li:first-child {
    margin-top: 5px;
}

.sidebar-wrapper .metismenu li:last-child {
    margin-bottom: 5px;
}

.sidebar-wrapper .metismenu>li {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sidebar-wrapper .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 8px 15px;
    font-size: 15px;
    color: #5f5f5f;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    border: 1px solid #ffffff00;
    transition: all .3s ease-out;
}

.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 22px;
    width: 25px;
    line-height: 1;
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px;
}

.sidebar-wrapper .metismenu ul a {
    padding: 6px 15px 6px 15px;
    font-size: 15px;
    border: 0;
}

.sidebar-wrapper .metismenu ul a i {
    margin-right: 10px;
}

.sidebar-wrapper .metismenu ul {
    border: 1px solid #ededed;
    background: #ffffff;
}

.sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px;
}

.sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px;
}

.sidebar-wrapper .metismenu a:hover,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu .mm-active>a {
    color: #673ab7;
    text-decoration: none;
    background: rgb(103 58 183 / 10%);
}

.menu-label {
    padding: 20px 15px 5px 5px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .50em;
    height: .50em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #cccbcb;
    padding: 8px 15px;
    font-size: 13px;
    text-align: center;
    margin-left: 260px;
    transition: all .3s ease-out;
    z-index: 10;
}

.p-tab-name {
    display: none !important;
}

@media screen and (min-width: 576px) {
    .p-tab-name {
        display: block !important;
    }
}

@media screen and (min-width: 1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-icon-2 {
        margin-left: 0px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-btn {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center;
        padding: 10px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 80px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 80px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none;
    }

    /* .sidebar-header {
        display: none !important;
    } */

    .chat-toggle-btn {
        display: none !important;
    }

    .email-toggle-btn {
        display: none !important;
    }

    .left-topbar {
        display: none !important;
    }
}

/*--- Components ---*/
.media-icons {
    font-size: 54px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.dashboard-icons {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 42px;
    border-radius: 10px;
}

.widgets-icons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 26px;
    border-radius: 10px;
}

.widgets-social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 22px;
    border-radius: 10px;
}

.icon-box {
    padding: 10px 14px;
    background: #ffffff;
    box-shadow: 0 1px 5px #e3e7eb;
}

.icon-symbol i {
    font-size: 30px;
    color: #673ab7;
}

.icon-name {} .p-10 {
                  padding: 10px;
              }

.p-15 {
    padding: 15px;
}

.font-small {

    font-size: 50%;

}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-60 {
    font-size: 60px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-30 {
    border-radius: 30px;
}
.text-center {
    text-align: center !important;
}
.card {
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 30px;
}

.card-header {
    background-color: transparent;
    font-size: 16px;
    text-transform: capitalize;
}

.card-group {
    margin-bottom: 30px;
}

.card-group {
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.card-group .card {
    box-shadow: none;
}

.metismenu-card .card-header {
    cursor: pointer;
}

.card-deck .card {
    margin-bottom: 30px;
}

/*--- Forms ---*/
input::placeholder {
    color: #000 !important;
    opacity: .3 !important
}

.custom-file-label {
    font-size: 1rem;
}

.form-check-label {
    font-size: 1rem;
}

.form-text {
    font-size: 13px;
}

.invalid-feedback {
    font-size: 100%;
    margin-top: 0.55rem;
}

.custom-control-label {
    font-size: 1rem;
}

.select2-container--bootstrap4 .select2-selection--single {
    font-size: 1rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    font-size: 1rem;
}

.select2-sm .select2-container--bootstrap4 .select2-selection {
    height: calc(1.5em + .5rem + 2px);
    font-size: .875rem;
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: rgba(206, 212, 218, 0.55);
    border-radius: 0;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.g-r-left .select2-container--bootstrap4 .select2-selection {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.g-r-right .select2-container--bootstrap4 .select2-selection {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.scrollspy-1 {
    height: 200px;
    position: relative;
    overflow-y: scroll;
}

.scrollspy-2 {
    height: 200px;
    position: relative;
    overflow-y: scroll;
}

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.70);
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: none;
}

.chip img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;
    border-radius: 50%;
}

.chip .closebtn {
    padding-left: 10px;
    font-weight: bold;
    float: right;
    font-size: 16px;
    cursor: pointer;
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}

.chip.chip-md img {
    height: 42px;
    width: 42px;
}

.chip.chip-lg {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}

.chip.chip-lg img {
    height: 52px;
    width: 52px;
}

/*--- Background Colors ---*/
.bg-rose {
    background-color: #ff007c!important;
}

.bg-voilet {
    background-color: #7d00b5!important;
}

.bg-dribbble {
    background-color: #ea4c89!important;
}

.bg-facebook {
    background-color: #3b5998!important;
}

.bg-twitter {
    background-color: #55acee!important;
}

.bg-google {
    background-color: #e52d27!important;
}

.bg-linkedin {
    background-color: #0976b4!important;
}

.bg-youtube {
    background-color: #f8130b!important;
}

.bg-tumblr {
    background-color: #34526f!important;
}

.bg-vimeo {
    background-color: #86c9ef!important;
}

.bg-body {
    background-color: #f6f6f6!important;
}

.bg-gray {
    background-color: #dee1e6!important;
}

.bg-red-light {
    background-color: #fe6555!important;
}

.bg-primary-blue {
    background-color: #265ed7!important;
}

.bg-dark-blue {
    background-color: #0c1b7a!important;
}

.bg-shine-info {
    background-color: #54dee4!important;
}

.bg-wall {
    background-color: #00cd98!important;
}

.bg-sunset {
    background-color: #ff8b01!important;
}

.bg-light-primary {
    background-color: rgb(103 58 183 / 33%)!important;
}

.bg-light-success {
    background-color: #d6efdc!important;
}

.bg-light-danger {
    background-color: #ffc8da!important;
}

.bg-light-warning {
    background-color: #fff3d1!important;
}

.bg-light-info {
    background-color: #cde9ff!important;
}

.bg-light-purple {
    background-color: #dcdcff!important;
}

.bg-light-shineblue {
    background-color: #ccf7ff!important;
}

.bg-light-cyne {
    background-color: #cce8e8!important;
}

.bg-split-primary {
    background-color: #4f2894;
    border-color: #4f2894;
}

.bg-light-sinata {
    background-color: #f7cbff!important;
}

.bg-light-mehandi {
    background: #f0ffb8!important;
}

.bg-gradient-danger {
    background-image: linear-gradient(to left, #ff758c 0%, #ff7eb3 100%);
}

.bg-gradient-voilet {
    background-image: linear-gradient(to left, #a18cd1 0%, #fbc2eb 100%);
}

.bg-gradient-success {
    background-image: linear-gradient(to left, #05ac9d 0%, #20cfbf 100%);
}

.bg-gradient-mehandi {
    background-image: linear-gradient(to right, #dbe287, #cac531);
}

/*--- Text Colors ---*/
.text-facebook {
    color: #3b5998!important;
}

.text-twitter {
    color: #55acee!important;
}

.text-youtube {
    color: #f8130b!important;
}

.text-linkedin {
    color: #0a66c2!important;
}

.text-skype {
    color: #00aff0!important;
}

.text-purple {
    color: #8280ff!important;
}

.text-shineblue {
    color: #01d7ff!important;
}

.text-cyne {
    color: #008b8b!important;
}

.text-primary-blue {
    color: #265ed7!important;
}

.text-dark-blue {
    color: #0c1b7a !important;
}

.text-shine-info {
    color: #54dee4!important;
}

.text-grey {
    color: #dee1e6!important;
}

.text-red {
    color: #ff392b!important;
}

.text-sinata {
    color: #a52bbb!important;
}

.text-mehandi {
    color: #839838!important;
}

.border-lg-top-primary {
    border-top: 4px solid #673ab7;
}

.border-lg-top-info {
    border-top: 4px solid #198fed;
}

.border-lg-top-danger {
    border-top: 4px solid #f02769;
}

.icon-color-1 {
    color: #ff3030;
}

.icon-color-2 {
    color: #ff007c;
}

.icon-color-3 {
    color: #4CAF50;
}

.icon-color-4 {
    color: #ff8b01;
}

.icon-color-5 {
    color: #a400ed;
}

.icon-color-6 {
    color: #009688;
}

.icon-color-7 {
    color: #03A9F4;
}

.icon-color-8 {
    color: #c37458;
}

.icon-color-9 {
    color: #265ed7;
}

.icon-color-10 {
    color: #30d4e4;
}

.icon-color-11 {
    color: #ca9805;
}

.icon-color-12 {
    color: #a24f30;
}

.product-img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 10px;
}


/*--- Buttons ---*/
.btn {
    text-transform: capitalize;
}

.btn i {
    vertical-align: middle;
    font-size: 1rem;
    margin-top: -1em;
    margin-bottom: -1em;
}

.btn-white {
    color: #212529;
    background-color: #ffffff;
    border-color: #ced4da;
}

.btn-light-primary {
    color: #673ab7;
    background-color: rgb(103 58 183 / 30%);
    border-color: rgb(103 58 183 / 30%);
}

.btn-light-success {
    color: #32ab13;
    background-color: rgb(50 171 19 / 30%);
    border-color: rgb(50 171 19 / 30%);
}

.btn-light-danger {
    color: #f02769;
    background-color: rgb(240 39 105 / 30%);
    border-color: rgb(240 39 105 / 30%);
}

.btn-light-info {
    color: #198fed;
    background-color: rgb(25 143 237 / 30%);
    border-color: rgb(25 143 237 / 30%);
}

.btn-light-warning {
    color: #212529;
    background-color: rgb(255 193 7 / 30%);
    border-color: rgb(255 193 7 / 30%);
}

.btn-light-secondary {
    color: #5a7684;
    background-color: rgb(90 118 132 / 30%);
    border-color: rgb(90 118 132 / 30%);
}

.btn-light-dark {
    color: #343a40;
    background-color: rgb(52 58 64 / 30%);
    border-color: rgb(52 58 64 / 30%);
}

.btn-facebook {
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.btn-facebook:hover {
    color: #fff;
}

.btn-facebook:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 89, 152, 0.5)
}

.btn-twitter {
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.btn-twitter:hover {
    color: #fff;
}

.btn-twitter:focus {
    box-shadow: 0 0 0 .2rem rgba(85, 172, 238, 0.5)
}

.btn-linkedin {
    box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
    background-color: #0976b4;
    border-color: #0976b4;
    color: #fff;
}

.btn-linkedin:hover {
    color: #fff;
}

.btn-linkedin:focus {
    box-shadow: 0 0 0 .2rem rgba(9, 118, 180, 0.5)
}

.btn-youtube {
    box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
    background-color: #e52d27;
    border-color: #e52d27;
    color: #fff;
}

.btn-youtube:hover {
    color: #fff;
}

.btn-youtube:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 45, 39, 0.5)
}

.btn-github {
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}

.btn-github:hover {
    color: #fff;
}

.btn-github:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, 0.5)
}

.btn-skype {
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
}

.btn-skype:hover {
    color: #fff;
}

.btn-skype:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 175, 240, 0.5)
}

.btn-pinterest {
    box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
    background-color: #cc2127;
    border-color: #cc2127;
    color: #fff;
}

.btn-pinterest:hover {
    color: #fff;
}

.btn-pinterest:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 33, 39, 0.5)
}

.btn-dribbble {
    box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #fff;
}

.btn-dribbble:hover {
    color: #fff;
}

.btn-dribbble:focus {
    box-shadow: 0 0 0 .2rem rgba(234, 76, 137, 0.5)
}

.btn-group-round button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-group-round button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*--- login ---*/
.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #ffffff;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
}

.login-img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bg-login {
    background-image: url(../images/bg-login-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-register {
    background-image: url(../images/bg-register-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-forgot {
    background-image: url(../images/bg-forgot-password.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*--- modal ---*/
.modal-header .close {
    padding: 8px 13px;
    margin:0;
}
.modal-header .close:hover{
    background: #fff;
    border-radius: 50%;
}
.modal-header .close:focus{
    outline: none;
}

/*--- paginations ---*/
.round-pagination.pagination .page-item:first-child.disabled span{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.round-pagination.pagination .page-item:last-child.disabled span{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.round-pagination.pagination .page-item:first-child.page-link{
    padding: unset;
    border: unset;
}
.round-pagination.pagination .page-item:last-child.disabled span{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #673ab7;
    background-color: #fff;
    border: 1px solid #eee5ff;
}

.round-pagination.pagination .page-item:first-child.disabled span{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #673ab7;
    background-color: #fff;
    border: 1px solid #eee5ff;
}
.round-pagination.pagination .page-item:first-child .page-link{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.round-pagination.pagination .page-item:last-child .page-link{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


/*--- preloader ---*/
/*:root {*/
    /*--fg: #17181c;*/
    /*--shade1: #727274;*/
    /*--shade2: #cccdd1;*/
    /*--shade3: #f3f4f8;*/
    /*--shade4: #ffffff;*/
    /*--dur1: 1s;*/
    /*--dur2: 6s;*/
    /*font-size: calc(16px + (32 - 16)*(100vw - 320px)/(2560 - 320));*/
/*}*/

.preloader {
    animation: largePopOut var(--dur1) linear;
    border-radius: 50%;
    box-shadow:
            0.15em 0.15em 0.15em var(--shade4) inset,
            -0.15em -0.15em 0.15em var(--shade1) inset,
            1em 1em 2em var(--shade1),
            -1em -1em 2em var(--shade4);
    position: relative;
    width: 12em;
    height: 12em;
    margin: 0 auto 30px auto;
}
.circle-loader{
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
svg{
    width: 80px;
    height: auto;
    margin: 0 auto;
}

/* Animations */
@keyframes fill {
    from {
        clip-path: var(--polygonB1);
        -webkit-clip-path: var(--polygonB1);
    }
    10% {
        clip-path: var(--polygonB2);
        -webkit-clip-path: var(--polygonB2);
    }
    45% {
        clip-path: var(--polygonB3);
        -webkit-clip-path: var(--polygonB3);
    }
    80% {
        clip-path: var(--polygonB4);
        -webkit-clip-path: var(--polygonB4);
    }
    85%, to {
        clip-path: var(--polygonB5);
        -webkit-clip-path: var(--polygonB5);
    }
}
@keyframes glare {
    from, 90% {
        transform: translateX(0);
    }
    to {
        transform: translateX(3em);
    }
}
@keyframes flip {
    from, 90% {
        transform: rotate(0);
    }
    to {
        transform: rotate(180deg);
    }
}



/*--- Responsive ---*/
@media screen and (max-width: 1280px) {
    .left-topbar {
        width: auto;
    }
    .search-bar {
        padding: 0rem 1.4rem;
    }
    .email-header {
        height: auto;
    }
    .email-content {
        padding: 100px 0px 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .page-content {
        padding: 15px;
    }
    .top-header {
        left: 0px;
    }
    .search-bar .btn-search-back {
        background: #ffffff;
        border: 1px solid #ffffff;
        padding: 0 10px;
    }
    .search-arrow-back {
        display: flex;
        margin-right: 0px;
    }
    .search-btn-mobile {
        display: flex;
    }
    .search-bar {
        display: none;
    }
    .full-search-bar {
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 100;
        background: #fff;
        height: 70px;
        padding: 0rem 1.4rem;
    }
    .sidebar-wrapper {
        width: 260px!important;
        left: -260px;
        box-shadow: none;
        z-index: 12;
    }
    .page-content-wrapper {
        margin-left: 0px;
    }
    .wrapper.toggled .sidebar-wrapper {
        left: 0px;
        box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .13);
        transition: all .2s ease-out;
        z-index: 16;
    }
    .wrapper.toggled .page-content-wrapper {
        margin-left: 0px;
    }
    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.6;
        z-index: 15;
        display: block;
        cursor: move;
        transition: all .2s ease-out;
    }
}

@media only screen and (max-width: 1199px) {
    .row.row-group>div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
}

@media screen and (max-width: 991px) {
    .section-authentication-login {
        height: 100%;
        padding: 1.4rem;
    }
    .login-img {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .login-card {
        border-right: 0px solid #dee2e6!important;
        border-bottom: 1px solid #dee2e6!important;
    }
}

@media screen and (max-width: 767px) {
    .user-info {
        display: none;
    }
    .lang span {
        display: none;
    }
    .right-topbar .navbar-nav .nav-link {
        padding: 0rem 14px;
        border-left: 0px solid #ededed;
        font-size: 25px;
    }
    .msg-count {
        left: 26px;
    }
    .search-bar .btn-search {
        padding: 0 20px;
    }
    .authentication-forgot {
        height: auto;
        padding: 2.5rem 1rem;
    }
}

@media screen and (max-width: 620px) {
    .top-header .navbar .dropdown-menu::after {
        display: none;
    }
    .top-header .navbar .dropdown {
        position: static !important;
    }
    .top-header .navbar .dropdown-menu {
        width: 100% !important;
    }
    .dropdown-lg-content {
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 520px) {
    .logo-icon {
        display: none;
    }
}

.input-group-addon.kv-date-remove,.input-group-addon.kv-date-picker{
    color: #673ab7;
    display: inline-block;
    font-weight: 400;
    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 #673ab7;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

span.btn:not(:disabled):not(.disabled) {
    cursor: default !important;
}
.help-block-error{
    color: #ff2520;
}

/* CSS for toggle button*/
.proto-onoffswitch {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 10px !important;
}

.proto-onoffswitch-checkbox {
    display: none;
}

.proto-onoffswitch-label {
    display: block; /*overflow: hidden;*/
    cursor: pointer;
    height: 17px;
    padding: 0;
    line-height: 17px;
    border: 2px solid #E3E3E3;
    border-radius: 17px;
    background-color: #EBEBEB;
    transition: background-color 0.3s ease-in;
}

.proto-onoffswitch-label:before {
    content: "";
    display: block;
    width: 17px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 1px;
    bottom: 0;
    height: 12px;
    right: 22px;
    border: #000;
    border-radius: 50%;
    transition: all 0.3s ease-in 0s;
}

.proto-onoffswitch-checkbox:checked + .proto-onoffswitch-label {
    background-color: #0FB2FC;
}

.proto-onoffswitch-checkbox:checked + .proto-onoffswitch-label, .proto-onoffswitch-checkbox:checked + .proto-onoffswitch-label:before {
    border-color: transparent;
}

.proto-onoffswitch-checkbox:checked + .proto-onoffswitch-label:before {
    right: 0px;
}

.proto-onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 14px !important;
    padding: 0;
    line-height: 17px;
    border: 2px solid #E3E3E3;
    background-color: #EBEBEB;
    transition: background-color 0.3s ease-in;
    width: 90%;
}
.proto-onoffswitch-checkbox:checked + .proto-onoffswitch-label::before {
    margin-right: 5px !important;
    float: left;
}

.user-img{
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    background: #00abe9;
    vertical-align: middle;
    color: white;
}