﻿:root {
    --color1: #1d7cbf; /*color-main1*/
    --color2: #2056ae; /*color-main2*/
    --color3: #29c1a3; /*color-main3*/
    --pattern: url('../../assets/img/patterns/20.png');
}

body {
    border-top: 0 !important;
}

.important-link {
    display: inline-block;
}

.fc-day-today {
    background: #f7d985 !important;
}

.fc-daygrid-day-number {
    font-size: 1.2em;
}

.fc-scroller-liquid-absolute {
    overflow: unset;
}

.fc-daygrid-event-harness {
    background: #fdfdfd;
}

.blog-notification > .blog-post-top {
    padding: 0px !important;
    margin: 0px !important;
}

    .blog-notification > .blog-post-top > h5 {
        padding: 5px !important;
        margin: 0 !important;
    }

.blog-notification > .blog-post-tags {
    margin: 0 !important;
}

.center {
    text-align: center !important;
}

.table1 th {
    padding: 5px;
}

.domainimglink {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    margin: 5px;
    margin-bottom: 15px;
}

    .domainimglink:hover {
        box-shadow: none !important;
    }


/*.image-shadow-container {    
    background-color: #f6f6f6;   
    position: relative;
}
    .image-shadow-container:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient( rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) );
        z-index: 110;
    }*/


ul.ulOtherEvents {
    list-style: none;
}

    ul.ulOtherEvents li {
        margin-bottom: 5px;
        background: #e5e5e5;
        border-radius: 6px !important;
    }

        ul.ulOtherEvents li:before {
            content: "+";
            padding: 0 10px;
            color: var(--color2);
        }

.important-link-image {
    width: 80px;
    height: 80px;
    border-radius: 10px !important;
    margin: 10px;
    border: none !important;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

    .important-link-image:hover {
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%) !important;
    }

.js-countup {
    font-size: 25px;
    font-weight: bold;
    border: none !important;
    padding: 5px;
    margin-bottom: 5px;
}

.important-link {
    vertical-align: top;
    width: 130px;
}

.important-link-title {
    font-size: 12px;
    padding-top: 5px;
    color: var(--color2) !important;
}

.hover-effect {
    color: var(--color1) !important;
}

.important-link-title > h6 {
    font-size: 14px;
    font-weight: bold;
    color: var(--color2) !important;
}


.wrapper {
    background-color: #F8F8F8 !important;
}

.cs-code {
    background: rgba(67,205,103,.08);
    white-space: nowrap;
    color: #029a4f;
    padding: 2px 5px;
    margin: 0 2px;
    font-weight: 700;
    font-family: monospace;
    border: 2px dashed rgba(67,205,103,.35);
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    width: 93%;
    direction: ltr;
    cursor: copy;
    word-break: break-word;
}

.tag-box, .card {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    /*border-bottom: solid 3px var(--color3) !important;*/
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c2cfd6;
}

.card-body, .card-block {
    padding: 1.25rem;
}

.servive-block {
    margin-bottom: 2.2rem !important;
    border: none !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.row_same_height {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.topcontrol {
    z-index: 99999;
}


@media (max-width: 767px) {
    .row_same_height > [class^="col-md"] {
        width: 100% !important;
    }

    .row_same_height > [class^="col-lg"] {
        width: 100% !important;
    }

    .row_same_height > [class^="col-sm"] {
        width: 100% !important;
    }
}

td > .fa-check-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4fc14f !important;
    margin-top: 10px !important;
}


td > .fa-times-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e74c3c !important;
    margin-top: 10px !important;
}

td > .fa-gray {
    color: #777 !important;
}


.card .card-header {
    border-bottom: none;
    padding: 10px;
    background-color: transparent;
    font-size: 1.4em;
}


.card .card-footer {
    border-bottom: none;
    padding: 0 1.5rem 1.5rem;
    background-color: transparent;
    border-top: 0 !important;
}

.top-corner-menu > li > a {
    margin: 5px !important;
}


table.dataTable {
    border: 2px solid #F8F8F8;
}

    table.dataTable th, table.dataTable td {
        border-bottom: 1px solid #F8F8F8;
        border-top: 0;
    }

    table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
        font-size: 0.85rem;
        border: 0;
    }

    table.dataTable thead tr {
        padding: 5px;
        background-color: #F8F8F8;
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
        padding-left: inherit;
    }


    table.dataTable.table-striped tbody tr:nth-of-type(even) {
        background-color: #efefef;
    }

    table.dataTable.table-striped tbody tr:nth-of-type(odd) {
        background-color: #FFFFFF;
    }

    table.dataTable.complex-headers {
        border: 1px solid #DAE1E7;
    }

        table.dataTable.complex-headers thead th, table.dataTable.complex-headers thead td, table.dataTable.complex-headers tfoot th, table.dataTable.complex-headers tfoot td {
            border-bottom: 1px solid #DAE1E7;
            border-left: 1px solid #DAE1E7;
        }

    table.dataTable tbody tr.selected {
        background-color: rgba(115, 103, 240, 0.05) !important;
        color: #7367F0 !important;
        box-shadow: 0 0 1px 0 #7367F0 !important;
        border-radius: 10px;
    }

        table.dataTable tbody tr.selected td, table.dataTable tbody tr.selected th {
            border-bottom: 0;
        }

    table.dataTable thead, tbody, tfoot {
        border: solid 2px #DAE1E7 !important;
    }

.PagerContainerTable > table.dataTable thead, tbody, tfoot {
    border: none !important;
}


div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
    margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
    background-position: calc(100% - (100% - 3px)) 5px, calc(100% - (100% - 20px)) 13px, 0 0;
    padding: 0 0.8rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 1rem;
    padding-bottom: 7px;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
        font-size: 0.8rem;
    }

tr.group {
    background-color: #EDEDED;
}

.well {
    padding: 10px;
    background: #f0f3f5 !important;
    border: 1px solid #c2cfd6 !important;
    border-radius: 0.5rem !important;
}

.sidebar .nav .nav-item .nav-link.active, .sidebar .nav .nav-item .navbar .active.dropdown-toggle, .navbar .sidebar .nav .nav-item .active.dropdown-toggle {
    background: var(--color2) !important;
}

.sidebar .nav .nav-title {
    padding: 0.75rem 1.2rem !important;
    font-size: 13px !important;
}
/*.sidebar .nav .nav-item .nav-link i, .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar .sidebar .nav .nav-item .dropdown-toggle i {
    color: #f7c45e !important;
}*/

.nav-tabs .nav-item.active {
    border: 1px solid #c2cfd6 !important;
    border-bottom: 0 !important;
}

.nav-tabs .nav-link:focus {
    border: 1px solid #c2cfd6 !important;
    border-bottom: 0 !important;
}

.jumbotron {
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    border-bottom: solid 3px var(--color1) !important;
}

.tab-content {
    border-radius: 0 0 0.5rem 0.5rem !important;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    margin-bottom: 20px;
}

.divmenu {
    position: relative;
    box-shadow: rgb(0 0 0 / 20%) 0 5px 5px 1px;
    border-bottom: 0 !important;
    margin-top: 0 !important;
    z-index: 9999;
}

.header .topbar {
    padding: 15px 0px !important;
}

.header {
    background-color: var(--color1) !important;
    background-image: var(--pattern) !important;
}

.navbar-brand h1 {
    color: #eeeeee !important;
}

.subtitle {
    color: #ededed !important;
    margin-top: 20px !important;
    font-size: 13px;
}

.divmenu .navbar {
    background: var(--color2) !important;
    background-image: var(--pattern) !important;
}

.carousel {
    /*margin-top: 0 !important;*/
    top: 0 !important;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0) !important;
}

.carousel-caption {
    padding: 30px 15px !important;
}

.carousel-indicators {
    top: auto;
    bottom: 0px !important;
}

    .carousel-indicators li {
        border-radius: 10px !important;
    }

    .carousel-indicators .active {
        border-radius: 10px !important;
    }

.carousel, .carousel-inner {
    border: none !important;
    /*border-radius: 1.5rem !important;*/
    /*box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: all 0.3s ease-in-out !important;*/
}

.carousel-item:before {
    -webkit-box-shadow: inset 0px -12px 10rem 6px rgb(0 0 0);
    box-shadow: inset 0px -12px 10rem 6px rgb(0 0 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.glyphicon-chevron-left:before {
    color: #fff !important;
    font-size: 22px;
}

.glyphicon-chevron-right:before {
    color: #fff !important;
    font-size: 22px;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    border: 0 !important;
}

.carousel-control {
    background-image: none !important;
    border-radius: 1.5rem !important;
}


h5 > a {
    color: var(--color1) !important;
}


.heading-v4 h2:before, .heading-v4 h2:after {
    top: 17px;
    border-bottom: solid 1px #e1e0e0 !important;
}


.tab-v2 .nav-tabs li.active a {
    border-top: solid 3px var(--color3) !important;
}

.blog li a:hover {
    color: var(--color2);
}

.breadcrumbs-v3 {
    margin: 0 30px !important;
    border-radius: 10px !important;
    background-color: var(--color3) !important;
    background-image: var(--pattern) !important;
    margin-top: 20px !important;
    padding: 10px 0 !important;
}

    .breadcrumbs-v3 .breadcrumb li a {
        color: #ebebeb;
    }

    .breadcrumbs-v3 .breadcrumb {
        top: unset !important;
    }

.content {
    margin-top: 20px !important;
    padding-top: 0 !important;
}

.signin-signup-description {
    padding-top: 5px !important;
    font-size: 1.2em;
}

.product-desc:empty {
    display: none;
}

.easy-block-v1 {
    height: 100%;
}

.easy-block-v1 {
    padding: 5px;
    padding-top: 20px !important;
    margin-bottom: 20px;
}

.card {
    margin-bottom: 15px;
}

    .card .row {
        margin-bottom: 15px;
    }

.marign-bottom-10 {
    margin-bottom: 10px;
}

.padding-side-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.tag-box-v1 > .blog:last-of-type > .blog-post-tags {
    border-bottom: 0 !important;
}

.tag-box-v1 table tr:last-of-type .blog-post-tags {
    border-bottom: 0 !important;
}

.tag-box-v1 > .blog:first-of-type > .blog-post-tags {
    border-bottom: solid 1px #ccc !important;
}
/****************Buttons***********/
.btn-u, .btn {
    border-radius: 0.42rem !important;
    border-bottom: 4px solid #777777 !important;
}

    .btn-u.btn-u-green {
        color: #fefefe !important;
    }

        .btn-u.btn-u-green:hover:focus:active {
            color: #fff !important;
        }


    .btn-u.btn-u-green, .btn-success {
        background: linear-gradient(to right,#63D471 0%,#2a9e78 100%) !important;
        box-shadow: 0 0 10px rgba(74,181,82,.18) !important;
        border: 0 !important;
        border-radius: 5px !important;
        border-bottom: 4px solid #1eab2f !important;
    }

    .btn-u.btn-u-red, .btn-danger, .btn-red {
        background: linear-gradient(to right,#dc1f1f 0%,#bd0000 100%) !important;
        box-shadow: 0 0 10px rgba(74,181,82,.18) !important;
        border: 0 !important;
        border-radius: 5px !important;
        border-bottom: 4px solid #b30000 !important;
    }

    .btn-u.btn-u-blue, .btn-primary, .btn-info {
        background: linear-gradient(to right,#79b1ea 0%,#3e76dc 100%) !important;
        box-shadow: 0 0 10px rgb(74 141 181 / 18%) !important;
        border: 0 !important;
        border-radius: 5px !important;
        border-bottom: 4px solid #1f84da !important;
    }

    .btn-u.btn-u-yellow, .btn-u.btn-u-orange, .btn-warning {
        background: linear-gradient(to right,#f5b239 0%,#fb842f 100%) !important;
        box-shadow: 0 0 10px rgba(74,181,82,.18) !important;
        border: 0 !important;
        border-radius: 5px !important;
        border-bottom: 4px solid #da8e1f !important;
    }

    .btn-u.btn-u-gold {
        background: linear-gradient(to right,#a5952d 0%,#9e8c1d 100%) !important;
        border: 0 !important;
        border-radius: 5px !important;
        border-bottom: 4px solid #bb6308 !important;
    }

    .btn-u.btn-u-green:hover,
    .btn-u.btn-u-green:focus,
    .btn-u.btn-u-green:active,
    .btn-u.btn-u-green.active,
    .open .dropdown-toggle.btn-u.btn-u-green {
        background: #1298c3;
    }

.datepickerbtn, .timepickerbtn {
    /*border-bottom: none !important;*/
    background: #f0f3f5;
    color: #495b64;
    font-weight: bold;
    border-radius: 0 !important;
    border: solid 1px #c2cfd6 !important;
}

/***************************/
h5 > a {
    color: var(--color2) !important;
}

h2 > a {
    color: var(--color2) !important;
}

a > h5 {
    color: var(--color2) !important;
}

li > .fa {
    color: var(--color2) !important;
}

li > a > .fa {
    color: var(--color2) !important;
}

.btn-u > .fa {
    color: #fff !important;
}

li > span {
    color: var(--color2) !important;
}

.label > a {
    color: var(--color2) !important;
}

.headline {
    margin: 10px 0;
}

.blog {
    padding: 0 10px;
}

    .blog > a {
        color: var(--color2) !important;
    }

.blog-info {
    margin-bottom: 10px !important;
}

a {
    color: var(--color1);
    text-decoration: none !important;
}

    a:focus, a:hover, a:active {
        color: var(--color2);
    }

.breadcrumb li.active, .breadcrumb li a:hover {
    color: #e9e9e9 !important;
}

main h2 {
    color: var(--color2) !important;
}

.breadcrumb_panel li.active, .breadcrumb li a:hover {
    color: #777 !important;
}

.btn-u-orange {
    background: var(--color1) !important;
}


.header {
    height: 130px !important;
}

    .header h1 {
        /*padding-top: 10px !important;*/
        margin-top: 0 !important;
        font-size: 20px !important;
    }

        .header h1 > .domain {
            margin-top: -10px !important;
        }

.heading h2 {
    color: var(--color2) !important;
}


.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid var(--color3) !important;
}


#logo-header {
    margin: 0 30px !important;
    width: 50px !important;
}

.navbar-brand h1 {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
}



.badge {
    font-size: 90% !important;
}

.badge-over {
    margin: -5px !important;
    position: absolute;
}
/****************/
.navbar-fixed-top {
    margin-bottom: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
    line-height: 30px !important;
}

.divmenu .navbar-default .navbar-nav > li > a {
    font-size: 13px !important;
    color: #dddddd !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 12px !important;
    color: #dddddd !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    text-align: unset !important;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover {
            background: #ddd;
        }

/*.navbar-nav .dropdown-menu > li {
    margin: 5px !important;
}

.navbar-nav .dropdown-menu > li > a{
}

.navbar-nav .dropdown-menu > li:hover {
    background-color: #f3f3f3 !important;
    margin: 5px !important;
    border-radius: 7px !important;
}
    .navbar-nav .dropdown-menu > li > a:hover {
        border: 0 !important;
        border-radius: 7px !important;
    }*/


.navbar-list > li {
    background: var(--color2) !important;
}

    .navbar-list > li > a {
        color: #fff !important;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*background: unset !important;*/
}

.navbar-list > li {
    border-bottom: solid 1px #333 !important;
    border-radius: 0 !important;
}

    .navbar-list > li:hover {
        border-bottom: solid 1px #000 !important;
    }

    .navbar-list > li > a:hover {
        color: #eee !important;
        background: unset !important;
    }

.navbar-list > a {
    border-radius: 0 !important;
}

.menu-list {
    border-radius: 0.5rem !important;
}

.navbar-list {
    border-radius: 0.5rem !important;
}

    .navbar-list li:first-child {
        border-top-right-radius: 0.5rem !important;
        border-top-left-radius: 0.5rem !important;
    }

    .navbar-list li:last-child {
        border-bottom: 0 !important;
        border-bottom-right-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
    }

.img-avatar {
    border: 2px solid #c2cfd6 !important;
    border-radius: 50% !important;
    padding: 2px;
    width: 30px !important;
    height: 30px !important;
}
/****************/

.fixed-navigation {
    background: var(--color1) !important
}

    .fixed-navigation:after {
        background: var(--color1) !important
    }


.nav-item .img-avatar {
    border: 2px solid var(--color2) !important;
    border-radius: 50% !important;
    padding: 2px;
    width: 30px !important;
    height: 30px !important;
}

.nav-item > .btn-u-gray {
    background: #7d7d7d !important;
    box-shadow: 0 0 10px rgb(128 128 128 / 18%) !important;
    border: 0 !important;
    margin: 0 5px !important;
    border-radius: 10px !important;
}

.nav-item > .changeroledomain {
    border: 0 !important;
}

.nav-item > .btn-u-blue {
    border: 0 !important;
}

.nav-item > .btn-u-yellow {
    border: 0 !important;
}

.nav-item > .btn-u-red {
    background: #dc1f1f !important;
    border: 0 !important;
    margin: 0 5px !important;
}

a:hover {
    text-decoration: none !important;
}

.table_news {
    border-collapse: unset !important;
}

.imgnews {
    border: 1px solid #ddd !important;
    padding: 3px !important;
    border-radius: 50% !important;
    margin: 5px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.imgnews_in {
    border: 1px solid #ddd !important;
    padding: 3px !important;
    margin: 5px;
    width: 100%;
    max-height: 200px;
}

td > div > .btn, .btn-u {
    /*border-radius: 0 !important;*/
}

.PagerContainerTable td > a {
    border-radius: 50px !important;
}

.PagerContainerTable td span {
    border-radius: 50px !important;
    padding: 0 10px;
}

.nav-tabs > li > a > i {
    color: #000 !important;
    padding: 0 2px !important;
}


.servive-block-dark {
    background: var(--color2) !important;
}


.card {
    padding: 10px;
}

/*.tag-box table, tr, td, tbody {    
    border: none !important;
    border-collapse: collapse !important;
}

.tag-box td{
    padding:5px !important;
}*/


element.style {
}

.navbar-default .navbar-toggle {
    background: transparent !important;
    border: none !important;
}

    .navbar-default .navbar-toggle:hover {
        background: transparent !important;
        border: none !important;
    }

    .navbar-default .navbar-toggle .fa {
        color: #fff !important;
    }

        .navbar-default .navbar-toggle .fa:hover {
            color: var(--color1) !important;
        }

.carousel-fade .carousel-inner .item {
    position: relative;
}

.carousel img {
    width: 100%;
    height: auto;
}


.number-question {
    background: #333 !important;
    color: #fff !important;
    padding: 2px 5px !important;
    margin: 2px 5px !important;
    position: relative;
    top: -12px !important;
}


.notification-date {
    color: #DAE1E7;
    font-size: 0.9em;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px !important;
    width: 80px !important;
    min-height: 80px !important;
    height: 80px !important;
    border-radius: 10px !important;
    margin: 2px;
}

.notification-date-box {
    text-align: center;
    color: #fff;
}

    .notification-date-box .notification-date-day {
        background-color: #3f3250;
    }

        .notification-date-box .notification-date-day .day {
            font-weight: 500;
            font-size: 20px;
            line-height: 20px;
            padding-top: 5px;
        }

        .notification-date-box .notification-date-day .month {
            font-size: 20px;
        }

    .notification-date-box .notification-date-year {
        background-color: #EF4959;
    }


.badge-success {
    background-color: #63D471 !important;
}


.bg-success {
    background-color: #29c1a3 !important;
}


.bg-danger {
    background-color: #f8856b !important;
}

.badge-danger {
    background-color: #ff4a4a !important;
}

.badge-info {
    color: #fff !important;
    background-color: #63c2de !important;
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    width: 100% !important;
    padding: 0.5rem 0.75rem;
    height: 35px !important;
}

.select2-selection__rendered {
    margin-top: -5px !important;
}

.carousel {
    background: linear-gradient(to top,#555 0%,#999 100%) !important
}


.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    margin-bottom: -10px;
}


    .carousel-indicators li.active {
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-left: 3px;
        margin-right: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #FFFFFF;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        -webkit-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
        margin-bottom: -10px;
        opacity: 1 !important;
    }


.statistics {
    padding: 10px 0 30px 0;
}

.counters {
    color: var(--color2);
}

    .counters span.counter-icon i {
        background: var(--color1);
    }

        .counters span.counter-icon i:after {
            border-top: 7px solid var(--color1);
        }

.btn-more {
    text-decoration: none;
    border: 1px solid var(--color1) !important;
    padding: 2px 18px;
    border-radius: 20px !important;
    color: var(--color1) !important;
    font-size: 13px;
    transition: all 0.3s;
}

    .btn-more:hover {
        color: var(--color1) !important;
        border: 1px solid var(--color1) !important;
    }

.headline h2 {
    font-size: 20px;
}



.divider.right.bottom {
    background: #f2f2f2;
}

.divider {
    height: 125px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .divider.right.bottom:after {
        border-bottom-color: #1e1e1e;
        border-left: none;
        border-right: 100vw solid transparent;
    }

    .divider.right:after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 55px solid #313131;
        border-right: 100vw solid transparent;
        position: absolute;
        left: 0;
        bottom: 0;
    }


.countdown {
    font-family: "IRANSans" !important;
    box-shadow: none;
    background: linear-gradient(to right,#292929 0%,#000601 100%) !important;
    border-bottom: 3px solid #000e02 !important;
}

.blog-post-top {
    padding-top: 10px;
}


@media (max-width: 767px) {
    #logo-header {
        display: none;
    }

    .navbar-brand h1 {
        padding: 0 30px !important;
    }

    .subtitle {
        padding: 0 30px !important;
    }

    .carousel-caption {
        display: none;
    }
}


.slider-shape-divider {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -50px;
    z-index: 9999;
}

    .slider-shape-divider svg {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        background: transparent;
    }

    .slider-shape-divider .shape-fill {
        fill: #F8F8F8;
    }

/*****************Footer Start*/

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #646464 !important;
}

.footer > .headline {
    border-bottom: dotted 1px #8a8a8a !important;
}

.footer .heading h2 {
    color: #0e0d0d !important;
}

.footer .blog > a {
    transition: all 0.3s
}

    .footer .blog > a:hover {
        margin: 10px;
    }

.footer h2, .footer h3, .footer h4 {
    color: #0e0d0d !important;
}

    .footer h2 i {
        color: var(--color2) !important;
    }

.footer p {
    color: #646464 !important;
}

.footer {
    background-position: 0% 0%;
    background-image: var(--pattern) !important;
    color: #646464 !important;
    padding-top: 70px;
    background-color: #ededed !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.h5, h5 {
    font-size: 14px;
}


.footer-shape-divider {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .footer-shape-divider svg {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        transform: rotateY(180deg);
    }

    .footer-shape-divider .shape-fill {
        fill: #f8f8f8;
    }


.copyright {
    background: var(--color2) !important;
}


    .copyright a {
        color: var(--color3) !important;
    }

        .copyright a:hover {
            color: var(--color3) !important;
        }

    .copyright .fa {
        color: var(--color3) !important;
    }
/*****************Swiper*/


h2, .h2 {
    font-size: 26px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}


/*#swiper-01 .swiper-slide:before {
    -webkit-box-shadow: inset 0px -7px 4rem 3px rgb(0 0 0);
    box-shadow: inset 0px -7px 4rem 3px rgb(0 0 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}*/

#swiper-01 .swiper-slide img {
    width: 100%;
    max-height: 350px;
}

.swiper-button-next i {
    display: none;
}

.swiper-button-prev i {
    display: none;
}

.swiper-slide {
    text-align: center;
}

.swiper-caption {
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    bottom: 50px;
    /*background: #444;*/
    opacity: 0.9;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0 auto;
    text-shadow: 2px 2px 6px #0c0c0c;
    /*border-radius: 0.5rem !important;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%) !important;
    -webkit-transition: all 0.3s ease-in-out !important;*/
}


.swiper-pagination-bullet {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    margin-bottom: -10px;
}


.swiper-pagination-bullet-active {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    margin-bottom: -10px;
    opacity: 1 !important;
}

.swiper-button-prev {
    padding: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    padding: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}


.blog-post-tags {
    background: #ffffff !important;
    border-top: 0 !important;
    border-bottom: solid 1px #ccc !important;
    /* border-top: 1px solid #EEEEEE; */
    margin-top: 10px;
}

    .blog-post-tags > .list-inline > li {
        color: #888 !important;
    }

.nowrap {
    display: inline-block;
    white-space: nowrap;
}

.borderbottomdot {
    border-bottom: solid 1px #8a8a8a !important;
}

.PagerContainerTable {
    padding-top: 20px;
}

    .PagerContainerTable td span.active {
        padding: 10px 12px;
        padding-top: 6px !important;
    }



.headlinenews {
    margin: 10px !important;
}

.blog-post-top {
    padding: 5px;
}

    .blog-post-top h2 {
        font-size: 18px;
    }

    .blog-post-top h5 {
        font-size: 13px;
    }

.scrollbar {
    overflow-y: auto;
}


    .scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .scrollbar::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: var(--color2);
        /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, var(--color1)), color-stop(0.72, var(--color2)), color-stop(0.86, var(--color1)));*/
    }

.multiselect-container {
    float: unset !important;
    left: unset !important;
    text-align: unset !important;
    min-width: 12rem !important;
}

.multiselect-native-select {
    width: 100%;
}

    .multiselect-native-select .btn-group {
        width: 100% !important;
    }

    .multiselect-native-select .multiselect {
        width: 100% !important;
    }
/*.hoverimage-shine {
    position: relative;
    height: 100%;
    display: block;
}

    .hoverimage-shine:after {
        content: "";
        position: absolute;
       
        left: -60%;
        width: 20%;
        height: 100%;
        opacity: 0;
        transform: rotate(30deg);
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
    }

.hoverimage-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.hoverimage-shine:active:after {
    opacity: 0;
}*/
/******************Socials*************/
.social_instagram {
    background: url('../../assets/img/icons/social/instagram.png') no-repeat;
}


.social_telegram {
    background: url('../../assets/img/icons/social/telegram.png') no-repeat;
}


.social_eitaa {
    background: url('../../assets/img/icons/social/eitaa.png') no-repeat;
}


.social_rubika {
    background: url('../../assets/img/icons/social/rubika.png') no-repeat;
}

.social_aparat {
    background: url('../../assets/img/icons/social/aparat.png') no-repeat;
}

.menu-shape-divider {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .menu-shape-divider svg {
        position: relative;
        display: block;
        width: 100%;
        height: 25px;
    }

    .menu-shape-divider .shape-fill {
        fill: var(--color2);
        background-image: var(--pattern) !important;
    }

.latest_notification > div {
    padding: 0;
}

.bg-messages {
    border-radius: 10px !important;
    color: #29363d;
    background-color: #eabf63 !important;
}

/*input[type="text"], input[type="password"] {
    border-radius: 25px !important;
    padding: 10px !important;
}

.input-group-addon {
    border-radius: 25px !important;
    border: 1px solid #c2cfd6 !important;
    border-left: 1px solid #c2cfd6 !important;
}

*[dir="rtl"] .input-group-addon:not(:last-child) {
    border-radius: 25px !important;
    border: 1px solid #c2cfd6 !important;
    border-left: 1px solid #c2cfd6 !important;
}

select {
    border-radius: 25px !important;
    border: 1px solid #c2cfd6 !important;
    border-left: 1px solid #c2cfd6 !important;
}*/
.adminhr {
    padding: 0 !important;
    margin: 10px 0 !important;
    border-top: 1px dashed #ccc;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #999999;
}

.fa-green {
    color: #25bb00 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.ui-datepicker-calendar {
    font-size: 1em !important;
}

.ui-datepicker-today .ui-state-default {
    background: #f0f3f5 !important;
    color: #333;
    border: solid 1px #999;
}

.ui-datepicker-header
a.ui-datepicker-prev, div.ui-datepicker-header
a.ui-datepicker-next {
    display: none;
}

.money_persian {
    font-size: 0.8em;
    max-width: 30%;
    word-wrap: break-word;
    white-space: normal;
    font-weight: bold;
}

.necessary {
    border: 1px solid #c2cfd6 !important;
    border-bottom: solid 1px #ef0c0c !important;
    box-shadow: 0px 3px 5px 0 rgb(245 11 11 / 25%) !important;
}

.form-control.necessary:focus {
    border: solid 1px #ef0c0c !important;
}

.form-control {
    padding: 0.2rem 0.75rem !important;
}

.commentli {
    background: #f7f7f7;
    padding: 10px;
    margin: 5px;
}

.comment-list li article {
    border-bottom: none !important;
}


.swiper-wrapper {
    max-height: 400px !important;
}


.views-field img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .views-field img {
        width: 100% !important;
        float: none !important;
        height: auto !important;
    }
}

.commentcaptcha {
    margin-bottom: 0 !important;
}

.not-approved {
    background: #fffeed;
}

.btn-like {
    border: 0 !important;
    margin: 0 5px !important;
    background: #1db74d !important;
    float: none !important;
    color: #ffffff !important;
}

    .btn-like i {
        color: #ffffff !important;
    }

.li-logout {
    margin: 0 10px !important;
    padding: 2px 10px !important;
    background: #ffcfcf;
}

a[data-action="expand"] {
    padding: 4px !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    border: 0 !important;
}

.card.card-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}



.navbar-toggler {
    border: 0 !important;
    outline: 0 !important;
}

navbar-toggler:focus {
    outline: 0 !important;
}

.navbar-toggler:focus, .navbar-toggler {
    padding: 5px 15px;
}

@media screen and (max-width: 600px) {
    .top-corner-menu {
        font-size: 10px;
    }

    .breadcrumb {
        font-size: 10px;
    }

    .lichangeroledomain {
        display: none !important;
    }

    .li_header_faq {
        display: none !important;
    }

    .li_header_date {
        display: none !important;
    }
}

@media screen and (max-width: 300px) {
    .top-corner-menu {
        font-size: 6px;
    }
}

/*@media (min-width: 991px) {
    .sidebar-mobile-show .sidebar {
        width: 50px;
    }
}*/

.sidebar .nav .nav-item .nav-link i, .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar .sidebar .nav .nav-item .dropdown-toggle i {
    color: #82c5e8 !important;
}

.sidebar .nav .nav-item .nav-link {
    padding: 0.35rem 1rem;
    border-bottom: solid #222 1px !important;
}

.sidebar-nav-v1 li a {
    padding: 5px !important;
}

.fixed-navigation {
    font-size: 12px;
    position: fixed;
    top: 50px;
    z-index: 800;
    background: #ff6a00;
    padding: 5px 10px;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(45, 43, 43, 0.3);
    animation: showme 2s ease-in-out, hideme 1s ease-in-out 5s;
    transition: 0.3s all;
    animation-fill-mode: forwards;
}


@keyframes showme {
    from {
        opacity: 0;
        transform: translate3d(0px,-100px,0px);
    }

    to {
        opacity: 1;
        transform: translate3d(0px,0px,0px);
    }
}

@keyframes hideme {
    from {
        opacity: 1;
        transform: translate3d(0px,0px,0px);
    }

    to {
        opacity: 0;
        transform: translate3d(0px,-100px,0px);
    }
}

.fixed-navigation:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ff6a00;
    box-shadow: 0 3px 6px rgba(45, 43, 43, 0.3);
    top: -7px;
    clip-path: polygon(50% 0, 100% 50%, 50% 50%, 0 50%);
    left: 40px;
}

.ul_role {
    all: unset;
}

    .ul_role li:first-child {
        background: #29c1a3;
        color: #fff;
        border-radius: 3px;
        display: flex;
        justify-content: space-between;
        padding: 5px;
        margin: 5px;
    }

    .ul_role li a {
        background: #ffd800;
        border-radius: 3px;
        display: flex;
        justify-content: space-between;
        padding: 5px;
        margin: 5px;
    }

        .ul_role li a:hover {
            background: #ff6a00;
            color: #fff;
            text-decoration: none;
        }


    .ul_role li span {
        background: #b6ff00;
        border-radius: 3px;
        display: flex;
        justify-content: space-between;
        padding: 5px;
        margin: 5px;
    }

    .ul_role > li, ul {
        list-style: none !important;
    }

.acc-v1 .panel-title {
    padding: 10px !important;
    background: #fff;
}

.modal-image {
    z-index: 1;
    display: none;
    padding-top: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8)
}

.modal-image-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.modal-hover-opacity {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

    .modal-hover-opacity:hover {
        opacity: 0.60;
        filter: alpha(opacity=60);
        -webkit-backface-visibility: hidden
    }


.close {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: white
}

.table-questions img {
    max-width: 100%;
}

.container1 {
    width: 200px;
    display: inline-block;
}

.modal-image-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.form-check-accounts > label {
    margin: 5px 0;
    padding: 0 5px !important;
}

.card_part {
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 10px !important;
    overflow: auto;
    background-color: #fff;
    height: 100%;
    box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.ticket_accordion {
    position: relative;
}

    .ticket_accordion:before {
        top: 0;
        bottom: 0;
        margin: 0px 30px;
        right: 0;
        width: 10px;
        content: '';
        background: #ffc107;
        position: absolute;
    }

.section-space-bottom-less4 {
    padding: 0 0 46px;
}

.tab-space2 {
    margin-left: -2px;
    margin-right: -2px;
}


.img-overlay-70 {
    position: relative;
    border-radius: 10px !important;
}

.img-scale-animate {
    overflow: hidden;
}

    .img-scale-animate img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1.5s ease-out;
        -moz-transition: all 1.5s ease-out;
        -ms-transition: all 1.5s ease-out;
        -o-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out;
    }

.title-medium-light {
    line-height: 1.4;
    font-size: 15px;
}

.list_li_link a i {
    color: var(--color3);
}


.mask-content-date {
    color: #DAE1E7;
    font-size: 0.8em;
    background: var(--color1);
    padding: 5px 10px;
}

    .mask-content-date > i {
        color: #fff !important;
    }

.title-medium-light > a {
    color: #fff;
}

    .title-medium-light > a:hover {
        color: var(--color3);
    }

.mask-content-lg {
    position: absolute;
    z-index: 7;
    bottom: 10px;
    padding: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.topic-box-sm {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    z-index: 2;
}

.color-cod-gray:before {
    border-top: 8px solid #111;
    border-right: 8px solid transparent;
}

.topic-box-sm:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}

.color-cod-gray:after {
    background-color: #111;
}

.topic-box-sm:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.post-date-light ul {
    line-height: 1;
}

    .post-date-light ul li {
        display: inline-block;
        line-height: 1;
        margin-bottom: 12px;
        font-size: 14px;
        color: #fff;
        margin-right: 15px;
    }

        .post-date-light ul li span {
            float: left;
            font-weight: 700;
            margin-right: 8px;
            display: inline-block;
        }

        .post-date-light ul li a {
            color: #fff;
            -webkit-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out;
            -ms-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            transition: all .5s ease-out;
        }

h1.title-medium-light {
    font-weight: 500;
    color: #fff;
}

    h1.title-medium-light a {
        color: #fff;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

.tab-space2 > div {
    padding: 0 2px;
    padding-bottom: 4px;
}

.tab-space2 {
    margin-left: -2px;
    margin-right: -2px;
}

.img-overlay-70 {
    position: relative;
}

.img-overlay-70 {
    position: relative;
}

.img-scale-animate {
    overflow: hidden;
}

.img-overlay-70:before {
    opacity: .7;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#111),to(transparent));
    background-image: -webkit-linear-gradient(transparent,#111);
    background-image: -moz-linear-gradient(transparent,#111),-moz-linear-gradient(transparent,#111);
    background-image: -o-linear-gradient(transparent,#111),-o-linear-gradient(transparent,#111);
    background-image: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.mask-content-sm {
    position: absolute;
    z-index: 7;
    bottom: 5px;
    padding: 10px;
}

.img-scale-animate img {
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.img-scale-animate img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.width-100 {
    width: 100%;
}


.img-scale-animate img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.img-scale-animate:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.img-grayscale-hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.img-grayscale-hover:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}


.topbar ul.loginbar > li > a, .topbar ul.loginbar > li > a:hover {
    text-transform: unset;
}

.divmenu .navbar-default .navbar-nav > li > a {
    text-transform: unset;
}


.timeline-v2 > li .cbp_tmicon {
    background: var(--color2) !important;
}

.ticket-support > .cbp_tmlabel {
    background: #ebffe8 !important;
}

    .ticket-support > .cbp_tmlabel:after {
        border-left-color: #ebffe8 !important;
    }

.ticket-support > .cbp_tmicon {
    background: #ebffe8 !important;
}


i {
    padding: 0 2px;
}

.notification {
    display: flex;
    min-height: 80px;
    padding: 5px;
    padding-bottom: 15px !important;
}

.notification-title {
    background: #efefef;
    padding: 10px;
    min-width: 80px !important;
    border-radius: 10px !important;
    margin: 2px;
    width: 100%;
    min-height: 80px;
}

.nopadding {
    padding: 5px 0 !important;
}

.transition-v1 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .transition-v1:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: 0 4px 25px 0 rgb(0 0 0 / 25%) !important;
    }

.input-assessment {
    padding-top: 10px;
}

.label-details {
    background: #fff;
    border: solid 1px #000;
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
    display: block;
    border-radius: 0.25rem !important;
}

.transition-v2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .transition-v2:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.notification-text {
    line-height: 1.4;
    font-weight: bold;
}

    .notification-text a {
        color: var(--color1);
    }

        .notification-text a:hover {
            color: var(--color2);
        }


.blog-content img {
    max-width: 100%;
    border-radius: 10px !important;
    padding: 3px;
    border: solid 1px #eee;
    -webkit-box-shadow: 0px 7px 8px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 8px -5px rgba(0,0,0,0.3);
}

.blog table {
    margin: 10px !important;
    padding: 10px !important;
    border-collapse: collapse !important;
    width: 95% !important;
}

    .blog table > th, td {
        padding: 5px !important;
    }

.blog tr:nth-child(odd) {
    background-color: #efefef;
}

.blog tr:first-child {
    background-color: #ddd;
}


.card-body {
    overflow-x: unset;
}

    .card-body .well {
        overflow-x: overlay;
    }

.card-footer a {
    margin: 0 2px;
}

.card-footer ul.dropdown-menu {
    display: none;
    table-layout: unset;
}

.card-footer ul li {
    display: unset;
    font-size: 0.9em;
}

    .card-footer ul li a {
        padding: 2px !important;
    }

.open > .dropdown-menu, .show > .dropdown-menu {
    display: block !important;
}

.btn-group .dropdown-menu > li {
    padding: 5px;
}

    .btn-group .dropdown-menu > li > a {
        padding: 0;
    }

.move-to-basket {
    position: absolute;
    bottom: 0;
    margin-bottom: -5px;
    margin-right: -5px !important;
    margin-left: -5px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.img-overlay-blog {
    margin-bottom: 20px;
}

.alert {
    border: solid 1px #cfcfcf;
    margin-bottom: 2.2rem !important;
    border: none !important;
    border-radius: 10px !important;
}

    .alert p {
        padding: 5px 10px !important;
        margin: 0 !important;
    }

.dataTables_wrapper {
    padding: 10px;
    border: 1px solid #c2cfd6 !important;
    border-radius: 0.5rem !important;
}

del {
    color: red !important;
}

button.close {
    color: #000;
    padding: 0 10px;
}

.text-muted {
    color: #b9b9b9 !important;
}

@media (min-width: 767px) {
    .divmenu .navbar-default .navbar-nav > li > a {
        padding: 9px 0px 9px 30px;
    }
}



.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-default .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-default .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #c2cfd6;
        border-radius: 2px;
        transition: opacity background .15s ease-out;
    }

    .switch.switch-default .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-default .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-default .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #c2cfd6;
        border-radius: 1px;
        transition: left .15s ease-out;
    }

    .switch.switch-default .switch-input:checked ~ .switch-handle {
        left: 18px;
    }

    .switch.switch-default.switch-lg {
        width: 48px;
        height: 28px;
    }

        .switch.switch-default.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-default.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-default.switch-sm {
        width: 32px;
        height: 20px;
    }

        .switch.switch-default.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-default.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
            left: 14px;
        }

    .switch.switch-default.switch-xs {
        width: 24px;
        height: 16px;
    }

        .switch.switch-default.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-default.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
            left: 10px;
        }

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-text .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-text .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #c2cfd6;
        border-radius: 2px;
        transition: opacity background .15s ease-out;
    }

        .switch.switch-text .switch-label::before,
        .switch.switch-text .switch-label::after {
            position: absolute;
            top: 50%;
            width: 50%;
            margin-top: -.5em;
            line-height: 1;
            text-align: center;
            transition: inherit;
        }

        .switch.switch-text .switch-label::before {
            right: 1px;
            color: #c2cfd6;
            content: attr(data-off);
        }

        .switch.switch-text .switch-label::after {
            left: 1px;
            color: #fff;
            content: attr(data-on);
            opacity: 0;
        }

    .switch.switch-text .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-text .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-text .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #c2cfd6;
        border-radius: 1px;
        transition: left .15s ease-out;
    }

    .switch.switch-text .switch-input:checked ~ .switch-handle {
        left: 26px;
    }

    .switch.switch-text.switch-lg {
        width: 56px;
        height: 28px;
    }

        .switch.switch-text.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-text.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
            left: 30px;
        }

    .switch.switch-text.switch-sm {
        width: 40px;
        height: 20px;
    }

        .switch.switch-text.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-text.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-text.switch-xs {
        width: 32px;
        height: 16px;
    }

        .switch.switch-text.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-text.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
            left: 18px;
        }

.switch.switch-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-icon .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-icon .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-family: FontAwesome;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #c2cfd6;
        border-radius: 2px;
        transition: opacity background .15s ease-out;
    }

        .switch.switch-icon .switch-label::before,
        .switch.switch-icon .switch-label::after {
            position: absolute;
            top: 50%;
            width: 50%;
            margin-top: -.5em;
            line-height: 1;
            text-align: center;
            transition: inherit;
        }

        .switch.switch-icon .switch-label::before {
            right: 1px;
            color: #c2cfd6;
            content: attr(data-off);
        }

        .switch.switch-icon .switch-label::after {
            left: 1px;
            color: #fff;
            content: attr(data-on);
            opacity: 0;
        }

    .switch.switch-icon .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-icon .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-icon .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #c2cfd6;
        border-radius: 1px;
        transition: left .15s ease-out;
    }

    .switch.switch-icon .switch-input:checked ~ .switch-handle {
        left: 26px;
    }

    .switch.switch-icon.switch-lg {
        width: 56px;
        height: 28px;
    }

        .switch.switch-icon.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-icon.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
            left: 30px;
        }

    .switch.switch-icon.switch-sm {
        width: 40px;
        height: 20px;
    }

        .switch.switch-icon.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-icon.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-icon.switch-xs {
        width: 32px;
        height: 16px;
    }

        .switch.switch-icon.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-icon.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
            left: 18px;
        }

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-3d .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-3d .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #f0f3f5;
        border: 1px solid #c2cfd6;
        border-radius: 2px;
        transition: opacity background .15s ease-out;
    }

    .switch.switch-3d .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-3d .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-3d .switch-handle {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: #fff;
        border: 1px solid #c2cfd6;
        border-radius: 1px;
        transition: left .15s ease-out;
        border: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .switch.switch-3d .switch-input:checked ~ .switch-handle {
        left: 16px;
    }

    .switch.switch-3d.switch-lg {
        width: 48px;
        height: 28px;
    }

        .switch.switch-3d.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-3d.switch-lg .switch-handle {
            width: 28px;
            height: 28px;
        }

        .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
            left: 20px;
        }

    .switch.switch-3d.switch-sm {
        width: 32px;
        height: 20px;
    }

        .switch.switch-3d.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-3d.switch-sm .switch-handle {
            width: 20px;
            height: 20px;
        }

        .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
            left: 12px;
        }

    .switch.switch-3d.switch-xs {
        width: 24px;
        height: 16px;
    }

        .switch.switch-3d.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-3d.switch-xs .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
            left: 8px;
        }

    .switch-pill .switch-label, .switch.switch-3d .switch-label,
    .switch-pill .switch-handle, .switch.switch-3d .switch-handle {
        border-radius: 50em !important;
    }

        .switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
            right: 2px !important;
        }

        .switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
            left: 2px !important;
        }

.switch-primary > .switch-input:checked ~ .switch-label {
    background: #20a8d8 !important;
    border-color: #1985ac;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
    border-color: #1985ac;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8;
}

    .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
        color: #20a8d8;
    }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #20a8d8;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8;
}

    .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #20a8d8;
    }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #20a8d8 !important;
    border-color: #20a8d8;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
    background: #a4b7c1 !important;
    border-color: #869fac;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
    border-color: #869fac;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #a4b7c1;
}

    .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
        color: #a4b7c1;
    }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #a4b7c1;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #a4b7c1;
}

    .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #a4b7c1;
    }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #a4b7c1 !important;
    border-color: #a4b7c1;
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #4dbd74 !important;
    border-color: #3a9d5d;
}

.switch-success > .switch-input:checked ~ .switch-handle {
    border-color: #3a9d5d;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4dbd74;
}

    .switch-success-outline > .switch-input:checked ~ .switch-label::after {
        color: #4dbd74;
    }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
    border-color: #4dbd74;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4dbd74;
}

    .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #4dbd74;
    }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #4dbd74 !important;
    border-color: #4dbd74;
}

.switch-info > .switch-input:checked ~ .switch-label {
    background: #63c2de !important;
    border-color: #39b2d5;
}

.switch-info > .switch-input:checked ~ .switch-handle {
    border-color: #39b2d5;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #63c2de;
}

    .switch-info-outline > .switch-input:checked ~ .switch-label::after {
        color: #63c2de;
    }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
    border-color: #63c2de;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #63c2de;
}

    .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #63c2de;
    }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #63c2de !important;
    border-color: #63c2de;
}

.switch-warning > .switch-input:checked ~ .switch-label {
    background: #ffc107 !important;
    border-color: #d39e00;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
    border-color: #d39e00;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

    .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
        color: #ffc107;
    }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

    .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #ffc107;
    }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ffc107 !important;
    border-color: #ffc107;
}

.switch-danger > .switch-input:checked ~ .switch-label {
    background: #f86c6b !important;
    border-color: #f63c3a;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
    border-color: #f63c3a;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f86c6b;
}

    .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
        color: #f86c6b;
    }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f86c6b;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f86c6b;
}

    .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #f86c6b;
    }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f86c6b !important;
    border-color: #f86c6b;
}

.switch-light > .switch-input:checked ~ .switch-label {
    background: #f0f3f5 !important;
    border-color: #d1dbe1;
}

.switch-light > .switch-input:checked ~ .switch-handle {
    border-color: #d1dbe1;
}

.switch-light-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f0f3f5;
}

    .switch-light-outline > .switch-input:checked ~ .switch-label::after {
        color: #f0f3f5;
    }

.switch-light-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f0f3f5;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f0f3f5;
}

    .switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #f0f3f5;
    }

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f0f3f5 !important;
    border-color: #f0f3f5;
}

.switch-dark > .switch-input:checked ~ .switch-label {
    background: #29363d !important;
    border-color: #151b1f;
}

.switch-dark > .switch-input:checked ~ .switch-handle {
    border-color: #151b1f;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #29363d;
}

    .switch-dark-outline > .switch-input:checked ~ .switch-label::after {
        color: #29363d;
    }

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
    border-color: #29363d;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #29363d;
}

    .switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #29363d;
    }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #29363d !important;
    border-color: #29363d;
}

/*new theme*/

.wrapper {
    background: #ffffff !important;
}
.footer-shape-divider .shape-fill {
    fill: #ffffff !important;
}

.topbar ul.loginbar > li > a, .topbar ul.loginbar > li > a:hover {
    color: #9d9d9d !important;
}

.loginbar > li
{
    color: #9d9d9d !important;
}

.navbar-brand h1 {
    color: #175b8b !important;
}

.subtitle
{
    color: var(--color2) !important;
}

.header {
    background-color: #ffffff !important;
}
.footer{
    background-color: #f7f7f7 !important;
}
#logo-header {
    margin: 0px 20px !important;
    width: 55px !important;
}