﻿
.ag-theme-material .ag-ltr .ag-cell-range-single-cell,
.ag-theme-material .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-theme-material .ag-ltr .ag-cell.ag-context-menu-open,
.ag-theme-material .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-material .ag-rtl .ag-cell-range-single-cell,
.ag-theme-material .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-theme-material .ag-rtl .ag-cell.ag-context-menu-open,
.ag-theme-material .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected) {
    border: none !important;
}


:root {
    --vz-theme-color: white;
    --vz-theme-header-color: white;
    --vz-theme--nav-color: white;
}

button.k-input-button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button {
    height: 100% !important;
}




.profile-wid-bg {
    height: 150px !important;
}

.expandable::before {
    content: '⯇';

}

.expandable:hover::before {
    color: #2196f3;
}

.expandable.selected::before {
    content: '⯆' !important;
}

.foldertext:hover {
    text-decoration: underline;
    color: #2196f3;
}
.folderparent {
    margin: 10px;
    display: inline-block;
    width: 110px;
    height: 80px;
    position: relative;
}
.dropdown.foldermenu {
    float: right;
    position: absolute;
    top:0px;
}

.folderviewcontainer {
    width: 100%;
    background: white;
    margin-bottom: 15px;
    border-radius: 15px 0 0 15px;
    min-height: 200px;
    align-content: center;
    max-height: 600px;
    overflow: auto;
    display: inline-block;
    margin-top: 50px;
}

.foldertext.selected {
    text-decoration: underline;
    color: #2196f3 !important;
    font-weight: bold;
    font-size: 105%;
}

.foldertext {
    display: inline-block;
    cursor: pointer;
    max-width: 100px;
    font-size: 12px;
}

.expandable {
    float: right;
    padding-top: 4px;
    color: var(--vz-gray-600);
    cursor: pointer;
    position: absolute;
    right: -15px;
}

.folderul {
    display:none;
}
.folderTreeContainer {
    background: white;
    padding: 10px;
    border-radius: 0px 15px 15px 0px;
    position: relative;
    top: 55px;
}

.folderHeader {
    background: #00afce;
    padding: 5px 10px 5px 0px;
    color: whitesmoke;
    margin: 10px 0px;
    width: 100%;
    top: 0px;
    position: absolute;
}
.folderlist a{
    color:black !important;
}

.folder-icon {
    float: right;
    padding: 5px;
    text-align: center;
    display: grid;
    justify-items: center;
    cursor:pointer;
    margin:10px;
    margin-top:0px;
}

    .folder-icon .icons8-folder {
        width: 50px;
        height: 36px;
        margin: 0;
        float: unset;
    }

    .folderlist li {
        list-style: none !important;
        text-align: right !important;
        display: flow-root;
        width: 100%;
        margin-right: 5px;
        position: relative;
    }

.folderlist ul {
    padding-right: 10px;
}



.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
b {
    font-size: 105% !important;
}
.jobmark {
    position: absolute;
    left: 5px;
    opacity: 0.4;
    top: calc(50% - 20px);
    color: #878dab;
}
.select2-dropdown {
    z-index: 99999999999 !important;
}

button.k-input-button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button {
    height: 28px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999999999;
    opacity: 1;
    transition: all 0.5s;
}

.card-table input[type='checkbox'] {
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    display: inline-block;
}

    input[type='checkbox']:checked {
        background: #2196f3;
    }

#scrollbarside li.nav-item {
    background: var(--vz-theme--nav-color);
}

.app-menu.navbar-menu {
    top: 75px;
    right: 25px;
    width: 225px;
    border-radius: 25px 25px 0 0;
    background: var(--vz-theme-color);
    border: none !important;
    box-shadow: none !important
}
div#scrollbarside {
    height: calc(100vh - 120px);
    overflow: auto;
    display: inline-block;
    position: relative;
}

button {
    font-size: 10px !important;
}


.logo {
    line-height: 40px;
}
.card-circle {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #00afce;
    border-radius: 20px;
    top: -20px;
    right: 20px;
    padding: 10px 0px 10px 5px;
    text-align: center;
    box-shadow: 0 0 10px 0px var(--vz-blue);
}

#navbar-nav .nav-link.menu-link:hover {
    color: white !important;
    background: #00afce;
    border-radius: 25px;
    transition: background 0.3s;
}

.tasks-list {
    border-radius: 10px;
    margin: 5px;
    background: #ced4da;
}

#navbar-nav .nav-link.menu-link:hover span {
    color: white !important;
}

#navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: white !important;
    background: #00afce;
    padding: 7px;
}

    #navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] span {
        color: white !important;
    }


.btn-primary {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}
.page-content-modal {
    top: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

@media (min-width: 768px) {
    .topnav-hamburger{
        display:none;
    }
}

li.nav-item {
    margin-top: 5px;
    margin-bottom: 5px;
}


    @media (min-width: 768px) {
        .topbar-user {
        background-color: transparent;
    }
        .navbar-header .user-name-text {
            color: rgb(85,85,85);
        }
        .navbar-header .user-name-sub-text {
            color: rgb(85,85,85) !important;
        }
    .navbar-header .btn-topbar {
        color: rgb(85,85,85) !important;
    }
}


.menu-link span {
    color: rgb(85 85 85)
}

#page-topbar {
    background:var(--vz-theme-header-color);
    right: 0px;
    border-bottom: 0px;
}

.page-content {
    background: #eaeaea;
    position: relative;
    top: 75px;
    padding-top:0px;
    border-radius: 20px 20px 0 0;
    margin-left: 20px;
    margin-right: 10px;
    padding-bottom:180px;
}
.search-block {
    padding: 10px;
    background: white;
}

#liveAlertPlaceholder {
    position: fixed;
    top: 0;
    right: 0;
    z-index:9999999999;
}

#nav-tabContent .tab-pane {
    padding: 10px;
}

.main-content{
    position:relative;
}

footer{
    right:0px !important;
}

#back-to-top {
    bottom: 4px !important;
    left: 4px;
}

.page-content {
    min-height: 100vh;
    overflow:hidden;
    padding-top:10px;
}
.card{
border:    1px solid #efefff;
}

#navbar-nav .nav .nav-item:hover a {
    color: rgb(85,85,85) !important
}

#navbar-nav .navbar-menu .navbar-nav .nav-sm .nav-link:before {
    background-color: rgb(85,85,85) !important;
    content:none;
}

#navbar-nav .menu-dropdown a {
    height: 35px;
}


#navbar-nav .nav .nav-item:hover, #navbar-nav .nav .active {
    background: #eaeaea;
    padding-right: 35px;
    margin-right: -28px;
    margin-left: -10px;
    position: relative;
}

#navbar-nav .nav .active::after, #navbar-nav .nav .active::before {
    content: none;
    position: absolute;
    top: -50px;
    left: 0;
    width: 20px;
    height: 50px;
    border-radius: 0 25px;
    z-index: -1;
}

#navbar-nav .nav .active:after {
    box-shadow: 0 25px 0 0 #eaeaea;
    z-index: 2;
}

#navbar-nav .nav .active:before {
    box-shadow: 0px -25px 0 0 #eaeaea;
    z-index: 2;
    top: 38px;
    border-radius: 25px 0 0 0;
}


    .nav .active a {
        color: #282828 !important
    }




@font-face {
    font-family: "tahoma";
    font-weight: normal;
    src: url("fonts/yekan.eot?") format("eot"), url("fonts/yekan.woff") format("woff"), url("fonts/yekan.ttf") format("truetype");
}

body * {
    font-family: Tahoma,Calibri;
}

.k-form-error.k-invalid-msg.field-validation-error{
    width:100%
}

.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px rgba(56,65,74,.15);
    box-shadow: 0 1px 2px rgba(56,65,74,.15);
}

.bg-primary {
    background-color: #53127F !important;
    color: #fff;
}

.k-input-inner {
    font-family: "Tahoma" !important;
    font-size: revert-layer;
}

.k-button.k-button-md.k-rounded-md.k-button-solid.k-button-solid-base.k-upload-button {
    padding:3.2px;
}

.navbar-nav > .nav-item {
    border: 1px solid var(--vz-gray-400);
    border-radius:20px;
    overflow:hidden;
}

.side-icon {
    background: #00afce;
    height: 40px;
    border-radius: 0px 20px 20px 0px;
    width: 40px;
    margin-left: 10px;
    padding-right: 14px;
    padding-top: 7px;
}

#navbar-nav .navbar-menu .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

    #navbar-nav .navbar-menu .navbar-nav .nav-link svg {
        margin-left: 0 !important;
        color: white !important;
    }

#navbar-nav .navbar-menu .navbar-nav .nav-sm .nav-link {
    font-family: Tahoma,Calibri;
}
.no-mg td * {
    margin: 0px;
    font-size: 12px;
}

.bg-red {
    background-color: #F44336;
    color: white;
}

.bg-red * {

    color: white !important;
}

.no-mg td {
    padding: 5px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma,Calibri !important;
}

.k-upload.k-upload-async.k-upload-empty {
    border-radius: 5px !important;
}

.k-dropzone.k-upload-dropzone {
    padding: 0px;
    padding-left: 10px;
    border-radius: 5px;
}

.k-button.k-button-md.k-rounded-md.k-button-solid.k-button-solid-base.k-upload-button {
    border-radius: 0px 3px 3px 0px;
}

.ag-center-cols-viewport {
    background-color: #ccc;
    padding: 5px;
}

.ag-row-selected::before {
    top: -1px !important;
    left: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    border-radius: 10px !important;
}

.auth-bg-cover{
    background:white !important;
}

.card-header {
    background-color: rgb(0, 175, 206) !important;
}
.card-header {
    border-radius: 12px 12px 0px 0px !important;
}

.card {
    border-radius: 12px;
}

.tasks-wrapper {
    max-height: calc(100vh - 312px) !important;
    min-height: calc(100vh - 329px) !important;
}




.card-header > h5 {
    color: #f1f1f1;
}



.mds-bs-persian-datetime-picker-popover {
    z-index: 99999999999 !important;
}


.flowblock {
    float: right;
    padding: 10px;
    margin: 5px;
    width: 195px;
    text-align: center;
    background: #eee;
    border: 2px solid #5bc0de;
    border-radius: 5px;
    position: relative;
    padding-bottom: 30px;
}

.flowstepname {
    background: #5bc0de;
    width: 100%;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
}

.flowstatus {
    background: aliceblue;
    margin-top: 5px;
    font-size: 10px;
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 7px;
    padding-right: 5px;
}

.flowicon {
    width: 40px;
    height: 40px;
    right: 15px;
    padding: 7px;
    top: -20px;
}

.flowheader {
    position: relative;
    padding-right: 60px;
    font-size: 12px;
}

.flowuser {
    padding: 0px 5px;
    font-size: 12px;
    padding-top: 10px;
}
}

.flowbuttons {
    position: absolute;
    width: 100%;
    right: -7px;
    text-align: center;
    bottom: -14px;
}

.flowbuttonleft {
    width: 50%;
    float: left;
}

.flowbuttonright {
    width: 50%;
    float: right;
}

.flowdisabled {
    opacity: 0.5
}

/*anime*/

* {
    margin: 0px;
    padding: 0px;
}


html {
    background: rgb(162,9,233);
    background: #fff;
}

body {
    background-color: var(--vz-theme-color);
 
}


.area {
  
    width: 100%;
    height: 100vh;
    position: fixed;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgb(69 69 69 / 8%);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 120s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 90s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 150s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 120s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 80s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 100s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}


.ag-row.ag-row-odd.ag-row-level-0.ag-row-position-absolute {
    padding-top: 0px;
    border: 1px solid #f3f3f9;
    height: 50px !important;
    margin-top: 0px;
    border-radius: 10px;
}

.ag-row.ag-row-even.ag-row-level-0.ag-row-position-absolute {
    padding-top: 0px;
    border: 1px solid #f3f3f9;
    height: 50px !important;
    margin-top: 0px;
    border-radius: 10px;
}


.ag-row-hover::before {
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    top: -1px !important;
    left: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    border-radius: 10px !important;
}

.ag-row-selected .ag-cell{
    color:white !important;
}

.ag-row-selected a {
    color: white !important;
}



::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #ccc;
}


.file-manager-menu li a.active {
    color: #181818;
}

.file-manager-menu li a {
    color: #e8e8e8;
}


.file-manager-menu a.active {
    background: white;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 0px 10px 10px 0px;
    position: relative;
}


.file-manager-menu a::after, .file-manager-menu a::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 20px;
    height: 50px;
    border-radius: 0 25px;
    z-index: -1;
}

.btn-secondary {
    color: #fff;
    background-color: #fe8264;
    border-color: #fe8264;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.file-manager-menu a::before {
    top: auto;
    bottom: -50px;
    border-radius: 25px 0;
}

.file-manager-menu a.active:after {
    box-shadow: 0 25px 0 0 #fdfff4;
    z-index:2;
}

.file-manager-menu a.active:before {
    box-shadow: 0 -25px 0 0 #fdfff4;
    z-index: 2;
}


.file-manager-menu li .sub-menu li::before {
    color: white !important;
}


.ag-row-selected::before{

}

#navbar-nav a.nav-link {
    color: #373737 !important;
}

.footer {
    color: white;
    background: #00afce;
}



.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 25px;
    max-height: 50px;
    bottom: 67px;
    left: 0px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}