@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

@font-face {
    font-family: 'popins';
    src: url(/assets/font/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'popins-md';
    src: url(/assets/font/Poppins-Medium.ttf);
}


h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}


.side-box a {
    color: #585858;
    width: 91%;
    display: inline-block;
    cursor: pointer;
}





a {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

select,
button,
input {
    outline: none;
}


/*======scrollbar styling=======*/
/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border: 1px solid #11154A;
}

/* Track */
::-webkit-scrollbar-track {
    background: #E9E9E9;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #11154A;
    border-radius: 2px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #11154A;
    }




ul {
    margin: 0;
    padding: 0;
    text-decoration: none
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}



body {
    overflow-x: hidden;
}
/* -------------- Login Page css ------------------------- */
.main-box {
    background-color: #11154A;
    width: 100Vw;
    height: 100vh;
    padding: 30px;
}

.inner-box {
    width: 100%;
    height: 100%;
    background-color: #ffffff17;
    border-radius: 29px;
    padding: 25px;
}

.login-box {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 29px;
    padding: 31px;
}

.inner-login-box {
    width: 468px;
    height: 781px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

.main-login-box {
    width: 100%;
    height: 560px;
}

.login-greet {
    text-align: center;
}


.login-logo {
    display: flex;
    justify-content: center;
}

.login-details label {
    display: block;
    color: #343434;
    font-size: 14px;
}

.txt-sz {
    font-size: 12px;
}

.detail-input input {
    width: 100%;
}

.login-details input {
    padding: 15px 36px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
}

.passwordmain i {
    position: absolute;
    right: 27px;
    top: 40px;
    width: 20px;
}

.login-btn {
    width: 100%;
    padding: 15px;
    border-radius: 7px;
    background-color: #11154a;
    color: white;
    outline: none;
    font-size: 18px;
    border: none;
}

.text-clr {
    color: #8A8989;
    font-size: 14px;
}

.user-icon {
    left: 5.5%;
    top: 44px !important;
}

.grid-img {
    display: flex;
    flex-wrap: wrap;
    width: 534px;
    padding-top: 40px;
}

.peoples-card-1 {
    background-color: #93C2FF;
    border-radius: 0px 101px 0px 0px;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: end;
    justify-content: end;
}


    .peoples-card-1 img {
        width: 162px;
        object-fit: scale-down;
    }

.peoples-card-2 {
    background-color: #F0F0F0;
    border-radius: 0px 0px 0px 101px;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.peoples-card-3 {
    background-color: #11154A;
    border-radius: 101px 0px 0px 0px;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: end;
    justify-content: end;
}


    .peoples-card-3 img {
        width: 162px;
        object-fit: scale-down;
    }

.peoples-card-4 {
    background-color: #F0F0F0;
    border-radius: 50%;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peoples-card-5 {
    background-color: #11154A;
    border-radius: 101px 0px 0px 101px;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peoples-card-6 {
    background-color: #F0F0F0;
    border-radius: 0px 90px 0px;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peoples-card-7 {
    background-color: #11154A;
    border-radius: 0px 0px 101px 101px;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peoples-card-8 {
    background-color: #93C2FF;
    border-radius: 0px 90px 0px;
    width: 356px;
    height: 175px;
    display: flex;
    align-items: end;
    justify-content: end;
}


    .peoples-card-8 img {
        width: 162px;
        object-fit: scale-down;
    }

.brand-name {
    top: 38%;
    left: 7%;
}

    .brand-name h4 {
        color: #11154A;
    }

    .brand-name p {
        color: #11154A;
    }



.peoples-card-9 {
    background-color: #F0F0F0;
    border-radius: 0px 101px 0px 0px;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: end;
    justify-content: end;
    overflow: hidden;
}


    .peoples-card-9 img {
        width: 146px;
        object-fit: scale-down;
    }

.peoples-card-10 {
    background-color: #F0F0F0;
    border-radius: 50%;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peoples-card-11 {
    background-color: #F0F0F0;
    border-radius: 90px 0px 90px;
    width: 178px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-font {
    font-size: 23px;
}

.brand-slogan {
    font-size: .9rem;
}
/*--------------------------- login Page End -------------------------*/


/*--------------------------- Dashboard Start -------------------------*/

.main {
    height: 92vh;
    width: 100%;
    display: flex;
}


.sidebar {
    width: 295px;
    background-color: #F7F7F7;
    transition: .75s;
    position: sticky;
    left: 0;
    top: 0;
    height: 100vh;
}

.features-sec {
    width: 316px;
    border-right: 1px solid #E9E9E9;
    height: 100%
}

.header {
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    height: 75px;
    position: sticky;
    top: 0;
    z-index: 111;
    background: white;
}

.com-box {
    width: calc(100% - 297px);
}


.com-box-2 {
    width: 100%;
}



.com-details {
    height: 100%;
}


.brand-section {
    height: 72px;
    max-width: 295px;
    padding: 8px 22px;
    overflow: hidden;
}

.logo h3 {
    font-size: 19px;
}

.side-toggle-btn button {
    outline: none;
    border: none;
    background: transparent;
}

.side-toggle-btn svg {
    color: #11154a;
    height: 33px;
    width: 33px;
}

.side-search {
    margin: 21px 0;
    height: 48px;
}

.side-search-innner-div input {
    padding: 10px 15px;
}

.side-nav-ul {
    padding-top: 22px;
    white-space: nowrap;
    overflow: hidden;
}

    .side-nav-ul li {
        padding: 9px 16px;
        font-size: 14px;
        font-weight: 600;
        color: #585858;
        border-radius: 7px 0px 0px 7px;
    }

        .side-nav-ul li:hover span {
            color: #11154A;
        }

.active-nav {
    position: relative;
    background: #f3f3f3;
}

    .active-nav span {
        color: #11154A !important;
    }

    .active-nav::before {
        content: '';
        border-left: 7px solid #11154A;
        position: absolute;
        top: 0px;
        width: 6px;
        height: 40px;
        left: 0px;
        border-radius: 0px 8px 8px 0px;
    }

    .active-nav svg {
        stroke: #11154A !important;
    }


.svg-clr {
    stroke: #585858 !important;
}


.cstm-m {
    margin-left: -4px;
}

.ul-hr {
    height: 3px;
    margin: 0px 0px;
    color: #dadada;
}

.fvrt-grp {
    padding: 0 22px;
    white-space: nowrap;
}

    .fvrt-grp p {
        color: #303643;
        font-size: 14px;
        font-weight: 600;
    }

.fvrt-ul li {
    padding: 8px 0px;
    font-size: 13px;
    font-weight: 600;
    color: #585858;
}

.side-box {
    min-height: 92vh;
}

.logout-ul {
    padding: 0 22px;
    white-space: nowrap;
}


    .logout-ul li {
        padding: 8px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #585858;
    }

.logout-sec {
    border-top: 1px solid #efefef;
}



.hide-li {
    display: none;
}

.sidebar span {
    cursor: pointer;
    font-weight: 600;
}


.sidebar-2 {
    width: 65px;
}

    .sidebar-2 span {
        display: none;
    }

    .sidebar-2 button {
        display: none;
    }

    .sidebar-2 .brand-section {
        height: 72px;
        width: 65px;
        padding: 8px 8px;
    }

    .sidebar-2 img {
        width: 48px;
    }

.msg-box {
    height: 75px;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
}

    .msg-box button {
        padding: 4px 19px;
        background: transparent;
        border-radius: 7px;
        border: 2px solid #E2E2E2;
    }

    .msg-box span {
        font-size: 20px;
        font-weight: 600;
    }

.threads-ul {
    padding: 6px 21px;
    line-height: 33px;
    border-bottom: 1px solid #efefef;
}

    .threads-ul li .icon-thread {
        display: inline-block;
        width: 21px;
    }

    .threads-ul li span {
        font-size: 14px;
        color: #767676;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .threads-ul li {
        cursor: pointer;
    }


/* channel section  */

.hide-acc {
    display: none;
}

.accordion-button-channnel {
    position: relative;
    width: 100%;
    padding: 18px 22px;
    font-size: 14px;
    border: 0;
    display: flex;
    align-items: center;
}






    .accordion-button-channnel:not(.collapsed) {
        color: #000000;
        background-color: #fff;
        box-shadow: none;
    }

    .accordion-button-channnel:focus {
        z-index: 3;
        border-color: white;
        outline: 0;
        box-shadow: none;
    }

.channel-ul li:hover {
    background-color: #f1f1f17d;
    border-radius: 12px;
}

.channel-ul {
    padding: 0px 17px;
    line-height: 33px;
}

    .channel-ul li .icon-channel {
        display: inline-block;
        width: 14px;
    }

    .channel-ul li span {
        font-size: 14px;
        color: #444B5A;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .channel-ul li {
        cursor: pointer;
        padding: 2px 14px;
        position: relative;
    }




.notifiy {
    position: absolute;
    right: 0px;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #11154A;
    color: white;
    bottom: 8px;
    border-radius: 50%;
    font-size: 11px;
}

    .notifiy:hover {
        color: white;
    }


/* acc */



.acc-wrapper {
    width: 100%;
}

.acc-header b {
    font: normal normal normal 18px/35px Questrial;
    color: #bd9c64;
}


.acc-header {
    margin-bottom: 50px;
}

.acc-div {
    padding-bottom: 10px;
}


.accs {
    width: 100%;
    max-width: 798px;
}


.acc-body {
    display: flex;
    gap: 80px;
    border-bottom: 1px solid #efefef;
}



.acc-item h3 span {
    flex-grow: 1;
}


.acc-title span {
    flex-grow: 1;
}


.acc-chevron {
    transform: rotate(180deg);
    transition: all 0.4s ease 0s;
}

.acc-item {
    transition: 1s;
}

.accordion-button-message {
    position: relative;
    width: 100%;
    padding: 18px 22px;
    font-size: 15px;
    border: 0;
    display: flex;
    align-items: center;
    font-weight: 600 !important;
}




    .accordion-button-message:not(.collapsed) {
        color: #000000;
        background-color: #fff;
        box-shadow: none;
        transition: all 0.4s ease 0s;
    }

    .accordion-button-message:focus {
        z-index: 3;
        border-color: white;
        outline: 0;
        box-shadow: none;
        transition: all 0.4s ease 0s;
    }

.msg-body {
    display: flex;
    gap: 80px;
    border-bottom: 1px solid #efefef;
}

.chat-profile img {
    width: 33px;
}



.outer-profile-box {
    display: flex;
    flex-direction: column;
}

.outer-profile-box-li {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.direct-profile {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    object-fit: cover;
    align-items: center;
    justify-content: center;
}


    .direct-profile img {
        width: 33px;
        height: 33px;
        object-fit: cover;
        border-radius: 50%;
    }


.outer-profile-box-msg {
    display: flex;
    align-items: center;
}

.msg-ul {
    padding: 0px 17px;
    line-height: 43px;
}

    .msg-ul li:hover {
        background-color: #f1f1f17d;
        border-radius: 12px;
    }

    .msg-ul li .icon-msg {
        display: inline-block;
        width: 29px;
        padding-left: 6px;
    }

    .msg-ul li span {
        font-size: 14px;
        color: #444B5A;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .msg-ul li {
        cursor: pointer;
        padding: 0px 14px;
        position: relative;
    }


.notifiy-msg {
    position: absolute;
    right: 2px;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #11154A;
    color: white;
    bottom: 12px;
    border-radius: 50%;
    font-size: 11px;
}

.notifiy-msg:hover {
    color: white;
}

.unread-msg {
    position: absolute;
    right: 50px;
    bottom: 8px;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #11154A;
    color: white;
    border-radius: 50%;
    font-size: 11px;
}

.online-msg {
    position: absolute;
    left: 32px;
    top: 3px;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-size: 11px;
}

    .online-msg:hover {
        color: white;
    }


/* header start */
.ticket-btn-box {
    height: 75px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e9e9e9;
}

.ticket-btn {
    display: flex;
    justify-content: start;
    width: 347px;
    align-items: center;
}

.create-btn {
    padding: 9px 19px;
    border: none;
    border-radius: 7px;
    background-color: #11154A;
    color: white;
}

.create-btn-2 {
    display: none;
    padding: 9px 19px;
    border: none;
    border-radius: 7px;
    background-color: #11154A;
    color: white;
}

.rsn-rqst-sc {
    max-height: 203px;
    overflow: hidden;
    overflow-y: auto;
}

.rsn-rqst-sc-2 {
    max-height: 234px;
    overflow: hidden;
    overflow-y: auto;
}


/*  */
.dropdown-menu-head {
    font-size: 0.875rem;
    line-height: 22px;
    color: #5c5776;
    border: none;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    border-radius: 0.5rem;
}

.dropdown-menu-head {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 0rem;
    margin: 0;
    font-size: 14px;
    color: #212529;
    left: -133px;
    top: 52px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.5rem;
    min-width:185px; /*update v3*/
}

.dropdown-item-head {
    padding: 0px 8px;
    cursor: pointer;
}



.dropdown-menu-head {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dropdown:hover > .dropdown-menu-head {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.dropdown-submenu:hover > .dropdown-menu-head {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ">";
    border-top: 0rem;
    border-right: 0rem;
    border-bottom: 0;
    border-left: 0rem;
    /* float: right; */
}

.avatar-md {
    width: 56px;
    height: 56px;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.avatar-icon {
    top: 25%;
    right: -41%;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
}

.us-er-name {
    font-size: 14px;
    font-weight: 600;
    color: #7f7f7f;
}

.user-mail {
    font-size: .8rem !important;
    color: #7f7f7f;
}

ul.list-unstyled li a span svg {
    width: 17px;
    height: 17px;
}

ul.list-unstyled li a {
    color: #7f7f7f;
    font-size: 13px !important;
}

    ul.list-unstyled li a:hover {
        color: #7f7f7f;
        font-size: 13px !important;
    }

.dropdown-divider {
    margin: 0;
}

ul.list-unstyled li {
    padding: 6px 8px;
}

/* chat-sec */

.chat-box {
    height: 100%;
}


.gen-call {
    height: 80px;
    padding: 22px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.online-dot {
    position: absolute;
    left: 129px;
    width: 5px;
    height: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    bottom: 9px;
    border-radius: 50%;
    font-size: 2px;
}

.show-online {
    color: #00BD4C;
}

.gen-sz {
    font-size: 18px;
    font-weight: 600 !important;
}

.chat-com {
    border-right: 1px solid #e9e9e9;
    background-color: #F7F7F7;
}

.phn-btn {
    padding: 8px 14px;
    border-radius: 6px;
    background: white;
    border: 1px solid #E2E2E2;
    color: #6F6F6F;
    font-size: 14px;
    align-self: baseline;
}

.vdeo-btn {
    margin-left: 8px;
    padding: 7px 9px;
    border-radius: 6px;
    background: white;
    border: 1px solid #e2e2e2;
}

/* chat box start */

.chat-section-main {
    padding: 15px;
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
}



.chat-profile {
    width: auto;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    align-items: center;
}

.chat-box-online-dot {
    position: absolute;
    left: 6px;
    width: 5px;
    height: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    top: 7px;
    border-radius: 50%;
    font-size: 2px;
}


.today-online-dot {
    position: absolute;
    left: 6px;
    width: 5px;
    height: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    top: 14px;
    border-radius: 50%;
    font-size: 2px;
}

.man-chat {
    font-size: 14px;
    /* font-weight: 600; */
}

.chat-pm {
    font-size: 13px;
    color: #b3b3b3 !important;
}

.msg-box-inner p {
    color: #000;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    padding: 5px;
}


.msg-box-inner {
    margin-top: 5px;
    margin-left: 47px;
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 8px 11px;
    display: inline-block;
    border-radius: 0px 12px 12px 12px;
    max-width: 60%;
}

    .msg-box-inner img {
        width: 100%;
    }


.chat-box-hr {
    background-color: #11154A;
    margin: 2rem 0;
    opacity: 1;
}

.today-btn-acc {
    top: -48px;
    left: 40%;
    width: 184px;
    background: white;
    padding: 4px 17px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
}

.accordion-button-today {
    font-size: 13px;
    border: 0;
    display: flex;
    align-items: center;
    width: 126px;
    justify-content: center;
}

    .accordion-button-today span {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }

    .accordion-button-today:not(.collapsed) {
        color: #000000;
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-button-today:focus {
        z-index: 3;
        border-color: white;
        outline: 0;
        box-shadow: none;
    }

.acc-body-today {
    display: flex;
    gap: 80px;
}

.today-ul {
    padding: 0px 0px;
    line-height: 20px;
}

    .today-ul li .icon-channel {
        display: inline-block;
        width: 14px;
    }

    .today-ul li span {
        font-size: 14px;
        color: #444B5A;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }



.today-active {
    border-radius: 12px;
}


.accs-today {
    width: 100%;
}

.your-box-inner {
    font-size: 13px;
    margin-left: 47px;
    margin-bottom: 10px;
    background: #11154A;
    padding: 8px 27px;
    color: white !important;
    display: block;
    border-radius: 12px 0px 12px 12px;
}

    .your-box-inner p {
        color: #fff;
        word-wrap: break-word;
        font-size: 13px;
        line-height: 1.5;
        font-weight: 400;
        max-width: 100%;
        margin-bottom: 0;
        padding: 5px;
    }

.chat-box-input {
    height: 190px;
    width: calc(100% - 50px);
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 25px;
}

.chat-tools {
    width: 100%;
    height: 166px;
    background: #f7f7f7;
    border-radius: 17px 17px 0px 0px;
}

.time-box {
    display: flex;
    width: 100%;
    justify-content: end;
}

.chat-area textarea {
    width: 100%;
    max-height: 175px;
    height: 175px;
    border-radius: 0px 0px 17px 17px;
    outline: none;
    padding: 18px;
    border: 1px solid #bfbfbf;
    border-top: none;
    font-size: 13px;
}

/* details sec */
.details-act button {
    padding: 13px;
    font-size: 14px;
    background: transparent;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.activity-btn {
    border-bottom: 1px solid #e9e9e9 !important;
}

/* description start */
.des-box {
    padding: 0px 25px;
    font-size: 11px;
}

    .des-box p {
        color: #555555;
        margin: 0;
    }


        .des-box p a {
            color: #11154A;
            text-decoration: underline;
        }


.des-button {
    position: relative;
    width: 100%;
    padding: 8px 22px;
    font-size: 13px;
    border: 0;
    display: flex;
    align-items: center;
}

    .des-button:not(.collapsed) {
        color: #000000;
        background-color: #fff;
        box-shadow: none;
    }

    .des-button:focus {
        z-index: 3;
        border-color: white;
        outline: 0;
        box-shadow: none;
    }


/* description end */

/* member sec */



.mem-ul {
    padding: 0px 6px;
    line-height: 43px;
}

    .mem-ul li .icon-msg {
        display: inline-block;
        width: 29px;
        padding-left: 6px;
    }

    .mem-ul li span {
        font-size: 14px;
        color: #444B5A;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .mem-ul li {
        cursor: pointer;
        padding: 0px 14px;
        position: relative;
    }

/* editor */
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 141px;
    margin: 0px;
    position: relative;
}

    .ql-container.ql-disabled .ql-tooltip {
        visibility: hidden;
    }

    .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
        pointer-events: none;
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}

    .ql-clipboard p {
        margin: 0;
        padding: 0;
    }

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    background: white;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 0px 0px 17px 17px;
}

    .ql-editor > * {
        cursor: text;
    }

    .ql-editor p,
    .ql-editor ol,
    .ql-editor ul,
    .ql-editor pre,
    .ql-editor blockquote,
    .ql-editor h1,
    .ql-editor h2,
    .ql-editor h3,
    .ql-editor h4,
    .ql-editor h5,
    .ql-editor h6 {
        margin: 0;
        padding: 0;
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .ql-editor ol,
    .ql-editor ul {
        padding-left: 1.5em;
    }

        .ql-editor ol > li,
        .ql-editor ul > li {
            list-style-type: none;
        }

            .ql-editor ul > li::before {
                content: '\2022';
            }

        .ql-editor ul[data-checked=true],
        .ql-editor ul[data-checked=false] {
            pointer-events: none;
        }

            .ql-editor ul[data-checked=true] > li *,
            .ql-editor ul[data-checked=false] > li * {
                pointer-events: all;
            }

            .ql-editor ul[data-checked=true] > li::before,
            .ql-editor ul[data-checked=false] > li::before {
                color: #777;
                cursor: pointer;
                pointer-events: all;
            }

            .ql-editor ul[data-checked=true] > li::before {
                content: '\2611';
            }

            .ql-editor ul[data-checked=false] > li::before {
                content: '\2610';
            }

    .ql-editor li::before {
        display: inline-block;
        white-space: nowrap;
        width: 1.2em;
    }

    .ql-editor li:not(.ql-direction-rtl)::before {
        margin-left: -1.5em;
        margin-right: 0.3em;
        text-align: right;
    }

    .ql-editor li.ql-direction-rtl::before {
        margin-left: 0.3em;
        margin-right: -1.5em;
    }

    .ql-editor ol li:not(.ql-direction-rtl),
    .ql-editor ul li:not(.ql-direction-rtl) {
        padding-left: 1.5em;
    }

    .ql-editor ol li.ql-direction-rtl,
    .ql-editor ul li.ql-direction-rtl {
        padding-right: 1.5em;
    }

    .ql-editor ol li {
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        counter-increment: list-0;
    }

        .ql-editor ol li:before {
            content: counter(list-0, decimal) '. ';
        }

        .ql-editor ol li.ql-indent-1 {
            counter-increment: list-1;
        }

            .ql-editor ol li.ql-indent-1:before {
                content: counter(list-1, lower-alpha) '. ';
            }

        .ql-editor ol li.ql-indent-1 {
            counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-2 {
            counter-increment: list-2;
        }

            .ql-editor ol li.ql-indent-2:before {
                content: counter(list-2, lower-roman) '. ';
            }

        .ql-editor ol li.ql-indent-2 {
            counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-3 {
            counter-increment: list-3;
        }

            .ql-editor ol li.ql-indent-3:before {
                content: counter(list-3, decimal) '. ';
            }

        .ql-editor ol li.ql-indent-3 {
            counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-4 {
            counter-increment: list-4;
        }

            .ql-editor ol li.ql-indent-4:before {
                content: counter(list-4, lower-alpha) '. ';
            }

        .ql-editor ol li.ql-indent-4 {
            counter-reset: list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-5 {
            counter-increment: list-5;
        }

            .ql-editor ol li.ql-indent-5:before {
                content: counter(list-5, lower-roman) '. ';
            }

        .ql-editor ol li.ql-indent-5 {
            counter-reset: list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-6 {
            counter-increment: list-6;
        }

            .ql-editor ol li.ql-indent-6:before {
                content: counter(list-6, decimal) '. ';
            }

        .ql-editor ol li.ql-indent-6 {
            counter-reset: list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-7 {
            counter-increment: list-7;
        }

            .ql-editor ol li.ql-indent-7:before {
                content: counter(list-7, lower-alpha) '. ';
            }

        .ql-editor ol li.ql-indent-7 {
            counter-reset: list-8 list-9;
        }

        .ql-editor ol li.ql-indent-8 {
            counter-increment: list-8;
        }

            .ql-editor ol li.ql-indent-8:before {
                content: counter(list-8, lower-roman) '. ';
            }

        .ql-editor ol li.ql-indent-8 {
            counter-reset: list-9;
        }

        .ql-editor ol li.ql-indent-9 {
            counter-increment: list-9;
        }

            .ql-editor ol li.ql-indent-9:before {
                content: counter(list-9, decimal) '. ';
            }

    .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 3em;
    }

    .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 4.5em;
    }

    .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 3em;
    }

    .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 4.5em;
    }

    .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 6em;
    }

    .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 7.5em;
    }

    .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 6em;
    }

    .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 7.5em;
    }

    .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 9em;
    }

    .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 10.5em;
    }

    .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 9em;
    }

    .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 10.5em;
    }

    .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 12em;
    }

    .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 13.5em;
    }

    .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 12em;
    }

    .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 13.5em;
    }

    .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 15em;
    }

    .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 16.5em;
    }

    .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 15em;
    }

    .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 16.5em;
    }

    .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 18em;
    }

    .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 19.5em;
    }

    .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 18em;
    }

    .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 19.5em;
    }

    .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 21em;
    }

    .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 22.5em;
    }

    .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 21em;
    }

    .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 22.5em;
    }

    .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 24em;
    }

    .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 25.5em;
    }

    .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 24em;
    }

    .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 25.5em;
    }

    .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 27em;
    }

    .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 28.5em;
    }

    .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 27em;
    }

    .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 28.5em;
    }

    .ql-editor .ql-video {
        display: block;
        max-width: 100%;
    }

        .ql-editor .ql-video.ql-align-center {
            margin: 0 auto;
        }

        .ql-editor .ql-video.ql-align-right {
            margin: 0 0 0 auto;
        }

    .ql-editor .ql-bg-black {
        background-color: #000;
    }

    .ql-editor .ql-bg-red {
        background-color: #e60000;
    }

    .ql-editor .ql-bg-orange {
        background-color: #f90;
    }

    .ql-editor .ql-bg-yellow {
        background-color: #ff0;
    }

    .ql-editor .ql-bg-green {
        background-color: #008a00;
    }

    .ql-editor .ql-bg-blue {
        background-color: #06c;
    }

    .ql-editor .ql-bg-purple {
        background-color: #93f;
    }

    .ql-editor .ql-color-white {
        color: #fff;
    }

    .ql-editor .ql-color-red {
        color: #e60000;
    }

    .ql-editor .ql-color-orange {
        color: #f90;
    }

    .ql-editor .ql-color-yellow {
        color: #ff0;
    }

    .ql-editor .ql-color-green {
        color: #008a00;
    }

    .ql-editor .ql-color-blue {
        color: #06c;
    }

    .ql-editor .ql-color-purple {
        color: #93f;
    }

    .ql-editor .ql-font-serif {
        font-family: Georgia, Times New Roman, serif;
    }

    .ql-editor .ql-font-monospace {
        font-family: Monaco, Courier New, monospace;
    }

    .ql-editor .ql-size-small {
        font-size: 0.75em;
    }

    .ql-editor .ql-size-large {
        font-size: 1.5em;
    }

    .ql-editor .ql-size-huge {
        font-size: 2.5em;
    }

    .ql-editor .ql-direction-rtl {
        direction: rtl;
        text-align: inherit;
    }

    .ql-editor .ql-align-center {
        text-align: center;
    }

    .ql-editor .ql-align-justify {
        text-align: justify;
    }

    .ql-editor .ql-align-right {
        text-align: right;
    }

    .ql-editor.ql-blank::before {
        color: rgba(0,0,0,0.6);
        content: attr(data-placeholder);
        font-style: italic;
        left: 15px;
        pointer-events: none;
        position: absolute;
        right: 15px;
    }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}

    .ql-snow.ql-toolbar button svg,
    .ql-snow .ql-toolbar button svg {
        float: left;
        height: 100%;
    }

    .ql-snow.ql-toolbar button:active:hover,
    .ql-snow .ql-toolbar button:active:hover {
        outline: none;
    }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
}

    .ql-snow.ql-toolbar button:hover .ql-fill,
    .ql-snow .ql-toolbar button:hover .ql-fill,
    .ql-snow.ql-toolbar button:focus .ql-fill,
    .ql-snow .ql-toolbar button:focus .ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
        fill: #06c;
    }

    .ql-snow.ql-toolbar button:hover .ql-stroke,
    .ql-snow .ql-toolbar button:hover .ql-stroke,
    .ql-snow.ql-toolbar button:focus .ql-stroke,
    .ql-snow .ql-toolbar button:focus .ql-stroke,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
    .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
        stroke: #06c;
    }

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
            fill: #444;
        }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
        .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
            stroke: #444;
        }
}

.ql-snow {
    box-sizing: border-box;
}

    .ql-snow * {
        box-sizing: border-box;
    }

    .ql-snow .ql-hidden {
        display: none;
    }

    .ql-snow .ql-out-bottom,
    .ql-snow .ql-out-top {
        visibility: hidden;
    }

    .ql-snow .ql-tooltip {
        position: absolute;
        transform: translateY(10px);
    }

        .ql-snow .ql-tooltip a {
            cursor: pointer;
            text-decoration: none;
        }

        .ql-snow .ql-tooltip.ql-flip {
            transform: translateY(-10px);
        }

    .ql-snow .ql-formats {
        display: inline-block;
        vertical-align: middle;
    }

        .ql-snow .ql-formats:after {
            clear: both;
            content: '';
            display: table;
        }

    .ql-snow .ql-stroke {
        fill: none;
        stroke: #444;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2;
    }

    .ql-snow .ql-stroke-miter {
        fill: none;
        stroke: #444;
        stroke-miterlimit: 10;
        stroke-width: 2;
    }

    .ql-snow .ql-fill,
    .ql-snow .ql-stroke.ql-fill {
        fill: #444;
    }

    .ql-snow .ql-empty {
        fill: none;
    }

    .ql-snow .ql-even {
        fill-rule: evenodd;
    }

    .ql-snow .ql-thin,
    .ql-snow .ql-stroke.ql-thin {
        stroke-width: 1;
    }

    .ql-snow .ql-transparent {
        opacity: 0.4;
    }

    .ql-snow .ql-direction svg:last-child {
        display: none;
    }

    .ql-snow .ql-direction.ql-active svg:last-child {
        display: inline;
    }

    .ql-snow .ql-direction.ql-active svg:first-child {
        display: none;
    }

    .ql-snow .ql-editor h1 {
        font-size: 2em;
    }

    .ql-snow .ql-editor h2 {
        font-size: 1.5em;
    }

    .ql-snow .ql-editor h3 {
        font-size: 1.17em;
    }

    .ql-snow .ql-editor h4 {
        font-size: 1em;
    }

    .ql-snow .ql-editor h5 {
        font-size: 0.83em;
    }

    .ql-snow .ql-editor h6 {
        font-size: 0.67em;
    }

    .ql-snow .ql-editor a {
        text-decoration: underline;
    }

    .ql-snow .ql-editor blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 16px;
    }

    .ql-snow .ql-editor code,
    .ql-snow .ql-editor pre {
        background-color: #f0f0f0;
        border-radius: 3px;
    }

    .ql-snow .ql-editor pre {
        white-space: pre-wrap;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 10px;
    }

    .ql-snow .ql-editor code {
        font-size: 85%;
        padding: 2px 4px;
    }

    .ql-snow .ql-editor pre.ql-syntax {
        background-color: #23241f;
        color: #f8f8f2;
        overflow: visible;
    }

    .ql-snow .ql-editor img {
        max-width: 100%;
    }

    .ql-snow .ql-picker {
        color: #444;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        height: 24px;
        position: relative;
        vertical-align: middle;
    }

    .ql-snow .ql-picker-label {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        padding-left: 8px;
        padding-right: 2px;
        position: relative;
        width: 100%;
    }

        .ql-snow .ql-picker-label::before {
            display: inline-block;
            line-height: 22px;
        }

    .ql-snow .ql-picker-options {
        background-color: #fff;
        display: none;
        min-width: 100%;
        padding: 4px 8px;
        position: absolute;
        white-space: nowrap;
    }

        .ql-snow .ql-picker-options .ql-picker-item {
            cursor: pointer;
            display: block;
            padding-bottom: 5px;
            padding-top: 5px;
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-label {
        color: #ccc;
        z-index: 2;
    }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
            fill: #ccc;
        }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
            stroke: #ccc;
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-options {
        display: block;
        margin-top: -1px;
        top: -167px;
        z-index: 1;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 8%) 0 2px 8px;
    }

    .ql-snow .ql-color-picker,
    .ql-snow .ql-icon-picker {
        width: 28px;
    }

        .ql-snow .ql-color-picker .ql-picker-label,
        .ql-snow .ql-icon-picker .ql-picker-label {
            padding: 2px 4px;
        }

            .ql-snow .ql-color-picker .ql-picker-label svg,
            .ql-snow .ql-icon-picker .ql-picker-label svg {
                right: 4px;
            }

        .ql-snow .ql-icon-picker .ql-picker-options {
            padding: 4px 0px;
        }

        .ql-snow .ql-icon-picker .ql-picker-item {
            height: 24px;
            width: 24px;
            padding: 2px 4px;
        }

        .ql-snow .ql-color-picker .ql-picker-options {
            padding: 3px 5px;
            width: 152px;
        }

        .ql-snow .ql-color-picker .ql-picker-item {
            border: 1px solid transparent;
            float: left;
            height: 16px;
            margin: 2px;
            padding: 0px;
            width: 16px;
        }

    .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
        position: absolute;
        margin-top: -9px;
        right: 0;
        top: 50%;
        width: 18px;
    }

    .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
    .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
        content: attr(data-label);
    }

    .ql-snow .ql-picker.ql-header {
        width: 98px;
    }

        .ql-snow .ql-picker.ql-header .ql-picker-label::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item::before {
            content: 'Normal';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            content: 'Heading 1';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            content: 'Heading 2';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            content: 'Heading 3';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            content: 'Heading 4';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            content: 'Heading 5';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            content: 'Heading 6';
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
            font-size: 2em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
            font-size: 1.5em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
            font-size: 1.17em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
            font-size: 1em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
            font-size: 0.83em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
            font-size: 0.67em;
        }

    .ql-snow .ql-picker.ql-font {
        width: 108px;
    }

        .ql-snow .ql-picker.ql-font .ql-picker-label::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item::before {
            content: 'Sans Serif';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            content: 'Serif';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            content: 'Monospace';
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
            font-family: Georgia, Times New Roman, serif;
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
            font-family: Monaco, Courier New, monospace;
        }

    .ql-snow .ql-picker.ql-size {
        width: 98px;
    }

        .ql-snow .ql-picker.ql-size .ql-picker-label::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item::before {
            content: 'Normal';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            content: 'Small';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            content: 'Large';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            content: 'Huge';
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
            font-size: 10px;
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
            font-size: 18px;
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
            font-size: 32px;
        }

    .ql-snow .ql-color-picker.ql-background .ql-picker-item {
        background-color: #fff;
    }

    .ql-snow .ql-color-picker.ql-color .ql-picker-item {
        background-color: #000;
    }

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
    border-radius: 17px 17px 0px 0px;
}

    .ql-toolbar.ql-snow .ql-formats {
        margin-right: 5px;
        border-right: 1px solid lightgray;
    }

    .ql-toolbar.ql-snow .ql-picker-label {
        border: 1px solid transparent;
    }

    .ql-toolbar.ql-snow .ql-picker-options {
        border: 1px solid transparent;
        box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
        border-color: #ccc;
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
        border-color: #ccc;
    }

    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
        border-color: #000;
    }

    .ql-toolbar.ql-snow + .ql-container.ql-snow {
        border-top: 0px;
        border-radius: 0px 0px 17px 17px;
    }

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
}

    .ql-snow .ql-tooltip::before {
        content: "Visit URL:";
        line-height: 26px;
        margin-right: 8px;
    }

    .ql-snow .ql-tooltip input[type=text] {
        display: none;
        border: 1px solid #ccc;
        font-size: 13px;
        height: 26px;
        margin: 0px;
        padding: 3px 5px;
        width: 170px;
    }

    .ql-snow .ql-tooltip a.ql-preview {
        display: inline-block;
        max-width: 200px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .ql-snow .ql-tooltip a.ql-action::after {
        border-right: 1px solid #ccc;
        content: 'Edit';
        margin-left: 16px;
        padding-right: 8px;
    }

    .ql-snow .ql-tooltip a.ql-remove::before {
        content: 'Remove';
        margin-left: 8px;
    }

    .ql-snow .ql-tooltip a {
        line-height: 26px;
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-preview,
    .ql-snow .ql-tooltip.ql-editing a.ql-remove {
        display: none;
    }

    .ql-snow .ql-tooltip.ql-editing input[type=text] {
        display: inline-block;
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
        border-right: 0px;
        content: 'Save';
        padding-right: 0px;
    }

    .ql-snow .ql-tooltip[data-mode=link]::before {
        content: "Enter link:";
    }

    .ql-snow .ql-tooltip[data-mode=formula]::before {
        content: "Enter formula:";
    }

    .ql-snow .ql-tooltip[data-mode=video]::before {
        content: "Enter video:";
    }

.ql-snow a {
    color: #06c;
}

.ql-container.ql-snow {
    border: 1px solid #ccc;
}

.online-mem {
    position: absolute;
    right: 8px;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    bottom: 12px;
    border-radius: 50%;
    font-size: 11px;
}

/* media sec */
.show-tag {
    color: #A9A9A9;
}

.media-img-1 {
    background: #D9D9D9;
    width: 140px;
    height: 97px;
    display: flex;
    align-items: end;
    border-radius: 8px;
}

.media-img-3 {
    background: #D9D9D9;
    width: 140px;
    height: 97px;
    display: flex;
    align-items: end;
    border-radius: 8px;
    margin-top: 13px;
}

.media-img-4 {
    background: url(/assets/images/media-4.png);
    width: 140px;
    height: 97px;
    display: flex;
    align-items: end;
    border-radius: 8px;
    margin-top: 13px;
}

.media-img-3 img {
    width: 100%;
    object-fit: scale-down;
    object-position: right;
    height: 82%;
}

.media-overlay {
    background-color: #4747478a;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.media-div {
    padding: 0px 20px 10px 20px;
    height: 108px;
    overflow: hidden;
    overflow-y: auto;
}


.file-div {
    padding: 0px 20px 10px 20px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 199px;
}


.media-num {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: white;
    top: 36%;
    left: 32%;
}

/* file type sec */
.file-doc {
    width: 33px;
    background: #C5E2F6;
    border-radius: 6px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-video {
    width: 33px;
    background: #F0EC8C;
    border-radius: 6px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-audio {
    width: 33px;
    background: #FFBDCD;
    border-radius: 6px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-ul {
    margin-left: 13px;
}

    .file-ul .doc-file {
        font-size: 14px;
    }

    .file-ul .doc-item {
        font-size: 12px;
        color: #A9A9A9;
    }

.doc-view {
    font-size: 12px;
    display: flex;
    align-items: center;
}

    .doc-view a {
        text-decoration: underline;
        color: #11154A;
    }

.file-box {
    padding: 12px;
}

    .file-box:hover {
        background: #f7f6f6;
        border-radius: 9px;
    }



.channel-div {
    max-height: 314px;
    overflow: hidden;
    overflow-y: auto;
}

.direct-div {
    max-height: 394px;
    overflow: hidden;
    overflow-y: auto;
}


.mem-div {
    max-height: 170px;
    overflow: hidden;
    overflow-y: auto;
}

/* file type sec end */

/* chat-send-btns-team-com */


.send-btn {
    border: none;
    background: #11154A;
    outline: none;
    right: 2%;
    bottom: -1%;
    z-index: 112;
    color: white;
    padding: 8px 11px;
    border-radius: 6px;
    font-size: 14px;
    bottom: 8% !important;
}

.cancel-btn {
    border: none;
    background: #11154A;
    outline: none;
    right: 18%;
    bottom: -1%;
    z-index: 112;
    color: white;
    padding: 8px 11px;
    border-radius: 6px;
    font-size: 14px;
    bottom: 8% !important;
}

.upload-btn {
    border: none;
    outline: none;
    left: 1%;
    bottom: -5%;
    z-index: 112;
    color: #fff;
    padding: 4px 9px;
    border-radius: 7px;
    font-size: 14px;
}

    .upload-btn svg {
        width: 17px;
        height: 17px;
        fill: white;
    }

/* upload modal */

.file-upload .file-upload-select {
    display: flex;
    color: #dbdbdb;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    bottom: 12px;
}

    .file-upload .file-upload-select .file-select-button {
        color: #000;
        background: white;
        border: 1px solid #e2e2e2;
        padding: 10px;
        display: inline-block;
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

    .file-upload .file-upload-select .file-select-name {
        display: inline-block;
        padding: 10px;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 480px;
    }

    .file-upload .file-upload-select:hover .file-select-button {
        color: #000;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .file-upload .file-upload-select input[type="file"] {
        display: none;
    }


/* ------------- Create Ticket Popup ------------------ */

.ticket-head {
    width: 696px;
    margin: 0 auto;
}

.req-ticket {
    font-size: 22px;
    color: #11154A;
}

.re-para {
    font-size: 14px;
    color: #6A6A6A;
    margin-bottom: 33px;
}

.check-line {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 29px;
}

.modal-close-btn {
    right: -9px;
    padding: 3px 8px;
    border-radius: 50%;
    border: 2px solid #D7D7D7;
    background-color: white;
    top: -6px;
    z-index: 12;
}

.modal-content-ticket {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 28px;
    outline: 0;
}

.chec-div {
    /*padding: 34px;*/
    background-color: #f8f8f8;
    border-radius: 15px;
    padding: 16px;
}

.reason-div {
    padding: 34px;
    background-color: #f8f8f8;
    border-radius: 15px;
    height: 241px;
}

.reason-div-2 {
    padding: 34px;
    background-color: #f8f8f8;
    border-radius: 15px;
    max-height: 279px;
}


.desc-card {
    width: 207px !important;
    height: 200px;
}

.card-desc {
    color: #6A6A6A;
    font-size: 12px;
}

.comment-box textarea {
    width: 100%;
    min-height: 59px;
    height: 75px;
    max-height: 230px;
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
}

.comment-box-2 textarea {
    width: 100%;
    min-height: 75px;
    height: 117px;
    max-height: 230px;
    border: 0.5px solid #C8C8C8;
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
}


.main-submit-div {
    background-image: url(/assets/images/Map\ Background_Light\ Blue\ 1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 21px;
}

.save-bg-img {
    left: -16px;
    bottom: 154px;
}

.team-save {
    padding: 6px 39px;
    background: #f2f2f2;
    border-radius: 29px;
    top: -21px;
}

    .team-save p {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        color: #11154A;
    }


.table-saved-div {
    line-height: 40px;
    width: 531px;
    height: 286px;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 2px lightgray;
    border-radius: 49px;
}


button.bck-to-edit {
    padding: 12px;
    width: 183px;
    border-radius: 13px;
    background-color: white;
    border: 2px solid #E2E2E2;
    color: #515151;
}


button.submi-save-btn {
    padding: 12px;
    width: 183px;
    border-radius: 13px;
    background-color: #11154A;
    border: 2px solid #E2E2E2;
    color: #fff;
}


.ftr-save {
    color: #7A7878;
    font-size: 12px;
    margin-top: 60px
}

.add-cmnt {
    top: -10px;
    left: 3%;
    background: white;
    font-size: 14px;
    font-weight: 600;
}

.check-info {
    font-size: 14px;
    color: #6A6A6A;
}

.t-id {
    font-size: 15px;
    color: #454545;
}

.text-saved {
    font-size: 28px;
    color: #05903D;
}

.checkboxes {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 19px;
    box-shadow: 0px 4px 15px 0px #9e9e9e0a;
    margin: 0px 7px;
}

#request-content .checkboxes,
#department-content .checkboxes,
#reason-content .checkboxes {
    width: 100%;
}

.checkboxes-2 {
    width: 318px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 19px;
    box-shadow: 0px 4px 15px 0px #9e9e9e0a;
    margin: 0px 7px;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        /*padding-bottom: 20px;*/
        position: relative;
        padding-bottom: 0px;
    }

.form-card {
    text-align: left
}

.checkboxes label {
    font-weight: 500;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input[type=radio] {
    width: 22px;
    height: 22px;
    border: 2px solid #ECECEC;
    border-radius: 7px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    #msform input[type=radio]:checked {
        background-color: #59b638;
        width: 22px;
        height: 22px;
        padding: 0px 4px;
        outline: none;
    }

        #msform input[type=radio]:checked:before {
            content: "✓";
            font-family: 'FontAwesome';
            color: white;
            padding: initial;
            font-weight: bold;
        }

#adduser-table input[type=checkbox] {
    width: 22px;
    height: 22px;
    border: 2px solid #ECECEC;
    border-radius: 7px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    #adduser-table input[type=checkbox]:checked {
        background-color: #59b638;
        width: 22px;
        height: 22px;
        padding: 0px 5px;
        outline: none;
    }

        #adduser-table input[type=checkbox]:checked:before {
            content: "✓";
            font-family: 'FontAwesome';
            color: white;
            padding: initial;
            font-weight: bold;
        }

.role-permissions-div input[type=checkbox] {
    width: 22px;
    height: 22px;
    border: 2px solid #ECECEC;
    border-radius: 7px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .role-permissions-div input[type=checkbox]:checked {
        background-color: #59b638;
        width: 22px;
        height: 22px;
        padding: 0px 4px;
        outline: none;
    }

        .role-permissions-div input[type=checkbox]:checked:before {
            content: "✓";
            font-family: 'FontAwesome';
            color: white;
            padding: initial;
            font-weight: bold;
        }

.checkboxes input[type=radio] {
    width: 22px;
    height: 22px;
    border: 2px solid #ECECEC;
    border-radius: 7px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .checkboxes input[type=radio]:checked {
        background-color: #59b638;
        width: 22px;
        height: 22px;
        padding: 0px 4px;
        outline: none;
    }

        .checkboxes input[type=radio]:checked:before {
            content: "✓";
            font-family: 'FontAwesome';
            color: white;
            padding: initial;
            font-weight: bold;
        }

.card-desc {
    margin-top: 7px;
    height: 60px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* border: 1px solid #11154A; */
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #11154A;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 5px;
    /* margin: 25px 5px 0px 0px;*/
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}


#msform .action-button-previous {
    background: transparent;
    color: black;
    cursor: pointer;
    padding: 10px 15px;
    margin: 25px 5px 0px 0px;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
}



.card {
    z-index: 0;
    border: none;
    position: relative
}


.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    overflow: hidden;
    color: lightgrey;
    width: 80%;
    /*margin: 0px auto 30px auto;*/
    border-top: 2px solid #ECEBEB;
    padding-top: 30px;
    border-radius: 1px;
    margin: auto;
    padding: 20px 0;
}

    #progressbar .active {
        color: #59B638;
    }

.active svg {
    stroke: #59B638;
}

.active .max {
    border: 2px solid #59B638;
}


#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    content: ""
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 57%;
    height: 6px;
    background: lightgray;
    position: absolute;
    left: 152px;
    top: 20px;
    z-index: -1;
    border-radius: 3px;
}
/*----26-04-2024----*/

#progressbar li#payment::after {
    display: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #59B638
}

.progress {
    height: 20px
}


.fit-image {
    width: 100%;
    object-fit: cover
}

.max {
    width: 55px;
    background-color: white;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -76%);
    border-radius: 50%;
    border: 2px solid #F2F2F2;
}

.off-ln::after {
    display: none;
}


/* --------------- user managment start ------------------ */
.edit-pop-head h3 {
    padding: 10px;
    background: #11154A;
    color: white;
    border-radius: 10px;
    font-size: 1.2rem;
}

.data-main {
    /* height: 100vh; */
    width: 100%;
}

.user-mng-btn {
    display: flex;
    justify-content: end;
    width: 178px;
    align-items: center;
}

.data-thead {
    background-color: #11154A;
    color: white;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400;
}

table i.fa.fa-pencil-square-o {
    font-size: 17px;
    color: #7fa930;
}

table i.fa.fa-trash {
    font-size: 17px;
    color: red;
}

table i.fa.fa-eye {
    font-size: 17px;
    color: #00430B;
}


table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
    border: none;
    background-color: transparent;
    background: none !important;
    border-radius: 0 !important;
}

#example_next {
    cursor: default;
    color: #666 !important;
    border: 1px solid lightgrey;
    background: transparent;
    margin-left: 14px;
    border-radius: 5px;
    box-shadow: none;
    padding: 7px 29px;
}

#grid-data_next {
    cursor: default;
    color: #666 !important;
    border: 1px solid lightgrey;
    background: transparent;
    margin-left: 14px;
    border-radius: 5px;
    box-shadow: none;
    padding: 7px 29px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none;
}

.previous {
    border: 1px solid lightgrey !important;
    border-radius: 4px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #979797;
    background-color: #11154A !important;
    background: #11154A !important;
    border-radius: 50%;
    margin-left: 17px;
}

table#adduser-table {
    margin-bottom: 12px;
}

table.display.pt-2.dataTable.no-footer {
    width: 100% !important;
}


/*a#example_next {
  background: #11154A;
  border: 1px solid #979797;
  color: #fff !important;
  border-radius: 8px !important;

}*/

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}




th.select-checkbox.sorting_disabled {
    border-radius: 12px 0px 0px 12px !important;
}

table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

th:last-child {
    border-radius: 0px 12px 12px 0px;
}


table.dataTable thead .sorting:last-child, table.dataTable thead .sorting_asc:last-child, table.dataTable thead .sorting_desc:last-child {
    background-position-x: 145px !important;
}

.datatable-inner {
    background: #f7f7f7;
    padding: 25px;
    margin-top: 28px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.8em;
}

th:first-child {
    border-radius: 12px 0px 0px 12px;
}



table.dataTable thead th, table.dataTable thead td {
    padding: 15px 18px;
    border-bottom: 1px solid #111;
}


table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    display: none;
}

.adduser-btn {
    border-radius: 6px;
    padding: 10px 15px;
    border: none;
    color: white;
    background-color: #11154A;
}

.edit-btn-table {
    margin: 3px;
    padding: 7px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}


.view-details {
    padding: 14px;
    background-color: #F7F7F7;
    color: #000;
    border-radius: 10px;
}

.eye-table {
    margin: 3px;
    padding: 7px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}

.dlt-table {
    margin: 3px;
    padding: 7px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}

.adduser-details input[type='text'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
}

.adduser-details input[type='email'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
}

.adduser-details input[type='password'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
}

.adduser-details input[type='file'] {
    /* padding: 12px 351px 12px 23px !important;*/
    padding: 3px 68% 2px 0px !important; /*update by ak*/
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
}

.adduser-details input[type='date'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
}


.adduser-details select {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
}


.saveuser-btn {
    padding: 10px 25px;
    border-radius: 7px;
    background-color: #11154a;
    color: white;
    outline: none;
    font-size: 18px;
    border: none;
}

.cancel-user-btn {
    padding: 7px 25px;
    border-radius: 7px;
    background-color: white;
    color: black;
    font-size: 18px;
    border: 2px solid #dddddd;
}

.saveuser-btn:hover {
    background-color: #1e258b;
}

.role-sel {
    width: 100%;
    padding: 15px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgrey;
}

thead tr th {
    width: auto !important;
    white-space: nowrap;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 11px;
    font-size: .9rem;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: none !important;
}

table.dataTable.order-column > tbody tr > .sorting_1, table.dataTable.order-column > tbody tr > .sorting_2, table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1, table.dataTable.display > tbody tr > .sorting_2, table.dataTable.display > tbody tr > .sorting_3 {
    box-shadow: none !important;
}


table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
    box-shadow: none !important;
}


table.dataTable tbody tr.even {
    background-color: white;
    box-shadow: 0px 0px 3px #d3d3d373;
}

div#adduser-table_length select {
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid lightgray;
    padding: 6px 4px;
}

.data-table-manage {
    white-space: nowrap;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 50% !important;
    outline: unset;
    border: unset;
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none !important;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
    box-shadow: none !important;
}


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    border-radius: 13px;
    margin-bottom: 12px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 14px;
    }

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 8px;
    border: 1px solid lightgray;
    outline: none;
    padding: 6px 4px;
}
/* select dropdown css  */

.select-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-dropdown__button {
    padding: 10px 35px 10px 15px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .select-dropdown__button:focus {
        outline: none;
    }

    .select-dropdown__button .zmdi-chevron-down {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    border-radius: 6px;
    box-shadow: 0px 7px 5px 1px #00000030;
}

    .select-dropdown__list.active {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1, 1);
    }

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    transition: all ease-in-out 0.3s;
}

[class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 2;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.button-section-role {
    margin-top: 30px;
}


.role-permissions-div {
    height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 16px;
}

/* select dropdown css end */
/* --------------- user managment start End ------------------ */

/* ---------------tickets sec start------------------ */
.tickets-sec {
    width: 445px;
    border-right: 1px solid #E9E9E9;
}

.outer-search-sec {
    padding: 10px 22px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-height: 140px;
}

.search-ticket {
    height: 48px;
    padding: 11px 14px;
    border: 2px solid #e2e2e2;
    border-radius: 9px;
}

    .search-ticket input {
        border: none;
        outline: none;
    }

.funnel-btn {
    width: 44px;
    height: 38px;
    border-radius: 9px;
    border: none;
    background: #f3f3f3;
}

.funnel-btn-2 {
    background-color: #11154A;
}

    .funnel-btn-2 svg path {
        fill: white;
    }

.sort-btn {
    width: 44px;
    height: 38px;
    border-radius: 9px;
    border: none;
    background: #f3f3f3;
}

.ticket-list-sec {
    padding: 22px;
}

    .ticket-list-sec:hover {
        background-color: #f7f6f6;
    }

.ticket-tag-icon {
    background-color: #5BA478;
    padding: 5px 10px;
    border-radius: 8px;
}

.pro-span {
    font-size: 10px;
    border: 1px solid #0A8E1F;
    padding: 3px 8px;
    border-radius: 5px;
}

.ticket-01 {
    font-size: 12px;
    color: #000;
}

.ticket-time {
    font-size: 11px;
    font-weight: 600;
    right: 0;
    top: 3px;
}

.active-ticket {
    background: #DDF5FF;
}

.open-span {
    font-size: 10px;
    border: 1px solid #EEBA01;
    padding: 3px 8px;
    border-radius: 5px;
}

.ticket-open-tag {
    background: #F5CD65;
    padding: 5px 10px;
    border-radius: 8px;
}

.ticket-closed-icon {
    background: #FF9595;
    padding: 5px 10px;
    border-radius: 8px;
}

.closed-span {
    font-size: 10px;
    border: 1px solid #FF9595;
    padding: 3px 8px;
    border-radius: 5px;
}

.tickets-body {
    max-height: calc(100dvh - 146px);
    overflow-y: scroll;
}

.ticket-profile-head {
    display: flex;
    justify-content: start;
    width: 17.4%;
    align-items: center;
}

/* ticket-details-sec */


.ticket-detail-assign-sec {
    width: calc(100% - 445px);
}

.ticket-details-sec {
    width: 100%;
    border-right: 1px solid #E9E9E9;
}

.ticket-assign-sec {
    width: 30%;
}

.tckt-id {
    font-size: 15px;
    font-weight: 600 !important;
}

.tckt-desc {
    font-size: 13px;
    color: #000;
}

.ticket-call {
    height: 69px;
    padding: 9px 20px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-sp {
    font-size: 18px;
}

.min-sp {
    font-size: 12px;
    color: #767676;
}

.sec-sp {
    font-size: 12px;
    color: #767676;
}

.gen-connect-3 {
    display: none;
}


.gen-connect-2 {
    width: 86px;
    height: 30px;
}

.timer-sec {
    width: 62px;
    height: 28px;
}

#clock-min {
    width: 20px;
    display: inline-block;
}

#clock-sec {
    width: 20px;
    display: inline-block;
}

.timer-ul {
    line-height: 15px;
}

.ticket-chat-deatils {
    padding: 11px 20px;
    height: 143px;
    max-height: 320px;
    overflow: hidden;
    overflow-y: auto;
}

.cmnt-main-box {
    padding: 11px 20px;
}

.ticket-head-1 {
    font-size: 14px;
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.login-btn a {
    color: white;
}

.ticket-head-2 {
    font-size: 14px;
}

.add-att {
    height: 41px;
    background-color: #DDF5FF;
    border-radius: 11px;
}

.link-att {
    width: 41px;
    height: 41px;
    background-color: #DDF5FF;
    border-radius: 11px;
}

.chat-section-main-2 {
    padding: 12px 20px;
    overflow: auto;
    min-height: calc(100dvh - 645px);
    border-bottom: 1px solid #e9e9e9;
}


.chat-wrapper {
    height: calc(100% - 290px);
}

.res-tm input {
    border: none;
    outline: none;
    padding-top: 5px;
}

.add-comment-in {
    padding: 14px 20px 0;
    height: 73px;
    border-top: 1px solid #e9e9e9;
}

.input-box-btm {
    width: 100%;
    margin-bottom: 25px;
}

    .input-box-btm input {
        border: none;
        outline: none;
        width: 100%;
    }

        .input-box-btm input[type="text"]::placeholder {
            font-size: 14px;
        }

.send-cmnt-div {
    width: 150px;
}

.wrap {
    overflow-wrap: break-word;
}

.status-box-1 {
    height: 70px;
    padding: 9px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.stat-2 {
    font-size: 13px;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid #EEBA01;
}

.stat-3 {
    font-size: 13px;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid green;
}

.ast-3 {
    padding: 12px 11px;
    height: 83.5vh;
}

.file-box-4 {
    padding: 0px 0px 11px 0px;
}

.ass-tckt {
    width: 45px;
    border-radius: 9.58px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.inner-file {
    cursor: pointer;
}

.c-1 {
    background: #C5F6D0;
}

.c-2 {
    background: #F6EBC5;
}

.c-3 {
    background: #CCE9FD;
}

.c-4 {
    background: #EAECE3;
}

.c-5 {
    background: #C5EFD1;
}

.c-6 {
    background: #F6C5C5;
}

.c-7 {
    background: #DDF5FF;
}

/* filter */

.filtering {
    z-index: 1000;
    display: none;
}

.custom-select .selector-options {
    list-style: none;
    padding: 0px 0;
    margin: 0;
    background: rgb(241, 241, 241);
    color: #000;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 1px 4px #7b7b7b8a;
    width: 100%;
    position: absolute;
    left: 0%;
    top: 110%;
    border: 1px solid #ffffff33;
    border-radius: 9px;
}

    .custom-select .selector-options::before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 11px solid #11154a;
        /*content: '';*/ /*update by ak*/
        position: absolute;
        right: -12px;
        top: 14px;
        z-index: -999;
    }

    .custom-select .selector-options li {
        height: 35px;
        display: flex;
        align-items: center;
        padding: 0 15px;
        cursor: pointer;
        transition: 0.3s ease;
        border-radius: 9px;
    }

        .custom-select .selector-options li:hover {
            background: #DDF5FF;
            color: black;
        }

.filter-cat-results .f-cat {
    opacity: 0;
    display: none;
}

    .filter-cat-results .f-cat.filter-active {
        opacity: 1;
        display: block;
        -webkit-animation: fadeIn 0.65s ease forwards;
        animation: fadeIn 0.65s ease forwards;
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.show-filter {
    display: block;
    left: -197px;
    top: -5px;
}



.filter-select {
    box-shadow: 0px 0px 9px 0px #7575753d;
    border: 2px solid #e2e2e2;
    background: #fff;
    padding: 3px;
    outline: none;
    font-size: 15px;
    width: 171px;
    height: 48px;
    border-radius: 9px;
}


.file-box-2 {
    padding: 12px;
}


    .file-box-2:hover {
        background: #f7f6f6;
        border-radius: 9px;
    }

.ass-tckt-2 {
    width: 37px;
    border-radius: 9.58px;
    background: #F7F7F7;
    height: 36px;
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.file-box-3 {
    padding: 16px 0px;
    border-top: 1px solid #e9e9e9;
}

.cncl-tckt-side {
    font-size: 13px;
    height: 45px;
    width: 150px;
    border-radius: 14px;
    background: transparent;
    border: 2px solid #BCB2B2;
}

.ass-tckt-side {
    font-size: 13px;
    height: 45px;
    width: 160px;
    border-radius: 14px;
    border: none;
    background: #11154A;
    color: #fff;
}

.side-ass-menu {
    top: 70px;
    background: white;
}

.ticket-ul p.m-0.fw-bold.d-inline-block {
    font-size: 15px;
    font-weight: 600 !important;
}

/* s */
.ast-4 {
    height: 81vh;
}

.right-sidebar-tab input[type=radio] {
    width: 22px;
    height: 22px;
    border: 2px solid #ECECEC;
    border-radius: 7px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .right-sidebar-tab input[type=radio]:checked {
        background-color: #59b638;
        width: 22px;
        height: 22px;
        padding: 0px 4px;
        outline: none;
    }

        .right-sidebar-tab input[type=radio]:checked:before {
            content: "✓";
            font-family: 'FontAwesome';
            color: white;
            padding: initial;
            font-weight: bold;
        }

.assign-offcanvas {
    position: fixed;
    top: 15.2%;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    width: 358px !important;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    height: 85vh;
    border-radius: 18px 0px 0px;
}

.thumb-img {
    display: inline-block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #f3f3f3;
    border: 2px dotted #05903d;
}

    .thumb-img img {
        margin-top: 16px;
    }

.adduser-btn-2 {
    border-radius: 6px;
    border: none;
    color: white;
    background-color: #11154A;
    width: 58px;
    height: 50px;
}


.emoji-btn {
    border: none;
    background-color: transparent;
}


/* emoji  */
.divOutside {
    background-position: -1px -26px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABuCAYAAADMB4ipAAAHfElEQVRo3u1XS1NT2Rb+9uOcQF4YlAJzLymFUHaLrdxKULvEUNpdTnRqD532f+AHMLMc94gqR1Zbt8rBnUh3YXipPGKwRDoWgXvrYiFUlEdIkPPYZ/dAkwox5yQCVt/bzRrBPnt9e+211/etFeDQDu3ArL+/X37OeqmRWoH7+vpItfWawStF1tfXR+zW9xW5ne0p8loOcAKuCdwpRft60C8a+X5zTvebCqcAvmidf1GGHtqhHdpf1qqKzsrKipyensbi4iKWl5cBAMFgEG1tbYhGo2hpadlbmxseHpaDg4MAgI6ODng8HgBAPp/H/Pw8AODatWvo7e2tvUHrui7v3r2L+fl5XL58GVeuXIHH49m1N5/Py0ePHmF0dBQdHR24desWVFXdtYdXAn/48CHm5+dx8+ZNRKPRigEUDpuenpb3799H4YaOnWh5eVmOj48jFoshGo0STdPkwMCAXF5elqV7BgYGpKZpMhqNklgshrGxMbx580Y6gicSCTDGEIvFAADpdBqpVArJZLK4J5lMIpVKIZ1OAwBisRgYY0gkEs6Rp1IphMNh+Hw+AgCGYQAANE0r7in8Xfjm8/lIOBzGq1evnMHX19fR1NRU/D8UCoFzjnA4XFwLh8PgnCMUChXXmpqakM1mUfVBS62xsZHk83lZWi1nz579ZA0AhBDO4A0NDchkMsWSJIRAURRiVy26rktVVUkmk0EgEHAGP3XqFKamppDP56Vpmrhz5w5u374t/X4/OP+w3TRNZLNZ6LoO0zSRz+dlf38/Ll686Jzz8+fPQwiBeDwOt9tNrl+/jkwmU6yaQpVkMhncuHEDbrebxONxCCEQiUScIw8Gg+TBgwdyZGQEyWRSdnV1kVQqJYeGhrC6ugrGGEKhEHp7e3Hy5EmSTCblvXv30NPTg2AwSA6M/vF4HCMjI7b0/yzh8vv9AIBsNrt34aokuQsLC7skt729varkHtqftUFf++FHsrq0QN3eBvp68Tfvf9Mv12oFCYU7G//e9nVuO7dpNbe2W4M//yQr0p8yRvyBo1Zr++lwLcCt7afD/sBRizJGavrB1dDYYh47Htrq+Kb7jBNwxzfdZ44dD201NLaYVUkU7ozQpuAJBkARwnRZpunN5zaa5hJjiXLH05GeiMd7JEM5zzHGNQBGZvk/Iv0yYVWMvK0zKk1Dl6ahW5RQobjqdjy+wEZn9PKF0n2d0csXPL7AhuKq26GECtPQLdPQZVtn1LlB69p7yRVVSEiDEGJwRd12e4+8PR3piRQidnuPvOWKuk0IMSSkwRVV6Np7WVVbSqvGsgSnlKkAFNPQXdrOtuKqcxtcUTUAhmUJnVJmlleJo3CVHmAaOlPUOmYJkxFKibQsSRkXhr4juKIKO2BHVSwcoLrqCVdUYho6K3YYRRWmoUtdey/tgKtK7rUffiQAsLq08MnbNLe2WwBgB/zHzueFyD8nwlIfbvdx8eU0WV1aKD1cVAMs9+F2j9gUPEEKemEJIe3AnXy4XfkBoNKSZHNthWfX31EA69VKttyHVyIOY1wRwmS6tqNsrr31vXo5k/bUu4gT2cp9lhbm0rzCJpeUUrE0vS63+c7/6uXMbDUWl/ssLczNFrVFddUT09AZpUy1LKvO0DVfPrfR9HxqfNbuEe185l9MFX3o6tIC5YpKFLWOfdQQ93Zu49j0+FDCDtjOp1yaOQCYhs4Y40wI05XfWj8yPT40Ua2ey33mEmMTtp2IUEq0nW3FKeJPGPjRp1Iz2QUuLUu66txG9NLVSK3gBZ+C1lcE54oqKOOCK6rm8QU2unu+u1ANuNynvFsBAG1ubbdMQ5eGviMAFDuP0w3sfMpvQEtb24fOQncU1bXl8R7JnOu+ZNv97XxKJwY6+PNPsrm13drObVqUMlMIU5OWpVHOc96Go5lTnV2fzC/VfAozD7HTCa6olBBa1Imlhbmq2lLuQ5xaW6nCPfnln0Yt7bDUhzhps8cfKH5//uTXmvS81OeLdqI/ZoROzSZrHqG/OvOPzxuhK5VgJTvV2bW3EdqJRABwrvvS/kfoSkoZvXT1YEbociHr7vnuYEfogpBFL109HKH/h0fomnXg3Lff79r7/MmvVbWG7gX4QObzc99+Tz7mHKah05KcW6ahQ9feS6cbMCdgt7eBWJagjCuUAC5tZzuouuo0Spm0hElc9R4cbf4bVl8v1p6WUmCuqEwIs34ruxaeeTy4uJVd67As08UVlVmWoG5vA7FLG3WMmHEupVTyW+vh2cn4DADMTsaTuc21LiGEhzHOnQ6gNtMrJSBMCKHkNt999WLi0S7hejEZH81n174WpukiIMw0dKq66p3Bw50RwhUVXFGJKUy28Xal48VkfKrSlWenhsc23q2cEB9SR7iiItwZIbbgHn8AlDFCCMW7laXjqZnHjkNpaubJzNuVpWZCKChjxOMPVH/QlaW0f/G3ZLqWWl6ce/bvlddp7yFD/w8Z+njoX1+GoZMjgzMAMDkyeLAMnRh+uKveJ0YGD4ahEyODFRk6OfrL/hj67GnckaHPng7vjaGzyYmaGDr77KktQ38H8tqx8Wja+WIAAAAASUVORK5CYII=);
}

.emojionearea-button {
    opacity: 1 !important;
}


.emojionearea .emojionearea-editor {
    display: block;
    height: auto;
    max-height: 8em;
    max-width: 601px;
    min-height: 2em !important;
    height: 4em;
    overflow: auto;
    padding: 6px 24px 6px 12px;
    line-height: 1.42857143;
    font-size: inherit;
    color: #555;
    background-color: transparent;
    border: 0;
    cursor: text;
    margin-right: 1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.emojionearea, .emojionearea.form-control {
    display: block;
    position: relative !important;
    width: 100%;
    height: 2em;
    padding: 0;
    font-size: 14px;
    background-color: #FFF;
    border: none;
    box-shadow: none;
}

    .emojionearea .emojionearea-editor:focus-visible {
        box-shadow: none !important;
    }

    .emojionearea .emojionearea-picker.emojionearea-picker-position-left, .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
        top: -290px !important;
        margin-right: 0px;
    }

    .emojionearea .emojionearea-picker {
        right: 238px !important;
    }

.focused {
    box-shadow: none !important;
}

.emojionearea .emojionearea-button {
    top: 14PX;
}

/* attachment btn */

.fileUpload {
    position: relative;
    height: 41px;
    margin-top: 0;
    max-width: 284px;
    /* background: #2870df;*/
    background: #11154a;
    border-radius: 15px;
    color: #fff !important;
}

    .fileUpload input.uploadlogo {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        /* filter: alpha(opacity=0);*/
        width: 100%;
        height: 42px;
    }

/*Chrome fix*/
input::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 42px;
    width: 100%;
}

.att-name {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* assign member sidebar */
.edit-mem-btn {
    font-size: 12px;
    width: 65px;
    height: 31px;
    color: #706969;
    border: 1px solid #ECE3E3;
    border-radius: 8px;
    background-color: #fff;
}

.cstm-width {
    width: 81%;
}


.ass-mem-card {
    width: 100%;
    height: 231px;
    border: 1px solid #ECE3E3;
    border-radius: 10px;
    padding: 18px 10px;
}


.ass-mem-avatar {
    display: inline-block;
    width: 44px;
    height: 44px;
}

.ass-mem-name {
    color: #444B5A;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.ass-mem-role {
    font-size: 12px;
    color: #706969;
}

.mem-table {
    line-height: 35px;
}

.mem-tr {
    font-size: 13px;
    font-weight: 600;
}


/* user-dropdown */
.user-manage {
    transition: all 0.5s ease-in;
}

.drop-li {
    background: #f9f9f9;
    color: black;
    border-radius: 8px;
}

.user-drop li {
    padding: 8px 42px;
    font-size: 14px;
    border-radius: 7px;
}

.drop-li li:hover {
    border-left: 6px solid #11154A;
    border-radius: 5px;
    background: #f3f3f3;
}

.drop-li li a {
    font-weight: bold;
}

    .drop-li li a:hover {
        color: #11154A;
    }

.user-drop {
    cursor: pointer;
    border-radius: 10px;
    margin-top: 5px;
    overflow: hidden;
}

.user-drop-2 {
    transition: all 0.2s ease-in-out;
    height: 109px;
}






/* user-dropdown end */

.side-toggle-btn-2 {
    display: none;
    padding: 5px;
    margin-right: 12px;
    border-radius: 5px;
    border: none;
    background: #11154a;
}

.down-chev-i {
    right: 5%;
    pointer-events: none;
}

.page-nm {
    font-size: 1.2rem;
}

.details-tgl {
    position: fixed;
    right: -92px;
    top: 50%;
    z-index: 232;
    transform: rotate(270deg);
}

.details-tgl-btn {
    display: none;
    padding: 3px 69px;
    font-size: 21px;
    font-weight: 500;
    border-radius: 15px 15px 0 0;
    border: none;
    background: #265e97;
    color: white;
}

.details-off {
    top: 0px;
    right: 0;
    width: 355px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.details-off-body {
    padding: 0;
}

.msg-off-box span {
    font-size: 20px;
    font-weight: 600;
}

.msg-tgl-btn {
    padding: 7px;
    border-radius: 8px;
    border: none;
    display: none;
}

.msg-off-box {
    padding-left: 20px;
    display: none;
}

.threads-off {
    top: 0px;
    left: 0;
    width: 355px;
    height: 100vh;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%);
}


.rotater {
    transform: rotate(180deg);
}

.cnct-ul {
    display: none;
    right: 31px;
    top: -11px;
    z-index: 110;
    padding: 6px;
    background: #ededed;
    border-radius: 8px;
}

.cnct-drop-btn {
    padding: 3px 5px;
    transform: rotate(90deg);
    background: transparent;
    border: none;
}

.cnct-ul-2 {
    display: block;
    display: flex;
}

.details-close-btn {
    left: 0px;
    padding: 3px 8px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: white;
    top: 0px;
}

/* assign ticket off canvas css */
.assign-tgl {
    position: fixed;
    right: -118px;
    top: 50%;
    z-index: 232;
    transform: rotate(270deg);
}

.assign-tgl-btn {
    display: none;
    padding: 3px 69px;
    font-size: 21px;
    font-weight: 500;
    border-radius: 15px 15px 0 0;
    border: none;
    background: #265e97;
    color: white;
}


.tckt-tgl-btn {
    display: none;
    padding: 7px;
    border-radius: 8px;
    border: none;
}

.view-details table tbody tr td .dt-mail {
    word-break: break-all;
}

/* engineer response page css */

.en-des-1 {
    color: #555555;
    font-size: 12px;
}

.eng-nm {
    font-size: 18px;
}

.mem-prof-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}

.mem-degn {
    font-size: 14px;
}


.eng-res-profile-box {
    height: calc(100% - 70px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.res-btn {
    width: 207px;
    height: 39px;
    border-radius: 13px;
    background: #11154A;
    color: white;
    font-size: 15px;
    outline: none;
    border: none;
}

.create-mem-box {
    color: #AFAFAF;
    font-size: 14px;
    padding: 16px 30px;
    line-height: 37px;
}

.req-help {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 13px;
    border: 1px solid #BDBDBD;
    background: transparent;
    outline: none;
}

.req-rel {
    padding: 10px 25px;
    border-radius: 13px;
    border: 1px solid #BDBDBD;
    outline: none;
    color: white;
    background: #11154A;
}


/* media popup */
#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.green {
    background-color: #6fb936;
}

.thumb {
    margin: 10px 0;
}

.page-top {
    margin-top: 85px;
}


img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}


.glryy-1 {
    max-height: 662px;
    overflow: hidden;
    overflow-y: auto;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
}

.fancybox-skin {
    border-radius: 17px;
}


.fancybox-close {
    position: absolute;
    top: -12px;
    right: -9px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0px;
    right: -5px;
}


.response-tgl {
    position: fixed;
    right: -103px;
    top: 50%;
    z-index: 232;
    transform: rotate(270deg);
}

.response-tgl-btn {
    display: none;
    padding: 3px 69px;
    font-size: 21px;
    font-weight: 500;
    border-radius: 15px 15px 0 0;
    border: none;
    background: #265e97;
    color: white;
}

.ttl-dntm-box {
    width: 357px;
    height: 95px;
    border-radius: 10px;
    border: 1px dashed #CACACA;
    background: #F7F7F7;
}

    .ttl-dntm-box p {
        font-size: 14px;
    }

.req-saved {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mdl-h {
    font-size: 12px;
}


/* video calling popup */



.icon-vd {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.video-card .button {
    height: 48px;
    font-size: 15px;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.button-outline-primary {
    color: #3488fa;
    border: 1px solid #3488fa;
    background-color: #ffffff;
}

.button-primary {
    color: #ffffff;
    border: 1px solid #3488fa;
    background-color: #3488fa;
    transition: 400ms;
}

    .button-primary:hover {
        background-color: rgba(52, 136, 250, 0.9);
    }

.video-card {
    width: 100%;
    background-color: #ffffff;
    padding: 32px 24px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.card-details .card-title .card-call {
    width: 100%;
    color: #3488fa;
    font-size: 13px;
    text-align: center;
}

.card-details .card-title .card-name {
    width: 100%;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.card-details .card-timebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    font-size: 13px;
}

    .card-details .card-timebox .card-datetime {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 30px);
        border: 1px solid #b9c3d5;
        border-radius: 8px;
        height: 50px;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 8px;
        color: #222222;
    }

        .card-details .card-timebox .card-datetime .card-date {
            display: flex;
            align-items: center;
        }

            .card-details .card-timebox .card-datetime .card-date svg {
                color: #3488fa;
                font-size: 16px;
                margin-right: 10px;
            }

        .card-details .card-timebox .card-datetime .card-time {
            display: flex;
            align-items: center;
        }

            .card-details .card-timebox .card-datetime .card-time svg {
                color: #3488fa;
                font-size: 16px;
                margin-right: 10px;
            }

    .card-details .card-timebox .card-timezone {
        font-size: 13px;
        color: #818b9d;
    }

.card-preview {
    margin-top: 24px;
}

    .card-preview .card-video {
        width: 100%;
        height: 515px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        .card-preview .card-video .card-image {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

            .card-preview .card-video .card-image img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .card-preview .card-video .card-controls {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: 12px;
            z-index: 1;
        }

            .card-preview .card-video .card-controls button {
                width: 48px;
                height: 48px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                background-color: #f4f7fa;
            }

                .card-preview .card-video .card-controls button:not(:last-child) {
                    margin-right: 12px;
                }

                .card-preview .card-video .card-controls button svg {
                    font-size: 20px;
                    color: #222b45;
                }

    .card-preview .card-preview-name {
        width: 100%;
        position: relative;
    }

        .card-preview .card-preview-name svg {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 15px;
            pointer-events: none;
            color: #3488fa;
            font-size: 20px;
        }

        .card-preview .card-preview-name input {
            width: 100%;
            height: 48px;
            margin-top: 16px;
            background-color: #ffffff;
            border: 1px solid #b9c3d5;
            border-radius: 8px;
            padding-left: 46px;
            padding-right: 11px;
            display: flex;
            align-items: center;
            font-size: 15px;
        }

.card-controls {
    width: 100%;
    position: relative;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-controls-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    width: 48%;
}

.card-controls-item-name {
    width: 94px;
    font-size: 15px;
    color: #222222;
}

.card-controls-item-select {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

    .card-controls-item-select svg {
        position: absolute;
        right: 20px;
        pointer-events: none;
    }

    .card-controls-item-select select {
        flex: 1;
        height: 48px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #ffffff;
        color: #222222;
        font-size: 15px;
        border: 1px solid #b9c3d5;
        border-radius: 8px;
        padding-left: 16px;
        padding-right: 32px;
    }

.card-controls-item button {
    flex: 1;
}

.vd-modal-content {
    border-radius: 2rem;
}

.vd-modal-dialog {
    max-width: 1060px;
    padding: 0 10px;
}

.vd-close-btn {
    right: -3px;
    padding: 3px 8px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: white;
    top: 0px;
    box-shadow: 0px 0px 3px 1px lightgray;
}

/* kpi dashboard css */

.kpi-car-box {
    padding: 16px 19px;
}


.kpi-card {
    padding: 19px 17px;
    width: 100%;
    /*height: 143px;*/
    min-height: 130px;
    max-height: 136px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(64, 63, 63, 0.07);
    flex-shrink: 0;
}

.iss-head {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 500;
}

.day-ln {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.l1-day {
    color: #777;
    font-size: 14px;
}

.ln-per {
    display: inline-flex;
    padding: 0px 15px 0px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background: #D0F5CA;
    color: #167425;
    font-size: 14px;
    font-weight: 600;
}

.ln-per-2 {
    display: inline-flex;
    padding: 0px 15px 0px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background: #FFC6C6;
    color: #E80000;
    font-size: 14px;
    font-weight: 600;
}

.card-menu-icon {
    right: 19px;
}

.kpi-charts-main {
    padding: 29px 19px;
}

.social-chart {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FCFCFC;
    width: 100%;
    height: 453px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.social-chart-2 {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FCFCFC;
    width: 100%;
    height: 470px;
    padding: 20px 24px;
    margin-bottom: 20px;
}


.chart-tittle {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
/* pareto chart */
#pareto-chart {
    margin-top: 25px;
    height: 350px !important;
}

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 170px;
}

    .tooltip-body .series-name {
        font-weight: normal;
        opacity: 0.6;
        display: inline-block;
        line-height: 1.5;
        padding-right: 10px;
        width: 126px;
    }

    .tooltip-body .value-text {
        display: inline-block;
        line-height: 1.5;
        width: 30px;
    }

.donut-pre {
    display: inline-flex;
    padding: 7px 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px dashed #000;
    background: #FFF;
    font-size: 26px;
    font-weight: 500;
}

.chart-tittle-2 {
    color: #696969;
    font-size: 13px;
    font-weight: 500;
}


.sch-tabs {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 8px;
    border: 1px solid #ECECEC;
    font-size: 13px;
}


    .sch-tabs button {
        padding: 3px 8px;
        background: #fff;
        color: #959595;
        font-weight: 400;
    }


        .sch-tabs button:focus {
            border-radius: 5px;
            background: #11154A !important;
            color: #fff;
        }


.isus-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 0.5rem 13px;
    margin: 2px 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ECECEC;
    border-radius: 8px;
}

.isus-menu-2 {
    display: block;
}

.all-isus-btn {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #ECECEC;
    background: #fff;
}

/* clndr */
.fc-col-header {
    max-width: 980px !important;
    width: 100% !important;
}

table.fc-scrollgrid-sync-table {
    /* width: 100% !important; */
    height: 605px !important;
}

.fc-daygrid-body {
    width: 980px !important;
    height: 605px !important;
}

/* 05-01-2024 */
.fc-widget-header table thead tr th {
    background: #11154A;
    color: #fff;
    padding: 10px;
    border-radius: unset;
}

.fc-left {
    padding: 7px;
    font-size: 12px;
    background: #2c3e50;
    color: white;
    border-radius: 5px;
}


.vd-modal-content-2 {
    border-radius: 1rem;
}

.fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* 05-01-2024 new update*/

/* ====profile page===== */
.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

    .profile-pic input {
        display: none;
    }

    .profile-pic img {
        position: absolute;
        object-fit: cover;
        width: 165px;
        height: 165px;
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, .35);
        border-radius: 100px;
        z-index: 0;
    }

    .profile-pic .-label {
        cursor: pointer;
        height: 165px;
        width: 165px;
    }

    .profile-pic:hover .-label {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, .8);
        z-index: 10000;
        color: #fafafa;
        transition: background-color 0.2s ease-in-out;
        border-radius: 100px;
        margin-bottom: 0;
    }

    .profile-pic span {
        display: inline-flex;
        padding: 0.2em;
        height: 2em;
    }

.pro-img-user {
    position: relative;
}


    .pro-img-user .plus-icon-pro {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 55px;
        bottom: 0;
        background-color: #11154a;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.pro-con p {
    margin: 0;
    padding-top: 10px;
    font-size: 21px;
    font-weight: 500;
}

.pro-con span {
    color: #BBBBBB;
}

.pro-con button {
    padding: 5px 8px;
    border: none;
    background-color: #2CBC63;
    color: #fff;
    margin-left: 14px;
    margin-top: 5px;
    border-radius: 6px;
}

.sumit-btn-pro input {
    padding: 10px 20px;
    border: none;
    background-color: #11154a;
    color: #fff;
    border-radius: 5px;
}

    .sumit-btn-pro input:hover {
        background-color: #1e2372;
    }

.change-pas-border {
    padding: 10px;
    background: #f9f9f9;
    height: 92vh;
}


.pro-img-user img {
    object-fit: cover;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.adduser-details input[type='text'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
    font-size: 14px;
}


.adduser-details input[type='email'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
    font-size: 14px;
}

.adduser-details input[type='password'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
    font-size: 14px;
}

.adduser-details input[type='number'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
    font-size: 14px;
}

.adduser-details input[type='date'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
    font-size: 14px;
}

.adduser-details input[type='file'] {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
}

.adduser-details select {
    padding: 15px 11px;
    border-radius: 7px;
    outline: none;
    border: 1px solid lightgray;
    font-size: 14px;
}

.box-wrap {
    border: 1px solid #ededed;
    margin-top: 10px;
    padding: 11px 0;
    border-radius: 10px;
}

.show-pass {
    position: relative;
}

    .show-pass i {
        position: absolute;
        right: 23px;
        top: 43px;
    }

.main-content-sec h4 {
    font-size: 18px;
}

.main-content-sec label {
    font-size: 16px;
}

.cancel-profile-btn {
    background: white !important;
    border: 1px solid lightgray !important;
    color: #000 !important;
}



/* -------- notification dropdown ----------------- */

.notify-icon:hover .notify-main-box {
    height: 340px;
    overflow: visible;
    box-shadow: 0px 0px 2px 1px lightgray;
}

ul.notify-drop {
    width: 253px;
    height: 262px;
    background: #fff;
    overflow: hidden;
}

.notify-main-box {
    transition: .2s;
    left: -170px;
    top: 35px;
    height: 0px;
    background: #fff;
    overflow: hidden;
}

    .notify-main-box::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        display: block;
        background: #11154A;
        top: -7px;
        right: 67px;
        z-index: 4336666666666666;
        transform: rotate(45deg);
    }

ul.notify-drop li img {
    width: 35px;
    object-fit: cover;
}

ul.notify-drop li {
    padding: 10px;
}

    ul.notify-drop li:hover {
        background: rgb(245 245 245);
        cursor: pointer;
    }

ul.notify-drop:hover {
    overflow-y: auto;
}

.notify-main-box h4 {
    background: #11154A;
    color: white;
    font-weight: 300;
    position: sticky;
    top: 0;
    font-size: 20px;
    padding: 8px;
}

.notify-txt {
    font-size: 14px;
}

.view-notify {
    background: #fff;
    padding: 8px;
    font-size: 14px;
    box-shadow: 0px -6px 7px 0px #80808024;
}

/* docs popup */


.main-docs-div h4 {
    font-size: 1.3rem;
}

.inner-doc {
    padding: 8px;
    border: 1px solid #d3d3d361;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #FAFAF9;
    transition: all .2s;
    cursor: pointer;
}

.doc-logo {
    width: 30px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 9px;
}

.pdf-doc {
    background: #f3cccc;
}

.vdeo-doc {
    background: #00bd4c4a;
}

.audio-doc {
    background: #1e90ff70;
}


.vdeo-doc svg {
    width: 44px;
    height: 20px;
    fill: green;
}

.pdf-doc svg {
    fill: rgb(209 26 26) !important;
}

.doc-name {
    font-size: 1.1rem !important;
    font-weight: 400;
    max-width: 324px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 150px;
}


.dwnld-doc li {
    padding-left: 20px;
}

.inner-doc:hover {
    background: #0041ff5c;
}

.view-doc-icon span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    align-items: center;
    background: #8bc34aa6;
    cursor: pointer;
}

.download-doc-icon span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #00bcd4a8;
    cursor: pointer;
}

.eye-doc svg {
    width: 20px;
    stroke: #fff;
}

.dwnld-doc svg {
    width: 20px;
    stroke: #fff;
}

.doc-sort-div select {
    border: unset;
    color: #0d6efd;
    font-size: 1.2rem;
}

.doc-sort-div {
    padding-bottom: 16px;
}

.main-docs-div {
    max-height: 533px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    border: 2px solid #74747424;
    border-radius: 8px;
    box-shadow: inset 0px 0px 20px 8px #d3d3d34f;
}

.doc-sort-div h4 {
    font-size: 1.2rem;
}

.srch-doc {
    padding: 8px;
    border: 1px solid #dddada;
    border-radius: 6px;
}

    .srch-doc input {
        border: none;
        font-size: 15px;
        outline: none;
    }

/* ----- com tckt sec ---- */
.search-ticket-com {
    height: 48px;
    padding: 11px 7px;
    border: 2px solid #e2e2e2;
    border-radius: 9px;
    width: 56%;
    display: flex;
    align-items: center;
    gap: 3px;
}

    .search-ticket-com input {
        min-width: 88%;
        outline: none;
        border: none;
        font-size: 14px;
    }

.outer-search-sec-com {
    padding: 10px 12px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-height: 140px;
}


.ticket-list-sec-com {
    padding: 12px;
}

.tickets-body-com {
    overflow: hidden;
    height: 75vh;
}

    .tickets-body-com:hover {
        overflow-y: scroll;
    }

.b-btm {
    border-bottom: 1px solid #e9e9e9 !important;
}

.active-details-tab {
    border-bottom: 2px solid #11154A !important;
    color: #11154A;
}

/* board view css */
.main-ticket-sec-1 {
    /* padding: 12px;*/
    height: calc(100% - 75px);
    /*padding-bottom: 0px;*/
    padding: 0 12px;
    padding-top: 7px;
}

.board-main {
    border-radius: 16px 16px 0px 0px;
    background: #F7F7F7;
    width: 100%;
    /*padding: 18px 20px;*/
    padding: 10px;
}

.search-bar {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

.search-inner i {
    left: 7px;
    top: 14px;
    color: #8A8A8A;
}


.search-bar input {
    border-radius: 9px;
    border: 1.3px solid #E2E2E2;
    background: #FFF;
    padding: 9px 28px;
    /*width: 299px;*/
    width: 180px;
}

.tckt-card-brd {
    width: 100%;
    background: #fff;
    height: 180px;
    border-radius: 12px;
    margin-top: 21px;
}

.ntfy-new {
    padding: 5px 10px;
    border-radius: 4px;
    background: #FFC5C5;
    color: #FF0000;
}

.brd-icon {
    right: 15px;
}


.tckt-head {
    font-size: 16px;
}

.tckt-id-board {
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #898989;
}

.tckt-det {
    font-size: 11px;
}

.tckt-frst-div {
    padding: 14px 14px 9px 14px;
    border-bottom: 1px solid #EAEAEA;
}


.tckt-lwr {
    padding: 11px 14px 18px 14px;
}

.prio-1 {
    border-radius: 3px;
    background: rgba(0, 189, 76, 0.15);
    padding: 2px 12px;
    color: #00BD4C;
    font-size: 12px;
    font-weight: 500;
}

.tckt-tm-br {
    border-radius: 3px;
    background: rgba(255, 221, 182, 0.69);
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
}

    .tckt-tm-br svg {
        width: 21px;
        height: 15px;
    }

.details-sec-box {
    display: none;
}

/* new css 23-01-2024 */

.filter-brd {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 9px;
    background-color: #D9D9D9;
}

.sort-brd {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 9px;
    background-color: #D9D9D9;
}


.ntfy-todo {
    padding: 5px 9px;
    border-radius: 4px;
    background: rgba(125, 246, 106, 0.47);
    color: #1E5915;
    font-size: 16px;
}

.ntfy-prog {
    padding: 5px 9px;
    border-radius: 4px;
    background: rgba(209, 212, 54, 0.53);
    color: #515323;
    font-size: 16px;
}

.ntfy-done {
    padding: 5px 9px;
    border-radius: 4px;
    background: #CADFFF;
    color: #094BAE;
    font-size: 16px;
}

.prio-2 {
    border-radius: 3px;
    background: rgba(80, 113, 229, 0.22);
    padding: 2px 12px;
    color: #5071E5;
    font-size: 12px;
    font-weight: 500;
}

.prio-3 {
    border-radius: 3px;
    background: rgba(254, 65, 65, 0.20);
    padding: 2px 12px;
    color: #FE4141;
    font-size: 12px;
    font-weight: 500;
}

.mr-avtar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #BBE8C2;
    border-radius: 50%;
    color: #010101;
    font-size: 10px;
    font-weight: 500;
}

/* team avatars */
.avatar-mem {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    background-color: #2c303a;
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.23);
}

    .avatar-mem img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.avatar-group {
    display: flex;
}

    .avatar-group.rtl {
        direction: rtl;
    }

        .avatar-group.rtl .avatar-mem:hover:not(:last-of-type) {
            transform: translate(10px);
        }

    .avatar-group .avatar-mem {
        margin-left: -10px;
        transition: transform 0.3s ease;
        cursor: pointer;
    }

        .avatar-group .avatar-mem:hover:not(:last-of-type) {
            transform: translate(-10px);
        }

    .avatar-group .hidden-avatars {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -9px;
        margin-right: 5px;
        background-color: #BBE8C2;
        color: #000;
        font-weight: 500;
        font-size: 10px;
        z-index: 2;
    }


/* team avatars css */
.avatars__item {
    border: 2px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 100;
    height: 35px;
    width: 35px;
    text-align: center;
    transition: margin 0.1s ease-in-out;
    overflow: hidden;
    margin-left: -10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.23);
}

    .avatars__item:first-child {
        z-index: 5;
    }

    .avatars__item:nth-child(2) {
        z-index: 4;
    }

    .avatars__item:nth-child(3) {
        z-index: 3;
    }

    .avatars__item:nth-child(4) {
        z-index: 2;
    }

    .avatars__item:nth-child(5) {
        z-index: 1;
    }

    .avatars__item:last-child {
        z-index: 0;
    }

    .avatars__item img {
        width: 100%;
    }

.avatars:hover .avatars__item {
    margin-right: 10px;
}


.search-inner::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: #d7d0d0;
    left: -26px;
    top: 9px;
}


.emerg {
    color: red;
}

.pro-clr {
    color: #ff1200;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.2px solid #f9bbbb;
    border-radius: 6px;
    margin-top: 4px;
    font-size: .85rem;
    font-weight: 500;
    padding: 4px 0;
}


.tckt-img {
    left: 124px;
    top: -2px;
}

    .tckt-img .avatars__item {
        height: 25px !important;
        width: 25px !important;
    }

/* tooltips css */
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none;
        /* opinion 2 */
        font-size: .9em;
        /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent;
        /* opinion 4 */
        z-index: 1001;
        /* absurdity 1 */
    }

    [tooltip]::after {
        content: attr(tooltip);
        /* magic! */
        /* most of the rest of this is opinion */
        font-family: Helvetica, sans-serif;
        text-align: center;
        /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #333;
        color: #fff;
        z-index: 1000;
        /* absurdity 2 */
    }

    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}


.modal-inner-pd {
    padding: 11px 23px;
}

.tckt-h4 {
    font-size: 20px;
}

.pro-span-2 {
    font-size: 13px;
    border: 2px solid #0A8E1F !important;
    padding: 3px 8px;
    border-radius: 5px;
    height: unset !important;
}

.tckt-desc .select-club-services {
    padding: 3px 10px !important;
    pointer-events: none;
    border: 2px solid red !important;
    border-radius: 5px !important;
    margin-left: 10px !important;
}

.tckt-update-wrap {
    background-color: #F7F7F7;
    width: 932px;
    height: 321px;
    border-radius: 14px;
}

.tckt-updt-wrap {
    background-color: #F7F7F7;
    min-height: 435px;
    border-radius: 14px;
    padding: 4px 13px;
    margin-top: 10px;
}
/* .add-comment-in margin-top: 13px;
}*/

.details-ul li {
    padding-left: 13px;
}


.br-cstm {
    border-right: 1px solid #ECECEC;
}

/*.ass-mem-card-2 {
        width: 628px;
        border-radius: 10px;
        padding: 18px 10px;
    }*/



.cmnt-main-box-2 {
    padding: 11px 23px;
}

.chat-section-main-3 {
    padding: 0px 11px;
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #e9e9e9;
}

.mem-tr-2 {
    font-size: 14px;
    font-weight: 600;
}

.ticket-details-modal {
    max-width: 978px !important;
}

.eng-det {
    line-height: 21px;
}


    .eng-det select {
        background: transparent;
        border: none;
        font-weight: 500;
    }


.mem-ass-icon {
    right: -20px;
    top: 0;
}

.ass-mem-role-2 {
    font-size: 12px;
    color: #706969;
    margin-left: 4px;
}

/* drap drop css */

#sortable1, #sortable2, #sortable3, #sortable4 {
    width: 100%;
    min-height: 50vh;
    list-style-type: none;
}

    #sortable1 li, #sortable2 li, #sortable3 li, #sortable4 li {
        width: 100%;
    }


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
    background: unset;
    color: unset;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: unset;
    background: unset;
    font-weight: unset;
    color: unset;
}


/* drap drop css end */

/* navigation css start */

.nav-tgl-tckt ul li:nth-child(2) {
    padding: 0 48px;
}


.nav-tgl-tckt {
    border-radius: 7px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
    padding: 10px 16px;
}

    .nav-tgl-tckt ul li a {
        font-size: 14px;
        text-decoration: none;
        font-weight: 500;
    }

/*.active-tckt-nav::after {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background: #11154A;
    left: 32px;
    bottom: 0px;
}
*/

.active-tckt-nav svg {
    stroke: #11154A;
}

.active-tckt-nav a {
    color: #11154A !important;
}

.nav-tgl-tckt a:hover {
    color: #000;
}


.due-input input {
    border: none;
    outline: none;
    background: transparent;
}

/* delete ticket modal */
.modal-confirm {
    color: #636363;
    width: 400px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -10px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -16px;
        right: -2px;
        background: transparent;
        font-size: 26px;
    }

    .modal-confirm .modal-body {
        color: #999;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px;
    }

        .modal-confirm .modal-footer a {
            color: #999;
        }

    .modal-confirm .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 9;
        text-align: center;
        border: 3px solid #f15e5e;
    }

        .modal-confirm .icon-box i {
            color: #f15e5e;
            font-size: 46px;
            display: inline-block;
            margin-top: 13px;
        }

    .modal-confirm .btn, .modal-confirm .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #60c7c1;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        min-width: 120px;
        border: none;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px;
    }

    .modal-confirm .btn-secondary {
        background: #c1c1c1;
    }

        .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
            background: #a8a8a8;
        }

    .modal-confirm .btn-danger {
        background: #f15e5e;
    }

        .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
            background: #ee3535;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
/* delete ticket modal end */

.show-filter-2 {
    display: block;
    left: -191px;
    top: -5px;
}


.filter-select-2 {
    box-shadow: 0px 0px 9px 0px #7575753d;
    border: 2px solid #e2e2e2;
    background: #fff;
    padding: 3px;
    outline: none;
    font-size: 15px;
    width: 176px;
    height: 48px;
    border-radius: 9px;
}


/* calendar view start */
#calendar {
    max-width: 100%;
}

.fc-timeline .fc-head .fc-cell-content {
    padding-top: 9px;
    background: #252959;
    padding-bottom: 9px;
    padding-left: 5px;
    color: white;
    font-weight: 500;
}

.fc-timeline .fc-cell-text {
    padding-left: 5px;
}

.fc-toolbar h2 {
    font-size: 1.5em;
    margin: 0;
}

.fc-license-message {
    display: none;
}

/* calendar view start end */

.threads-sec-2 {
    position: absolute;
    top: 0px;
    z-index: 299;
    background: #fff;
    left: 0px !important;
    transition: all .3s ease-in-out;
}

#threads-close {
    display: none;
}

#tickets-close {
    display: none;
}

#details-close {
    display: none;
}

.threads-close-btn {
    padding: 3px 8px;
    border-radius: 50%;
    border: none;
    background-color: white;
    top: 5px !important;
    z-index: 12;
    right: 0 !important;
}

.tickets-close-btn {
    padding: 3px 8px;
    border-radius: 50%;
    border: none;
    background-color: white;
    top: 5px !important;
    z-index: 12;
    right: -17px !important;
    box-shadow: -1px 1px 1px 0px lightgray;
}

.details-close-btn-2 {
    background: white;
    border-radius: 50%;
    left: -11px;
    top: -7px;
    height: 30px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px lightgray;
}


.global-overlay {
    width: 100%;
    height: 100%;
    background: #00000070;
    position: absolute;
    z-index: 199;
    display: none;
    position: fixed;
    top: 0;
}


.sidebar-3 {
    position: absolute;
    top: 0px;
    z-index: 299;
    background: #fff;
    left: 0px !important;
    transition: all .3s ease-in-out;
    transform: translate(0) !important;
}

.com-details-2 {
    transform: translate(0%) !important;
    position: fixed !important;
    right: 0 !important;
    width: 313px !important;
    z-index: 999;
    top: 0px;
}

.tickets-sec-2 {
    left: 0 !important;
}

/* board tckt dropdown */
.brd-dropdown {
    padding: 5px;
    position: absolute;
    background: #fff;
    width: 150px;
    right: 0px;
    box-shadow: 0px 0px 4px #afafaf;
    border-radius: 4px;
    transition: all .3s linear;
    transform: translate(0, 40%);
    opacity: 0;
}

    .brd-dropdown li {
        padding: 3px 5px;
        font-size: .9rem;
        font-weight: 500;
    }

.brd-dropdown-2 {
    transform: translate(0);
    z-index: 1;
    opacity: 1;
}

.brd-icon {
    cursor: pointer;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: unset;
}


/* image chat */
.img-box-inner {
    font-size: 13px;
    margin-left: 47px;
    margin-bottom: 10px;
    background: transparent;
    color: white !important;
    display: block;
    border-radius: 12px 0px 12px 12px;
}

.img-div {
    max-width: 300px;
    max-height: 300px;
}

    .img-div img {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }


/* img popup */
.container__img-holder {
    max-width: fit-content !important;
    display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
    margin-left: 0;
}

.container__img-holder img {
    width: 100%;
    display: block;
}


/* Popup Styling */

.img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 41%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 1200;
}

    .img-popup img {
        max-width: 900px;
        width: 100%;
        opacity: 0;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }

.close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

    .close-btn .bar {
        height: 4px;
        background: #333;
    }

        .close-btn .bar:nth-child(1) {
            transform: rotate(45deg);
        }

        .close-btn .bar:nth-child(2) {
            transform: translateY(-4px) rotate(-45deg);
        }

.opened {
    display: flex;
}

    .opened img {
        animation: animatepopup 1s ease-in-out .8s;
        -webkit-animation: animatepopup .3s ease-in-out forwards;
        border-radius: 7px;
    }

@keyframes animatepopup {

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media screen and (max-width: 880px) {

    .container .container__img-holder:nth-child(3n+1) {
        margin-left: 16px;
    }
}


.btn-close {
    position: absolute;
    right: 0;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    z-index: 999;
}

.modal-content-img {
    width: auto;
}


.modal-dialog-img {
    max-width: auto !important;
    margin: 1.75rem auto;
}

/*2/9/2024 css*/

/* calendar */
.fc-widget-header table thead tr th {
    background: #11154A;
    color: #fff;
    padding: 7px 4px;
    border-radius: unset;
    font-weight: 500;
}

.fc-button-primary {
    color: #fff;
    background-color: #11154a;
    border-color: #2C3E50;
}

    .fc-button-primary:hover {
        background-color: #11154a;
    }

.ticket-assign-sec-2 {
    position: fixed;
    right: 0;
    background: #fff;
    transform: translate(0) !important;
    border-left: 1px solid #f9f9f9;
    box-shadow: 0px 0px 7px #d3d3d37a;
    z-index: 999;
}

.fc-event {
    font-size: .85em;
    line-height: 1.4;
    border-radius: 2px;
    border: None;
    color: #fff;
    font-weight: 500;
}

.fc-event, .fc-event-dot {
    background-color: #36af34;
}

.details-tgl {
    z-index: 182;
}

.container__img-holder img {
    width: 100%;
    max-height: 220px;
    display: block;
}


.your-box-inner p {
    color: white;
    margin: 0;
    font-size: 13px;
    word-break: auto-phrase; /*update by ak*/
    line-height: 1.7;
}


.your-box-inner {
    font-size: 13px;
    margin-left: 47px;
    margin-bottom: 10px;
    background: #11154A;
    padding: 8px 27px;
    color: white !important;
    border-radius: 12px 0px 12px 12px;
}


.outer-profile-box-li {
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 70%;
}


.msg-box-inner p {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    padding: 5px;
    word-break: break-all;
    line-height: 1.7;
}


.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    top: -2px;
    right: -4px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 8%) 0 2px 8px;
    z-index: 200;
}


.user-mng-btn {
    display: flex;
    justify-content: end;
    width: 348px;
    align-items: center;
    padding-right: 14px;
}

.msg-box-inner p a {
    color: #4040eb;
}

.side-nav-ul {
    padding-top: 22px;
    white-space: nowrap;
    overflow: hidden;
    max-height: 480px;
    overflow-y: auto;
}

.side-box {
    min-height: 87vh;
}

.dlt-attch {
    display: none;
    position: absolute;
    z-index: 2;
    right: -10px;
    top: 3px;
    background: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 24px;
    padding: 0 0 0 18px;
}

.dis-dlt {
    display: block !important;
}

.file-upload .file-upload-select .file-select-name {
    display: inline-block;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 480px;
    height: auto;
}

.dlt-attch svg {
    fill: red !important;
    height: 26px;
    width: 20px;
}

/*2/13/2024*/

.add-team {
    background: #a98b8b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

    .add-team:hover {
        color: #fff;
    }


.search-ticket {
    max-width: 250px;
}

    .search-ticket input {
        width: 79%;
    }

/* assign team member select */
.filters {
    position: relative;
}




.section-services .custom-select {
    height: inherit;
    padding: 0 20px;
    line-height: inherit;
    font-size: 14px;
    font-weight: bold;
    border-radius: 27px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

.select-club-services {
    --max-scroll: 8;
    --text: #191919;
    --border: #687898;
    --borderActive: #fff;
    --background: #fff;
    --arrow: #6C7486;
    --arrowActive: #E4ECFA;
    --listText: #191919;
    --listBackground: #F5F9FF;
    --listActive: #E4ECFA;
    --listTextActive: #6C7486;
    --listBorder: none;
    --textFilled: #191919;
    width: 112px;
    position: relative;
}

    .select-club-services select {
        display: none;
    }

    .select-club-services > span {
        cursor: pointer;
        /* padding: 9px 16px; */
        border-radius: 17px;
        display: block;
        position: relative;
        color: var(--text);
        /* border: 5px solid var(--border); */
        background: #fff0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .select-club-services > span:before, .select-club-services > span:after {
            content: '';
            display: block;
            position: absolute;
            width: 8px;
            height: 2px;
            border-radius: 1px;
            top: 50%;
            right: 0px;
            background: var(--arrow);
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        .select-club-services > span:before {
            margin-right: 4px;
            -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
        }

        .select-club-services > span:after {
            -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
        }

    .select-club-services ul {
        margin: 0;
        padding: 0;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        max-height: calc(var(--max-scroll) * 42px);
        top: 36px;
        left: -56px;
        z-index: 1;
        right: 0px;
        background: var(--listBackground);
        border-radius: 6px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        -webkit-transform: scale(0.8) translate(0, 4px);
        transform: scale(0.8) translate(0, 4px);
        border: 1px solid lightgray;
    }

        .select-club-services ul li {
            opacity: 0;
            -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0);
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .select-club-services ul li a {
                cursor: pointer;
                display: block;
                padding: 10px 16px;
                color: var(--listText);
                text-decoration: none;
                outline: none;
                position: relative;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }


            .select-club-services ul li.active a {
                color: #ffffff !important;
                background: #5687dd;
            }


                .select-club-services ul li.active a:before {
                    -webkit-transform: rotate(45deg) scale(var(--scale));
                    transform: rotate(45deg) scale(var(--scale));
                }

                .select-club-services ul li.active a:after {
                    -webkit-transform: rotate(-45deg) scale(var(--scale));
                    transform: rotate(-45deg) scale(var(--scale));
                }

                .select-club-services ul li.active a:hover:before, .select-club-services ul li.active a:hover:after {
                    --scale: .9;
                    opacity: 1;
                }

            .select-club-services ul li:first-child a {
                border-radius: 6px 6px 0 0;
            }

            .select-club-services ul li:last-child a {
                border-radius: 0 0 6px 6px;
            }

    .select-club-services.filled > span {
        color: var(--textFilled);
    }

    .select-club-services.open > span {
        border-color: var(--borderActive);
    }

        .select-club-services.open > span:before, .select-club-services.open > span:after {
            background: #000000;
        }

        .select-club-services.open > span:before {
            -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
        }

        .select-club-services.open > span:after {
            -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
        }

    .select-club-services.open ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1) translate(0, 12px);
        transform: scale(1) translate(0, 12px);
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    }

        .select-club-services.open ul li {
            opacity: 1;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

            .select-club-services.open ul li:nth-child(1) {
                -webkit-transition-delay: 80ms;
                transition-delay: 80ms;
            }

            .select-club-services.open ul li:nth-child(2) {
                -webkit-transition-delay: 160ms;
                transition-delay: 160ms;
            }

            .select-club-services.open ul li:nth-child(3) {
                -webkit-transition-delay: 240ms;
                transition-delay: 240ms;
            }

            .select-club-services.open ul li:nth-child(4) {
                -webkit-transition-delay: 320ms;
                transition-delay: 320ms;
            }

            .select-club-services.open ul li:nth-child(5) {
                -webkit-transition-delay: 400ms;
                transition-delay: 400ms;
            }

            .select-club-services.open ul li:nth-child(6) {
                -webkit-transition-delay: 480ms;
                transition-delay: 480ms;
            }

            .select-club-services.open ul li:nth-child(7) {
                -webkit-transition-delay: 560ms;
                transition-delay: 560ms;
            }

            .select-club-services.open ul li:nth-child(8) {
                -webkit-transition-delay: 640ms;
                transition-delay: 640ms;
            }

            .select-club-services.open ul li:nth-child(9) {
                -webkit-transition-delay: 720ms;
                transition-delay: 720ms;
            }

            .select-club-services.open ul li:nth-child(10) {
                -webkit-transition-delay: 800ms;
                transition-delay: 800ms;
            }

select {
    --text: #3F4656;
    --border: #2F3545;
    --background: #151924;
}

    select.select-club-services {
        padding: 0px 1px;
        color: var(--text);
        border: 1px solid var(--border);
        background: var(--background);
        line-height: 22px;
        font-size: 16px;
        font-family: inherit;
        height: 27px;
        width: 129px;
    }
/* assign team member select end */


.modal-tckt-desc {
    word-break: break-word;
    word-wrap: break-word;
    max-height: 80px;
    overflow: hidden;
    overflow-y: auto;
}


    .modal-tckt-desc p {
        font-size: 14px;
    }

.head-tkt {
    font-weight: 600;
    font-size: 14px;
}

.up-date-ticket {
    padding: 8px 0;
    border-radius: 11px;
    color: #fff;
    background: #11154a;
    width: 195px !important;
    float: inline-end;
}

    .up-date-ticket:hover {
        background: #578de1;
    }


.delete-ticket {
    padding: 8px 0;
    border-radius: 11px;
    color: #fff;
    background: #11154a;
    width: 193px !important;
    float: inline-end;
    margin-left: 10px;
}

    .delete-ticket:hover {
        background: #ccc;
    }



.ass-mem-card-2 {
    width: 628px;
    border-radius: 10px;
    padding: 18px 10px;
}

.deleteFile {
    position: absolute;
    left: -30px;
    display: none;
    background: transparent;
}

    .deleteFile svg {
        fill: red;
        width: 25px;
    }

.edit-form input[type='text'] {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
}

.edit-form textarea {
    min-height: 20px;
    max-height: 60px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 14px;
    height: 91px;
    background: transparent;
}

.back-input {
    background: lightgray;
}


.active-tab {
    background: #11154A !important;
    color: #fff !important;
    border-radius: 8px;
    transition: all .2s;
    /*width: 100%;*/
    font-size: 16px;
    font-weight: 400;
    height: 34px;
}

.tabs button {
    background: transparent;
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid lightgray;
}

.img-box-att {
    padding: 3px;
    background: #d3d3d361;
    border-radius: 10px;
}

.att-show-div {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 8px;
}

.inner-att {
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 300px;
}

.ticket-head-2 .select-club-services {
    width: 100% !important;
}

    .ticket-head-2 .select-club-services ul {
        top: 12px;
        left: 0px;
        right: 0px
    }



/* team members dropdown */

.tm-list {
    width: 290px;
    min-width: 150px;
    max-width: 300px;
    background: #fff;
    height: 0;
    right: 0px;
    top: 47px;
    z-index: 9;
    border-radius: 8px;
    overflow: hidden;
    transition: all .15s linear;
}

.tm-list-2 {
    height: 288px;
    max-height: 300px;
    box-shadow: 0px 0px 2px 1px #d3d3d3a8;
}


.tm-list h4 {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 2px solid #a1a1a136;
}

.srch-tm-box {
    padding: 6px 7px;
    border-bottom: 2px solid #a1a1a136;
}

    .srch-tm-box input {
        border-radius: 9px;
        border: 1.3px solid #E2E2E2;
        background: #FFF;
        padding: 8px 10px;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
    }

.tm-ul {
    padding-top: 0 !important;
    padding: 6px 7px;
    max-height: 194px;
    overflow: hidden;
    scroll-behavior: smooth;
}

    .tm-ul:hover {
        overflow-y: auto;
    }

    .tm-ul li {
        padding: 5px;
        border-radius: 5px;
        transition: all .2s;
    }

        .tm-ul li:hover {
            background: whitesmoke;
        }


        .tm-ul li a {
            color: #6B6B6B;
        }

        .tm-ul li span {
            height: 33px;
            width: 33px;
            display: inline-block;
            object-fit: cover;
        }

            .tm-ul li span img {
                width: 100%;
                object-fit: cover;
            }

.search-icon-tm {
    right: 20px;
    top: 15px;
    font-size: 19px;
    color: #b5b5b5;
}

/* assets and location */
.assets-box textarea {
    max-height: 60px;
    border-radius: 13px;
    padding: 6px;
    font-size: 16px;
}

.ast-location select {
    border-radius: 8px;
    height: 56px;
}

.add-assets {
    top: -9px;
    left: 6%;
    background: white;
    font-size: 14px;
    font-weight: 600;
}

.global-srch {
    max-width: 450px;
    border: 2px solid #e2e2e2a3;
    border-radius: 9px;
    box-shadow: 0px 0px 1px lightgrey;
    min-width: 280px;
    /*width: 430px;*/
}

    .global-srch input {
        width: 100%;
        outline: none;
        border: none;
    }


    .global-srch span {
        right: 4px;
    }

        .global-srch span svg {
            fill: #8A8A8A;
        }

/* global search */
.searchInput {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

    .searchInput input {
        height: 42px;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 5px;
        padding: 0 13px 0 20px;
        font-size: 18px;
    }

    .searchInput.active input {
        border-radius: 5px 5px 0 0;
    }

    .searchInput .resultBox {
        padding: 10px 8px;
        opacity: 0;
        pointer-events: none;
        border-radius: 0 0 8px 8px;
        max-height: 280px;
        overflow-y: auto;
        position: absolute;
        background: #fff;
        width: 100%;
        box-shadow: 0px 1px 6px 0px lightgray;
    }

    .searchInput.active .resultBox {
        opacity: 1;
        pointer-events: auto;
    }

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: -6px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
}

/* resports  */
.filter-report-div {
    min-height: 76px;
    background: #F7F7F7;
    border-radius: 12px;
    padding: 15px 20px;
}

.report-select {
    font-size: 14px;
    border: none;
    width: 130px;
}

.reports-ul li {
    margin-right: 15px;
    padding: 9px 15px;
    height: 45px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
}

.search-inner-reports input {
    border: none;
    padding: 8px;
}

.search-inner-reports {
    background-color: #fff;
    width: 246px;
    border: 1px solid #EFEFEF;
    padding-left: 24px;
    border-radius: 8px;
    margin-right: 20px;
    height: 45px;
}

    .search-inner-reports i {
        left: 8px;
        top: 11px;
        color: #3B3B3B;
    }

.export-btn-report {
    padding: 0 20px;
    background: #11154A;
    color: #fff;
    border-radius: 8px;
    height: 45px;
}


/* resports end */

/* autocomplete  */
.ui-menu {
    z-index: 199;
}
/* autocomplete end */

.tckt-updt-wrap-2 {
    /* background-color: #F7F7F7; */
    height: 322px;
    /* margin-top: 13px; */
    padding: 4px 41px;
    border-bottom: 1px solid #ececec;
}


.comments-sec-tckt {
    padding: 0 22px;
}

/* autocomplete end */


.cht-det-div {
    width: calc(100% - 316px);
}

.tckt-att {
    height: 41px;
    background-color: #59b638;
    border-radius: 11px;
}

.img-box-att img {
    max-width: 200px;
}

#aks-file-upload {
    margin-top: 1rem;
    box-shadow: 0px 0px 2px lightgray;
}

.aks-file-upload-label {
    position: absolute;
    top: 0px;
    z-index: 1199;
    height: 42px;
    background: #fff;
    left: 0;
}



.aks-file-upload-preview {
    margin-bottom: 0 !important;
    height: 168px !important;
    margin: 10px;
    /* margin-top: 10px; */
    width: 183px;
    float: left;
}

.aks-file-upload-image img.png {
    background: lightgray !important;
    height: 180px !important;
}

.aks-file-upload-content {
    margin-top: 25px;
    overflow-y: scroll;
    width: 100%;
    max-height: 200px;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 10px;
}

.gen-mem {
    width: 282px;
    min-width: 200px;
}

.main-box-att-cmnts {
    padding: 0 12px;
    height: 229px;
    overflow: auto;
}

.tckt-updt-wrap select {
    width: 100%;
    background: transparent;
}

.calendar2 .fc-view-container {
    width: 100%;
    overflow-x: auto !important;
    overflow: hidden;
}

    .calendar2 .fc-view-container table {
        min-width: 700px;
    }


.active-li {
    background-color: #11154a80;
    border-radius: 12px;
    color: white !important;
}

    .active-li a span {
        color: #fff;
    }

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 10px;
}

#loginimage {
    width: 60%
}

.department-text {
    padding-top: 59px;
}

.text-area-new-sec {
    width: 74%;
    padding: 20px;
    margin-top: 10px;
}

.second-text-area {
    height: 37px !important;
}

/*#attachment-svg path {
    fill: white;
}*/


/*color piker*/

#tckt-details-modal .modal-content-ticket .modal-body {
    max-height: calc(100dvh - 59px);
    overflow-y: auto;
    background: white;
    border-radius: 28px;
}

a#grid-data_next[aria-disabled],
a#grid-data_previous[aria-disabled],
a#grid-data_next[aria-disabled]:hover,
a#grid-data_previous[aria-disabled]:hover {
    background: #80808021 !important;
    cursor: not-allowed;
}

#grid-data_next {
    cursor: pointer;
    color: #000 !important;
}


.features-sec .direct-msg-sec .accs {
    max-height: unset;
}

    .features-sec .direct-msg-sec .accs .acc-div.direct-div {
        height: calc(45dvh - 104px);
    }

.features-sec .channel-sec-box .accs .acc-div.channel-div {
    min-height: calc(27dvh - 15px);
}




.login-box {
    overflow: hidden;
}

img.login_image {
    height: calc(100dvh - 170px);
    object-fit: contain;
    background-position: right;
}

@media (max-height:750px) {
    .inner-login-box {
        height: fit-content !important;
        padding-block: 0;
        width: 100%;
    }
}

.inner-login-box {
    min-height: 100%;
}

/*==============Ticket Report Filter Row==============*/
.filter-row-report_tickets {
    position: relative;
    z-index: 1;
    background: #f7f7f7;
    padding: 25px;
    margin-top: 10px;
    border-radius: 12px;
}

.date_row {
    display: flex;
    gap: 21px;
}

.filter-row-report_tickets label {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 500;
    color: #7c7c7c;
}

.date_row label span {
    font-weight: 500;
    color: #7c7c7c;
}

.dropdown-menu {
    min-width: 220px;
}

.date_row label input {
    text-align: left;
    border-radius: 5px !important;
    padding-inline: 8px;
    height: 34px;
}

button.search_btn-gbl {
    padding: 4px;
    background: white;
    border-radius: 4px;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000024;
}

    button.search_btn-gbl svg {
        width: 20px;
        height: 20px;
    }

/*===================Board View CSS =======================*/
.from_to-datepicker {
    display: flex;
    gap: 20px;
}

.wrp-box_searchbx {
    display: flex;
}

.from_to-datepicker .from_date, .from_to-datepicker .to_date {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .from_to-datepicker .from_date input, .from_to-datepicker .to_date input {
        max-width: 150px;
        height: 34px;
        padding-inline: 10px !important;
        font-size: 15px;
    }

.from_to-datepicker button.btn_search-svg {
    background: white;
    border-radius: 4px;
    width: 38px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000001c;
}

    .from_to-datepicker button.btn_search-svg svg {
        width: 31px;
        height: 22px;
    }

.head-col {
    position: sticky;
    top: -3px;
    background: #f7f7f7;
    z-index: 9;
    padding: 10px 0;
    margin: 0 !important;
}

.connectedSortable.ui-sortable {
    min-height: 100%;
}

.overflow_ticket_list {
    overflow-x: auto;
    /*max-height: calc(100dvh - 183px);*/
    height: calc(100dvh - 183px);
}

div#ticket-list {
    flex-wrap: nowrap;
}

.overflow_ticket_list::-webkit-scrollbar {
    height: 6px;
}

@media(max-width:1440px) {
    .overflow_ticket_list {
        max-height: calc(100dvh - 148px);
        height: 114%;
        height: calc(100dvh - 100px);
    }
}
/*Loader css*/
/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #514b82;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0% )
    }

    12.5% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0% )
    }

    25% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100% )
    }

    50% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    62.5% {
        clip-path: polygon(50% 50%,100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    75% {
        clip-path: polygon(50% 50%,100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100% )
    }

    100% {
        clip-path: polygon(50% 50%,50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100% )
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}
/*----26-04-2024----*/
.cstm-type {
    height: 130px !important;
}

.board-user-active a.avatars__item {
    border: 2px solid red;
}

ul.channel-ul li.active-li:hover {
    background-color: #11154a80;
    border-radius: 12px;
    color: white !important;
}

ul.msg-ul li.active-li:hover {
    background-color: #11154a80;
    border-radius: 12px;
    color: white !important;
}
/*update css latest start 27/05/2024*/
.com-box {
    width: 100%;
}

div#my-pie-chart, div#team-pie-chart, div#department-wise-count {
    max-width: 100%;
    width: 100% !important;
    height: 95% !important;
}

.reason-div {
    padding: 10px;
    height: auto;
}

ast-location select {
    border-radius: 8px;
    height: 40px;
}

.check-line {
    margin-bottom: 16px;
}

.ast-location select {
    height: 40px;
    padding: 0 10px;
    border-color: lightgray;
}

.comment-box textarea {
    min-height: 40px;
    height: 40px;
    border-color: lightgray;
}

.cstm-type {
    height: auto !important;
}

h5.req-ticket.text-center.fw-bold {
    padding-bottom: 10px;
}

.department-text {
    padding-top: 48px;
}

.reason-div {
    padding: 34px;
    background-color: #f8f8f8;
    border-radius: 15px;
    height: 140px;
    overflow: auto;
}

.cstm-type {
    height: 76px !important;
    overflow: auto;
}

.add-cmnt {
    font-weight: 500;
}

.add-assets {
    font-weight: 500;
}

.file-upload.position-absolute.upload-btn {
    bottom: 0%;
}

.chat-tools.position-relative {
    height: 100%;
}

div#editor {
    position: relative;
}

.chat-box-input {
    bottom: 0%;
}

.your-box-inner p span {
    background-color: transparent !important;
    color: white !important;
    font-size: 16px;
}

div#assignee-users {
    padding-top: 7px;
}

.tm-box.me-5 {
    margin-right: 2rem !important;
}

.custorm-dd a {
    text-decoration: none;
    color: #379937;
}

.custorm-dd.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
    z-index: 99;
    margin-left: -10px;
}

.avatars:hover .custorm-dd.dropdown {
    margin-right: 10px;
}

.custorm-dd.dropdown .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 44px;
    left: -185px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 66vh;
    overflow-y: auto;
    width: 230px;
    max-height: 414px;
}

.custorm-dd.dropdown .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.custorm-dd.dropdown .dropdown-label {
    display: block;
    height: 35px;
    background: #fff;
    border: 1px solid #ccc;
    /*padding: 6px 12px;*/
    line-height: 35px;
    cursor: pointer;
    width: 35px;
    border-radius: 50%;
    text-align: center;
}

    .custorm-dd.dropdown .dropdown-label:before {
        content: "";
        float: right;
    }

.custorm-dd.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}

    .custorm-dd.dropdown.on .dropdown-list .dropdown-option {
        opacity: 1;
        transition-delay: 0.2s;
    }

.custorm-dd.dropdown.on .dropdown-label:before {
    content: "";
}

.custorm-dd.dropdown [type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 4px;
    width: auto;
}

i.fa-solid.fa-rotate-right {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    color: #11154a;
}

.adduser-details.view-details.mt-3 {
    min-height: 5vh;
    max-height: 75vh;
    overflow: auto;
}

.custom-h .adduser-details.view-details.mt-3 {
    max-height: 70vh;
    overflow: auto;
}

.custom-bt {
    position: relative;
}

    .custom-bt .button-section {
        /*position: absolute;*/
        right: 10px;
        bottom: 10px;
    }

.reason-div.custom-mheight {
    height: 300px;
}

.tckt-details-wrapper {
    padding: 8px 0;
}

.date-period {
    width: 104%;
}

.datatable-main .date_row > div {
    width: 107% !important;
}

tr.mem-tr-2.due-input td {
    vertical-align: top;
}
/*update css latest*/
/*updated css for profile datalist 5/29/2024*/
.img-wrapper {
    height: 150px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.profile-image {
    object-fit: cover;
    object-position: center;
}

.profile-height {
    height: calc(100dvh - 100px);
}

.icon-image {
    right: 0;
    bottom: 10%;
    right: 20%;
    font-size: 13px;
    color: #fdfeff;
    font-weight: 100;
    background: #11154A;
    width: 32px;
    aspect-ratio: 1 / 1;
    display: inline-block;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    z-index: 99;
}

.profile-edit-btn {
    background: #11154A;
    color: white;
}

    .profile-edit-btn:hover {
        background: #11154A70;
    }

.outer-search-sec-com > div {
    width: 100%;
}

.filter-ticket-btns .filter-select {
    width: 100%;
    padding: 2px;
}

.outer-search-sec-com {
    gap: 10px;
}
/*hamberger hide*/
.sidebar .brand-section .side-toggle-btn {
    display: none;
}

/*hamberger hide*/

/*update after svn*/
.filter-select {
    box-shadow: none !important;
   
}
.filter-cat .custom-select select#ticket-status-filter {
    height: 38px;
}
.task-dd.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
    z-index: 99;
  
   border-radius:5px;
   
}
    .task-dd.dropdown .dropdown-label {
        height: 37px;
        line-height: 34px;
        width: 100%;
        background: #fff;
        border-radius: 5px;
        border: .5px solid lightgray;
        padding: 0 10px;
    }
    .task-dd.dropdown.on .dropdown-list {
        transform: scale(1, 1);
        transition-delay: 0s;
        /*position:static;*/
        width:100%;
    }

    .task-dd.dropdown .dropdown-list {
        padding: 12px;
        background: #fff;
        position: absolute;
          height:100px;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
        transform-origin: 50% 0;
        transform: scale(1, 0);
        transition: transform 0.15s ease-in-out 0.15s;
        right: 0px;
        overflow-y: auto;
        width: 230px;
        max-height: 414px;
        /* z-index: 99999;
        width: 100%;
        top: 107%;*/
        margin-top: 8px;
        width: 100%;
    }
    
    .task-dd.dropdown .dropdown-list .dropdown-option {
        opacity: 1;
        transition-delay: 0.2s;
        display:flex;
        align-items:center;
        justify-content:start;
        gap:10px;
    }
    .task-dd.dropdown .dropdown-list .dropdown-option input{
        width:auto;
        height:auto;

    }
    .task-dd.dropdown .dropdown-option {
        display: block;
       
        opacity: 0;
        transition: opacity 0.15s ease-in-out;
    }
.task-dd a {
    text-decoration: none;
    color: #379937;
}

/*create ticket update css*/
.aks-file-upload .aks-file-upload-content {
    margin-top: 32px;
}
.glryy-1{
    max-height:550px;
}
#gllry-modal .modal-content{
    border-radius:.8rem;
}
/*create ticket update css*/

/*fileter styling*/
.filtering {
    z-index: unset;
}
/*fileter styling*/
/*profile styling*/
.profile-img-wrapper .img-wrapper {
    overflow: unset !important;
}

.profile-img-wrapper .icon-image {
    bottom: 0px;
    right: 0px;
}
/*profile styling*/
.tickets-body-com {
    height: 73vh;
}

.today-online-dot {
    top: 40%;
}
#ticket-add-form #aks-file-upload {
    margin-top: unset;
}
.aks-file-upload-content {
     overflow-y: unset; 
}
.ticket-details-modal .modal-content-ticket .tckt-updt-wrap select{
   /* -webkit-appearance:none;*/
}
#task-form-add select#TaskAssetId {
    height: 40px;
    padding: 0 10px;
}

#task-form-add .task-dd.dropdown .dropdown-label {
    height: 40px;
    line-height: 40px;
}
.board-main .fc-content {
    cursor: pointer;
}
/*updated css for profile datalist 5/29/2024*/

.mydrop .active-nav::before {
    content: '';
    border-left: 7px solid #11154A;
    position: absolute;
    top: 0px;
    width: 6px;
    height: 40px;
    left: 10px;
    border-radius: 0px 8px 8px 0px;
}
.mydrop{
    display:block !important;
}
.chat-action-pop .dropdown-toggle::after {
    
    content: "" !important;
   
}
.outer-profile-box .dropdown-item {
    font-size: 12px !important;
}
.outer-profile-box .dropdown-menu {
    min-width: 148px;
}
.channel-sec-box ul li span>span:nth-of-type(2){
    font-size:9px !important;
}
/*ticketBoard */
.overflow_ticket_list div#ticket-list > div {
    max-width:280px;
    
}
    div#ticket-list > div .head-col {
        gap: 10px;
        flex-wrap: wrap;
    }
    div#ticket-list > div .head-col h5{
        line-height:2
    }
        div#ticket-list > div .head-col >div{
            flex-grow:1;
           text-align:end;
        }
        /*ticketBoard */
        table i.fa.fa-trash {
            color: #11154a !important;
        }

.forget-page .main-login-box{
    height:unset;
}

/*Communication Message Action */
.message-content{
    position: relative;
}
.message-action {
    display: none;
    position: absolute;
    top: 0%;
    left: 68%;
   
    border-radius: 10px;
    padding: 2px 5px;
 
}

.message-content:hover > .message-action {
    display: block;
}

.new-search {
    display: flex;
}
.message-action button.btn-primary {
    background: #11154a;
    border: #11154a;
}
.message-action button.btn-warning {
    background: #888aa4;
    border: #888aa4;
color:white;
}
.message-action.send-msg-action {
    left: 0%;
    top: 15%;
}
.outer-profile-box.reply-chat-box {
    background: #888aa424;
    padding: 17px 7px;
    border-radius: 11px;
    margin-left: 52px;
    width: 468px;

}
.your-box-inner.new-sender-reply {
    background: #e7e7eb;
}
    .your-box-inner.new-sender-reply p {
        color: black;
    }

.your-box-inner ol li {
    padding-left: 11px;
    list-style: inside;
}

/*.scroll-content {
    max-width: 256px;
    overflow-x: scroll;
   
}
    .scroll-content h5 {
        white-space: nowrap;
    }*/

.top-content-main {
    max-width: 380px !important;
}
/*.head-div-2.filter-section {
    text-align: start !important;
    width: 0px !important;
}*/
.head-div-2.filter-section {
    text-align: start !important;
}