﻿
/*# sourceMappingURL=user.min.css.map */
:root {
    /* Hure's Color Scheme */
    --primary: #336573; /* Teal */
    --secondary: #F4EFEA; /* Cream */
    --text-dark: #111827; /* Dark gray */
    --text-light: #6B7280; /* Medium gray */
    --bg-light: #F9FAFB; /* Off-white */
    /* Font System */
    --falcon-body-font-family: 'Inter', 'Open Sans', sans-serif;
    --falcon-body-color: var(--text-dark);
    --falcon-body-bg: var(--bg-light);
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: var(--falcon-body-font-family);
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--falcon-body-font-family);
    font-size: var(--falcon-body-font-size);
    font-weight: var(--falcon-body-font-weight);
    line-height: var(--falcon-body-line-height);
    /*color: var(--falcon-body-color);*/
    text-align: var(--falcon-body-text-align);
    /*background-color: var(--falcon-body-bg);*/
    background-color: rgb(244, 239, 234);
    color: rgb(155, 124, 112);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nav-link-icon {
    margin-right: 8px;
}

* {
    font-size: var(--falcon-body-font-size);
}

/*html, body, form, fieldset, table, tr, td, img {
    font-family: "Work Sans";
    font-size: 17px;
}*/
/*input, button, select, textarea, optgroup, option {
    font-family: "Work Sans";
    font-size: 3px;
}*/
/*label {
    font-size: 18px;
    color: Black;
    font-weight: bold;
}*/
.container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --falcon-gutter-x: 1rem;
    --falcon-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--falcon-gutter-x)*.5);
    padding-left: calc(var(--falcon-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    --falcon-gutter-x: 0rem;
    --falcon-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--falcon-gutter-x)*.5);
    padding-left: calc(var(--falcon-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 650px
    }

    #timer {
        display: block;
        width: max-content;
        text-align: center;
        color: black;
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
    }

    .divFont {
        font-size: 1rem;
        font-weight: 100;
    }

    .logo1 {
        width: 100px;
    }

    .logo2 {
        width: 150px;
    }
}

@media(max-width: 576px) {

    .collapse, .navbar-collapse {
        max-width: 200px;
    }

    .mystickyselection {
        display: none;
    }

    .logo1 {
        width: 100px;
    }

    .logo2 {
        width: 150px;
    }

    .HideForMob {
        display: none;
    }

    #timer {
        display: block;
        width: max-content;
        text-align: center;
        color: black;
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
    }

    .divFont {
        font-size: 1rem;
        font-weight: 100;
    }
}

@media(max-width: 768px) {

    .mystickyselection {
        display: none;
    }

    .logo1 {
        width: 100px;
    }

    .logo2 {
        width: 150px;
    }

    .HideForMob {
        display: none;
    }

    #timer {
        display: block;
        width: max-content;
        text-align: center;
        color: black;
        font-size: 2rem;
        font-weight: 300;
        text-align: center;
    }

    .divFont {
        font-size: 1.2rem;
        font-weight: 200;
    }
}

@media(min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 778px
    }

    .logo1 {
        width: 130px;
    }

    .logo2 {
        width: 170px;
    }

    .HideForDesk {
        display: none;
    }

    #timer {
        display: block;
        width: max-content;
        text-align: center;
        color: black;
        font-size: 4rem;
        font-weight: 600;
        text-align: center;
    }

    .divFont {
        font-size: 2rem;
        font-weight: 400;
    }
}

@media(min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1002px
    }

    .HideForDesk {
        display: none;
    }

    #timer {
        display: block;
        width: max-content;
        text-align: center;
        color: black;
        font-size: 4rem;
        font-weight: 700;
        text-align: center;
    }

    .divFont {
        font-size: 1rem;
        font-weight: 200;
    }
}

@media(min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1210px
    }

    .logo {
        width: 150px;
    }

    .HideForDesk {
        display: none;
    }

    #timer {
        display: block;
        width: max-content;
        text-align: center;
        color: black;
        font-size: 4rem;
        font-weight: 900;
        text-align: center;
    }

    .divFont {
        font-size: 1.2rem;
        font-weight: 300;
    }
}

@media(min-width: 1250px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1260px
    }

    .logo {
        width: 200px;
    }

    .HideForDesk {
        display: none;
    }

    #timer {
        display: block;
        width: max-content;
        text-align: center;
        color: black;
        font-size: 4rem;
        font-weight: 900;
        text-align: center;
    }

    .divFont {
        font-size: 1.2rem;
        font-weight: 300;
    }
}

@media(min-width: 1300px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1310px
    }

    .HideForDesk {
        display: none;
    }

    #timer {
        display: block;
        width: max-content;
        text-align: center;
        color: black;
        font-size: 4rem;
        font-weight: 900;
        text-align: center;
    }

    .divFont {
        font-size: 1.2rem;
        font-weight: 300;
    }
}

@media(min-width: 1340px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1350px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 1400px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1410px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 1540px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1550px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1650px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 1700px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1750px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1850px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 1900px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1950px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 2000px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2050px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 2100px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2150px
    }

    .HideForDesk {
        display: none;
    }
}

@media(min-width: 2200px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2250px
    }

    .HideForDesk {
        display: none;
    }
}

.logo1 {
    min-width: 100px;
    max-width: 200px;
}

.logo2 {
    min-width: 200px;
    max-width: 200px;
}
/*my change*/

/* Importing the fonts */
.table-striped {
    vertical-align: middle;
}

    .table-striped th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        background-color: #9396f5;
        color: white;
    }

    .table-striped > tbody > tr:nth-of-type(even) > * {
        --falcon-table-accent-bg: var(--falcon-table-striped-bg);
        color: var(--falcon-table-striped-color);
    }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --falcon-table-accent-bg: var(--falcon-table-striped-bg);
    color: var(--falcon-table-striped-color);
}

.MyTable1 {
    font-family: Work Sans, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
    border: .5px solid #f1f0fc;
    vertical-align: middle;
    color: black;
    background-color: #fffff0;
}

    .MyTable1 td, .MyTable1 th {
        border: .5px solid #7e8889;
        padding: 8px;
        text-align: left;
    }

    .MyTable1 tr:nth-child(even) {
        background-color: #fefef0;
    }

    .MyTable1 tr:hover {
        background-color: #fcfcfc;
        color: black;
    }

    .MyTable1 th {
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: left;
        background-color: #9396f5;
        color: black;
    }

.MyTable2 {
    font-family: Work Sans, Arial, Helvetica, sans-serif;
    width: 100%;
    border-spacing: 0;
    vertical-align: middle;
    color: black;
}

    .MyTable2 td, .MyTable2 th {
        padding-top: 8px;
        text-align: left;
        vertical-align: middle;
    }

    .MyTable2 tr:nth-child(even) {
        background-color: white;
    }

    .MyTable2 tr:hover {
        background-color: #fcfcfc;
        color: black;
    }

    .MyTable2 th {
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: left;
        background-color: white;
        color: black;
    }

.MyTable3 {
    font-family: Work Sans, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
    /*border: .5px solid #f1f0fc;*/
    vertical-align: middle;
    color: black;
    /*background-color: #fffff0;*/
    table-layout: fixed;
    overflow: auto;
}

    .MyTable3 td {
        border: none;
        border-bottom: 1px solid #e1e2ee;
        /*padding: 20px;*/
        text-align: left;
        width: max-content;
        padding-left: 10px;
        font-size: 15px;
        font-weight: bold;
        font-weight: normal;
    }

    .MyTable3 th {
        border: none;
        border-bottom: 1px solid #e1e2ee;
        /*padding: 20px;*/
        text-align: left;
        width: max-content;
        padding-left: 10px;
        font-size: 17px;
        font-weight: bolder;
        background-color: #fcfcfc;
    }

    .MyTable3 tr:nth-child(even) {
        background-color: white;
    }

    .MyTable3 tr:hover {
        background-color: #fcfcfc;
        color: black;
    }

    .MyTable3 th {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
        /*background-color: #cde5e9;*/
        color: black;
        font-weight: 200;
        height: 50px;
    }

.MyTable4 {
    font-family: Work Sans, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: max-content;
    border-spacing: 0;
    /*border: .5px solid #f1f0fc;*/
    vertical-align: middle;
    color: black;
    /*background-color: #fffff0;*/
    table-layout: fixed;
    overflow: auto;
}

    .MyTable4 td, .MyTable4 th {
        border-bottom: 1px solid #e1e2ee;
        /*padding: 20px;*/
        text-align: left;
        width: max-content;
        padding-left: 10px;
    }

    .MyTable4 tr:nth-child(even) {
        background-color: antiquewhite;
    }

    .MyTable4 tr:hover {
        background-color: #fcfcfc;
        color: black;
    }

    .MyTable4 th {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
        /*background-color: #cde5e9;*/
        color: black;
        font-weight: 200;
        height: 50px;
    }

.imageThumbnail {
    height: 100%;
    width: 100%;
}

.MyTableRes {
    /*background: #012B39;*/
    border-collapse: collapse;
    border-spacing: 0;
    width: 98%;
    /*border: 1px solid #ddd;*/
    border-radius: 0.25em;
    margin: 1em;
    vertical-align: middle;
}

    .MyTableRes th {
        background: #f9f9f9;
        /*border-bottom: 2px solid #364043;*/
        color: #000;
        font-size: 0.95em;
        font-weight: 600;
        padding: 0.65em 1em;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .MyTableRes thead th:first-child {
        border-radius: 8px 0 0 8px;
    }

    .MyTableRes thead th:last-child {
        border-radius: 0 8px 8px 0;
    }

    .MyTableRes td {
        color: #000;
        font-weight: 400;
        padding: 0.65em 1em;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 400px;
        /*white-space: normal;*/ /* Allow wrapping */
    }

    .MyTableRes tbody tr {
        transition: background 0.25s ease;
    }

        .MyTableRes tbody tr:hover {
            background: #e1e2ee;
        }

.NotiPic {
    padding: 4px;
    background-color: green;
    width: 100%;
    height: 280px;
    margin: 0 auto;
    vertical-align: central;
}

.wrapper {
    width: 100px;
    height: 100px;
    position: relative;
    /*margin: 5px auto;*/
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid white;
}

    .wrapper img {
        position: relative;
        width: 100%;
        height: auto;
    }


.splash-info {
    background: #000;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

#indexPic {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid white;
}

#indexPic2 {
    vertical-align: middle;
    width: 300px;
    height: 300px;
    border-radius: 10%;
    border: 5px solid white;
}


#MyImg {
    vertical-align: middle;
    /* height: 150px;
    max-width: 170px;
    width: 100%;
    min-width: 170px;*/
    border-radius: 10%;
    border: 1px solid black;
}

.fit-image {
    width: 100%;
    object-fit: fill;
    height: 100%;
}

#imageUpload {
    /*display: none;*/
}

#proImage {
    cursor: pointer;
    height: 30px;
    width: 30px;
}
/*#profileImage {
    cursor: pointer;
}

#profile-container {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 10%;
    border: 5px solid white;
}

    #profile-container img {
        width: 100%;
        height: 100%;
    }*/
.myTextBox {
    width: 100%;
    border: none;
    font-size: medium;
    text-align: left;
}

.myTextBox2 {
    border: none;
    font-size: small;
    text-align: left;
    background-color: transparent;
}

.myTextBoxMax {
    border: none;
    font-size: small;
    text-align: left;
    background-color: transparent;
    width: max-content;
}

.myTextBox2b {
    border: none;
    font-size: small;
    text-align: left;
    background-color: transparent;
    width: stretch;
}

.myTextBoxtab {
    border: none;
    font-size: x-small;
    text-align: left;
    background-color: transparent;
    width: 270px;
}

.myTextBox2a {
    border: none;
    font-size: small;
    text-align: left;
    background-color: transparent;
    width: 120px;
}

.myTextBox50 {
    border: none;
    font-size: medium;
    text-align: left;
    background-color: transparent;
    width: 50px;
}

.myTextBox3 {
    font-size: small;
    text-align: left;
    background-color: transparent;
    width: 40px;
    border: none;
}

.myTextBox4 {
    font-size: medium;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
}

.NotificationTitle {
    font-size: large;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
}

.NotificationText {
    font-size: medium;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
}

.PakageText {
    width: 100%;
    border: none;
    font-size: 40px;
    text-align: left;
    color: blue;
}

.my-bg {
    background-color: #fefef6;
}

.my-bg2 {
    background-color: #e5e3b7;
}

.myText1 {
    background-color: transparent;
    border: none;
}

.avatar-profile {
    height: 150px;
    width: 150px;
    position: absolute;
    bottom: 100px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.imagePakage {
    height: 50px;
}

.cover-image-file-input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: .25rem .5rem;
    margin-left: 1rem;
    margin-top: 1rem;
    border-radius: .25rem;
    font-size: .53rem;
    color: #fff;
    border: 1px solid var(--falcon-border-color);
    -webkit-box-shadow: var(--falcon-box-shadow-sm);
    box-shadow: var(--falcon-box-shadow-sm);
    background-color: rgba(0,0,0,.9)
}

.garbage {
    display: none;
}

    .garbage[style*=visible] + input,
    .garbage[style*=visible] + select,
    .garbage[style*=visible] + textarea {
        background-color: #ffcccc;
        border: 1px solid #ff0000;
    }
/*for chack box*/
/*
=====
CORE STYLES
=====
*/

.toggle {
    --uiToggleSize: var(--toggleSize, 1.25rem);
    --uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
    --uiToggleColor: var(--toggleColor, #222);
    display: var(--toggleDisplay, inline-flex);
    position: relative;
}

.toggle__input {
    /*
  The pattern by Sara Soueidan https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/
  */
    width: var(--uiToggleSize);
    height: var(--uiToggleSize);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

/*
1. Calculation of the gap for the custom checkbox
*/

.toggle__label {
    display: inline-flex;
    min-height: var(--uiToggleSize);
    padding-left: calc(var(--uiToggleSize) + var(--toggleIndent, 0.4em));
}

.toggle__input:not(:disabled) ~ .toggle__label {
    cursor: pointer;
}

/*
1. Ems helps to calculate size of the checkbox
*/

.toggle__label::after {
    content: "";
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    font-size: var(--uiToggleSize); /* 1 */

    background-color: transparent;
    border: var(--uiToggleBorderWidth) solid var(--uiToggleColor);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.toggle__input:checked ~ .toggle__label::after {
    background-color: var(--uiToggleColor);
}

.toggle__text {
    margin-top: auto;
    margin-bottom: auto;
}

/*
The arrow size and position depends from sizes of square because I needed an arrow correct positioning from the top left corner of the element toggle

1. Ems helps to calculate size and position of the arrow
*/

.toggle__label::before {
    content: "";
    width: 0;
    height: 0;
    font-size: var(--uiToggleSize); /* 1 */

    border-left-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-bottom-style: solid;
    border-color: var(--toggleArrowColor, #fff);
    position: absolute;
    top: 0.5428em;
    left: 0.25em;
    z-index: 3;
    transform-origin: left top;
    transform: rotate(-40deg) skew(10deg);
}

.toggle__input:checked ~ .toggle__label::before {
    --uiToggleArrowWidth: var(--toggleArrowWidth, 2px);
    width: 0.4em;
    height: 0.2em;
    border-left-width: var(--uiToggleArrowWidth);
    border-bottom-width: var(--uiToggleArrowWidth);
}

/*
States
*/

/* focus state */

.toggle:focus-within {
    outline: var(--toggleOutlineWidthFocus, 3px) solid var(--toggleOutlineColorFocus, currentColor);
    outline-offset: var(--toggleOutlineOffsetFocus, 5px);
}

/* disabled state */

.toggle__input:disabled ~ .toggle__label {
    opacity: var(--toggleOpacityDisabled, 0.24);
    cursor: var(--toggleCursorDisabled, not-allowed);
    user-select: none;
}

/*
=====
PRESENTATION STYLES
=====
*/

/* 
The demo skin
*/

.toggle__label::after {
    border-radius: var(--toggleBorderRadius, 2px);
}

/* 
The animation of switching states
*/

.toggle__input:not(:disabled) ~ .toggle__label::before {
    will-change: width, height;
    opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label::before {
    opacity: 1;
    transition: opacity 0.1s ease-out 0.15s, width 0.1s ease-out 0.3s, height 0.1s ease-out 0.2s;
}

.toggle__input:not(:disabled) ~ .toggle__label::after {
    will-change: background-color;
    transition: background-color 0.15s ease-out;
}

/*
=====
SETTINGS
=====
*/

.page__custom-settings {
    --toggleColor: #690e90;
    --toggleOutlineColorFocus: #690e90;
    --toggleSize: 1.6rem;
}

.embedPreview {
    width: 100%;
    height: 100%;
}

span.file {
    background: url('https://static.spiceworks.com/images/how_to_steps/0005/9590/8a544ad4a4ee8c8b164ff38a3f700f5a35f3805cbf7f27d8ec0bb4e455e5dab1_icpdf.gif') 0 0 no-repeat;
    padding: 1px 0 1px 20px;
    display: block;
}

    span.file.word {
        background: url('http://image.chromefans.org/fileicons/format/docx.png') 0 0 no-repeat;
    }

.dot {
    height: 45px;
    width: 45px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: red;
}

.aCircleBlack {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    background-color: #bbb;
}

.aCircleBlack2 {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    background-color: #bbb;
}

.aCircleGreen {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    background-color: #00ff00;
}

.aCircleGreen2 {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    background-color: #00ff00;
}

.aCircleRed2 {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    background-color: #ff0000;
}

#aText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f0f;
}

.highlight {
    background-color: red;
}

/*Chat Setting*/
/****************************/


.bubble_body {
    background-color: green;
    border-color: palevioletred;
    border-radius: 10px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    position: relative;
    text-align: left;
    width: auto;
    /*max-width: 200px;*/
}

.bubble_left {
    background-color: #fff;
    border-color: #f3f8f8;
    border-radius: 10px;
    border-style: solid;
    margin-left: 30px;
    margin-right: auto;
    min-width: 100px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: fit-content;
    max-width: 500px;
    margin-bottom: 3px;
    color: black;
    font-size: 16px;
}

.Name_left {
    background-color: transparent;
    /*border-color: green;*/
    margin-left: 30px;
    margin-right: auto;
    padding: 1px;
    position: relative;
    text-align: left;
    width: fit-content;
    max-width: 200px;
    color: gray;
    font-family: Arial;
    font-size: 12px;
}

.Time_left {
    background-color: transparent;
    /*border-color: green;*/
    margin-left: 36px;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 1px;
    position: relative;
    text-align: left;
    width: fit-content;
    /*max-width: 600px;*/
    color: gray;
    font-family: Times New Roman;
    font-size: 12px;
}

.Time_right {
    background-color: transparent;
    /*border-color: green;*/
    margin-right: 30px;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 1px;
    position: relative;
    text-align: left;
    width: fit-content;
    max-width: 400px;
    color: gray;
    font-family: Times New Roman;
    font-size: 12px;
}

.bubble_right {
    background-color: #deffe7;
    /*border-color: #08f7f7;*/
    border-radius: 10px;
    /*border-style: solid;*/
    margin-left: auto;
    margin-right: 12px;
    padding: 8px;
    position: relative;
    text-align: left;
    width: fit-content;
    max-width: 400px;
    min-width: 100px;
    margin-bottom: 3px;
    color: black;
    font-size: 16px;
}

.bubble_Center {
    background-color: #fff;
    border-color: #f6f0f0;
    border-radius: 10px;
    border-style: solid;
    margin-left: 40%;
    margin-right: 30%;
    padding: 7px;
    position: relative;
    text-align: center;
    /*width: 60%;*/
    max-width: fit-content;
    margin-bottom: 3px;
    color: black;
    font-size: 10px;
}

.left_triangle {
    border-color: #a5f7c3 transparent transparent transparent;
    border-style: solid;
    border-width: 20px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -40px;
    left: 30px;
}

.right_triangle {
    border-color: #a5f7c3 transparent transparent transparent;
    border-style: solid;
    border-width: 20px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -40px;
    right: 30px;
}

.left_triangle_border {
    border-color: green transparent transparent transparent;
    border-style: solid;
    border-width: 24px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -48px;
    left: 26px;
}

.right_triangle_border {
    border-color: green transparent transparent transparent;
    border-style: solid;
    border-width: 24px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -48px;
    right: 26px;
}

/* around bubble */

/*Arrow */
.left_side_triangle {
    border-color: transparent #a5f7c3 transparent transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    position: absolute;
    top: 8px;
    left: -12px;
}

.right_side_triangle {
    border-color: transparent transparent transparent #9396f5;
    border-style: solid;
    border-width: 6px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 8px;
    right: -12px;
}

.Name_right {
    background-color: transparent;
    border-color: green;
    margin-left: auto;
    margin-right: 30px;
    padding: 1px;
    position: relative;
    text-align: left;
    width: fit-content;
    max-width: 600px;
    color: gray;
    font-family: Times New Roman;
    font-size: 12px;
}

.cardRight {
    width: 100%;
    background-color: #deffe7;
    margin-left: auto;
    margin-right: 10px;
    padding: 0px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.cardRightHead {
    width: 100%;
    background-color: #deffe7;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: 0;
    padding: 5px;
    text-align: center;
    border-radius: 5%;
    font-size: medium;
    margin-bottom: 10px;
}

.cardRightbody {
    width: 100%;
    background-color: #deffe7;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: 0;
    text-align: center;
    border-radius: 5%;
    margin-bottom: 10px;
}

.cardRightAll {
    width: 230px;
    background-color: #deffe7;
    margin-left: auto;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 3px;
    position: relative;
    padding: 3px;
    text-align: center;
}
/* Left side*/
.cardLeft {
    width: 100%;
    background-color: #deffe7;
    margin-right: auto;
    margin-left: 10px;
    padding: 0px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.cardLeftHead {
    width: 100%;
    background-color: #deffe7;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: 0;
    text-align: left;
    border-radius: 5%;
    font-size: medium;
    margin-bottom: 10px;
}

.cardLeftbody {
    width: 100%;
    background-color: #deffe7;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    top: 0;
    text-align: center;
    border-radius: 5%;
    margin-bottom: 10px;
}

.cardLeftAll {
    width: 230px;
    background-color: #deffe7;
    margin-right: auto;
    margin-left: 8px;
    margin-top: 5px;
    padding: 3px;
    position: relative;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.right_side_triangle_border {
    border-color: transparent transparent transparent ghostwhite;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: 4px;
    right: -20px;
}



.left_side_triangle_border {
    border-color: transparent green transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: 4px;
    left: -20px;
}

.middle_triangle {
    border-color: #a5f7c3 transparent transparent transparent;
    border-style: solid;
    border-width: 20px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -40px;
    left: 105px;
}

.middleChat {
    border-color: #a5f7c3;
    border-style: solid;
    border-width: 20px;
    height: 30px;
    width: 50px;
    position: absolute;
    bottom: -40px;
    left: 105px;
}

.middle_triangle_border {
    border-color: green transparent transparent transparent;
    border-style: solid;
    border-width: 24px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -48px;
    left: 101px;
}


#input_text_left {
    background-color: white;
    box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}


/*for sender*/
#input_text_right3 {
    background-color: white;
    box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
}

.chat-editor-area {
    background-color: #e6e6e6;
    border-radius: 25px;
    border: .1px solid gray;
}

#input_text_right {
    padding: 0.3rem 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    max-height: 6.25rem;
    overflow: auto;
    word-break: break-all;
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
}

#containerChat {
    /*width: 100%;*/
    /*background-color: white;*/
    /*margin-left: auto;
    margin-right: auto;
    padding: 2px;
    text-align: right;
    overflow-y: scroll;*/
}

.divbgImg {
    background-image: url("/img/bg/a10.webp");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.divbgImg1 {
    background-image: url("/pic/bk3.jpeg");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.divbgImg2 {
    background-image: url("/img/bg/W2.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: center;
}

.modal {
    /*--falcon-modal-zindex: 1055;*/
    background-color: transparent;
    position: center;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: center;
    background-color: transparent;
    width: 96%;
    pointer-events: none
}

#containerChatMain {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 20px;
    left: 0;
    /*border: 1px dashed blue;*/
}

.ChatUsers {
    top: 0;
    bottom: 0;
    border: 1px dashed blue;
    background-color: bisque;
    height: 100%;
}

#ChatBox {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dashed blue;
    background-color: antiquewhite;
}

#MyCalen {
    height: calc(100vh - 6.4rem) !important;
    background-color: white;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--falcon-modal-margin) * 2);
}

#PicDate {
    background-color: transparent;
    border: 1px dashed blue;
    border-radius: 40px;
    border-style: solid;
    width: max-content;
    /*left: 40%;*/
    text-align: center;
    /*position: absolute;*/
}

.PicDate {
    background-color: cadetblue;
    border: 1px dashed blue;
    border-radius: 40px;
    border-style: solid;
    width: max-content;
    /*left: 40%;*/
    text-align: center;
    color: white;
    width: 300px;
}

.MyCard {
    border: 1px solid #ccc; /* Default border, can be overridden */
    border-radius: 4px; /* Rounded corners */
}

.MyCard2 {
    background-color: white;
    border: 0px dashed blue;
    /*border-radius: 5%;*/
    border-start-end-radius: 5%;
}

.MyList {
    border: none;
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --falcon-offcanvas-zindex: 1045;
    --falcon-offcanvas-width: 260px;
    --falcon-offcanvas-height: 30vh;
    --falcon-offcanvas-padding-x: 1rem;
    --falcon-offcanvas-padding-y: 1rem;
    --falcon-offcanvas-color: #bbb;
    --falcon-offcanvas-bg: #fff;
    --falcon-offcanvas-border-width: 2px;
    --falcon-offcanvas-border-color: var(--falcon-border-color-translucent);
    --falcon-offcanvas-box-shadow: var(--falcon-box-shadow-sm);
    border-radius: 5%;
}

.offcanvas2 {
    --falcon-offcanvas-width: 85%;
}

.offcanvas3 {
    --falcon-offcanvas-width: 30%;
}

.ico:hover {
    transform: rotate(180deg);
}

.green {
    color: #0F0;
}

.red {
    color: #F00;
}

.nav-pills {
    margin: 0 auto;
}

.fc-header-toolbar {
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    margin-top: 8px;
    color: blue;
    background-color: #9396f5;
}

.fc-toolbar .fc-right:before {
    float: right;
    content: 'My Custom Text';
}

.MyInPutFile {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
}
/* Style for password change */
.inputPassword {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}

/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #message p {
        padding: 10px 35px;
        font-size: 18px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    /*color: green;*/
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "?";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "?";
    }

.Mynav-item {
    width: fit-content;
    font-size: 14px;
    padding: 0;
}
/*chat*/
.card-chat {
    height: calc(100vh - 4.7225rem - 0.625rem);
    z-index: 1;
}

.chat-content-body {
    height: calc(100% - 4.25rem);
}

.navbar-vertical {
    position: fixed;
    display: inline-block;
    padding: 0;
    padding-left: 20px;
    z-index: 1019;
    top: 3.3125rem;
    width: 100%;
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -1rem;
    background-image: none;
    /*background-color:red;*/
}

.Mymodal {
    position: absolute;
    top: 40%;
    left: 40%;
}



.Myselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.MyPara {
    text-align: justify;
    text-justify: revert-layer;
    font-size: 12px;
}

.LogoPic {
    width: 70px;
    margin: 0px 0px 0px 20px;
}

.myIcon {
    margin: 3px;
}
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }

/*** Spinner End ***/
/* Back‑to‑top — responsive, centred arrow, circular */
.back-to-top {
    /* visibility */
    display: none; /* shown via JS on scroll */
    position: fixed;
    z-index: 999;
    /* size & shape */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* placement */
    right: 20px;
    bottom: 20px;
    /* colours */
    background-color: #212529;
    color: #ffffff;
    /* centre arrow perfectly */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    /* polish */
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
    transition: background-color .3s;
    cursor: pointer;
}

    .back-to-top:hover {
        background-color: #343a40;
    }

/* shrink slightly on very small screens */
@media (max-width: 575.98px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 16px;
        right: 15px;
        bottom: 15px;
    }
}


.navbar-top {
    padding: 0;
    margin: -16px;
    top: 0;
    /*position:fixed;*/
    /*width: 100%;*/
}

/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 from 1st page bootstrip 
 */

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #787878;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 8px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #787878
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(24,66,182,.25)
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #1842b6;
    border-color: #1842b6
}

    .btn-primary:hover {
        color: #fff;
        background-color: #14389b;
        border-color: #133592
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #14389b;
        border-color: #133592;
        box-shadow: 0 0 0 .25rem rgba(59,94,193,.5)
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #133592;
        border-color: #123289
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(59,94,193,.5)
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #1842b6;
        border-color: #1842b6
    }

.btn-secondary {
    color: #198754;
    background-color: #0dcaf0;
    border-color: #26d48c
}

    .btn-secondary:hover {
        color: #000;
        background-color: #47da9d;
        border-color: #3cd898
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #000;
        background-color: #47da9d;
        border-color: #3cd898;
        box-shadow: 0 0 0 .25rem rgba(32,180,119,.5)
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: #51dda3;
        border-color: #3cd898
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(32,180,119,.5)
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #000;
        background-color: #26d48c;
        border-color: #26d48c
    }

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

.btn-light {
    color: #000;
    background-color: #f8f8f9;
    border-color: #efe6e6
}

    .btn-light:hover {
        color: #000;
        background-color: #f9f9fa;
        border-color: #f9f9fa
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9f9fa;
        border-color: #f9f9fa;
        box-shadow: 0 0 0 .25rem rgba(211,211,212,.5)
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9f9fa;
        border-color: #f9f9fa
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(211,211,212,.5)
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #f8f8f9;
        border-color: #f8f8f9
    }

.btn-dark {
    color: #fff;
    background-color: #000103;
    border-color: #000103
}

    .btn-dark:hover {
        color: #fff;
        background-color: #000103;
        border-color: #000102
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #000103;
        border-color: #000102;
        box-shadow: 0 0 0 .25rem rgba(38,39,41,.5)
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #000102;
        border-color: #000102
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(38,39,41,.5)
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #000103;
        border-color: #000103
    }

.btn-outline-primary {
    color: #1842b6;
    border-color: #1842b6
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #1842b6;
        border-color: #1842b6
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(24,66,182,.5)
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #1842b6;
        border-color: #1842b6
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(24,66,182,.5)
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #1842b6;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-secondary {
    color: #26d48c;
    border-color: #26d48c
}

    .btn-outline-secondary:hover {
        color: #000;
        background-color: #26d48c;
        border-color: #26d48c
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .25rem rgba(38,212,140,.5)
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #000;
        background-color: #26d48c;
        border-color: #26d48c
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(38,212,140,.5)
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #26d48c;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #198754;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #0dcaf0;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #ffc107;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #dc3545;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-light {
    color: #f8f8f9;
    border-color: #f8f8f9
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f8f9;
        border-color: #f8f8f9
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 .25rem rgba(248,248,249,.5)
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #f8f8f9;
        border-color: #f8f8f9
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(248,248,249,.5)
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #f8f8f9;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-dark {
    color: #000103;
    border-color: #000103
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #000103;
        border-color: #000103
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(0,1,3,.5)
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #000103;
        border-color: #000103
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(0,1,3,.5)
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #000103;
        background-color: rgba(0,0,0,0)
    }

.btn-link {
    font-weight: 400;
    color: #1842b6;
    text-decoration: none
}

    .btn-link:hover {
        color: #133592
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 8px
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: 8px
}







.myBackgroundVibrant,
.navbar-vertical.navbar-vibrant .navbar-collapse {
    /*background-image: -o-linear-gradient(0, rgba(0, 160, 255, 0.86), navy),url(/Pic/p1.png);*/
    /*background-image: linear-gradient(0, rgba(0, 160, 255, 0.86), navy),url(/Pic/p1.png);*/
    background-color: navy;
    /*background-position: center;
    background-size: auto;
    background-repeat: repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden*/
}


.myBackgroundinverted,
.navbar-vertical.navbar-inverted .navbar-collapse {
    background-color: black;
    background-position: center;
    background-size: auto;
    background-repeat: repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*.navbar-navy,
.navbar-vertical.navbar-navy .navbar-collapse {
    --falcon-navbar-navy-bg-color: navy;*/ /* Navy background color */
/*--falcon-navbar-navy-link-color: #e3f2fd;*/ /* Lighter link color for better contrast */
/*--falcon-navbar-navy-link-hover-color: #dc3545;*/ /* White for hover links for a distinct contrast */
/*--falcon-navbar-navy-link-active-color: #4fc3f7;*/ /* Active link color with a vibrant tone */
/*--falcon-navbar-navy-hr-color: rgba(255, 255, 255, 0.3);*/ /* Divider color with higher opacity for visibility */
/*--falcon-navbar-navy-scrollbar-color: rgba(255, 255, 255, 0.5);*/ /* Scrollbar with slightly more visibility */
/*--falcon-navbar-navy-card-bg-color: #013a63;*/ /* Card background with better contrast */
/*background-color: navy; 
}*/

.myBackgroundinvertedBorder {
    border: solid,5px,black;
    margin: 5px,5px,10px,20px;
    padding: 10px;
    border-radius: 15px;
}

.myBackgroundCardBorder {
    border: solid,5px,white;
    margin: 5px,5px,10px,20px;
    padding: 10px;
    border-radius: 15px;
}

.myBackgroundVibrantBorder {
    border: solid,5px,blue;
    margin: 5px,5px,10px,20px;
    padding: 5px;
    border-radius: 15px;
}

.slidePictures {
    max-width: 100%;
    min-width: 100%;
    height: 600px;
    min-height: 500px;
    object-fit: cover;
}

.slidePictures2 {
    max-width: 100%;
    min-width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.myHeight1 {
    max-width: 100%;
    max-height: 250px;
    overflow-x: hidden;
}

.myHeight2 {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: 100px; /* Set minimum height of the card */
}

.image-cell {
    position: relative;
    overflow: hidden; /* To hide any part of the image that might go out of the container */
}

.DataImg2 {
    position: absolute;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
    z-index: 1; /* Ensure the image is on top of other content */
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border-color: #ffffcc;
    border-style: solid;
    top: 50%;
    left: 50%;
}

.DataImg3 {
    position: absolute;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
    z-index: 1; /* Ensure the image is on top of other content */
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border-color: #ffffcc;
    border-style: solid;
    top: 50%;
    left: 50%;
}

.image-cell .DataImg {
    position: absolute;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
    z-index: 1; /* Ensure the image is on top of other content */
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border-color: #ffffcc;
    border-style: solid;
    top: 50%;
    left: 50%;
}

.image-cell:hover .DataImg {
    position: fixed; /* Change position to fixed */
    transform: translate(-50%, -50%) scale(4); /* Adjust the scale value for zoom effect */
    border-radius: 10%;
    top: 50%; /* 50% of the viewport height */
    left: 50%; /* 50% of the viewport width */
}

.image-cell2 {
    position: relative;
    overflow: hidden; /* To hide any part of the image that might go out of the container */
}




.fullHeight {
    /*height: 100vh;*/
    min-height: 100vh;
    /*display: flex;*/
    /* justify-content: center;
    align-items: center;*/
}

.hide-on-collapse {
    display: none;
}

.chartSetting {
    width: 100%; /* Full width of the container */
    height: 400px; /* Set a height for the container */
}

@media (max-width: 575.98px) {
    .custom-font {
        font-size: 12px;
    }

    .MyHeight {
        min-height: 300px; /* Adjust the min-height for large devices */
        max-height: 300px; /* Adjust the min-height for extra large devices */
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .custom-font {
        font-size: 15px;
    }

    .MyHeight {
        min-height: 300px; /* Adjust the min-height for large devices */
        max-height: 300px; /* Adjust the min-height for extra large devices */
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .custom-font {
        font-size: 20px;
    }

    .MyHeight {
        min-height: 300px; /* Adjust the min-height for large devices */
        max-height: 300px; /* Adjust the min-height for extra large devices */
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .custom-font {
        font-size: 22px;
    }

    .MyHeight {
        min-height: 300px; /* Adjust the min-height for large devices */
        max-height: 300px; /* Adjust the min-height for extra large devices */
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .custom-font {
        font-size: 22px;
    }

    .MyHeight {
        min-height: 300px; /* Adjust the min-height for extra large devices */
        max-height: 300px; /* Adjust the min-height for extra large devices */
    }
}

.tab-content {
    height: 100%;
    overflow-y: auto;
}

/*company tree setting*/
.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/* Connecting lines */
.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    display: flex;
    justify-content: left; /* Centers the children horizontally */
}

    .tree ul.horizontal {
        flex-direction: row; /* Horizontal layout for direct children of the root */
    }

.tree li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: max-content;
    font-size: large;
}

    /* Connecting lines */
    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    .tree li:only-child {
        padding-top: 0;
    }

    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }

    .tree li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
    }

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px; /* Adjusted font size */
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s;
}

    .tree li a:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 125%; /* Position above the link */
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        z-index: 1;
        opacity: 1;
        transition: opacity 0.3s;
    }

    .tree li a::after {
        content: '';
        position: absolute;
        bottom: 125%; /* Position above the link */
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tree li a:hover, .tree li a:hover + ul li a {
        background: #c8e4f8;
        color: #000;
        border: 1px solid #94a0b4;
    }

        .tree li a:hover + ul li::after, .tree li a:hover + ul li::before, .tree li a:hover + ul::before, .tree li a:hover + ul ul::before {
            border-color: #94a0b4;
        }

.hidden {
    display: none;
}

/* Colors for branches */
.branch-1 > a {
    background-color: #f2a154; /* Orange */
}

.branch-1 > ul li a {
    background-color: #f7c29c; /* Lighter Orange */
}

.branch-2 > a {
    background-color: #4caf50; /* Green */
}

.branch-2 > ul li a {
    background-color: #a5d6a7; /* Lighter Green */
}

.branch-3 > a {
    background-color: #2196f3; /* Blue */
}

.branch-3 > ul li a {
    background-color: #90caf9; /* Lighter Blue */
}

.branch-4 > a {
    background-color: #9c27b0; /* Purple */
}

.branch-4 > ul li a {
    background-color: #ce93d8; /* Lighter Purple */
}

.branch-5 > a {
    background-color: #ff5722; /* Deep Orange */
}

.branch-5 > ul li a {
    background-color: #ffab91; /* Lighter Deep Orange */
}

/*end company tree setting*/

.text-danger {
    color: red;
    font-size: 0.875rem;
}

.required {
    color: red;
    font-weight: bold;
}

.myCardHight {
    height: 150px;
}
/* Default view (desktop/tablet) */
.short-text {
    display: none;
}

.full-text {
    display: inline;
}

.hideOnMobile {
}
/* For mobile view (max-width 768px) */
@media only screen and (max-width: 768px) {
    .full-text {
        display: none;
    }

    .hideOnMobile {
        display: none;
    }

    .short-text {
        display: inline;
    }
}

.attendance-checkbox {
    width: 20px; /* Increase the size of the checkbox */
    height: 20px; /* Increase the height of the checkbox */
    margin-right: 8px; /* Add space between the checkbox and the label */
}

.attendance-checkboxes label {
    margin-right: 15px; /* Space between labels */
}

/* Flexbox styling for mobile view */
@media (max-width: 768px) { /* Adjust the max-width as needed for your design */
    .attendance-checkboxes label {
        display: flex; /* Use flexbox for better alignment */
        align-items: center; /* Center align items */
    }
}
/*homework*/
.homework-card {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background-color: #f9f9f9;
    flex-wrap: wrap;
}

.homework-info {
    flex: 1;
    padding-right: 16px;
}

.homework-image {
    flex-basis: 50%;
    max-width: 100%;
}

    .homework-image .DataImg {
        width: 100%;
        min-width: 100%;
        max-height: 200px;
        object-fit: contain;
        border-radius: 8px;
    }

@media (max-width: 768px) {
    .homework-card {
        flex-direction: column;
        align-items: center;
    }

    .homework-info, .homework-image {
        max-width: 100%;
        padding: 0;
    }
}

.action-buttons {
    margin-top: 12px;
}

    .action-buttons .btn {
        margin-right: 8px;
    }

/*for note or Helping meterial*/
.container-fluid1 {
    padding: 0;
}

.sidebar1 {
    background-color: #f8f9fa;
    padding: 20px;
    height: 100vh;
    overflow-y: auto;
    width: 35%;
}

.content1 {
    padding: 20px;
    width: 65%;
}

.embedPreview {
    width: 100%;
    height: 100vh;
    border: none;
}

.list-group-item a {
    text-decoration: none;
    color: #007bff;
}

    .list-group-item a:hover {
        color: #0056b3;
    }

/* Toggle button for mobile */
.toggle-btn {
    display: none;
    position: relative;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    z-index: 1;
}

.hide-content {
    display: none;
}

@media (max-width: 768px) { /* Apply these styles only when the screen width is 768px or less */

    .sidebar1 { /* Sidebar styles for mobile view */
        display: none; /* Hide sidebar initially */
        width: 100%; /* Set sidebar to full width for mobile layout */
    }

    .content1 { /* Content area styles for mobile view */
        width: 100%; /* Set content area to full width */
        padding: 10px; /* Add padding for spacing */
    }

    .sidebar1 { /* Redundant rule for sidebar */
        display: none; /* Keep sidebar hidden */
        width: 100%; /* Sidebar full width */
        height: auto; /* Automatically adjust height */
    }

    .show-sidebar { /* Styles for showing sidebar on toggle */
        display: block; /* Make sidebar visible */
    }

    .content1 { /* Redundant rule for content area */
        width: 100%; /* Ensure content takes full width */
        padding: 10px; /* Maintain consistent padding */
    }

    .toggle-btn { /* Styles for toggle button in mobile view */
        display: inline; /* Make toggle button visible */
    }

    /*.embedPreview {*/ /* Styles for iframe preview area in mobile */
    /*height: 50vh;*/ /* Set preview height to half of viewport height */
    /*}*/
}

@media (max-width: 576px) {
    .checkbox-item {
        flex: 1 1 100%;
    }
}

.bg-gradient-primary {
    background-image: linear-gradient(to right, #ffc107, #1f8f54) !important;
}

@media (max-width: 767px) { /* Mobile view */
    .navbar-toggler {
        margin-left: 20px; /* Move the button slightly to the right on mobile */
        color: black; /* Change the button color to black on mobile */
    }

        .navbar-toggler .navbar-toggle-icon .toggle-line {
            background-color: black; /* Change the color of the hamburger icon lines to black */
        }
}

.filter-form {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 800px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
}

    /* Show the filter form when the filter is active */
    .filter-form.active {
        right: 0;
    }

.profile-image {
    display: block; /* Ensures the image is treated as a block for centering */
    margin: 0 auto; /* Centers the image horizontally */
    width: 150px; /* Default width for medium to large screens */
    height: 150px; /* Default height for medium to large screens */
    border-radius: 50%; /* Makes the image circular */
    border: 2px solid #ddd; /* Adds a light border around the image */
    padding: 5px; /* Adds padding inside the border */
    object-fit: cover; /* Ensures the image scales properly within its dimensions */
}

/* Adjust image size for smaller screens */
@media (max-width: 768px) {
    .profile-image {
        width: 120px; /* Slightly smaller image on tablets */
        height: 120px;
    }
}

@media (max-width: 480px) {
    .profile-image {
        width: 100px; /* Smaller image on mobile phones */
        height: 100px;
    }
}

.profile-image-table {
    width: 60px; /* Set desired width */
    height: 60px; /* Set desired height */
    object-fit: cover; /* Ensures the image fills the area without distortion */
    border-radius: 50%; /* Optional: Slightly rounded corners for table images */
}

@media (max-width: 768px) {
    .filter-form {
        display: none; /* Hide the filter form on mobile */
    }
}
/***************************************/
.icon-circle {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}
/*********************************/

@media (max-width: 576px) {
    .navbar-brand img {
        width: 25px;
    }

    .welcome-text {
        font-size: 0.875rem !important; /* smaller font for mobile */
    }

    .navbar-nav-icons {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .navbar-toggler-humburger-icon {
        padding: 0.25rem 0.5rem;
    }
}
/*change form this software*/
#navbarVerticalNav .nav-link {
    color: #444;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

    #navbarVerticalNav .nav-link:hover {
        background-color: #f0f0f0;
        color: #007bff;
    }

    #navbarVerticalNav .nav-link.active {
        background-color: #007bff;
        color: white !important;
        font-weight: 600;
    }

#navbarVerticalNav .nav-link-icon {
    width: 24px;
    text-align: center;
    font-size: 1.1rem;
}

#navbarVerticalNav .nav-link-text {
    font-size: 1rem;
    padding-left: 0.25rem;
}

.navbar-vertical-label-wrapper {
    padding-left: 1rem;
}

.hover-card {
    transition: all 0.3s ease;
}

    .hover-card:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }

.hover-icon {
    transition: transform 0.3s ease;
}

.hover-card:hover .hover-icon {
    transform: scale(1.1);
}

.icon-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
    color: white;
}



.category-stat {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    background-color: #ffffff;
    transition: all 0.3s ease;
    height: 100%;
}

    .category-stat:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        background-color: #f1f3f5;
    }

.myCardHeight {
    min-height: 150px;
}

.spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/*New Added*/
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: rgb(51, 101, 115);
    font-family: InkFree;
}

.headbtn {
    background-color: rgb(155, 124, 112);
    color: rgb(255, 255, 255);
    transform: none;
}
/*headCard*/
.text-gradient {
    background: linear-gradient(90deg, #4e73df 0%, #224abe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-circle {
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
}

.card-hover {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

    .card-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
    }

.bg-purple {
    background-color: #6f42c1 !important;
}

#helpToggle {
    cursor: pointer;
}

#helpSection {
    transition: all 0.3s ease;
}

.card {
    transition: transform 0.2s ease-in-out;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(90, 102, 241, 0.3) transparent;
}

    .scrollbar::-webkit-scrollbar {
        width: 6px;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: rgba(ff, 102, 241, 0.3);
        border-radius: 3px;
    }
