/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 Aug 2021, 08:44:11
    Author     : gasper
*/



html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 0;  
    background: transparent; 
    position: absolute;
}

::-webkit-scrollbar-thumb {
    background: transparent;
}


body {
    min-height: 100%;
    background-color: #f6f8f9;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #3d465a;
}

main {
    transition: .5s ease-in-out;
    width: 100%;
}

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

h1, h2, h3, h4, h5, p{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

a{
    color: #3d465a;
    transition: .3s;
}

a.link:hover{
    opacity: 0.8;
}

button{
    outline: none !Important;
}

button:focus, button:active {
    outline: none !important;
    box-shadow: none;
}

button:hover{
    cursor: pointer;
}

a:hover{
    text-decoration: none !important;
}
a:visited{
    text-decoration: none;
}


img:focus {
    outline:none !important;
}


.btn.focus, .btn:focus{
    box-shadow: none;
}

h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

label{
    font-size: 14px;
    font-weight: 700;
}

input{
    height: 37px;
    border-radius: 3px;
    background-color: #f6f7f8;
    width: 100%;
    border: none;
    padding: 0px 16px;
    font-size: 14px;
}

select{
    border-radius: 2px;
    border: solid 1px #e9eaf3;
    width: 100%;
    height: 38px;
    background: none;
}


/* LOGIN PAGE */

.landing_page{
    padding-top: 20vh;
}

.login_card {
    width: 300px;
    margin: 0 auto;
}

.login_card .title {
    font-size: 24px;
    font-weight: 700;
    color: #3d465a;
    border-radius: 11px;
    background-color: #fbfbfd;
    padding: 15px;
    margin-bottom: -10px;
    text-align: center;
    padding-bottom: 25px;
    max-width: 100%;
}

.login_card .body {
    background: #ffffff;
    padding: 20px;
    max-width: 100%;
}

.login_card button {
    width: 192px;
    height: 42px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 16px 0 rgb(197 197 197 / 50%);
    background-image: linear-gradient(to bottom, #151b26, #151b26 99%);
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    color: #ffffff;
    max-width: 100%;
    transition: .3s;
}

.login_card button:hover{
    opacity: 0.8;
}



.landing_page .logo {
    max-width: 100px;
    margin: 0 auto;
    display: table;
}


/* END OF LOGIN PAGE */


.select2{
    width: 100%;
}


.dropzone .dz-preview .dz-image img {
    display: block;
    height: 120px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


/* BUTTONS */

/* ------- */




.dropzone {
    min-height: 150px;
    border: 2px solid #f6f7f8;
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable .dz-message{
    cursor: pointer;
    background-image: url(../images/icons/upload.svg) !Important;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 122px;
    margin-top: -45px;
    padding-bottom: 27px;
    background-size: 60px;
}


.page_container{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* KANBAN */

.kanban_wrap{
    padding: 70px;
    padding-top: 0px;
}

.group-wrap {
    font-size: 0;
    width: 100%;
}
.group-wrap > div {
    display: inline-block;
    /* width: 25%;*/
    /*width: 239px; */
    width: 20%;
    vertical-align: top;
    max-height: 85vh;
    overflow-y: scroll;
}
.task-group{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    max-height: 70vh;
    overflow-y: scroll;
    padding-bottom: 10px;
}
.dashboard-wrap > div{
    width: 20%;
}

.group_box{
    max-height: 74vh;
    overflow-x: scroll;
    margin-bottom: -16px;
}

.group-wrap h3 {
    font-weight: 700;
    padding: 14px 10px;
    background-color: #f1f3f5;
    color: #3d465a;
    min-height: 40px;
    font-size: 13px;
    margin: 0px 10px;
    opacity: 0.92;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.group {
    list-style: none;
    padding: 0;
    background: #ffffff;
    vertical-align: top;
    min-height: 79px;
    transition: all 200ms ease-in-out;
    padding: 10px;
    padding-bottom: 8px;
    margin: 0px 10px;
    opacity: 1;
    background-color: #f1f3f5;
}
.group.adding {
    background-color: #239ed0;
    border-style: dashed;
}
.group#group2 .remove, .group#group3 .remove {
    display: none;
}
.group_item {
    padding: 10px;
    background-color: #ffffff;
    color: #3d465a;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(173, 173, 173, 0.5);
    background-color: #fdfdfd;

    /*display: flex; */
    justify-content: space-between;
    transition: .3s;
}
.group_item:not(:last-child) {
    margin-bottom: 6px;
}

.group_item.urgent_card{
    border: solid 4px #fe8578;
}

.group_item .content_box{
    margin-top: 5px;
    display: flex;
    flex-flow: row wrap;
}

.group_item .content_box .left{
    flex: 65%;
}

.group_item .content_box .right{
    flex: 35%;
    text-align: right;
}

.group_item .content_box .right.more_users{
    flex: 100%;
}

.group_item .users{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.group_item .users li{
    background-color: #929eb8;
    color: #ffffff;
    width: 23px;
    height: 23px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 5px;
}

.group_item .users li.user_my_card{
    background-color: #fe8578;
}

.custom_user_m{
    margin-right: 4px;
}

.group_item:before {
    content: '';
    display: none;
    position: absolute;
    /*background: url("http://www.pvhc.net/img64/lqtofjtphgiehblrwtie.png") no-repeat center; */
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

.group_item .date{
    font-size: 12px;
    margin-top: 5px;
}

.sortable-ghost {
    opacity: 0.6;
    background-color: transparent;
    border: 1px dashed white;
}

.sortable-drag {
    opacity: 1;
    border: 1px solid white;
    box-shadow: 0 0 10px black;
}

.group_item {
    cursor: pointer;
    /*cursor: -webkit-grab;
    cursor: grab; */
    position: relative;
    transition: background-color 200ms ease-in-out;
}
.group_item.active {
    background-color: yellow;
}
.group_item.active .remove {
    display: none;
}
.group_item.active:before {
    display: block;
}
.group_item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.group_item .remove:hover:before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: red;
}
.group_item .remove:before {
    content: 'x';
    position: absolute;
    right: 6px;
    top: 6px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    border: 1px solid white;
    width: 24px;
    height: 24px;
    padding-left: 1px;
    transition: all 150ms ease-in-out;
    font-size: 14px;
}

.group-wrap button.cta{
    background: none;
    border: none;
    float: right;
    transition: .3s;
}

.group-wrap button.cta:hover{
    opacity: 0.8;
}

.group_item .more{
    display: none;
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    background-color: #f6f8f9;
    cursor: pointer;
    z-index: 1;
}

.group_footer{
    font-weight: 700;
    padding: 10px 10px;
    background-color: #f1f3f5;
    color: #3d465a;
    min-height: 40px;
    font-size: 13px;
    margin: 0px 10px;
    opacity: 0.92;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.group_footer button{
    border: none;
    background: none;
    color: #929eb8;
    font-size: 13px;
    cursor: pointer;
    transition: .3s;
}

.group_footer button:hover{
    opacity: 0.8;
}

.group_footer button img{
    margin-right: 5px;
    margin-top: -3px;
}


/* END OF KANBAN */



nav {
    bottom: 0;
    box-shadow: 0 0 5px #666;
    height: 100%;
    left: -15rem;
    padding-top: 38px;
    position: absolute;
    top: 0;
    transition: .5s ease-in-out;
    width: 15rem;
    user-select: none;
    z-index: 2;
    background-image: linear-gradient(to bottom, #151b26, #151b26 99%);
}


.nav-logo{
    display: table;
    margin: 0 auto;
}


#nav-collapse {
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
}

#nav-expand {
    display: block;
    left: 0;
    top: 0;
    padding: 30px 25px;
    position: absolute;
    text-decoration: none;  
    transition: .5s linear;
    user-select: none;
    -webkit-user-drag: none;
    z-index: 1;
}

#nav-expand  img{
    width: 24px;
}

#nav-expand:focus {
    opacity: 0;
}

/*#nav-expand:focus ~ main {
    margin-left: 15rem;
    transition-delay: .25s;
}

#nav-expand:focus ~ nav {
    left: 0;
    transition-delay: .25s;
}*/

/*#nav-expand:hover {
    opacity: 0.8;
}*/

.expandNav{
    left: 0;
    transition-delay: .25s;
}

.expandMain{
    margin-left: 15rem;
    transition-delay: .25s;
}

nav ul.main_nav_list{
    list-style: none;
    margin: 0px;
    padding: 30px;
    max-height: 80%;
    overflow-x: scroll;
}

nav ul li{
    margin-bottom: 25px;
}

nav ul li a{
    display: block;
    color: #ffffff;
    font-size: 14px;
}

nav ul li a img{
    vertical-align: top;
    margin-top: 0px;
    margin-right: 13px;
    width: 18px;
}


nav .bottom{
    font-size: 10px;
    color: #84888d;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 30px;
}

nav .bottom img{
    margin-right: 5px;
}

nav img:hover{
    opacity: 0.8;
}

nav a:hover{
    color: #5d606f;
}

.main_logo{
    position: absolute;
    left: 50%;
    z-index: 10;
    top: 30px;
    margin-left: -42px;
}

.breadcrumbs{
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: 80px;
    color: #ffffff;
}

.breadcrumbs ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.breadcrumbs ul li{
    display: inline-block;
    color: #929eb8;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}

.breadcrumbs ul li a{
    color: #929eb8;
    margin-right: 15px;
}

.breadcrumbs ul li a:after{
    content: '';
    background-image: url(../images/icons/chevron-right.svg);
    position: absolute;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -2px;
}

.breadcrumbs h3{
    font-size: 24px;
    font-weight: 700;
}


.textarea_new_task{
    font-size: 14px;
}

.box_confirm_new_task{
    display: none;
}

.box_confirm_new_task img{
    width: 16px;
}

.group_footer button.cta_confirm_new_task{
    border-radius: 3px;
    background-color: #3d465a;
    color: #ffffff;
    margin-top: -15px;
    height: 30px;
    padding: 0px 10px;
}

/* SELECT */


.select2-container{
    z-index: 10000;
}

.select2-container--default .select2-selection--single{
    border-radius: 2px !Important;
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px !Important;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37px !important;
}

.select2{
    width: 100% !Important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ebecf4 !Important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple{
    border: solid #e9eaf3 1px !Important;
    outline: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e9eaf3 1px !Important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #d9dde6 !important;
    padding: 5px 10px !Important;
    border: none !Important;
    font-size: 12px;
}


.select2-results__option{
    font-size: 12px;
}

/* END OF SELECT */

.moon_img{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    width: 20px;
}


/* MODAL */

.modal_wrapper{
    padding: 30px 60px 30px 43px;
}

.modal_wrapper h5{
    font-size: 18px;
    font-weight: 700;
    color: #3d465a;
}

.modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
}

.modal_wrapper h5 img{
    margin-right: 10px;
    vertical-align: top;
}

.modal_section{
    margin-bottom: 30px;
}

button.close{
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal_wrapper label{
    font-size: 14px;
    color: #3d465a;
    font-weight: 400;
    display: block;
}

.modal_content{
    margin-left: 30px;
    margin-top: 20px;
}

.modal_content .text_view{
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #f6f7f8;
    font-size: 14px;
    color: #828a9d;
    min-height: 100px;
    position: relative;
}

.modal_content .text_edit{
    display: none;
}

.modal_content .text_view:hover{
    cursor: pointer;
    background-color: #eceeef;
}

.modal_content .text_view img{
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.modal_content .text_view:hover img{
    display: block;
}

.modal_content .text_edit textarea{
    margin-bottom: 5px;
}


.cta_save{
    border-radius: 3px;
    background-color: #3d465a;
    color: #ffffff;
    margin-top: -15px;
    height: 30px;
    padding: 0px 10px;
    border: none;
    font-size: 13px;
    cursor: pointer;
    transition: .3s;
}

.cta_save:hover{
    opacity: 0.8;
}

.cta_cancel{
    margin-right: 5px;
    margin-top: -3px;
    border: none;
    background: none;
}

.cta_cancel img{
    width: 16px;
}

.cta_cancel:hover{
    opacity: 0.8;
    cursor: pointer;
}

.modal_content .documents_lists{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.modal_content .documents_lists li{
    display: block;
    margin-bottom: 8px;
    position: relative;
    background-color: #f6f7f8;
    padding: 10px 13px;
}

.modal_content .documents_lists li a{
    display: block;
    border-radius: 3px;
    transition: .3s;
    font-size: 14px;
    color: #000000;
}

.modal_content .documents_lists li a:hover{
    opacity: 0.8;
}

.modal_content .documents_lists li a img.folder{
    margin-right: 10px;
    margin-top: -5px;
}

.cta_delete{
    margin-right: 5px;
    margin-top: -3px;
    border: none;
    background: none;
    cursor: pointer;
}

.cta_delete:hover{
    opacity: 0.8;
}

.modal_content .documents_lists .cta_delete{
    position: absolute;
    top: 10px;
    right: 2px;
    display: none;
}

.cta_new_element{
    border: none;
    background: none;
    color: #929eb8;
    font-size: 13px;
    cursor: pointer;
    transition: .3s;
}

.cta_new_element img {
    margin-right: 5px;
    margin-top: -3px;
}

.box_confirm_new_element{
    display: none;
}

.modal_content .activity_log{
    list-style: none;
    padding: 0px;
    margin: 0px;
    max-height: 200px;
    overflow-x: scroll;
}

.modal_content .activity_log li{
    margin-bottom: 8px;
    display: flex;
    flex-flow: row wrap;
}

.modal_content .activity_log li .circle{
    background-color: #929eb8;
    color: #ffffff;
    width: 23px;
    height: 23px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 5px;
    margin-right: 14px;
}

.modal_content .activity_log li .circle.user_my_card{
    background-color: #fe8578;
}

.modal_content .activity_log li .text{

}

.modal_content .activity_log li .text h6{
    color: #000000;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 2px;
}

.modal_content .activity_log li .text p{
    color: #929eb8;
    font-size: 10px;
}

.modal_content .date_edit{
    display: none;
}

.modal_content .date_view{
    font-size: 14px;
    transition: .3s;
    display: inline-block;
    padding: 7px;
    padding-bottom: 4px;
    border-radius: 4px;
}

.modal_content .date_view:hover{
    background-color: #eceeef;
    cursor: pointer;
}

.modal_content .date_view img{
    margin-top: -4px;
    margin-right: 5px;
}

.modal_content .date_view .cta_delete{
    display: none;
}

.modal_content .users_view{

}

.modal_content .users_view ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.modal_content .users_view ul li{
    background-color: #929eb8;
    color: #ffffff;
    width: 23px;
    height: 23px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 5px;
    margin-right: 3px;
}

.modal_content .users_view ul li.user_my_card {
    background-color: #fe8578;
}

.modal_content .users_view img {
    margin-top: -4px;
    margin-right: 5px;
}

/* RADIO BUTTONS */


.priority_view .transition {
    transition: all 0.3s ease-out;
}
.priority_view .heading {
    text-align: center;
    font-size: 0.8em;
}

.priority_view input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

.priority_view label {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    color: #3d465a;
    border-radius: 3px;
    width: 100%;
    transition: all 0.3s ease-out;
    padding: 5px 0px;
}
.priority_view input[type="radio"]:checked + label {
    background-color: #d9dde6;
}


.modal_content .users_view .cta_add_user{
    border: none;
    background: none;
}

.modal_content .users_view .cta_add_user:hover{
    cursor: pointer;
    opacity: 0.8;
}

.modal_content .users_view .cta_add_user img{
    margin: 0px;
}

.modal_content .users_edit{
    display: none;
}


.modal_content .users_edit select{
    margin-bottom: 15px;
}

.modal_section .title_view{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin-top: -5px;
    width: 94%;
}

.modal_section .title_view:hover{
    opacity: 0.8;
}

.modal_section .title_edit{
    display: none;
    width: 90%;
}

.modal_section .title_edit input{
    width: 100%;
    border-radius: 2px;
    border: solid 1px #ebecf3;
    background: none;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #3d465a;
    display: inline-block;
}

.group_item .circle{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8993ac;
    display: inline-block;
}

.group_item .circle.circle_fast{
    background-color: #f0ac15;
    display: inline-block;
}

.group_item .circle.circle_urgent{
    background-color: #fe8578;
    display: inline-block;
}

.group_item .circle.circle_normal{
    display: none;
}


.modal_content .date_empty{
    display: inline-block;
}

.actions_dropdown{
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: fixed;
    z-index: 100;
    margin-left: 15%;
    margin-top: 6px;
    display: none;
}

.group5-wrap .actions_dropdown{
    margin-left: 8%;
}

.actions_dropdown li{
    margin-bottom: 3px;
}

.actions_dropdown li button.cta_dropdown{
    border-radius: 3px;
    background-color: #3d465a;
    height: 26px;
    color: #ffffff;
    border: none;
    font-size: 13px;
    padding: 0px 10px;
}

.actions_dropdown li button.cta_dropdown img{
    margin-right: 3px;
    margin-top: -3px;
    width: 12px;
}

.actions_dropdown .dropdown_box{
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #e1e2e4;
    display: none;
}

.actions_dropdown .dropdown_box h6{
    border-bottom: 1px solid #e1e2e4;
    padding-bottom: 5px;
    font-size: 14px;
}

.change_status_wrap .custom-control-label {
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 10px;
    cursor: pointer;
}

.change_status_wrap .change_status_checkbox{
    margin-bottom: 30px;
}

.actions_dropdown .dropdown_box.showDropdown{
    display: block;
}

.dropdown_box .cta_cancel{
    margin-top: 0px;
    vertical-align: top;
}


.delete_box{
    font-size: 11px;
    position: absolute;
    top: 9px;
    right: 7px;
    display: none;
}

.delete_box button{
    border: none;
    background-color: #ffffff;
    height: 25px;
    padding: 0 10px;
}

.delete_box button.confirm{
    background-color: #fe8478;
    color: #ffffff;
}

/* END OF MODAL */
/* CHECKBOX */

.checkbox_list{
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.custom-checkbox .custom-control-label::before{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #909eb8;
    background-color: #f6f7f8;
}


.custom-control-label::after{
    width: 20px;
    height: 20px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image: url('../images/icons/check-mark.svg');
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background: none;
    border: 1px solid #909eb8;
}

.checkbox_list .custom-checkbox label{
    padding-top: 4px;
    color: #000000;
    padding-left: 5px;
    cursor: pointer;
}

.checkbox_list li{
    background-color: #f6f7f8;
    padding: 10px 14px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.checkbox_list li:hover{
    background-color: #eceeef;
    cursor: pointer;
}


.checkbox_list li .cta_delete{
    position: absolute;
    top: 11px;
    right: 5px;
    display: none;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #d9dde6;
    border-color: #d9dde6;
    color: #fff;
}


/* LOADER */

.loader {
    --loader-size: calc(var(--block-size) / 2);
    --loader-size-half: calc(var(--loader-size) / 2);
    --loader-size-half-neg: calc(var(--loader-size-half) * -1);
    --light-color: rgba(255, 255, 255, 0.3);
    --dot-size: 5px;
    --dot-size-half: calc(var(--dot-size) / 2);
    --dot-size-half-neg: calc(var(--dot-size-half) * -1);
    display: block;
    position: relative;
    width: var(--loader-size);
    display: grid;
    place-items: center;
    color: white;
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
}

/**
    loader--3
**/
.loader--3 {
    --loader-size: calc(var(--block-size) / 3);
    --anim-duration: 1.2s;
    aspect-ratio: 1 / 1;
    border: 1px solid #e7e8ea;
    border-radius: 50%;
    animation: loader-3 calc(var(--anim-duration) * 3) linear infinite;
}

.loader--3::before,
.loader--3::after {
    width: var(--dot-size);
    aspect-ratio: 1 / 1;
    background: #e7e8ea;
    border-radius: 50%;
    top: var(--dot-size-half-neg);
    left: calc(50% - var(--dot-size-half));
    animation: loader-3 var(--anim-duration) cubic-bezier(0.27, 0.08, 0.26, 0.7) infinite;
    transform-origin: center calc(var(--loader-size-half) + var(--dot-size-half) - 1px);
}

.loader--3::after {
    animation-delay: calc(var(--anim-duration) / 3 * -1);
}

@keyframes loader-3 {
    100% {
        transform: rotate(1turn);
    }
}

.loader_container{
    --block-size: 18vmin;
    display: grid;
    grid-template-columns: repeat(3, var(--block-size));
    grid-template-rows: repeat(3, var(--block-size));
    grid-gap: 1vmin;
}

.loader_item{
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    place-items: center;
    border-radius: 4px;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 10%;
    z-index: 1000;
}


.checkbox_new{
    display: none;
}

/*.checkbox_list .custom-checkbox label{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}*/

.checkbox_list .custom-checkbox label:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.group-wrap .card_action{
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #e1e2e4;
    display: none;
    width: 100%;
    margin-top: 10px;
}

.group-wrap .card_action h6{
    border-bottom: 1px solid #e1e2e4;
    padding-bottom: 5px;
    font-size: 14px;
}

.group-wrap .card_action h6 img{
    width: 10px;
    text-align: right;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
}

.group-wrap .card_action h6 img:hover{
    opacity: 0.8;
    cursor: pointer;
}

.group-wrap .card_action ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.group-wrap .card_action ul li button{
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 5px 5px;
}

.group-wrap .card_action ul li button:hover{
    background-color: #eceeef;
}

.priority_view .circle{
    left: 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
}

.priority_view .circle.circle_urgent{
    background-color: #fe8578;
}

.priority_view .circle.circle_fast{
    background-color: #f0ac15;
}

#CheckboxWrapper{
    position: relative;
}

.page_container{
    background-image: url('../images/bg/bg1.jpg');
}

.invert_logo{
    filter: invert(1);
}

.subpage_container{
    padding: 80px;
    padding-top: 0px;
    background: none;
    height: 100%;
    overflow-x: scroll;
    position: absolute;
}

.subpage_container .breadcrumbs{
    margin-left: 0px;
    margin-top: 30px;
}

.subpage_container .breadcrumbs h3{
    color: #151b26;
}

.index_content{
    padding-top: 80px;
}

.users_card{
    width: 100%;
    padding: 10px 10px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-bottom: 7px;
    color: #3d465a;
    display: block;
    position: relative;
}

.users_card:hover{
    background-color: #eceeef;
    color: #3d465a;
}

.users_card .bg{
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.users_card .bg_no{
    width: 46px;
    height: 46px;
    background-color: #929eb8;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50%;
    line-height: 46px;
}

.users_card .bg_no.user_my_card{
    background-color: #fe8578;
}

.users_card .title{
    font-size: 14px;
    font-weight: 700;
    margin-top: 3px;
}


.users_card .subtitle{
    font-size: 14px;
}

.users_card .text{
    font-size: 14px;
    margin-top: 13px;
}


/* use with .single_card */

.single_card .card_more {
    display: none;
    position: absolute;
    top: 11px;
    right: 20px;
    border: none;
    background-color: #f6f8f9;
    cursor: pointer;
    z-index: 1;
}

.single_card .card_more.card_more_small{
    top: 0px;
}

.single_card .actions_dropdown{
    margin-left: 130px;
    position: absolute;
    width: auto;
    min-width: 200px;
}

.index_content .second_title{
    margin-top: 55px;
}

.btn_add{
    max-width: 100%;
    height: 42px;
    border-radius: 3px;
    background-color: #dfe4ea;
    font-size: 14px;
    font-weight: 700;
    border: none;
    padding: 0px 24px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0px;
    display: table;
    color: #3d465a;
}

.btn_add img{
    width: 12px;
    height: 12px;
    margin-left: -8px;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 4px;
}

.btn_add:hover{
    opacity: 0.8;
    transition: .3s;
}

.custom_modal .modal-content{
    padding: 50px 120px;
}

.custom_modal .main_img{
    width: 32px;
    height: 26.7px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.custom_modal h3{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.custom_modal h4{
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
}


.btn_primary{
    height: 42px;
    padding: 0px 24px;
    border-radius: 3px;
    border: solid 0.5px #929eb8;
    background-color: #3d465a;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    border: none;
    transition: .3s;
}

.btn_primary:hover{
    opacity: 0.8;
}

.btn_primary img{
    vertical-align: top;
    margin-left: -7px;
    margin-right: 10px;
    margin-top: 1px;
}

.custom_modal .modal-dialog{
    max-width: 745px;
}


.custom_modal.codes_modal .modal-dialog{
    max-width: 600px;
}

.custom_modal .btn_primary{
    width: fit-content;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 27px;
}




.custom_modal a{
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: #3d465a;
}


.form_group{
    width: 100%;
    padding: 35px 48px;
    border-radius: 3px;
    background-color: #e9ecf1;
    margin-bottom: 20px;
}

.input_box{
    margin-bottom: 12px;
}

.instructions{
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.toggle_pass{
    width: 18px;
    height: 18px;
    margin-top: -26px;
    margin-right: 14px;
    position: relative;
    z-index: 1;
    float: right;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/icons/visibility_none.svg');
}

.toggle_pass_show{
    background-image: url('../images/icons/visibility.svg');
}

.requiredInput{
    border-left: 3px solid #ff0000;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav_dropdown {
    width: 100%;
    display: none;
    max-height: 100%;
    padding-top: 7px;
    padding-left: 31px;
}

.nav_dropdown li{
    margin: 0px;
}

.nav_dropdown li a{
    font-size: 12px;
}

.custom_modal.codes_modal .modal-content{
     padding: 40px;
    padding-top: 30px;
}

.custom_modal.codes_modal .modal-content .btn_primary{
    margin-bottom: 0px;
}

.upload_no_image{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #929eb8;
    position: relative;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.upload_no_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upload_no_image:hover{
    transition: .3s;
    opacity: 0.8;
}

.form_group .cta_new_element{
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.upload_user_image{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #929eb8;
    position: relative;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.upload_user_image:hover{
    transition: .3s;
    opacity: 0.8;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{
    font-size: 12px;
}


.register_form {
    min-height: 100vh;
    width: 100%;
    border: 25px solid #ffffff;
    background-color: #f6f8f9;
    overflow-x: scroll;
    padding-bottom: 30px;
}


.register_form .logo{
    margin: 0 auto;
    display: table;
    margin-top: 50px;
}

/* PROGRESS  BAR */

.progressBar {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.progressBarcontainer {
    width: 100%;
    height: 5px;
    background: #e2e6eb;
    border-radius: 0.3em;
    border-radius: 100px;
}
.progressBarValue {
    height: 15px;
    float: left;
    border-radius: 100px;
    background: #e55d87; /* Old browsers */
    /*    background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
        background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
        background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);*/
    background-image: linear-gradient(to right, #003275 21%, #e0577a 100%);
    margin-top: -5px;
}

.speech-bubble {
    font-size: 0.75em;
    line-height: 2em;
    position: absolute;
    top: -0.60em;
    text-align: center;
    min-width: 3em;
    border-radius: 0.3em;
    color: white;
    display: none;
}

.speech-bubble:after {
    border: 0.5em solid transparent;
    content: "";
    margin-left: -0.5em;
    position: absolute;
    bottom: -50%;
    left: 50%;
}

.single_step {
    margin-top: -25px;
    font-size: 16px;
    color: #1f2e40;
    font-weight: 700;
}

.register_form .top{
    text-align: center;
}

.register_form .top h2{
    margin: 0 auto;
    margin-top: 60px;
    font-size: 24px;
    margin-bottom: 12px;
}

.register_form .top h3{
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.register_form .top h3.step2_title{
    margin-top: 40px;
}

.register_form input{
    background-color: #ffffff;
}

.register_form .btn_primary{
    margin: 0 auto;
    display: table;
    margin-top: 70px;
}


.break{
    width: 100%;
    height: 1px;
    background-color: #929eb8;
    margin-top: 20px;
    margin-bottom: 30px;
}

.upload_box{
    text-align: center;
}

.requiredSelect2 .select2-selection--single{
    border-left: 3px solid #ff0000 !Important;
}

.hide {
	display: none
}