body
{
    background-color:#F5F6FA !important;
}
button {
  all: unset;
}

button:focus {
  outline: revert;
}
.links{
    background-color: #FFF;
    font-size: 12px!important;
    position: relative;
}
.links:first-child::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: 1px;
    background-color: black;
    opacity: 0.1;
}
.links:hover a{
    color: #DF635F;
}
.links a{
    color: #000000;
}
.rows-hover:hover{
    background-color: #fff;
}
.button-create{
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);!important;
}

.button-create:hover{
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);!important;
}
#search{
    /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); */
    border: 1px solid rgba(0, 0, 0, 0.10);


}
@media screen and (min-width: 1000px)
{

    @font-face {
        font-family: 'SF Pro Display Ultralight';
        src: local('SF Pro Display Ultralight'), local('SF-Pro-Display-Ultralight'),
        url('/fonts/SFProDisplay-Ultralight.ttf') format('truetype');
        font-weight: 100;
        font-style: normal;
    }
    @font-face {
        font-family: 'SF Pro Display Light';
        src: local('SF Pro Display Light'), local('SF-Pro-Display-Light'),
        url('/fonts/SFProDisplay-Light.ttf') format('truetype');
        font-weight: 200;
        font-style: normal;
    }
    @font-face {
        font-family: 'SF Pro Display Medium';
        src: local('SF Pro Display Medium'), local('SF-Pro-Display-Medium'),
        url('/fonts/SFProDisplay-Medium.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: 'SF Pro Display Bold';
        src: local('SF Pro Display Bold'), local('SF-Pro-Display-Bold'),
        url('/fonts/SFProDisplay-Bold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
    }
    @font-face {
        font-family: 'SF Pro Display Black';
        src: local('SF Pro Display Black'), local('SF-Pro-Display-Black'),
        url('/fonts/SFProDisplay-Black.ttf') format('truetype');
        font-weight: 800;
        font-style: normal;
    }

    .sf-ultralight
    {
        font-family: "SF Pro Display Ultralight";
    }
    .sf-light
    {
        font-family: "SF Pro Display Light";
    }
    .sf-medium
    {
        font-family: "SF Pro Display Medium";
    }
    .sf-bold
    {
        font-family: "SF Pro Display Bold";
    }
    .sf-black
    {
        font-family: "SF Pro Display Black";
    }
}

/*  ШРИФТЫ  */
#logo
{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    animation: fill 1s ease forwards 2s, slidin 1s ease forwards 2.5s;
    /*animation: slidin 1s ease forwards 3s;*/
}
.crm
{
    opacity:0;
    animation: opac 1s ease forwards 3.2s;
}
#logo path:nth-child(1)
{
    stroke-dasharray: 697px;
    stroke-dashoffset: 697px;
    animation: line-anim 1s ease forwards;
}
#logo path:nth-child(2)
{
    stroke-dasharray: 510px;
    stroke-dashoffset: 514px;
    animation: line-anim 1s ease forwards 0.3s;
}
#logo path:nth-child(3)
{
    stroke-dasharray: 510px;
    stroke-dashoffset: 514px;
    animation: line-anim 1s ease forwards 0.6s;
}
#logo path:nth-child(4)
{
    stroke-dasharray: 510px;
    stroke-dashoffset: 514px;
    animation: line-anim 1s ease forwards 0.9s;
}
#logo path:nth-child(5)
{
    stroke-dasharray: 510px;
    stroke-dashoffset: 514px;
    animation: line-anim 1s ease forwards 1.2s;
}

@keyframes line-anim {
    to
    {
        stroke-dashoffset: 0px;
    }
}
@keyframes fill {
    from
    {
        fill:transparent;
    }
    to
    {
        fill:white;
    }
}
@keyframes slidin {
    to
    {
        transform: translate(-91%,-50%);
    }
}
@keyframes opac {
    to
    {
        opacity:1;
    }
}
.category-btn
{
    font-size:13px;
    line-height: 13px;
    /*text-transform: uppercase;*/
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
    padding-bottom: 11px !important;
    padding-top: 10px !important;
    font-weight: 400;
    border-radius: 5px;
}
.work-desk
{
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}
.head-text
{
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000000;
}
.stats-title
{
    font-size:13px;
    color:#000000;
}
.stats-head
{
    font-size: 13px;
    color: #772FD2;
}
.stats-score
{
    font-size: 36px;
    color:#000000;
    opacity: 0.5;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
.stats-score2
{
    font-size: 36px;
    color:#772FD2;
    text-shadow: 0px 4px 5px rgba(119, 47, 210, 0.3);
}
.work-check
{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.work-check .last-child {
    color:#5EB137;
}

.work-check .first-child {
    color: #A8A8A8;
}
.blog-scroll
{
    height: 70vh;
    overflow-Y: auto;
}
.blog-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.blog-scroll::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.blog-scroll::-webkit-scrollbar-thumb
{
    background-color: #130926;
}
.sidebar
{
    width:65px;
}


.point
{
    height:60px;
    width:60px;
    transition: 0.2s;
}
.point p
{
    color: #5713AE;
}
/*.point:hover*/
/*{*/
    /*background: linear-gradient(40deg,#ff6ec4,#7873f5)!important;*/
    /*border-radius:50%;*/

/*}*/
.point-ico
{
    width:25px!important;
}
.deal-text
{
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-family: "SF Pro Display Medium";
}
.ico-done, .ico-delete, .ico-update, .ico-edit, .ico-change
{
    transition: 0.3s;
    color:#6c757d;
}
.ico-done:hover
{
    color: #64dd17;
    transform: rotateZ(360deg);
}
.ico-delete:hover
{
    color: #ff5252;
    transform: rotateZ(360deg);
}
.ico-update:hover
{
    color: #3d5afe;
    transform: rotateZ(360deg);
}
.ico-edit:hover
{
    color: #fdd835;
    transform: rotateZ(360deg);
}
.ico-change:hover
{
    color: #40c4ff;
    transform: rotateZ(360deg);
}
.textarea-font-size
{
    font-size:12px;
    line-height: 14px;
}
.confirm-but
{
    font-size: 11px;
    border-radius: 3px;
}
.collona
{
    width:20%;
}
.hide-bg
{
    animation: behindbg 3s ease forwards 3.5s;
}
@keyframes behindbg {
    from
    {
        background: transparent;
    }
    to
    {
        background: rgb(19, 9, 38);
    }
}
.toner
{
    transition: 0.2s;
    opacity: 0;
    max-height: 0;
}

.mainer
{
    transition: 0.5s;
}
.mainer:hover .toner
{
    opacity: 1;
    background: white;
    max-height: 1000px;
}
.create-point
{
    font-family: "SF Pro Display Light";
    font-size: 12px;
    line-height:14px;
    color: #A5A5A5;
}
.report-man
{
    font-size: 30px;
    color: black;
}
.report-border
{
    border-bottom: 1px solid #cccccc;
}
.report-cal
{
    font-size: 16px;
    color:black;
}
.nav-tabs
{
    border-bottom: 0px;
}
.report-tabs
{
   
}
.report-tabs-link
{
    color:#000000;
    padding: 0.4rem 1.6rem;
    background-color:#ffffff;
    border-radius:5px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.20)  !important;
    line-height: normal;
}
.report-tabs-link.active
{

    color: #FFF !important;
    font-family: "SF Pro Display Light";
    border: 1px solid transparent  !important;
    background-color: #DF635F !important;
}
.type-tab
{
    background-color: #fefefe;
    /*box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);*/
    border-radius: 5px;
    height:100%;
}
.type-svg
{
    fill:#fff;
}
.meet-type
{
    background-color: #E66161;
}
.custom-type
{
    background-color: #3F2FD2;
}
.call-type
{
    background-color: #F9C02E;
}
.task-type
{
    background-color: #3BD654;
}
.type-header
{
    font-size:25px;
    color: #000000;
}
.meet-header
{
    color:#E66161;
}
.custom-header
{
    color:#3F2FD2;
}
.call-header
{
    color:#F9C02E;
}
.task-header
{
    color:#3BD654;
}
.type-desc
{
    color:#000000;
    font-size: 13px;
}
.plan-collumn
{
    /*border-radius: 10px ;*/
}
.collumn-4
{
    width:25%;
}
.report-block
{
    background-color:#ffffff;
    border-radius:5px;
    /* box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2); */
}
.title-task
{
    font-size:12px;
    line-height: 110%;
    color: #a8a8a8;
}
.task-name
{
    font-size: 12px;
    line-height: 110%;
    color:#000000;
}
.task-ico
{
    opacity:0;
}
.task-point
{
    transition: 0.4s;
}
.task-point:hover .task-ico
{
    opacity: 1;
}
.task-button
{
    border-radius: 20px;
}
.task-point:hover
{
    box-shadow: 10px 14px 40px rgba(0, 0, 0, 0.1);
}
.point-text
{
    font-size: 14px;
    line-height: 17px;
    color:#000000;
    font-weight: bold;
}
.item-data
{
    background-color:#fefefe;
    transition: 0.4s;
}
.item-data:hover
{
    background-color:#F4F4F4;
}
.drop-point
{
    transition: 0.2s;
}
.drop-point:hover
{
    background: rgba(196, 196, 196, 0.23);
}
@media only screen and (max-width: 700px)
{
    .collona
    {
        width:100%;
    }
    .deal-text
    {
        font-size: 14px;
        line-height: 14px;
        color: #000000;
        font-family: "SF Pro Display Medium";
    }
}
.bt-li {
    font-size: 12px;
        display: flex;
    align-items: center;
}
.bt-li:hover {
    /*background: #6620bb;*/
    border-bottom: 2px solid #772FD2!important;
    font-size: 12px;
}
.user_point
{
    width:150px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding:5%;
}
.avatar
{
    width:42px;
    height:42px;
    /* background: linear-gradient(180deg, #772FD2 0%, #A72FD2 100%); */
    background-color: white;
    border-radius: 50%;
    border:1px solid #ffffff;
    position: relative;
}
.avatar::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6' viewBox='0 0 5 6' fill='none'%3E%3Cpath opacity='0.5' d='M5 3L0.5 0.401924L0.5 5.59808L5 3Z' fill='white'/%3E%3C/svg%3E");
    display: inline-block;
    position: absolute;
    right: -8px;
    top: 20%;
}
.avatar span{
    color:black;
    font-weight: 400;
}
.notific
{
    width:42px;
    height:42px;
    background: white;
    border-radius: 50%;
}
.notif-point
{
    height:8px;
    width:8px;
    background-color: #FF0000;
    position: absolute;
    border-radius: 50%;
    top:25%;
    right:30%;
}
.border-greener
{
    border-left:3px solid greenyellow;
}
.input-new
{
    border-radius: 0px;
    background: rgba(151, 151, 151, 0.1);
}
.input-new-title
{
    font-size:24px;
}

.new-button
{
    /* border: 1px solid #772fd2;
    width:100%;
    height:100%;
    background: transparent;
    color: #772fd2; */
    font-family: "SF Pro Display Light";
    transition: 0.3s;
    border-radius: 5px;
    background: #6D6D6D;
    color: white;
    text-align: center;
    font-size: 13px;
    text-transform: lowercase;
    line-height: inherit;
    width: auto;
    padding: 4.5px 20px;
}
.new-button:hover
{
    transform: scaleY(1.05);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.13);
}
#search
{
    border-radius:0px;
    /* border:0; */
}
.button-new
{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 9px 27px;
    background: #FFF;
    transition: 0.3s;
    line-height: initial;
    font-size: 14px;
    font-weight: 400;
}
.button-new:hover
{
    /* border:1px solid #fefefe; */
    background: #FFF4F4;
}
.space-button
{
    border:1px solid #000000;
    background: transparent;
    box-shadow: none;
    padding:10px 0px;
    transition: 0.4s;
}
.space-button:hover
{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.13);
}
.button-create
{
    padding: 8px 13px;
    background-color: white;
    border:none;
    cursor: pointer;
}
.menu-burger
{
    position: relative;
    margin-top: 13px;
    transition: 0.3s;
    margin-bottom: 57px;
}
.menu-burger::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 70%;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: white;
    opacity: 0.3;
}
 .sidenav {
     height: 100%;
     width: 300px;
     position: fixed;
     z-index: 10;
     top: 0px;
     left: -500px;
     background-color: #ffffff;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 120px;
     box-shadow: 10px 4px 20px rgba(0, 0, 0, 0.1);
 }
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    display: block;
    transition: 0.3s;
    /* opacity: 0.5; */
}
#mySidenav.sidenav a{
    opacity: 0.5;
}

#mySidenav.sidenav a:hover {
    /* box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); */
    opacity: 1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.form-custom-m .modal-title{
    font-weight: 600;
    font-size: 1rem;
}
.form-custom-m label{
    font-size: 12px;
    color: #292222;
    font-weight: 500;
}
.form-custom-m input, .form-custom-m select, .form-custom-m textarea{
    border-radius: 5px !important;
    border: 1px solid #B1B1B1 !important;
    background-color: inherit !important;
    margin-top: 0 !important;
    margin-bottom: 0.9rem;
}
.form-custom-m .space-button{
    border-radius: 5px;
    border: 0px solid #000;
    background: #DF635F;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
}

.title-name-page{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    color: #545454;
    margin-bottom: 0 !important;
}

.btn-custom-rep{
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    color: #000;
    text-transform: lowercase;
    transition: 0.3s ease;
}
.btn-custom-rep:hover{
    opacity: 0.5;
    color: #000;
    text-decoration-line: underline;
}
.type-text-rep{
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    color: #000;
    text-transform: lowercase;
    transition: 0.3s ease;
}
.tab-content-report-m .nav-link{
    border-radius: 5px;
    opacity: 0.6;
    border: 1px solid rgba(0, 0, 0, 0.10);
    transition: 0.4s ease;
}
.tab-content .nav-link.active{
    border: 1px solid #DF635F;
    opacity: 1;
}
.tab-content .nav-link:hover{
    border: 1px solid #DF635F;
    opacity: 1;
}

.balance-custom-t .type-tab{
    background-color: #DF635F;
}
.balance-custom-t .type-text-rep{
    color: white;
}
.balance-custom-t .type-tab label{
    color: white;
}
.balance-custom-t .type-tab input{
    font-size: 12px;
    padding: 7px 10px;
    border: none !important;
    max-width: 121px;
    height: auto;
    line-height: normal;
    margin-top: 15px;
}
.balance-custom-t .type-tab .balance-change{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    color: white;
    text-transform: lowercase;
    transition: 0.3s ease;
    margin-top: 11px;
}

.tab-title-main{
    padding: 1rem !important;
    padding-right: 2rem !important;
    display: block; 
    font-size: 14px; 
    font-family: 'SF Pro Display Light'; 
    text-decoration-line: underline;
    display: flex;
    justify-content: space-between;
}
.tab-title-main::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.441388 2.24696C0.0173839 1.62585 0.589187 0.788231 1.4372 0.788232L7.27343 0.788232C8.07144 0.788232 8.52094 1.53933 8.09571 2.16223L5.1776 6.4369C4.75237 7.05981 3.75851 7.10613 3.35951 6.52163L0.441388 2.24696Z' fill='black'/%3E%3C/svg%3E");
    display: inline-block;
  }

.tab-title-main[aria-expanded="true"]::after{
    transform: rotate(180deg);
}


.row-home-main-c{
    padding-top: 0 !important;
    margin-top: 7px;
    padding-left: 1.6rem !important;
}
.row-home-main-c > .p-3{
    width: 100% !important;
    padding: 0.3rem !important;
    min-width: 130px;
    max-width: 140px;
}
.row-home-main-c > .p-3 > div{
    overflow-x: auto;
    padding: 10px !important;
    border-radius: 5px;
    height: auto !important;
    min-height: 66px;
}
.row-home-main-c > .p-3 > div > .stats-title{
    color: #000;
    font-size: 12px;
    opacity: 1 !important;
    font-weight: 400;
    line-height: normal;
    text-transform: inherit  !important;
}
.row-home-main-c > .p-3 > div > .stats-title.red-c{
    color: #DF635F;
}
.row-home-main-c > .p-3 > div > .stats-title + div{
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-top: 2px;
}
.row-home-main-c > .p-3 > div > .stats-title + div > span, .row-home-main-c > .p-3 > div > .stats-title + div > p, .row-home-main-c > .p-3 > div > .stats-title + div > p span{
    font-size: 25px !important;
    color: #3C3C3C !important;
    opacity: 1 !important;
    text-shadow: none;
    margin-bottom: 0;
    margin-left: 0 !important;
    line-height: normal;
    font-weight: 500 !important;
}

.row-home-main-c > .p-3 > div > .stats-title + div > p span.sf-light{
    display: none;
}
.row-home-main-c > .p-3 > div > .stats-title + div > p span.stats-score2{
    color: #DF635F !important;
    margin-left: 41px !important;
    font-weight: 400 !important;
}


.row-home-main-c > .p-3 > div .head-text{
    margin-bottom: 2px !important;
}
.row-home-main-c > .p-3 > div  .work-check{
    font-size: 18px;
    line-height: normal;
}

@media screen and (max-width: 1000px) {
    .collumn-4
    {
        width:100%;
    }
}
