header{
    padding: 11px 25px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: inherit;
}
.mob-logo, .card-icon {
    display: none;
  }
.clock-p{
    color: #00B272;
    font-size: 12px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.clock-icon{
    width: 18px;
    margin-right: 3px;
}
.user-data{
    margin-left: 17px;
}
.user-icon{
    border-radius: 50%;
    background-color: #ffffff;
    padding: 18px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.10), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
}
.user-name{
    color: #2B2B2B;
    font-size: 12px;
    font-family: Pitagon Sans Text;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 17px;
}
.mob-user-name {
    display: none;
  }

.drop-option{
    margin-left: 10px;
    width: 18px;
    cursor: pointer;
}

.drop-box-a{
    margin-top: 20px;
}
.header-drop{
    cursor: pointer;
}
.header{
    /* position: relative; */
    z-index: 99;
}
.header-drop-box{
    position: fixed;
    top: -150px;
    right: 30px;

    z-index: 999999;

    padding: 1px 100px 21px 23px;
    border-radius: 10px;
    background: #FFF;
    transition: 0.3s;
}
.drop-box-icon{
    width: 20px;
}
.drop-box-p{
    color: #000;
    font-size: 15px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 5px;
}

/* sidebar */
.sidebar-logo{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.sidebar{
    position: sticky;
    top: 0;
    background-color: var(--tm);
    min-height: 100vh;
    height: 100vh;
    /* overflow-y: scroll; */
    padding: 0px 33px;
}
.sidebar-scroll{
    height: 80vh;
    overflow-y: scroll;
}
.logo-p{
    color: #F5F5F5;
    font-size: 18px;
    font-family: Pitagon Sans Text;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.logo-box{
    padding: 23px 10px;
}
.sidebar-link{
    margin-top: 10px;
    padding: 12px 16px;
    border-radius: 9px;
    transition: 0.3s;
    overflow: hidden;
}
.sidebar-link:hover{
    background: var(--tm2);
}
.sidebar-link-icon{
    width: 18px;
}
.sidebar-link-p{
    color: #F5F5F5;
    font-size: 14px;
    font-family: Pitagon Sans Text;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-left: 7px;
}
.sidebar-close{
    position: absolute;
    right: -48px;
    border: 1px solid var(--tm);
    border-radius: 50%;
    padding: 9px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.10), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
    transform: rotate(90deg);
    cursor: pointer;
    /* transition: 0.3s; */
    z-index: 999;
}

.side-drop{
    display: none;
    flex-direction: column;
    padding: 15px;
    position: relative;
    z-index: 9;
}
.side-drop a{
    color: #F5F5F5;
    font-family: "Pitagon Sans Text";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 14px 0px 0px 15px;
}
/* .sidebar-link:hover>.side-drop{
    display: flex;
} */
.sidebar-input{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: scale(25);
    opacity: 0;
}
.sidebar-input:checked + div{
    display: flex;
}
/* sidebar */


/* bar-info */
.bar-info{
    padding: 10px 15px;
    background-color: var(--tm);
}
.bar-p{
    font-size: 14px;
    color: #fff;
}
/* bar-info ends */

/*responcive*/
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 990px) {
}
@media only screen and (max-width: 880px) {
}
@media only screen and (max-width: 768px) {
  .mob-logo {
    border-radius: 7px!important;
    display: block;
  }
  .card-icon{
    display: block;
  }
  .nav-box {
    margin: 10px 0;
  }
  .user-data {
    display: none;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    background-color: var(--tm);
    min-height: 100vh;
    height: 100vh;
    padding: 0px 33px;
    transition: 0.5s;
  }
  .sidebar-div {
    width: 0px;
  }
  .user-icon {
    /* border: 1px solid var(--tm); */
    border-radius: 50%;
    background-color: #ffffff;
    padding: 0px;
  }
  .mob-user-name {
    display: block;
    margin: 5px 0 0 0;
  }
  .sidebar-link-icon {
    width: 28px;
    height: 18px;
    padding-right: 10px;
  }
  .sidebar-dropbox {
    margin: 10px 0 10px 30px;
    padding: 10px;
    max-width: 150px;
    border-radius: 10px;
    background-color: #b7a1f5;
    display: none;
  }
  .sidebar-dropdown {
    width: 23px;
    height: 18px;
    padding-left: 5px;
  }
  .side-drop-link a {
    color: #fff;
  }
  .side-drop-link {
    font-size: 12px;
    font-family: var(--font);
    margin: 5px;
  }
  .nav-box:hover > .sidebar-dropbox {
    display: flex;
  }
}
/*mobile*/
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 485px) {
  .user-icon {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 280px) {
}
