﻿.Section-SA {
   /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    /* border:1px solid #8e8e8e; */
    border-radius: 5px;
}

.table-responsive {
    border-radius: 25px;
}

.valignR {
    text-align: right !important;
}
.vAlign tr td label {
    vertical-align: middle;
    line-height: 2.8;
}
.SAVE-B {   
    justify-items: center;
    margin: auto;
    width: 100px
}
.tableFixHead {
    overflow-y: auto; 
    height: 800px;
}
    .tableFixHead thead th {
        position: sticky; /* make the table heads sticky */
        top: -6px; /* table head will be placed from the top of the table and sticks to it */
        background-color: white;
        height: 10px;
    }
 .col-12 .col-8 div label {
    color: #0e3353 !important;
}
  .clr-lbl-user i{
      font-size:21px;
      color:#919191;
  }
    table {
        border-collapse: collapse; /* make the table borders collapse to each other */
        width: 100%;
    }
.Save_U {
    margin: auto;
    justify-content: center;
    position: relative;
    display: flex;
    width:100px;
}
.form-select {
    width: 44% !important;
}

.table tr td {
    height: 10px !important;
   font-size: 15px;
}
.table tr th {  
  
}

th{
    height:55px;
}
.Hide-Show {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}
.lneH {
    line-height: 2.5;
}
.ITemsStyle {
    vertical-align: middle;
    justify-content: flex-start;
    align-items: center;
}
.Deplbl {
    float: right;
    vertical-align: middle;
    line-height:2.5;
}
.Flexible div label {
    margin: 10px;
    display: block;
    line-height: 2.5;
}
.Flexible div input {
    margin: 10px;
    display: block
}
.Flexible div input[type=dropdown] {
    margin: 10px;
    display: block
}
    .Flexible div select {
        margin: 10px;
        display: block
    }
.TextArea {
    width: 80% !important;
}
.fa{
    cursor:pointer !important;
}
.ItemUSerL{
    width:100% !important;
}
.UserRole li {
    list-style-type: none;
    display:flex;
    margin: 11px;
    grid-gap: 10px;
}
.GridV {
    display: grid;
    grid-gap: 5px;
    float: right
}
.GridV2 {
    display: grid;
    grid-gap: 15px;
    float: right
}
.FRight{
    float:right !important;
}
.FloatL div{
    float:left !important;
}
.GridV input[type=text], input[type=number], input[type=email], input[type=password] {
    /*    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
*/ width: 55%;
}
.GridV2 div .form-select {
    color: #7d848a !important;
}

.Flexible input[type=text], input[type=number], input[type=email], input[type=password], input[type=dropdown] {
    display: block;
    width: 90%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7d848a;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.Name_Client{
    background-color:red;
    color:#fff;
}
.Grid_Chart{
    display:grid;
    grid-gap:15px;
}
.TimeSB1 {
    background: linear-gradient(90deg, #f8eee8, #fbf9ff) !important;
}
.G-Gap{
    grid-gap:6px;

}
.B-Left{
    border-left:5px solid orange;
}
/********************************************************/
:root {
    --primary-text-color: #111;
    --task-status-color: #8395a7;
    --progress-bar-color: #d8e7f4;
    --progress1-color: #ff6b6b;
    --progress2-color: #feca57;
    --progress3-color: #46bd84;
    --progress4-color: #08a0f7;
}

.task-progress {
    margin: 10px;
}

    .task-progress p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #222f3e;
    }
/*
span {
    color: var(--task-status-color);
}*/

.progress {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10px;
    height: 10px;
}

    .progress::-webkit-progress-bar {
        background-color: var(--progress-bar-color);
    }

    .progress::-webkit-progress-bar,
    .progress::-webkit-progress-value {
        border-radius: 10px;
    }

    .progress::-moz-progress-bar {
        border-radius: 10px;
    }

.progress--task1::-webkit-progress-value {
    background-color: var(--progress1-color);
}

.progress--task1::-moz-progress-bar {
    background-color: var(--progress1-color);
}

.progress--task2::-webkit-progress-value {
    background-color: var(--progress2-color);
}

.progress--task2::-moz-progress-bar {
    background-color: var(--progress2-color);
}

.progress--task3::-webkit-progress-value {
    background-color: var(--progress3-color);
}

.progress--task3::-moz-progress-bar {
    background-color: var(--progress3-color);
}

.progress--task4::-webkit-progress-value {
    background-color: var(--progress4-color);
}

.progress--task4::-moz-progress-bar {
    background-color: var(--progress4-color);
}



/*********************************************************/
.container .card1 .percent {
    position: relative;
    width: 150px;
    height: 150px;
}

 .container .card1 .percent svg {
        position: relative;
        width: 150px;
        height: 150px;
        transform: rotate(270deg);
    }

 .container .card1 .percent svg circle {
            width: 100%;
            height: 100%;
            fill: transparent;
            stroke-width: 4;
            stroke: #e0e0e0;
            transform: translate(5px, 5px);
        }

 .container .card1 .percent svg circle:nth-child(2) {
                stroke: var(--clr);
                stroke-dasharray: 440;
                stroke-dashoffset: calc(440 - (440 * var(--num)) / 100);
                opacity: 0;
                animation: fadeIn 1s linear forwards;
                animation-delay: 2.5s;
            }

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dot {
    position: absolute;
    inset: 5px;
    z-index: 10;
    /* 360deg / 100 = 3.6 */
    animation: animateDot 2s linear forwards;
}

@keyframes animateDot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(calc(3.6deg * var(--num)));
    }
}

.dot::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--clr);
    box-shadow: 0 0 10px var(--clr), 0 0 30px var(--clr);
}

.number {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    animation: fadeIn 1s linear forwards;
    animation-delay: 2.5s;
}

    .number h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #747474;
        font-weight: 700;
        font-size: 2.5em;
    }

        .number h2 span {
            font-weight: 300;
            color: red;
            font-size: 0.5em;
        }

    .number p {
        font-weight: 500;
        font-size: 0.75em;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgb(265 13 111 / 91%);
    }

/*************************************   Calendar ****************************/
.calendar {
    position: relative;
    max-width: 446px;
    min-width: 331px;
   /* background-color: #ededed;*/
    color: var(--calendar-font-color);
    margin: -13px auto;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    border-radius: var(--calendar-border-radius);
}

.calendar-inner {
    padding: 3px 5px;
}

.calendar .calendar-inner .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

 .calendar .calendar-inner .calendar-body div {
        padding: 5px;
        min-height: 18px;
        line-height: 8px;
        border: 1px solid transparent;
        margin: 10px 2px 0px;
    }

 .calendar .calendar-inner .calendar-body div:nth-child(-n+7) {
            border: 1px solid transparent;
            border-bottom: 1px solid var(--weekdays-border-bottom-color);
        }

 .calendar .calendar-inner .calendar-body div:nth-child(-n+7):hover {
                border: 1px solid transparent;
                border-bottom: 1px solid var(--weekdays-border-bottom-color);
            }

 .calendar .calendar-inner .calendar-body div > a {
            color:#292929;
            text-decoration: none;
            display: flex;
            justify-content: center;
        }

 .calendar .calendar-inner .calendar-body div:hover {
     border: 1px solid var(--calendar-date-hover-color);
     border-radius: 4px;
 }

 .calendar .calendar-inner .calendar-body div.empty-dates:hover {
     border: 1px solid transparent;
 }

.calendar .calendar-inner .calendar-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.calendar .calendar-inner .calendar-today-date {
    display: grid;
    text-align: center;
    cursor: pointer;
    margin: 3px 0px;
    background: #dedede;
    padding: 8px 0px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
    display: flex;
    min-width: 100px;
    justify-content: space-evenly;
    align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
    text-align: right;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
    font-weight: 500;
    font-size: 20px;
}

.calendar .calendar-inner .calendar-body .calendar-today {
    background: var(--calendar-today-color);
    border-radius: 4px;
}

    .calendar .calendar-inner .calendar-body .calendar-today:hover {
        border: 1px solid transparent;
    }

    .calendar .calendar-inner .calendar-body .calendar-today a {
        outline: 2px solid var(--calendar-today-innerborder-color);
    }

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
   color:#fff;
    /*font-family: arial, consolas, sans-serif;*/
    font-size: 26px;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block;
    background: red;
    margin: 10px 0 10px 0;
}

 .calendar .calendar-inner .calendar-controls .calendar-next a svg,
 .calendar .calendar-inner .calendar-controls .calendar-prev a svg {
     height: 20px;
     width: 20px;
     color:#fff;
 }

 .calendar .calendar-inner .calendar-controls .calendar-next a svg path,
 .calendar .calendar-inner .calendar-controls .calendar-prev a svg path {
     fill: #fff;
 }

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
    color: #143db5;
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
    border: 1px solid transparent;
    pointer-events: none;
}
/***************************************************************************************/

.page-item:after{
    display:none !important;
}

.FlaotR {
    float: right;
}

.My-Page{
    top:15px;
    position:relative;
}

.Accordion_Grid{
    display:grid;
    grid-gap:15px;
    margin-top:15px;
}
.CDExpand{
    color:#fff !important;
    vertical-align:middle;
    justify-content:center;
    align-content:center;
    line-height:2.8;
}
.SAVE-USER {
    justify-items: center;
    margin: auto;
    width: 100px;
    display: block
}
.HeightC1 {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.HeightC1::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(transparent, #00c6ff);
}
.HeightC1::-webkit-scrollbar {
    width: 10px;
    background-color: white;
}
.HeightC1::-webkit-scrollbar-thumb {
    background: linear-gradient(120deg, #ffbf96, #fe7096, #e72c00) !important;
    border-radius: 6px;
}
.main-row {
    position: sticky;
    top: 0px;
    display: flex;
    background-color: #ea1c3e;
    z-index: 50;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.U_row .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * 7);
    margin-right: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
.Sticky_th tr th {
    position: sticky !important;
    position: -webkit-sticky;
    top: 0px;
    overflow:auto;
    background-color: #fff;
    z-index: 10;
}
.table.table-head-fixed thead tr:nth-child(1) th {
    /*background-color: #fff;
    border-bottom: 0;*/
    position: -webkit-sticky;
    position: sticky;
    top: -8px;
    z-index: 10;
    background-color: rgba(255,95,21,255);
    height: 44px;
    color: #fff;
    /*font-family: math;*/
}
.backclr{
    background-color:#f70000 !important;
}
.backclr .col-6{
    padding-left:0px !important;
}
 .backclr .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
     color: #000000;
     background-color: #ffffff;
     border-bottom:none !important;
     border-color:none !important;
 }
 .backclr a{
     color:#fff;
 }
   #CreateUser .modal-content {
    width: 55%;
}
.backclr .nav-tabs {
    border-bottom:none !important;
}
/*.nav-tabs .ak.active {
    color: #ffffff !important;
    background-color: #ff6969 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}*/
    #custom-tabs-three-tab li .nav-item.show .ak.active {
    color: #ffffff;
    background-color: #ff6969;
   
}
.ShadowCard {
    box-shadow: 0 4px 20px 0 #CCD7E2, 0 7px 45px -5px #CCD7E2 !important;
    border-radius: 25px !important;
    border: 1px solid #CCD7E2 !important;
}
#custom-tabs-two-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #ffffff;
   
}
.clm {
    --bs-gutter-x: 0rem !important;
    height:60px;  
    background-color: #FFF;
    margin-top: -5px;
}

    .dataTables_length {
        padding-top: 0.5rem !important;

    }
   .dataTables_paginate {
        padding-top: 0.5rem !important;
    }
div#myTable_info {
    margin-left: auto;
    margin-bottom: 5px;
    align-content: center;
    /*margin-right: -684px;
    float: right;*/
}
.dataTables_length {
    /*float: right;
        margin-right: -320px;*/
    margin-right: 10px;
    align-content: center;
    padding-right: 10px;
}
.table-striped .odd {
    /*   background-color: #fff0f0 !important;*/
    /*background-color: #ffcdcd !important;*/
    /*background-color: #F8E5E1 !important;*/
}
.table-striped.even {
    background-color: #FCF6F5 !important;
}
.Lotus {
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}
.Modal {
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}
.Lotus-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 100%;
   
    border-radius: 2px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;  
    -webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Lotus-Struct{
  /*  height:650px;*/
    overflow-y:auto;
    width:100%;
    background-color:#fff;    
}
.Modal-Struct {
    height: 550px;
    overflow-y: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 15px !important;
}
.Modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px !important;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  
    -webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#CreateUser .Modal-Struct{
    height:505px;
}
#SubCategory .Modal-content{
    width:28%;
}
#CreateBranch .Modal-content {
    width: 28%;
}
#Lotus1 #LContent{
    width:55%;
}
#Lotus1 .Lotus-Struct{
    height:433px !important;
}
.add-cat-branch{
    top:2px;
    font-size:18px;
    position:relative;
}
.modal-content-left,
.modal-content-right {
    flex: 0 1 auto;
}

.modal-content-left {
    flex: 2;
}
    .modal-content-left img {
        width: 40rem;
        max-width: 95%;
        margin: 0;
        padding: 0;
        display: block;
        border-radius: 2px;
    }
.modal-content-right {
    flex: 2;
    max-width: 100%;
    padding: 1rem 3rem;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close,
.close-imp {
    
    font-size: 2rem;
    font-weight: bold;
    padding: 0 1rem;
    border-radius: 2px;
    transition: 0.4s ease-out;
}

    .close:hover,
    .close:focus,
    .close-imp:hover,
    .close-imp:focus {
        color: #111;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    display: flex;
    justify-content: space-between;   
    font-size: 3.5rem;
    margin: 0;
    padding: 0;
}

    .modal-header p {
        margin: 0;
        padding: 0;
    }

.modal-header,
.modal-body,
.modal-footer {
    padding:5px;
}

.modal-header {
    padding-top: 2rem;
}

.modal-footer {
    padding-bottom: 2rem;
}
/* ===== Page Content ===== */
.container {
    width: 100%;
}
/* The Button */
#openModal {
    transition: all 0.4s ease-in;
}
.card-primary:not(.card-outline) > .card-header {
    background-color: #007bff;
}

.nav-link{
    color:#282828;
}
/**************************************************************************************/
@media (max-height: 768px) {
    body {
        overflow: auto;
    }
}

.NotesModel {
    left: 68%;
    top: 40%;
    position: fixed;
    z-index: 100;
    margin-top: 0%;
    border-radius: 5px;
    background-color: rgba(255,95,21,255);
}
.whitelabel{
    color:white !important;
}