
/* css version 1 */

html{
    box-sizing: border-box;
}

*,
*:before,
*:after{
    box-sizing: inherit;
}

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
li{
    list-style: none;
    margin: 0;
    padding: 0;
}

a{
    display: block;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

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

section p,
div p,
header p,
footer p,
nav p,
ul p,
li p,
table p,
tr p,
td p,
th p{
    padding: 0;
    margin: 0;
}

section ul,
div ul,
header ul,
footer ul,
nav ul,
li ul,
table ul,
tr ul,
td ul,
th ul{
    padding: 0;
    margin: 0;
}

section li,
div li,
header li,
footer li,
nav li,
table li,
tr li,
td li,
th li{
    padding: 0;
    margin: 0;
}

@media (max-width : 992px){
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br,
    p br{
        display: none;
    }
}

button{
    border: none;
}

/*========================================
       Color Variable Start Here
=========================================*/

:root{
    --light: #fff;
    --dark: #000;
    --light-with-opacity: rgba(255, 255, 255, 0.7);
    --dark-with-opacity: rgba(0, 0, 0, 0.7);
    --theme-color1-with-opacity: rgba(241, 39, 36, 0.7);
    --theme-color2-with-opacity: rgba(0, 114, 188, 0.7);
    --theme-color2-with-opacity: rgba(0, 149, 251, 0.7);
    --gradient-color-1: linear-gradient(90deg, #fd4d75 0%, #fb7757 100%);
    --theme-color: #f12724;
    --theme-bg-color1: #f12724;
    --theme-bg-color2: #0072bc;
    --theme-bg-color3: #0095fb;
    --theme-bg-color4: #acc4d4;
    --theme-bg-color5: #f1f1f1;
    --theme-bg-color6: #f9f9f9;
    --theme-bg-color7: #eeeeee;
    --theme-bg-color8: #555555;
    --theme-bg-color9: #7e8288;
    --theme-bg-color10: #343434;
    --theme-bg-color11: #e4e4e4;
    --theme-text-color1: #f12724;
    --theme-text-color2: #0072bc;
    --theme-text-color3: #0095fb;
    --theme-text-color4: #acc4d4;
    --theme-text-color5: #f1f1f1;
    --theme-text-color6: #f9f9f9;
    --theme-text-color7: #eeeeee;
    --theme-text-color8: #555555;
    --theme-text-color9: #7e8288;
    --theme-text-color10: #343434;
    --theme-text-color11: #e4e4e4;
}

/*========================================
       Color Variable End Here
=========================================*/

/*========================================
    border Radius Variable Start Here
=========================================*/

:root{
    --border-color1: #f12724;
    --border-color2: #0072bc;
    --border-color3: #0095fb;
    --border-color4: #acc4d4;
    --border-color5: #f1f1f1;
    --border-color6: #999999;
    --border-color7: #eeeeee;
    --border-color8: #e4e4e4;
}

/*========================================
    border Radius Variable End Here
=========================================*/

/*========================================
       Font Variable Start Here
=========================================*/

:root{
   --font-size-xxlg: 40px;
   --font-size-xlg: 36px;
   --font-size-lg: 32px;
   --font-size-md-1: 30px;
   --font-size-md-2: 28px;
   --font-size-md-3: 26px;
   --font-size-md-4: 24px;
   --font-size-md-5: 20px;
   --font-size-sm: 18px;
   --font-size-xs-1: 16px;
   --font-size-xs-2: 14px;
   --font-size-xs-3: 12px;
}

/*========================================
       Font Variable End Here
=========================================*/

/*========================================
       Line height Variable Start Here
=========================================*/

:root{
    --line-heights-xxlg: 52px;
    --line-heights-xlg: 48px;
    --line-heights-lg: 44px;
    --line-heights-md-1: 40px;
    --line-heights-md-2: 36px;
    --line-heights-md-3: 34px;
    --line-heights-md-4: 32px;
    --line-heights-md-5: 28px;
    --line-heights-sm: 26px;
    --line-heights-xs-1: 24px;
    --line-heights-xs-2: 20px;
    --line-heights-xs-3: 16px;
 }

/*========================================
       Line height Variable End Here
=========================================*/

/*========================================
       Font Icon Variable Start Here
=========================================*/

:root{
    --font-size-icon-xxlg: 64px;
    --font-size-icon-xlg: 52px;
    --font-size-icon-lg-1: 44px;
    --font-size-icon-lg-2: 36px;
    --font-size-icon-lg-3: 30px;
    --font-size-icon-md-1: 28px;
    --font-size-icon-md-2: 24px;
    --font-size-icon-md-3: 20px;
    --font-size-icon-sm: 18px;
    --font-size-icon-xs: 16px;
    --font-size-icon-xxs: 14px;
}

/*========================================
       Font Icon Variable End Here
=========================================*/

/*========================================
       Font Family Variable Start Here
=========================================*/

:root{
    --font-family-light: "Heebo-Light";
    --font-family-black: "Heebo-Black";
    --font-family-medium: "Heebo-Medium";
    --font-family-regular: "Heebo-Regular";
    --font-family-extralight: "Heebo-ExtraLight";
    --font-family-extrabold: "Heebo-ExtraBold";
    --font-family-semibold: "Heebo-SemiBold";
    --font-family-bold: "Heebo-Bold";
    --font-family-thin: "Heebo-Thin";
}

/*========================================
       Font Family Variable End Here
=========================================*/

/*========================================
    border Radius Variable Start Here
=========================================*/

:root{
    --border-radius-full-rounded: 100%;
    --border-radius-xxlg: 40px;
    --border-radius-xlg: 32px;
    --border-radius-lg: 24px;
    --border-radius-md: 20px;
    --border-radius-sm: 16px;
    --border-radius-xs-1: 12px;
    --border-radius-xs-2: 8px;
    --border-radius-xs-3: 4px;
}

/*========================================
    border Radius Variable End Here
=========================================*/

/*========================================
    Box Shadow Variable Start Here
=========================================*/

:root{
    --box-shadow1: 2px 3.464px 9px rgba(0,0,0,0.13);
    --box-shadow2: 3px 5.196px 31.5px rgba(0,0,0,0.09);
    --box-shadow2: 3px 5.196px 31.5px rgba(130, 128, 128, 0.09);
}

/*========================================
    Box Shadow Variable End Here
=========================================*/


h1{
    color: var(--dark);
    font-size: var(--font-size-xxlg);
    line-height: var(--line-heights-xxlg);
    font-family: var(--font-family-semibold);
}

h1 span{
    color: var(--theme-color);
    font-size: var(--font-size-xxlg);
    line-height: var(--line-heights-xxlg);
    font-family: var(--font-family-semibold);
}

h2{
    color: var(--dark);
    font-size: var(--font-size-xlg);
    line-height: var(--line-height-xlg);
    font-family: var(--font-family-semibold);
}

h2 span{
    color: var(--theme-color);
    font-size: var(--font-size-xlg);
    line-height: var(--line-height-xlg);
    font-family: var(--font-family-semibold);
}

h3{
    color: var(--dark);
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
    font-family: var(--font-family-medium);
}

h4{
    color: var(--dark);
    font-size: var(--font-size-md-1);
    line-height: var(--line-heights-md-1);
    font-family: var(--font-family-medium);
}

h5{
    color: var(--dark);
    font-size: var(--font-size-md-3);
    line-height: var(--line-heights-md-3);
    font-family: var(--font-family-medium);
}

h6{
    color: var(--dark);
    font-size: var(--font-size-md-4);
    line-height: var(--line-heights-md-4);
    font-family: var(--font-family-medium);
}

p,span,strong,b,ul,li,a{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-regular);
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
area:focus,
a:hover:focus{
    outline: 2px solid var(--theme-bg-color1);
}

select:focus-within,
select:focus-visible{
    outline: 2px solid var(--theme-bg-color1);
}

.theme-btn,
.btn,
.btn-info{
    padding: 10px 24px;
    text-align: center;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-regular);
    background-color: var(--theme-bg-color1);
    border-radius: var(--border-radius-xs-2);
    color: var(--light);
    border: none;
    cursor: pointer;
    transition: .3s;
}

.theme-btn:hover,
.btn:hover,
.btn-info:hover{
    background-color: var(--dark);
    color: var(--light);
}

table .btn,
table tr .btn,
table th .btn,
table td .btn,
section .btn,
div .btn,
table .btn-info,
table tr .btn-info,
table th .btn-info,
table td .btn-info,
section .btn-info,
div .btn-info{
    padding: 8px 20px;
    text-align: center;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-regular);
    background-color: var(--theme-bg-color1);
    border-radius: var(--border-radius-xs-2);
    color: var(--light);
    border: none;
    cursor: pointer;
    transition: .3s;
}

table .btn:hover,
table tr .btn:hover,
table th .btn:hover,
table td .btn:hover,
section .btn:hover,
div .btn:hover,
table .btn-info:hover,
table tr .btn-info:hover,
table th .btn-info:hover,
table td .btn-info:hover,
section .btn-info:hover,
div .btn-info:hover{
    background-color: var(--dark);
    color: var(--light);
}

.sm-btn{
    padding: 4px 10px !important;
    font-size: var(--font-size-xs-1);
    border-radius: var(--border-radius-xs-3);
}

.theme-input{
    padding: 8px 20px;
    text-align: right;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-regular);
    background-color: transparent;
    border-radius: var(--border-radius-xs-2);
    border: 1px solid var(--border-color6);
    color: var(--dark);
    height: 40px;
    appearance: none;
    transition: .3s;
}

.theme-input:focus{
    border: 1px solid var(--dark);
    box-shadow: var(--box-shadow3);
    color: var(--dark);
    outline: none;
}

.theme-input:focus::placeholder{
    opacity: 0;
}

.theme-input::placeholder{
    color: var(--dark);
    transition: .3s;
}

table .form-control,
table tr .form-control,
table th .form-control,
table td .form-control,
section .form-control,
div .form-control{
    padding: 8px 20px;
    text-align: right;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-regular);
    background-color: transparent;
    border-radius: var(--border-radius-xs-2);
    border: 1px solid var(--border-color6);
    color: var(--dark);
    height: 40px;
    appearance: none;
    transition: .3s;
}

table .form-control:focus,
table tr .form-control:focus,
table th .form-control:focus,
table td .form-control:focus,
section .form-control:focus,
div .form-control:focus{
    border: 1px solid var(--dark);
    box-shadow: var(--box-shadow3);
    color: var(--dark);
    outline: none;
}

table .form-control:focus::placeholder,
table tr .form-control:focus::placeholder,
table th .form-control:focus::placeholder,
table td .form-control:focus::placeholder,
section .form-control:focus::placeholder,
div .form-control:focus::placeholder{
    opacity: 0;
}

table .form-control::placeholder,
table tr .form-control::placeholder,
table th .form-control::placeholder,
table td .form-control::placeholder,
section .form-control::placeholder,
div .form-control::placeholder{
    color: var(--dark);
    transition: .3s;
}

.input-otr{
    position: relative;
}

.input-otr label{
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.theme-select,
.theme-select-lab{
    position: relative;
}

.theme-select-lab label::after{
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dark);
    font-size: var(--font-size-icon-xs);
    z-index: 0;
}



.theme-select::after{
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dark);
    font-size: var(--font-size-icon-xs);
    z-index: 0;
}

.theme-select select,
.theme-select-lab select{
    width: 100%;
}

.theme-select2::after{
    left: 24px;
}

@media (max-width: 575px){
    .col-xs-1{
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xs-2{
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xs-3{
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xs-4{
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xs-5{
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xs-6{
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-7{
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xs-8{
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xs-9{
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xs-10{
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xs-11{
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xs-12{
        flex: 0 0 auto;
        width: 100%;
    }
}


/* SideNav Css Start Here */

.sideNav{
    position: fixed;
    top: 0;
    right: 0;
    width: 120px;
    box-shadow: var(--box-shadow1);
    background-color: var(--light);
    z-index: 20;
}

.sideNav .logo-main{
    width: 100%;
    height: 71px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid var(--border-color5);
}

.sideNav .logo-img{
    width: 100px;
    height: 45px;
    object-fit: contain;
    object-position: center;
}

.sideNav .sidebar-icons-main{
    height: calc(100vh - 71px);
    box-shadow: var(--box-shadow1);
    background-color: var(--light);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 140px;
    direction: ltr;
}

/* .sideNav .sidebar-icons-main::-webkit-scrollbar{
    width: 4px;
    background-color: var(--theme-bg-color7);
}

.sideNav .sidebar-icons-main::-webkit-scrollbar-thumb{
    background-color: var(--theme-bg-color1);
} */

.sideNav .menu-li:not(:last-child){
    border-bottom: 2px solid var(--border-color8);
}

.sideNav .menu-li:last-child{
    border-bottom: 2px solid var(--border-color8);
}

.TopNav .menu-icons1 .menu-main .menu-li:not(:last-child),
.TopNav .menu-icons1 .menu-main .menu-li:last-child{
    border-left: 2px solid var(--border-color5);
}

.sideNav .menu-link,
.TopNav .menu-icons1 .menu-main .menu-link{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 20px 4px;
    cursor: pointer;
    transition: .3s;
}

.TopNav .menu-icons1 .menu-main .menu-link{
    padding: 0 18px;
    height: 71px;
    gap: 6px;
}

.sideNav .menu-link::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -14px;
    border-top: 10px solid transparent;
    border-right: 14px solid var(--theme-bg-color1);
    border-bottom: 10px solid transparent;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 0;
}

.sideNav .menu-link:hover::after{
    opacity: 1;
    visibility: visible;
}

.sideNav .menu-link:hover,
.TopNav .menu-icons1 .menu-main .menu-link:hover{
    background-color: var(--theme-bg-color1);
}

.sideNav .menu-link:hover .menu-text,
.sideNav .menu-link:hover .menu-icon,
.TopNav .menu-icons1 .menu-main .menu-link:hover .menu-text,
.TopNav .menu-icons1 .menu-main .menu-link:hover .menu-icon{
    color: var(--light);
}

.sideNav .menu-link .menu-text,
.TopNav .menu-icons1 .menu-main .menu-link .menu-text{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    color: var(--dark);
    transition: .3s;
}

.sideNav .menu-link .menu-icon,
.TopNav .menu-icons1 .menu-main .menu-link .menu-icon{
    font-size: var(--font-size-icon-sm);
    color: var(--dark);
    transition: .3s;
}

.sideNav .menu-main:nth-child(2) .menu-li:not(:last-child){
    border-bottom: 2px solid var(--border-color5);
}

.sideNav .menu-main:nth-child(2) .menu-li:first-child{
    border-top: 2px solid var(--border-color5);
}

/* SideNav Css End Here */

/* TopNav Css Start Here */

.TopNav{
    padding: 0 0 0 30px;
    position: sticky;
    top: 0;
    right: 0;
    margin-right: auto;
    width: calc(100% - 120px);
    height: 70px;
    background-color: var(--light);
    box-shadow: var(--box-shadow1);
    z-index: 10;
}

.TopNav .TopNav-Inner{
    position: relative;
    top: -2px;
}

.TopNav .topNav-wrapper{
    display: flex;
    flex-wrap:  wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.TopNav .topNav-wrapper .side-elm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.TopNav .menu-icon{
    display: flex;
    align-items: center;
}

.TopNav .menu-icon .icon-li:first-child{
    border-right: 2px solid var(--border-color5);
}

.TopNav .menu-icon .icon-li:not(:last-child){
    border-left: 2px solid var(--border-color5);
}

.TopNav .menu-icon .icon-li:last-child{
    border-left: 2px solid var(--border-color5);
}

.TopNav .menu-icons1 .icon-li:first-child{
    border-right: none;
}

.TopNav .menu-icons3 .icon-li:first-child{
    border: none;
}

.TopNav .menu-icons .icon-li{
    position: relative;
    padding: 24px 0;
    cursor: pointer;
}

.TopNav .menu-icons .icon-li:hover .dropdown-ul{
    opacity: 1;
    visibility: visible;
    top: 70px !important;
}

.TopNav .menu-icon .icon-link{
    margin: 0 20px;
}

.TopNav .menu-icons3 .icon-link{
    margin: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TopNav .menu-icons2 .icon-li:hover .dropdown-ul{
    top: 73px !important;
}

.TopNav .menu-icons3 .dropdown-ul{
    left: 0;
    right: inherit !important;
}

.TopNav .menu-icon .topnav-icon{
    font-size: var(--font-size-icon-md-3);
    background: var(--gradient-color-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    transition: .3s;
}

.TopNav .menu-icon .topnav-icon:hover{
    -webkit-text-fill-color: var(--theme-text-color1);
}

.TopNav .menu-icon .ellipsis-icon{
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    background: var(--gradient-color-1);
    line-height: 13px;
    cursor: pointer;
}

.TopNav .menu-icon .ellipsis-icon:hover{
    background: var(--theme-bg-color1);
}

.TopNav .menu-icon .ellipsis-icon .topnav-icon{
    color: var(--light);
    -webkit-text-fill-color: var(--light);
    line-height: 16px;
}

.TopNav .dropdown-ul{
    position: absolute;
    top: 90px;
    right: 0 !important;
    width: 200px;
    text-align: right;
    background-color: var(--light);
    box-shadow: var(--box-shadow1);
    margin: 0 !important;
    border: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: .3s;
}

.TopNav .dropdown-li:not(:last-child){
    border-bottom: 2px solid var(--border-color5);
}

.TopNav .dropdown-link{
    padding: 8px 14px;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    color: var(--theme-text-color8);
    transition: .3s;
}

.TopNav .dropdown-link:hover{
    color: var(--light);
    background: var(--gradient-color-1);
}

.TopNav .input-otr{
    position: relative;
    width: 350px;
}

.TopNav .input-otr label{
    display: none;
}

.TopNav .input-otr .theme-input{
    padding: 10px 20px 10px 46px;
    width: 100%;
}

.TopNav .input-otr .icon-search-otr{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    top: 0;
    left: 0;
}

.TopNav .input-otr .icon-search-inr{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-icon-sm);
    background: var(--gradient-color-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 32px;
}

.TopNav .admin-info-ul .admin-info-li{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    height: 60px;
}

.TopNav .admin-info-ul .admin-info-li:hover .user-drop-ul{
    opacity: 1;
    visibility: visible;
    top: 67px;
}

.TopNav .admin-info-ul .admin-info-li .select-img-otr{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--border-color7);
    overflow: hidden;
    z-index: 2;
}

.TopNav .admin-info-ul .admin-info-li .select-img-inr{
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius-full-rounded);
}

.TopNav .admin-info-ul .admin-info-li .select-icon{
    font-size: var(--font-size-icon-md-3);
    background: var(--gradient-color-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.TopNav .admin-info-ul .admin-info-li .admin-text{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-medium);
    color: var(--dark);
}

.TopNav .user-drop-ul{
    position: absolute;
    top: 70px;
    right: -24px;
    width: calc(100% + 50px);
    background-color: var(--light);
    box-shadow: 0px 4px 4.5px rgb(188 188 188 / 35%);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.TopNav .user-drop-li:not(:last-child){
    border-bottom: 1px solid var(--border-color8);
}

.TopNav .user-drop-link{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    transition: .3s;
}

.TopNav .user-drop-link .user-icon{
    font-size: var(--font-size-icon-xs);
    color: var(--dark);
    transition: .3s;
}

.TopNav .user-drop-link .user-text{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    color: var(--dark);
    transition: .3s;
}

.TopNav .user-drop-link:hover{ 
    background: var(--gradient-color-1);
}

.TopNav .user-drop-link:hover .user-icon,
.TopNav .user-drop-link:hover .user-text{
    color: var(--light);
}

/* TopNav Css End Here */

/* Main Body Css Start Here */

.main-body{
    padding: 0 15px 0 15px;
    margin: 0px auto 0 0;
    width: calc(100% - 120px);
    height: calc(100vh - 110px);
    overflow: auto;
}
main-body-full{
    padding: 0 15px 0 15px;
    margin:auto;
    width: calc(100% - 120px);
    height: calc(100vh - 110px);
    overflow: auto;
}

.boxes-main{
    position: relative;
}

.boxes-main .row{
    margin: 0 -6px;
    gap: 12px 0;
}

.boxes-main .col-otr{
    padding: 0 6px;
}

.boxes-main .col-otr:nth-child(1) .col-inr{
    background-color: #ffba00;
}

.boxes-main .col-otr:nth-child(2) .col-inr{
    background-color: #a767dd;
}

.boxes-main .col-otr:nth-child(3) .col-inr{
    background-color: #1d89cf;
}

.boxes-main .col-otr:nth-child(4) .col-inr{
    background-color: #8bc34a;
}

.boxes-main .col-otr:nth-child(5) .col-inr{
    background-color: #00bcd4;
}

.boxes-main .col-inr{
    position: relative;
    padding: 40px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    border-radius: var(--border-radius-xs-3);
}

.boxes-main .col-inr::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 16px;
    background-image: url("../images/Curve-box-shape.png");
    background-size: contain;
    z-index: 1;
}

.boxes-main .col-inr h2{
    color: var(--light);
    font-family: var(--font-family-regular);
}

.boxes-main .col-inr p{
    color: var(--light);
}

@media (min-width : 1200px){
    .boxes-main .col-otr{
        width: 20%;
    }    
}

.table-main{
    position: relative;
    box-shadow: var(--box-shadow1);
    background-color: var(--light);
    border-radius: var(--border-radius-xs-3);
    margin: 10px 0;
    padding: 0 24px;
}

.table-main .table-name-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0;
}

.table-main .table-name-wrapper .table-name{
    font-size: var(--font-size-md-4);
    line-height: var(--line-heights-md-4);
    color: var(--theme-text-color8);
}

.table-main .table-name-wrapper .icons-ul{
    display: flex;
    align-items: center;
    gap: 20px;
}

.table-main .table-name-wrapper .icons-li{
    position: relative;
}

.table-main .table-name-wrapper .icons-li:hover .dropdown-ul{
    top: 27px;
    opacity: 1;
    visibility: visible;
}

.table-main .table-name-wrapper .icons{
    font-size: var(--font-size-icon-sm);
    color: var(--theme-text-color8);
    transition: .3s;
}

.table-main .table-name-wrapper .dropdown-ul{
    position: absolute;
    top: 30px;
    left: -24px;
    width: 180px;
    background-color: var(--light);
    box-shadow: var(--box-shadow1);
    padding: 0;
    border-radius: var(--border-radius-xs-3);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
}

.table-main .table-name-wrapper .dropdown-li:not(:last-child){
    border-bottom: 2px solid var(--border-color5);
}

.table-main .table-name-wrapper .dropdown-link{
    padding: 8px 14px;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    color: var(--theme-text-color8);
    transition: .3s;
}

.table-main .table-name-wrapper .dropdown-link:hover{
    background: var(--gradient-color-1);
    color: var(--light);
}

.table-main .table-filters-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0;
    border-top: 2px solid var(--border-color5);
    border-bottom: 2px solid var(--border-color5);
}

.table-main .table-filters-wrapper .filter-side{
    display: flex;
    align-items: center;
    gap: 20px;
}

.table-main .table-filters-wrapper .theme-input{
    width: 300px;
}

.table-main .table-filters-wrapper .theme-input,
.table-main .table-filters-wrapper .theme-input::placeholder{
    color: var(--theme-text-color8);
}

.table-main .table-filters-wrapper .select-icon{
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-size-icon-xs);
    color: var(--theme-text-color8);
}

.table-main .table-filters-wrapper .search-side .theme-input{
    padding: 9px 20px 9px 60px;
    border: 2px solid var(--border-color5);
}

.table-main .table-filters-wrapper .icon-search-otr{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-right: 2px solid var(--border-color5);
    background-color: transparent;
    width: 60px;
    height: 44px;
    border-radius: var(--border-radius-xs-2) 0 0 var(--border-radius-xs-2);
    overflow: hidden;
    transition: .3s;
}

.table-main .table-filters-wrapper .icon-search-otr:hover{
    background: var(--gradient-color-1);
}

.table-main .table-filters-wrapper .go-search{
    font-size: var(--font-size-xs-2);
    color: var(--theme-text-color8);
    transition: .3s;
}

.table-main .table-filters-wrapper .icon-search-otr:hover .go-search{
    color: var(--light);
}

.table-main .table-inner-wapper .table .theme-select .theme-input,
.table-main .table-inner-wapper .table .theme-select-lab .theme-input{
    height: 34px;
    padding: 4px 8px;
    font-size: var(--font-size-xs-2);
    line-height: var(--line-heights-xs-2);
}

.table-main .table-inner-wapper .table .theme-select-lab::after,
.table-main .table-inner-wapper .table .theme-select::after{
    left: 6px;
    font-size: var(--font-size-icon-xxs);
}

.table-main .table>:not(:first-child){
    border-top: 2px solid var(--border-color5);
}

.table-main .table thead tr th{
    padding: 14px;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    color: var(--theme-text-color8);
    font-family: var(--font-family-regular);
    vertical-align: middle;
}

.table-main .table tbody tr td{
    padding: 14px 8px;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    color: var(--theme-text-color8);
    font-family: var(--font-family-regular);
    vertical-align: middle;
}

.table-main .table tbody tr:nth-child(odd){
    background-color: var(--theme-bg-color7);
}

.table-main .table tbody tr td .form-check-box .form-check-input{
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    border: 2px solid var(--border-color5);
    border-radius: var(--border-radius-xs-3);
    box-shadow: none;
}

.table-main .table tbody tr td .form-check-box .form-check-input:checked{
    border: 2px solid var(--border-color1);
    background-color: var(--theme-bg-color1);
} 

.table-main .table tbody tr td .avatar-img{
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius-full-rounded);
    object-fit: cover;
}

.table-main .table tbody tr td .name{
    font-family: var(--font-family-medium);
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.table-main .table tbody tr td .desc{
    font-family: var(--font-family-medium);
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.table-main .table tbody tr td .date{
    font-family: var(--font-family-regular);
}

.table-main .table tbody tr td .action{
    display: flex;
}

.table-main .table tbody tr td .theme-btn{
    width: 60px;
    padding: 4px 6px;
    font-size: var(--font-size-xs-3);
    line-height: var(--line-heights-xs-3);
    color: var(--light);
    background-color: var(--theme-bg-color3);
    border-radius: var(--border-radius-xs-3);
}

.table-main .table tbody tr:nth-child(even) .theme-btn{
    background-color: var(--theme-bg-color1);
}

.table-main .table tbody tr td .theme-btn:hover{
    background: var(--gradient-color-1);
}

.table-main .table tbody tr td .form-switch .form-check-input{
    background-color: var(--theme-bg-color4);
    border: 2px solid var(--border-color4);
    background-image: url("../images/check-dot.png");
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
}

.table-main .table tbody tr td .form-switch .form-check-input:checked{
    border: 2px solid var(--border-color3);
    background-color: var(--theme-bg-color3);
    box-shadow: none;
    background-image: url("../images/check-dot.png");
} 

.table-main .table tbody tr td .a-icon-ul{
    display: flex;
    align-items: center;
    gap: 4px;
}

.table-main .table tbody tr td .a-icon-li{
    position: relative;
}

.table-main .table tbody tr td .a-icon-li:hover .dropdown-ul{
    opacity: 1;
    visibility: visible;
}

.table-main .table tbody tr td .a-icon-link{
    width: 32px;
    height: 32px;
    border-radius: var(--border-radius-full-rounded);
    background-color: var(--light);
    border: 2px solid var(--border-color5);
    position: relative;
    box-shadow: var(--box-shadow2);
    cursor: pointer;
    transition: .3s;
}

.table-main .table tbody tr td .a-icon-link .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--theme-text-color8);
    font-size: var(--font-size-icon-xxs);
    transition: .3s;
}

.table-main .table tbody tr td .a-icon-link:hover{
    border: 2px solid transparent;
    background: var(--gradient-color-1);
}

.table-main .table tbody tr td .a-icon-link:hover .icon{
    color: var(--light);
}

.table-main .table .dropdown-ul{
    position: absolute;
    bottom: inherit !important;
    left: initial !important;
    right: -24px !important;
    top: 30px !important;
    width: 140px;
    background-color: var(--light);
    box-shadow: 0px 4px 4.5px rgb(188 188 188 / 35%);
    padding: 0;
    overflow: hidden;
    z-index: 1000;
    transition: .3s;
}

.table-main .table .dropdown-ul .dropdown-divider{
    display: none;
}

.table-main .table .dropdown-ul .dropdown-li{
    position: relative;
}

.table-main .table .dropdown-ul .dropdown-li:not(:last-child){
    border-bottom: 2px solid var(--border-color5);
}

.table-main .table .dropdown-ul .dropdown-link{
    text-align: right;
    padding: 6px 14px;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    color: var(--theme-text-color8);
    cursor: pointer;
    transition: .3s;
}

.table-main .table .dropdown-ul .dropdown-link:hover{
    background: var(--gradient-color-1);
    color: var(--light);
}

.table-main .tabel-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 0 16px 0;
}

.table-main .tabel-footer p,
.table-main .tabel-footer label{
    color: var(--theme-text-color8);
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-regular);
}

.table-main .tabel-footer .page-link{
    padding: 0;
    width: 28px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-main .tabel-footer .page-link span{
    color: var(--theme-text-color2);
    font-size: var(--font-size-icon-xxs);
}

.table-main .tabel-footer .page-link{
    font-size: var(--font-size-xs-2);
    line-height: var(--line-heights-xs-2);
    color: var(--theme-text-color8);
    border: 1px solid var(--border-color8);
}

.table-main .tabel-footer .page-link:hover{
    color: var(--light);
    background: var(--gradient-color-1);
    border: 1px solid var(--border-color1);
}

.table-main .tabel-footer .page-link:hover span{
    color: var(--light);
}

.table-main .tabel-footer .ngx-pagination{
    margin: 0;
    display: flex;
}

.table-main .tabel-footer .pagination-previous,
.table-main .tabel-footer .pagination-next{
    padding: 0 !important;
    font-size: var(--font-size-xs-2) !important;
    line-height: var(--line-heights-xs-2) !important;
    color: var(--theme-text-color8) !important;
    border: 1px solid var(--border-color8) !important;
    margin: 0 !important;
}

.table-main .tabel-footer .pagination-previous:hover,
.table-main .tabel-footer .pagination-next:hover{
    color: var(--light);
    background: var(--gradient-color-1);
}

.table-main .tabel-footer .pagination-previous:hover a,
.table-main .tabel-footer .pagination-next:hover a{
    color: var(--light);
    background: var(--gradient-color-1);
}

.table-main .tabel-footer .pagination-previous::before,
.table-main .tabel-footer .pagination-next::after{
    margin: 0 !important;
    font-size: var(--font-size-sm);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-regular);
}

.table-main .tabel-footer .pagination-previous a,
.table-main .tabel-footer .pagination-next a{
    padding: 6px 20px;
    background-color: transparent;
}

.table-main .tabel-footer .pagination-previous a::before,
.table-main .tabel-footer .pagination-next a::after{
    margin: 0;
}

.table-main .tabel-footer .pagination-previous a:focus,
.table-main .tabel-footer .pagination-next a:focus{
    outline: none;
    border: none;
}

.table-main .tabel-footer .pagination-previous a:hover,
.table-main .tabel-footer .pagination-next a:hover{
    background-color: transparent;
}

.table-main .tabel-footer .disabled,
.table-main .tabel-footer .disabled{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 20px !important;
    transition: none;
    background: transparent;
    pointer-events: none;
    opacity: .5;
}

.table-main .tabel-footer .ngx-pagination .current{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xs-2);
    line-height: var(--line-heights-xs-2);
    color: var(--theme-text-color8);
    border: none;
    border-top: 1px solid var(--border-color8);
    border-bottom: 1px solid var(--border-color8);
    color: var(--light) !important;
    background: var(--gradient-color-1);
    margin: 0;
}

.table-main .tabel-footer .ngx-pagination .current:hover{
    color: var(--light);
    background: var(--gradient-color-1);
}

.table-main .tabel-footer .ngx-pagination span{
    position: relative;
    top: 1px;
    color: var(--dark);
}

.table-main .tabel-footer .ngx-pagination .current span{
    color: var(--light);
}

.table-main .tabel-footer .ngx-pagination .ng-star-inserted{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: var(--font-size-xs-2);
    line-height: var(--line-heights-xs-2);
    color: var(--theme-text-color8);
    background-color: transparent;
    margin: 0;
    height: 37px;
}

.table-main .tabel-footer .ngx-pagination .ng-star-inserted:first-child {
    border: 1px solid var(--border-color8) !important;
}

.table-main .tabel-footer .ngx-pagination .ng-star-inserted:first-child .ng-star-inserted{
    border: none !important;
}

.table-main .tabel-footer .ngx-pagination .ng-star-inserted:last-child{
    border: 1px solid var(--border-color8) !important;
}

.table-main .tabel-footer .ngx-pagination .ng-star-inserted:last-child .ng-star-inserted{
    border: none !important;
}

.table-main .tabel-footer .ngx-pagination .ng-star-inserted:not(:last-child){
    border: 1px solid var(--border-color8) !important;
}

.table-main .tabel-footer .ngx-pagination .ng-star-inserted .ng-star-inserted{
    border: none !important;
}

.table-main .tabel-footer .column label{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.table-main .tabel-footer .column label::after{
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-size-xs-2);
    color: var(--dark);
}

.table-main .tabel-footer .column .form-control{
    width: 100px;
    padding: 6px 10px 6px 8px;
    height: 37px;
    border-radius: 0;
    border: 1px solid var(--border-color8);
}

.table-main .tabel-footer .column .form-control:focus{
    border: 1px solid var(--border-color1);
    box-shadow: none;
    outline: none;
}

/* Main Body Css End Here */

/* Order add screen css start Here */

.form{
    padding: 16px 0 20px 0;
}

.form .row{
    gap: 20px 0;
    align-items: center;
}

.form .row div{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    font-family: var(--font-family-regular);
    color: var(--dark);
}

.form .product-add{
    margin: 10px 0 !important;
    padding: 0 !important;
}

.form label,
.form .product-add label{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    font-family: var(--font-family-regular);
    color: var(--dark);
    margin-bottom: 10px;
}

.form .form-group label,
.form .product-add .form-group label{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    font-family: var(--font-family-regular);
    color: var(--dark);
    margin-bottom: 10px;
}

.form .form-group .theme-input, .form .theme-input,
.form .product-add .form-group .theme-input{
    width: 100%;
    display: flex;
    padding: 8px 12px !important;
    height: 40px;
    color: var(--dark);
    align-items: center;
    justify-content: flex-end;
}


.form .form-group .theme-input::placeholder,
.form .product-add .form-group .theme-input::placeholder{
    color: var(--dark);
}

.form .form-group .theme-input input{
    width: 96% !important;
    display: flex;
    padding: 8px 0 !important;
    height: 22px;
    color: var(--dark);
}
 
.form .form-group .theme-input .ng-select-container.ng-has-value{
    width: 100% !important;
    margin: 0 !important;
    min-height: 40px !important;
}

.form .form-group .theme-input .ng-select-container{
    min-height: auto !important;
}

.form .form-group .theme-input .ng-input{
    height: 40px;
    bottom: 0 !important;
    top: 0;
}

.form .form-group .theme-input .ng-dropdown-panel{
    top: 20px !important;
    height: auto !important;
    min-height: auto !important;
}

.form .form-group .theme-input .ng-select-multiple{
    height: 300px !important;
}

.form .form-group .theme-input .ng-dropdown-panel-items.scroll-host{
    height: 140px !important;
    min-height: auto !important;
}

.form .form-group .theme-input .ng-select-multiple .ng-dropdown-panel-items.scroll-host{
    height: 300px !important;
}

.form .ng-dropdown-panel.ng-select-top{
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 5px 10px 1px rgba(0,0,0,0.14), 0 5px 14px 2px rgba(0,0,0,0.12);
}

.form .form-group .theme-input .ng-arrow-wrapper{
    position: absolute;
    top: 50% !important;
    left: 0px !important;
    transform: translateY(-50%) !important;
    bottom: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form .form-group .theme-input .ng-clear-wrapper{
    position: absolute;
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
    bottom: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form .form-group .theme-input .ng-arrow-wrapper span,
.form .form-group .theme-input .ng-clear-wrapper span{
    font-size: var(--font-size-icon-md-3);
    color: var(--dark) !important;
}

.form .form-group .ng-select-multiple .ng-value-container{
    position: absolute;
    margin: 0;
    padding: 0;
    height: 52px;
    top: -14px;
}

button.theme-btn[_ngcontent-uts-c78], .ng-star-inserted[_ngcontent-uts-c78]{
    margin-bottom: 0;
}

.form .form-group .ng-select-multiple .ng-value{
    margin: 6px !important;
    padding: 2px 10px;
    border-radius: 4px;
    font-family: var(--font-family-regular);
    font-weight: 100;
    position: relative;
    top: -3px;
}

.form .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{
    padding: 10px 10px 8px 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
}

.form .ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper, 
.form .ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper{
    border-top: none !important;
}

.form .ng-dropdown-panel .ng-dropdown-footer{
    padding: 10px;
    margin: 0;
    min-height: auto;
}

.form .ng-dropdown-panel .ng-dropdown-footer .ng-star-inserted{
    margin: 0;
}

.main-body-inner .theme-btn,
.form .theme-btn{
    padding: 8px 12px;
}

.main-body-inner .float-btn{
    padding: 8px 34px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.form .cross-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form .cross-icon i.fa.fa-times{
    font-size: var(--font-size-icon-md-3);
    color: var(--dark);
}

.actions-save{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 12px;
}

.actions-save .theme-btn{
    padding: 8px 20px;
}

.form .total-box{
    padding: 0;
    border-radius: var(--border-radius-xs-3);
    gap: 0;
}

.form .total-box .total-text{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.form .total-box .total-text:nth-child(5),
.form .total-box .total-text:nth-child(6){
    border: none;
}

.form .total-box .bold-text{
    font-family: var(--font-family-medium);
    text-transform: capitalize;
}

/* Order add screen css end Here */

/* Responsive Styles Start Here */

@media (max-width : 1024px){
    .table-main .table-inner-wapper{
        overflow: scroll;
    }
    
    .table-main .table-inner-wapper .table{
        width: 900px;
    }
    
    .TopNav .topNav-wrapper .side-elm{
        flex-wrap: wrap;
        gap: 10px;
    }
    .TopNav .topNav-wrapper{
        gap: 10px;
    }
}

/* Responsive Styles End Here */

/* Preview List Css Start Here */

.preview-form .form{
    padding: 24px 0;
}

.preview-form .form .table-main{
    padding: 20px 10px;
    box-shadow: none;
    border: 1px solid #e4e4e4;
    margin: 0;
}

.preview-form .form .table-main p{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-sm);
    font-family: var(--font-family-regular);
    color: var(--dark);
}

.preview-form .form .table-main:nth-child(1) div p{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    font-family: var(--font-family-regular);
    color: var(--dark);
}

.preview-form .form .table-main:nth-child(1){
    margin: 12px 0;
}

.preview-form .form .table-main:nth-child(2) div{
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.preview-form .form .table-main:nth-child(1){
    align-items: baseline;
}

.preview-form .form .table-main:nth-child(1) div{
    text-align: center;
}

.preview-form .form .table-main:nth-child(1) div:not(:last-child){
    border-left: 1px solid var(--border-color8);
}

.preview-form .form .table-main:nth-child(1) div p{
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-2);
    font-family: var(--font-family-regular);
    color: var(--dark);
}

.preview-form .form .table-main:nth-child(1) div p:not(:last-child){
    margin-bottom: 10px;
}

.preview-form .form .table-main-selects{
    margin: 12px 0;
}

.preview-form .form .table-main-selects .select-otr{
    position: relative;
}

.preview-form .form .table-main-selects .label-head{
    font-size: var(font-size-sm);
    font-family: var(--font-family-regular);
    margin-bottom: 10px;
    text-align: right;
}

.preview-form .form .table-main-selects .theme-input{
    width: 100%;
}

.preview-form .form .table-main-selects .select-otr::after{
    content: '\f107';
    position: absolute;
    left: 30px;
    top: 70%;
    transform: translateY(-50%);
    font-size: var(--font-size-icon-md-3);
    font-family: "Font Awesome 6 Pro";
    color: var(--dark);
}

.preview-form .form .table-main-user{
    margin: 12px 0;
    gap: 0;
}

.preview-form .form .table-main-user .product-add{
    border-top: 1px solid var(--border-color8);
    border-bottom: 1px solid var(--border-color8);
    padding: 12px 0 !important;
}

.preview-form .form .table-main-user .product-add label{
    margin: 0;
}

.preview-form .form .table-main .total-box{
    width: calc(100% - 24px);
    margin: 0 auto;
    position: relative;
}

.preview-form .form .table-main .total-box .total-box-inr{
    margin: 12px 0;
}

.preview-form .form .table-main .saperator{
    color: var(--theme-text-color9);
}

.fa-file-pdf{
    font-size: var(--font-size-icon-md-1);
    background: var(--gradient-color-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    transition: .3s;
}

.fa-file-pdf:hover{
    -webkit-text-fill-color: var(--theme-text-color1);
}

.preview-form .form .table-main .data-head{
    text-align: center;
    font-size: var(--font-size-md-5) !important;
    line-height: var(--line-heights-md-5) !important;
    font-family: var(--font-family-medium) !important;
    color: var(--dark);
}

.preview-form .form .chossing-dbo{
    border-left: none;
    border-right: none;
    padding: 30px 10px;
}

.preview-form .form .document-dbo{
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 30px 10px;
}

.preview-form .form .chossing-dbo .heading,
.preview-form .form .document-dbo .heading{
    margin-bottom: 14px;
    font-size: var(--font-size-md-3);
    line-height: var(--line-heights-md-4);
    color: var(--dark);
}

.preview-form .form .chossing-dbo .desc,
.preview-form .form .document-dbo .desc{
    font-size: var(--font-size-sm);
    line-height: var(--line-heights-sm);
    font-family: var(--font-family-regular);
    color: var(--dark);
}

.product-added label{
    margin: 0 !important;
}

.fa-times {
    cursor: pointer;
}

/* Preview List Css End Here */

/* Login screen Css Start Here */

.login-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0 auto;
}

.login-form h2{
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.login-form .card-header{
    text-align: center;
}

.login-form .card-body form{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-form .card-body .form-group label{
    margin-bottom: 6px;
    font-size: var(--font-size-xs-1);
    line-height: var(--line-heights-xs-1);
    font-family: var(--font-family-regular);
}

.login-form .card-body .theme-btn{
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

/* Login Screen Css End Here */

/* Add Prodcut Screen Css Sart Here */

.add-product-screen .preview-img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid var(--border-color8); 
}

.preview-img-popup{
    width: 100%;
    height: calc(100vh - 212px);
    object-fit: contain;
}

.popup-iframe-video{
    width: 100%;
    height: calc(100vh - 212px);
}

.preview-image-popup-main,
.preview-video-popup-main{
    border: 2px solid var(--border-color8) !important; 
    border-radius: var(--border-radius-xs-3) !important;
    padding: 4px !important;
    width: calc(100% - 400px) !important;
    height: calc(100vh - 200px) !important;
}

.preview-image-popup-main .swal2-html-container,
.preview-video-popup-main .swal2-html-container{
    margin: 0 !important;
}

.preview-image-popup-main .swal2-close,
.preview-video-popup-main .swal2-close{
    width: 50px;
    height: 50px;
    border-radius: var(--border-radius-full-rounded);
    position: absolute;
    top: -20px;
    right: -20px;
    border: 2px solid var(--border-color8) !important;
    background-color: var(--light);
    color: transparent !important;
    cursor: pointer !important;
    transition: .3s;
}

.preview-image-popup-main .swal2-close:focus,
.preview-video-popup-main .swal2-close:focus{
    box-shadow: none;
    outline: none;
    border: none;
}

.preview-image-popup-main .swal2-close:hover,
.preview-video-popup-main .swal2-close:hover{
    background-color: var(--theme-bg-color1);
    border: 2px solid var(--border-color1) !important;
}

.preview-image-popup-main .swal2-close:hover::after,
.preview-video-popup-main .swal2-close:hover::after{
    color: var(--light);
}

.preview-image-popup-main .swal2-close::after,
.preview-video-popup-main .swal2-close::after{
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-icon-md-3);
    color: var(--dark);
    transition: .3s;
}

.add-product-screen .fa{
    font-size: var(--font-size-icon-sm);
    color: var(--dark);
    cursor: pointer;
}

.add-product-screen .product-upload-images{
    width: 80px;
    height: 80px;
    object-fit: contain;
    background-color: var(--light);
    border: 2px solid var(--border-color8);
    margin: 2px;
}

.add-product-screen .form .form-group .choose-file-input{
    padding: 5px 6px 34px 12px !important;
    width: 100%;
}

.add-product-screen .form .form-group .del-btn{
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: var(--font-size-xs-2);
    padding: 1px 10px !important;
}

.add-product-screen .form .row{
    align-items: baseline;
}

.order-list-table .theme-select .theme-input,
.invoice-table-main .theme-select .theme-input{
    padding: 4px 8px 4px 24px !important;
    max-width: 100%;
}

.form-switch{
    display: flex !important;
    position: relative;
    top: 1px;
}

.row-add-products-table div:nth-child(6),
.row-add-products-table div:nth-child(7),
.row-add-products-table div:nth-child(8){
    width: auto;
}

.row-add-products-table div .form-switch{
    padding: 0;
}

.autocomplete-container .input-container input {
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #000000de;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    height: 38px !important;
}

/* Add Product Screen Css End Here */

.ci .ng-value-label{
    position: absolute;
    bottom: 13px;
  }
  /* .ci.ng-has-value {
    position: absolute !important;
} */



.add-new-order-screen .autocomplete-container .suggestions-container ul{
    height: auto !important;
    max-height: 240px !important;
}

.add-new-order-screen .autocomplete-container .suggestions-container ul li:last-child a{
    display: none;
}

.col-inputes{
    display: flex;
    align-items: center;
    gap: 10px;
}

.col-inputes label{
    width: 100px;
}

.col-inputes .theme-input,
.col-inputes .form-control,
.col-inputes  div{
    flex: 1;
}

/* Breadcrumbs styles */

.breadcrumb-main{
    padding: 8px 16px 4px 12px;
    margin: 0 auto 0 0;
    width: calc(100% - 120px);
    overflow: auto;
    border-bottom: 1px solid #cfcfcf;
}

.breadcrumb-main .breadcrumb{
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
}

.breadcrumb-main .breadcrumb-item{
    display: flex;
    padding: 0 !important;
}

.breadcrumb-main .breadcrumb-item a{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #000 !important;
    transition: .3s;
}

.breadcrumb-main .breadcrumb-item a:hover{
    color: #f12724 !important;
}

.breadcrumb-main .breadcrumb-item .active{
    font-size: 16px;
    line-height: 20px;
    color: #c1c1c1 !important;
}

.breadcrumb-main .breadcrumb-item+.breadcrumb-item::before{
    float: right;
    padding: 0 8px 0 8px;
    color: #c1c1c1 !important;
}

.fa-sliders{
    display: none;
}

.title-header{
    text-align: right !important;
}

/* Breadcrumbs styles */


.autocomplete-container .suggestions-container ul li:last-child{
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: #fff ;
}

.autocomplete-container .suggestions-container ul li:last-child .new-user,
.autocomplete-container .suggestions-container ul li:last-child .new-user *{
    transition: .3s;
}

.autocomplete-container .suggestions-container ul li:last-child .new-user:hover,
.autocomplete-container .suggestions-container ul li:last-child .new-user:hover *{
    color: red;
}

select{
    position: relative;
    z-index: 1;
}

.addcustomer-screen .row{
    align-items: baseline;
}

.addcustomer-screen .row .col-inputes{
    display: flex;
    align-items: center;
}

.addcustomer-screen .row .col-inputes label{
    margin: 0;
}

.main-body .form .form-group .choose-file-input{
    padding: 5px 6px 34px 12px !important;
    width: 100%;
}

.upload-images {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: var(--light);
    border: 2px solid var(--border-color8);
    margin: 2px;
}

.grid-col-image-uploader{
    display: grid !important;
    grid-template-columns: auto 1fr;
}

.position{
    position: relative;
    left: -110px;
}


.addcustomer-screen .main-body-inner{
    width: 75%;
}

.poistion-center{
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
}

.addcustomer-screen .poistion-center{
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
}

.add-new-order-screen .product-add .form-group{
    padding: 0;
    margin: 0 6px;
}

.add-reciept-scren .product-add .form-group{
    padding: 0;
    margin: 0 6px;
}

.main-body .add-new-order-screen .product-add .form-group select{
    padding: 8px 12px 8px 32px !important;
}

.form-control:focus{
    background-color: transparent !important;
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
  }
  
  .popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
  }

  .popup-content .wrapper{
    text-align: center;
    padding: 12px 30px 20px 30px;
    color: #000;
    border-bottom: 1px solid #cfcfcf;
  }

  .popup-content .wrapper h5{
    margin-bottom: 2px;
  }

.add-new-user{
   display: flex;
   align-items: center;
   gap: 12px;
   background-color: #fff;
   border-top: 1px solid #cfcfcf !important;
   transition: .3s;
}

.new-user {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    padding: 14px 16px;
    transition: .3s;
}

.new-user:hover{
    background-color: #f4f4f4;
}

.new-user .fa-plus{
    font-size: 16px;
    color: #000;
    position: relative;
    top: 1px;
}

.autocomplete-container .suggestions-container ul {
    padding: 0;
    margin: 0;
    max-height: 240px;
    overflow-y: auto;
}
.angular-editor-textarea{
    min-height : 200px !important
}
.ngb-tp button{
 display: none;
}
.ngb-tp input ,.ngb-tp input:focus {
 padding: 1vh !important;
 border:none
}
.ngb-tp{
    display:flex;
    flex-direction: row-reverse;
    border:1px solid var(--border-color6);
    border-radius: 1vh;
}
ngb-timepicker{
    width: 75%;
    display: flex;
}
.fa-info{
    background: #f12724;
    padding: 10px 30px 10px 38px;
    color: #fff;
    border-radius: 5px;
}
.fa-info:hover{
    background: #e5423f;
    cursor: pointer;
}
.tabel-footer a{
    border:1px solid;
    padding: 1px 9px;
}

.tabel-footer a:hover{
    background-color: #e8e9eb;
    cursor: pointer;  
}

@media(max-width:1600px){
    .TopNav .topNav-wrapper .side-elm {
        gap: 0px;
    }
    .TopNav .menu-icons1 .menu-main .menu-link {
        padding: 0 15px;
    }
}

.customerInput:hover{
   background-color: #00bcd4;
}

.sort-icon1:before{
    position: relative !important;
    content: "";
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAmxJREFUeAHtmksrRVEUx72fH8CIGQNJkpGUUmakDEiZSJRIZsRQmCkTJRmZmJgQE0kpX0D5DJKJgff7v+ru2u3O3vvc67TOvsdatdrnnP1Y///v7HvvubdbUiIhBISAEBACQkAICAEhIAQ4CXSh2DnyDfmCPEG2Iv9F9MPlM/LHyAecdyMzHYNwR3fdNK/OH9HXl1UCozD24TCvILxizEDWIEzA0FcM8woCgRrJCoS5PIwrANQSMAJX1LEI9bqpQo4JYNFFKRSvIgsxHDVnqZgIkPnNBM0rIGtYk9YOOsqgbgepRCfdbmFtqhFkVEDVPjJp0+Z6e6hRHhqBKgg6ZDCvYBygVmUoEGoh5JTRvIJwhJo1aUOoh4CLPMyvxxi7EWOMgnCGsXXI1GIXlZUYX7ucU+kbR8NW8lh3O7cue0Pk32MKndfUxQFAwxdirk3fHappAnc0oqDPzDfGTBrCfHP04dM4oTV8cxr0SVzH9FF07xD3ib6xCDE+M+aUcVygtWzzbtGX2rPBrEUYfecfQkaFzYi6HjVnGBdtL7epqAlc1+jRdAap74RrnPc4BCijttY2tRcdN0g17w7HqZrXhdJTYAuS3hd8z+vKgK3V1zWPae0mZDMykadBn1hTQBLnZNwVrJpSe/NwEeDsEwCctEOsJTsgxLvCqUl2ACftEGvJDgjxrnBqkh3ASTvEWrIDQrwrnJpkB3DSDrGW7IAQ7wqnJtkBnLRztejXXVu4+mxz/nQ9jR1w5VB86ejLTFcnnDwhzV+F6T+CHZlx6THSjn76eyyBIOPHyDakhBAQAkJACAgBISAEhIAQYCLwC8JxpAmsEGt6AAAAAElFTkSuQmCC) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 8px;
    margin-top: 5px;
    right: -10px;
    opacity: 0.6;
}

.sort-icon2:before {
    position: relative !important;
    content: "";
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAmxJREFUeAHtmksrRVEUx72fH8CIGQNJkpGUUmakDEiZSJRIZsRQmCkTJRmZmJgQE0kpX0D5DJKJgff7v+ru2u3O3vvc67TOvsdatdrnnP1Y///v7HvvubdbUiIhBISAEBACQkAICAEhIAQ4CXSh2DnyDfmCPEG2Iv9F9MPlM/LHyAecdyMzHYNwR3fdNK/OH9HXl1UCozD24TCvILxizEDWIEzA0FcM8woCgRrJCoS5PIwrANQSMAJX1LEI9bqpQo4JYNFFKRSvIgsxHDVnqZgIkPnNBM0rIGtYk9YOOsqgbgepRCfdbmFtqhFkVEDVPjJp0+Z6e6hRHhqBKgg6ZDCvYBygVmUoEGoh5JTRvIJwhJo1aUOoh4CLPMyvxxi7EWOMgnCGsXXI1GIXlZUYX7ucU+kbR8NW8lh3O7cue0Pk32MKndfUxQFAwxdirk3fHappAnc0oqDPzDfGTBrCfHP04dM4oTV8cxr0SVzH9FF07xD3ib6xCDE+M+aUcVygtWzzbtGX2rPBrEUYfecfQkaFzYi6HjVnGBdtL7epqAlc1+jRdAap74RrnPc4BCijttY2tRcdN0g17w7HqZrXhdJTYAuS3hd8z+vKgK3V1zWPae0mZDMykadBn1hTQBLnZNwVrJpSe/NwEeDsEwCctEOsJTsgxLvCqUl2ACftEGvJDgjxrnBqkh3ASTvEWrIDQrwrnJpkB3DSDrGW7IAQ7wqnJtkBnLRztejXXVu4+mxz/nQ9jR1w5VB86ejLTFcnnDwhzV+F6T+CHZlx6THSjn76eyyBIOPHyDakhBAQAkJACAgBISAEhIAQYCLwC8JxpAmsEGt6AAAAAElFTkSuQmCC) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 8px;
    margin-top: 5px;
    transform: rotate(180deg);
    right: -10px !important;
    opacity: 0.6;
}

sort-icon1:hover, sort-icon2:hover{
  cursor:pointer;
}

.customerInput li:hover{
    background-color: #ececec;
 }
 .printIcon{
    left: 10px !important;
}

/* ChatBot Css Start Here */

.chatbot-main{
    position: fixed !important;
    left: initial !important;
    bottom: 20px !important;
    right: 136px !important;
    top: initial !important;
    height: 52px;
    width: 300px;
    font-family: "Heebo", sans-serif;
    box-shadow: 1px 1px 8px rgba(166, 166, 166, 0.48);
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
}

.chatbot-main .chatbot-body-main{
    opacity: 0;
    visibility: hidden;
}

.chatbot-main-open{
    width: 400px !important;
    height: 500px !important;
    z-index: 999;
}

.chatbot-main-open .chatbot-body-main{
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.chatbot-main .chatbot-wrapper{
    width: 100%;
    height: 100%;
}

.chatbot-main .chatbot-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #151515;
    padding: 8px 14px 8px 38px;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.chatbot-main .support-chat .chat-name{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.chatbot-main .support-chat .chat-num{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.chatbot-main .chatbot-header-parent{
    position: relative;
}

.chatbot-main .support-chat-actions{
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.chatbot-main .support-chat-actions .actions-main{
    display: flex;
    align-items: center;
    gap: 20px;
}

.chatbot-main .actions-main .actions-btn{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
}

.chatbot-main .actions-btn .action-icon{
    font-size: 18px;
    color: #fff;
    /* opacity: 0;
    visibility: hidden; */
}

.chatbot-main .actions-btn .action-icon:hover{
    color: #474747;
}

.chatbot-main .actions-btn .close-icon-show{
    opacity: 1;
    visibility: visible;
}

.chatbot-main .chatbot-body-main{
    position: relative;
    background-color: #fff;
    height: calc(100% - 40px);
}

.chatbot-main .chatbot-body{
    height: 100%;
    padding: 12px 20px 62px 20px;
    overflow:scroll;
}

/* .chatbot-main .expand-view{
    height: 500px;
    padding: 12px 20px 66px 20px;
} */

.chatbot-main .messages-div:not(:last-child){
    margin-bottom: 12px;
}

.chatbot-main .messages-div .agent-name{
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 2px;
}

.chatbot-main .chat-box-parent .chat-box{
    padding: 10px 16px 8px 16px;    
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

.chatbot-main .messages-childs .chat-box:not(:last-child){
    margin-bottom: 2px;
}

.chatbot-main .agent-messages-div{
    text-align: start;
}

.chatbot-main .agent-msg-main .chat-box{
    background-color: #f2f2f2;
}

.chatbot-main .user-messages-div{
    text-align: end;
}

.chatbot-main .user-msg-main .chat-box{
    background-color: #dbf9c5;
}

.chatbot-main .chat-box-parent .chat-box p{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
}

.chatbot-main .chatbot-body .user-msg-main .msg-time{
    font-size: 12px;
    line-height: 14px;
    color: #8e8e8e;
    margin-top: 5px;
}

.chatbot-main .chatbot-body{
    transition: .3s;
}

.chatbot-main .chatbot-body::-webkit-scrollbar{
    width: 8px;
    border-radius: 10px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.chatbot-main .chatbot-body::-webkit-scrollbar-thumb{
    width: 8px;
    border-radius: 10px;
    background-color: #ebebeb;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.chatbot-main .chatbot-body:hover::-webkit-scrollbar,
.chatbot-main .chatbot-body:hover::-webkit-scrollbar-thumb{
    opacity: 1;
    visibility: visible;
}

.chatbot-main .chatbot-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 8px 12px;
}

.chatbot-main .chatbot-footer .chatbot-footer-wrapper,
.chatbot-main .chatbot-footer .input-otr{
    display: flex;
    width: 100%;
    flex: 1;
}

.chatbot-main .chatbot-footer .attachment-main{
    width: 36px;
    height: 36px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}

.chatbot-main .chatbot-footer .attachment-icon{
    font-size: 20px;
    color: #fff;
}

.chatbot-main .chatbot-footer .textarea-msg-main{
    flex: 1;
    display: flex;
    align-items: center;
}

.chatbot-main .chatbot-footer .textarea-msg{
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #151515;
    min-height: 20px; 
    max-height: 200px; 
    overflow-y: auto; 
    overflow-x: hidden;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    outline: none;
    resize: none;
    border: 1px solid #d9d9d9;
    padding: 6px 12px 6px 12px;
    margin: 0 0 0 8px;
    border-radius: 4px;
}

.chatbot-main .chatbot-footer .textarea-msg:focus{
    outline: none;
    border: 1px solid #000;
}

.chatbot-main .chatbot-footer .textarea-msg::placeholder{
    color: #8e8e8e;
}

.chatbot-main .chatbot-footer .msg-send-btn{
    width: 32px;
    height: 49px;
    background-color: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
}

.chatbot-main .chatbot-footer .msg-send-btn:hover{
    opacity: 90%;
}

.chatbot-main .chatbot-footer .msg-send-icon{
    font-size: 16px;
    color: #fff;
    transform: scale(-1, 1);
}

.wap-doc{
    color:#8e8e8e;
    margin-left:10px;
}
.load-more{
    text-align:center;
    color:#000
}
.load-more:hover{
    color:#868585;
    cursor:pointer;
}
.msg{color:black !important}

/* ChatBot Css End Here */
.infoPopup .table-main{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.infoPopup .table-main .row .col{
    position: absolute;
    background: #262626;
    color: white;
    padding: 9px 19px 10px 34px;
    right: -12px;
}
.infoPopup .table-main .row .col i{
        font-size: 23px !important;
    font-weight: 400 !important;
}
.infoPopup thead{
    background: #ffcaca;
}
.infoPopup .table-main p{
        font-size: 32px !important;
}
.left-w-icon{
 margin-right: 37px;
    font-size: 28px;
    margin-top: 5px;
    color: #1fad1f;
    font-weight: 700;
}
.left-w-icon:hover{
  cursor:pointer;
  opacity: 0.8;
}

.a-icon-li:has(.fa-whatsapp.icon) {
  display:none;
}
.main-body .fab.fa-whatsapp.left-w-icon{
    display: none;
}
li.active a {
  background-color: #5d5d5d;
  color: white !important;
  display: block;
}

.search-side .inline-form .form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.search-side .inline-form input {
  padding: 5px;
  min-width: 120px;
}
.search-side .inline-form button {
  padding: 6px 12px;
}
.search-data .theme-input{
  width: 177px !important;
}
