/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/

@font-face {
    font-family: 'DINRoundPro';
    src: url('webfonts/DINRoundPro-Black.eot');
    src: local('DINRoundPro-Black'), url('webfonts/DINRoundPro-Black.eot?#iefix') format('embedded-opentype'), url('webfonts/DINRoundPro-Black.woff2') format('woff2'), url('webfonts/DINRoundPro-Black.woff') format('woff'), url('webfonts/DINRoundPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro-Medi';
    src: url('webfonts/DINRoundPro-Medi.eot');
    src: local('DINRoundPro-Medi'), url('webfonts/DINRoundPro-Medi.eot?#iefix') format('embedded-opentype'), url('webfonts/DINRoundPro-Medi.woff2') format('woff2'), url('webfonts/DINRoundPro-Medi.woff') format('woff'), url('webfonts/DINRoundPro-Medi.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('webfonts/DINRoundPro-Light.eot');
    src: local('DINRoundPro-Light'), url('webfonts/DINRoundPro-Light.eot?#iefix') format('embedded-opentype'), url('webfonts/DINRoundPro-Light.woff2') format('woff2'), url('webfonts/DINRoundPro-Light.woff') format('woff'), url('webfonts/DINRoundPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('webfonts/DINRoundPro.eot');
    src: local('DINRoundPro'), url('webfonts/DINRoundPro.eot?#iefix') format('embedded-opentype'), url('webfonts/DINRoundPro.woff2') format('woff2'), url('webfonts/DINRoundPro.woff') format('woff'), url('webfonts/DINRoundPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('webfonts/DINRoundPro-Bold.eot');
    src: local('DINRoundPro-Bold'), url('webfonts/DINRoundPro-Bold.eot?#iefix') format('embedded-opentype'), url('webfonts/DINRoundPro-Bold.woff2') format('woff2'), url('webfonts/DINRoundPro-Bold.woff') format('woff'), url('webfonts/DINRoundPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


:root {
    --theme__color1: #FF914D;
    --theme__color2: #1B2C3F;
    --theme__color3: #4CAF50;
    --theme__color4: #00C0EF;
    --theme__red: #FF2727;
    --font1: 'DINRoundPro';
}

*, ::before, ::after {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.2;
    background-color: #fff;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font1);
    font-weight: 400;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #C5C5C5;
}

body.fixed {
    overflow: hidden;
}

a, a:active, a:focus, a:active, a:hover {
    text-decoration: none !important;
    color: inherit;
}

input {
    border: 1px solid lightgrey;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    a:hover,
    a:focus,
    input:focus,
    input:hover,
    select:focus,
    select:hover,
    select:active,
    textarea:focus,
    textarea:hover,
    button:focus {
        outline: none;
    }

::placeholder {
    opacity: 1;
}

:focus::placeholder {
    opacity: 0 !important;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    /* table-layout: fixed;  */
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

    p:last-child {
        margin: 0;
    }

.main-wrap {
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}
/* @media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
} */



/* ---offcanvas-css--- */
.offcanvas-open {
    font-size: 22px;
    transition: 0.3s;
}

    .offcanvas-open:hover {
        color: #97A3AE;
    }

.offcanvas-close {
    color: var(--theme__color1);
    position: absolute;
    transition: 0.3s;
    right: 25px;
    top: 25px;
}

    .offcanvas-close:hover {
        color: #97A3AE;
    }

.offcanvas-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translateX(-105%);
    transition: 0.3s;
}

    .offcanvas-menu.active {
        transform: translate(0);
    }

    .offcanvas-menu .offmenu {
        max-width: 250px;
        min-width: 200px;
        z-index: 5;
        position: relative;
        background: #d5dce2;
        height: 100%;
        padding: 50px 20px 40px;
        overflow: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        .offcanvas-menu .offmenu :-webkit-scrollbar {
            display: none;
        }

    .offcanvas-menu ul li a {
        display: block;
        text-align: center;
        font-size: 16px;
        color: var(--theme__color1);
        padding: 10px;
    }

.dropdown-menu-custom ul {
    background: #fff;
    padding: 20px 0;
}

    .dropdown-menu-custom ul li a {
        color: #97A3AE;
    }

.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.178);
    z-index: 2;
    transform: 0;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .offcanvas-overlay.active {
        opacity: 1;
        visibility: visible;
    }
/* ---offcanvas-css-end---*/


#loading-something {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.356);
}

    #loading-something:before {
        content: "";
        position: fixed;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        border: 4px solid var(--theme__color1);
        border-top-color: #e2eefd;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }


/* --preloader-- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid var(--theme__color1);
        border-top-color: #e2eefd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* --preloader-end-- */





/* ------page-main-wrap------ */
.page-main-wrap {
    display: flex;
    height: 100%;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
}

    .page-main-wrap .sidebar {
        flex-shrink: 0;
        position: relative;
        z-index: 999999;
    }

    .page-main-wrap .page-content-area {
        flex-shrink: 2;
        flex-grow: 1;
        width: 50px;
    }
/* ----sidebar---- */
.sidebar {
    box-shadow: 0 .1875rem .75rem 0 rgba(47, 43, 61, .14);
    border-radius: 10px;
    height: calc(100vh - 30px);
    margin: 20px;
    width: 80px;
    background: var(--theme__color2);
    position: relative;
}

.sidebar-inner {
    height: 80%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    border-radius: 10px;
}

/*.sidebar-collapsed .logo {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
}*/
.sidebar:not(.sidebar-collapsed) {
    width: 230px;
}

.sidebar-collapsed .sidebar-inner {
    overflow: hidden;
}

.sidebar-collapsed .show {
    display: none !important;
}

.sidebar.sidebar-collapsed .sidebar-footer {
    opacity: 0;
}

.sidebar .sidebar-footer {
    opacity: 1;
}

.logo {
    height: 50px !important;
    text-align: center;
    border-bottom: 1px solid #EAEAEA;
}



    .logo .logo-img {
        width: 60%;
        height: 80px;
        margin-top: 0px;
    }


    .logo .logo-img-short {
        opacity: 0;
        position: absolute;
    }


/*   this is me*/

/* --main-menu-- */
/*.sidebar.sidebar-collapsed .main-menu {
    margin-bottom: 30px;
    margin: 0px 8px;
    background-color: #fff;
    z-index: 99999;
}*/

/*.sidebar.sidebar-collapsed .main-menu ul li a {
        gap: unset;
        display: unset;
    }*/
/* .sidebar.sidebar-collapsed .main-menu ul li:first-child .icon img {
        width:18px;
    }
    .sidebar.sidebar-collapsed .main-menu ul li:nth-last-child(3) .icon img {
      width:18px;
    }*/
.sidebar .main-menu ul li a {
    gap: 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.sidebar .main-menu {
    margin-bottom: 30px;
    margin: 0px 0px;
}

/*.sidebar.sidebar-collapsed ul {
    padding: 22px 0 0;
    display: flex;
    flex-direction: column;
/*    gap: 0px;
}
*/

.main-menu ul {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    /*    gap: 8px;*/
}

/*.sidebar.sidebar-collapsed .main-menu ul li {
    position: relative;
    text-align: center;
    padding: 13px 10px;
    border:none;
    outline:none;
    box-shadow:none;
}*/

/*.sidebar.sidebar-collapsed .main-menu ul li:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}*/
span.icon img {
    max-width: 20px;
}

.collapsed-dropdown ul li {
}

.sidebar .main-menu ul li a {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .sidebar .main-menu ul li a .icon {
        position: relative;
        left: 0px;
        font-size: 24px;
        margin-right: 20px;
        transition: opacity 0.3s ease;
    }

    .sidebar .main-menu ul li a .text {
        margin-left: 0px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        opacity: 1;
        white-space: nowrap;
        transition: opacity 0.3s ease;
    }

.sidebar-collapsed .main-menu ul li a .text {
    opacity: 0;
}

.sidebar.open ul li span, .sidebar:hover ul li span {
    opacity: 1 !important;
}


/*.sidebar.sidebar-collapsed .main-menu ul li a {
    padding: 0px;
}*/
.sidebar .collapsed-dropdown {
    /*background-color: #fff;*/
    border: none;
    outline: none;
}

.light-theme .sidebar .collapsed-dropdown {
    background-color: #fff;
    border: none;
    outline: none;
}

.dark-theme .sidebar .collapsed-dropdown {
    background-color: #1B2C3F !important;
}

.sidebar ul:focus-visible, .sidebar ul li:focus-visible {
    border: none;
    outline: none;
}

:focus-visible {
    border: none;
    outline: none;
}

.sidebar .collapsed-dropdown:focus-visible {
    border: none;
    outline: none;
}
/*.sidebar.sidebar-collapsed .collapsed-dropdown ul li {
        padding: 10px 10px !important;
        text-align: left !important;
    }*/

.sidebar .collapsed-dropdown ul li {
    padding: 0px 0px !important;
    text-align: left !important;
}

.sidebar .main-menu ul li a {
    padding: 15px 15px 15px 30px;
}

.collapsed-dropdown ul li::after {
    content: none !important;
}

/*.sidebar.sidebar-collapsed .main-menu ul li::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 5px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px 5px 0px 0px;
    opacity: 0;
    transition: opacity 0.3s ease;
}*/

/*.sidebar.sidebar-collapsed .main-menu ul li:hover::after {
    opacity: 1;
    background-color: #FF914D;
}*/

/*.sidebar.sidebar-collapsed .main-menu ul li a::after {
    content: none;
}*/

.sidebar .main-menu ul li a::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 35px;
    background-color: #fff;
    bottom: 9px;
    right: 0;
    border-radius: 5px 0px 0px 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: auto;
}

.sidebar .main-menu ul li:hover a::after {
    opacity: 1;
    background-color: #FF914D;
}

.collapsed-dropdown ul li a::after {
    content: none !important;
}


.sidebar .main-menu ul li:hover {
    border-radius: 0px;
    transition: all ease 0.5s 0s;
    background-color: rgba(255,145,77,0.1);
}

/*.sidebar.sidebar-collapsed .main-menu ul li:hover {
    border-radius: 10px;
    transition: all ease 0.5s 0s;
    background-color: rgba(255,145,77,0.1);
}*/

/* .main-menu ul li a {
                padding: 0 17px 0 25px;
                display: flex;
                gap: 5px;
                font-size: 16px;
                font-weight: 400;
                color: rgba(255, 255, 255, 0.493);
                align-items: center;
                position: relative;
                z-index: 5;
            }*/
/*.main-menu > ul > li > a::before {
        content: '';
        display: flex;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-100%,-50%);
        height: 20px;
        width: 5px;
        background: var(--theme__color1);
        transition: 0.3s;
    }*/
.main-menu > ul > li > a.active::before,
.main-menu > ul > li > a:hover::before {
    transform: translate(0,-50%);
}

/*    .main-menu ul li a .icon {
        height: 30px;
        width: 30px;
      display: flex;
        align-items: center;
        transition: 0.3s;
    }*/

/* .main-menu ul li a .icon .icon-img {
            height: 23px;
            width: 23px;
            display: flex;
            align-items: center;
            justify-content: center;
        }*/

.main-menu ul li a .icon .icon-img path {
    fill: #8D969F !important;
}

.main-menu ul li a .icon .icon-img
.main-menu ul li a .icon i {
    transition: 0.3s;
}

/*.sidebar.sidebar-collapsed .main-menu ul li a .text {
    font-size: 13px;
    color: #848298;
    padding-top: 10px;
    font-weight: 500;
    display:inline-block;
}*/

.sidebar .main-menu ul li a .text {
    font-size: 14px;
    color: #848298;
    padding-top: 0px;
    font-weight: 500;
    width: 120px !important;
}

.main-menu ul li:hover .text {
    color: #FF914D;
    transition: all ease 0.5s 0s;
}

.main-menu ul li a .arrow {
    margin-left: auto;
    margin-right: 10px;
}

    .main-menu ul li a .arrow i {
        font-weight: 500;
        color: #848298;
        font-size: 14px;
    }

.main-menu ul li a.collapsed .arrow {
}

/*.sidebar-collapsed .collapsed-dropdown ul li a {
    font-size: 12px;
}*/
/* collapsed-dropdown */
.collapsed-dropdown {
}

    .collapsed-dropdown ul {
        padding: 0px 0 0px !important;
        gap: 0px !important;
        border: none !important;
        outline: none !important;
    }

        .collapsed-dropdown ul li:hover {
            border-radius: 0px !important;
        }

        .collapsed-dropdown ul li {
            text-align: left;
        }

            .collapsed-dropdown ul li a {
                font-size: 15px;
                padding: 0 0 0 60px;
                transition: 0.3s;
            }

                .collapsed-dropdown ul li a::before {
                    display: none;
                }

                .collapsed-dropdown ul li a:hover {
                    color: #fff;
                }

.sidebar-footer {
    padding: 30px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.199);
}

    .sidebar-footer p {
        font-size: 14px;
        opacity: 0.5;
        color: #fff;
        line-height: 1.7;
    }


/* collapsed-dropdown-end */

/* sidebar-collapsed */

/*.sidebar-collapsed,
.enabled{
    width: 130px;
}*/

/*.sidebar-collapsed .logo .logo-img{
        opacity: 0;
        visibility: hidden;
    }

    .sidebar-collapsed .logo .logo-img-short{
        opacity: 1;
    }*/

/*.sidebar-collapsed .main-menu ul li a .text {
        display: none;
    }*/

/*.sidebar-collapsed .main-menu ul li a .arrow{
        display: none;
    }

    .sidebar-collapsed .main-menu ul li a .icon {
        justify-content: center;
        display: block;
        margin-bottom: 0px;
    }
    .sidebar-collapsed .collapsed-dropdown {
        display: block;
        width: auto;
        background: #0F1821;
        position: absolute;
        left: 0;
        color: #888EA8;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
        border: 1px solid #EDE6ED;
        border-radius: 5px;
        box-shadow: 0 .1875rem .75rem 0 rgba(47, 43, 61, .14);
        z-index: 9999;
        left: 0;
        right: 0;
    }

    .sidebar-collapsed .main-menu ul li:hover .collapsed-dropdown {
        opacity: 1;
        visibility: hidden;
    }

    .sidebar-collapsed .collapsed-dropdown ul li a {
        padding: 0 0 0 0px;

        display: block;
        text-align: left;
    }*/

.collapsed-dropdown ul li:hover::after {
    opacity: 0; /* Shows when hovering */
    background-color: #FF914D; /* Changes color on hover */
}

.collapsed-dropdown ul li {
    padding: 15px 10px !important;
    text-align: left !important;
}
/*    .sidebar-collapsed .collapsed-dropdown ul li a::before {
            content: '\f054';
            font-family: "Font Awesome 5 Pro";
            font-size: 11px;
            display: inline-block;
            margin-right: 20px;
        }*/
/*.sidebar-collapsed .sidebar-footer {
    display: none;
}*/
/* --main-menu--end-- */

/* ----sidebar----end---- */

/* ----page-content-area---- */
.page-content-area {
    background: #F3F4F5;
    flex-grow: 1;
}
/* --page-header-area-- */
.page-header-area {
    padding: 0px 20px;
    gap: 29px;
    display: flex;
    background: #fff;
    align-items: center;
    position: relative;
    z-index: 200;
    margin: 20px;
    border-radius: 10px;
    height: 60px;
    box-shadow: 0 .1875rem .75rem 0 rgba(47, 43, 61, .14);
    z-index: 1;
}

    .page-header-area img {
        width: 25px;
    }

.header-logo {
    padding: 0 10px;
    background: var(--theme__color2);
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-logo img {
        width: 34px;
        height: 34px;
    }

.sidebar-toggler {
    flex-shrink: 0;
}

    .sidebar-toggler img {
        width: 22px;
    }

.searchbar {
    flex-grow: 1;
    position: relative;
}

    .searchbar .button {
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        color: #87909A;
        font-size: 18px;
        padding: 0;
        line-height: 1;
    }

    .searchbar input[type="text"] {
        padding: 0 16px 0 42px;
        height: 35px;
        background: #F3F4F5;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 0.5rem;
        color: #1B2C3F;
        font-size: 1.5rem;
        transition: border 0.2s ease, box-shadow 0.2s ease;
    }

        .searchbar input[type="text"]::placeholder {
            opacity: 0.5;
            color: #87909A;
        }


.header-icon-button {
    flex-shrink: 0;
    font-size: 20px;
    color: #8F97A0;
    transition: 0.3s;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    z-index: 5;
}

    .header-icon-button .count {
        top: 11px;
        right: -8px;
        min-width: 17px;
        padding: 2px;
        border-radius: 10%;
        background: var(--theme__red);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 13px;
        position: absolute;
        height: 17px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 600;
    }

.notification-dropdown {
    top: calc(100% + 0px);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 475px !important;
    background: #fff;
    box-shadow: 0px 10px 30px #0000001A;
    border-radius: 3px;
    z-index: 20;
    max-height: initial !important;
}

    .notification-dropdown .top {
        padding: 13px 15px 13px;
        border-bottom: 1px solid #EAEAEA;
    }

    .notification-dropdown .bottom {
        padding: 13px 15px 13px;
        gap: 17px;
        display: flex;
    }

    .notification-dropdown p {
        font-size: 16px;
        font-weight: 400;
        color: #1B2C3F;
    }

    .notification-dropdown h4 {
        font-size: 16px;
        font-weight: 500;
        color: #1B2C3F;
    }

    .notification-dropdown i {
        color: var(--theme__color1);
    }

.header-user-button-outer {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    z-index: 5;
    padding: 7px 0;
}

.header-user-button {
    display: flex;
    align-items: center;
}

    .header-user-button .image {
        height: 42px;
        width: 42px;
        box-shadow: 0 .1875rem .75rem 0 rgba(47, 43, 61, .14);
        border-radius: 100%;
        border: 1px solid #fff;
    }

        .header-user-button .image .img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 50%;
        }

    .header-user-button h3 {
        margin: 0 0 0 10px;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
    }

    .header-user-button i {
        margin: 5px 0 0 10px;
        color: #65696d;
        font-size: 13px;
    }

.user-dropdown {
    top: calc(100% + 0px);
    right: 0;
    width: 350px !important;
    background: #fff;
    box-shadow: 0px 10px 30px #0000001A;
    border-radius: 3px;
    z-index: 5;
    position: absolute;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EAEAEA;
    max-height: initial !important;
}

    .user-dropdown .user-img {
        margin: 23px 0 35px;
        height: 105px;
        width: 105px;
        align-self: center;
    }

        .user-dropdown .user-img .img {
            height: 100%;
            width: 100%;
            object-position: center;
            object-fit: cover;
            border-radius: 50%;
        }

    .user-dropdown .user-data {
    }

        .user-dropdown .user-data h4 {
            margin: 0 0 14px;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
        }

    .user-dropdown .user-dropdown-buttons {
        margin: 12px 0 0;
        display: flex;
        gap: 17px;
        padding: 23px 25px 23px;
        border-top: 1px solid #EAEAEA;
    }

        .user-dropdown .user-dropdown-buttons .button {
            width: 50%;
        }
/* --page-header-area--end-- */

/* account-section */
.account-section {
    padding: 30px 30px 0;
}

    .account-section .title {
    }

        .account-section .title h2 {
            font-size: 20px;
            font-weight: 600;
            margin-top: 10px;
            margin-bottom: 10px;
        }

.account-progress-show {
    width: 100%;
}

    .account-progress-show #tabs {
        display: flex;
        width: 100%;
        z-index: 1;
        border: 1px solid #ddd;
    }

    .account-progress-show ul li {
        /*width: 10%;*/
        flex-grow: 1;
        position: relative;
    }

        .account-progress-show ul li a {
            width: 100%;
            height: 40px;
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 600;
            color: #1B2C3F;
            background: #fff;
            position: relative;
            border-right: 1px solid #E5E7E9;
        }

            .account-progress-show ul li a::after {
                content: '';
                height: 11px;
                width: 11px;
                border-right: 1px solid #E5E7E9;
                border-bottom: 1px solid #E5E7E9;
                display: block;
                position: absolute;
                top: 50%;
                right: 0px;
                transform: translate( 6px, -50%) rotate(-45deg);
                background: #fff;
            }

        .account-progress-show ul li:last-child a::after {
            display: none;
        }

        .account-progress-show ul li a.active::after {
            background: var(--theme__color1);
        }

        .account-progress-show ul li:last-child a {
            border-right: none;
        }

        .account-progress-show ul li:nth-child(1) {
            z-index: 10;
        }

        .account-progress-show ul li:nth-child(2) {
            z-index: 9;
        }

        .account-progress-show ul li:nth-child(3) {
            z-index: 8;
        }

        .account-progress-show ul li:nth-child(4) {
            z-index: 7;
        }

        .account-progress-show ul li:nth-child(5) {
            z-index: 6;
        }

        .account-progress-show ul li:nth-child(6) {
            z-index: 5;
        }

        .account-progress-show ul li:nth-child(7) {
            z-index: 4;
        }

        .account-progress-show ul li:nth-child(8) {
            z-index: 3;
        }

        .account-progress-show ul li a.active {
            color: #fff;
            background: var(--theme__color1);
        }

            .account-progress-show ul li a.active .demography-tabs-empty {
                color: #fff;
            }

.account-content {
    /*margin: 30px 0 0;*/
    padding: 25px 25px 10px;
    background: #fff;
    box-shadow: 0px 10px 30px #0000001A;
    border-radius: 6px;
}

    .account-content .custom-column {
        /*display: grid;
        grid-template-columns: repeat(2,1fr);
        flex-shrink: 0;
        grid-gap: 30px;
        align-items: end;*/
    }

.custom-column .single-input {
    flex-shrink: 0;
}

.account-content .custom-column--2 {
}

.account-content .custom-column--5 {
    grid-template-columns: repeat(5,1fr) !important;
}

.account-content .custom-column--inner {
    /* grid-gap: 20px;
    grid-template-columns: repeat(2,1fr);*/
}

.account-content .custom-column--zigzag1 {
    display: flex;
    align-items: center;
    /*gap: 20px;*/
}

    .account-content .custom-column--zigzag1 .single-input:nth-child(1) {
        /* width: 300px;*/
    }

    .account-content .custom-column--zigzag1 .single-input:nth-child(2) {
        /*width: 130px;*/
    }

    .account-content .custom-column--zigzag1 .single-input:nth-child(3) {
        /*padding: 0 0 0 5px;*/
    }

.form-model .single-input {
    margin-bottom: 20px;
}

    .form-model .single-input h4 {
        font-size: 16px;
        font-weight: 600;
        color: #1B2C3F;
        margin: 0;
    }

    .form-model .single-input label {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .form-model .single-input .checkbox-wrap {
        display: flex;
        gap: 24px;
        white-space: nowrap;
    }

        .form-model .single-input .checkbox-wrap label {
            margin: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

    .form-model .single-input .nice-select::after {
        border-color: #8C939E;
        height: 7px;
        width: 7px;
        border-width: 1px;
        margin: -5px 0 0;
        right: 14px;
    }

    .form-model .single-input.linear-single-input {
        display: flex;
        max-width: 100%;
    }

        .form-model .single-input.linear-single-input label {
            width: 210px;
          /*  margin: 0;*/
            flex-shrink: 0;
        }

        .form-model .single-input.linear-single-input .linear-input-inner {
            display: flex;
            gap: 20px;
        }

            .form-model .single-input.linear-single-input .linear-input-inner input[type="text"] {
                width: 320px;
                max-width: 100% !important;
            }

    .form-model .single-input .number-wrap {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .form-model .single-input .number-wrap label {
            width: initial;
            margin: 0;
        }

.phone-number-input {
    position: relative;
}

    .phone-number-input .flag {
        display: none;
    }

.account-content--table-type-outer {
    --down-offset: 80px;
    padding-bottom: var(--down-offset) !important;
    margin-bottom: calc(var(--down-offset) * -1);
    overflow-y: hidden;
    flex-shrink: 1;
    margin-top: 30px;
}

.account-content--table-type {
    background: #fff;
}

    .account-content--table-type .table {
        min-width: 920px;
        margin-bottom: 0;
    }

        .account-content--table-type .table td {
            border: none;
            padding: 0;
            border-right: 1px solid #0000001A;
            min-width: 100px;
        }

            .account-content--table-type .table td:last-child {
                border: none;
            }

        .account-content--table-type .table thead td {
        }

        .account-content--table-type .table .default-input {
            align-items: center;
            display: flex;
        }

        .account-content--table-type .table td .single-input {
            margin: 0;
        }

.existing-note {
   /* width: 100%;
    max-width: 515px;*/
    padding: 20px 0 20px;
}

    .existing-note .head {
        display: flex;
        gap: 20px;
    }

        .existing-note .head .default-input {
            display: flex;
        }

            .existing-note .head .default-input h3 {
                font-size: 14px;
                font-weight: 400;
                color: #656565;
                margin: 0;
            }

            .existing-note .head .default-input img {
            }

        .existing-note .head .default-button {
            flex-shrink: 0;
        }

.existing-note-wrap {
    /*padding: 20px 0 0;*/
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.single-note {
    background: #F9F9FA;
    display: flex;
}

    .single-note .date {
        padding: 0 5px 0 0;
        width: 140px;
        margin: 0 18px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: relative;
        font-family: var(--font1);
        flex-shrink: 0;
    }

        .single-note .date::after {
            content: '';
            height: calc(100% - 20px);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -2px;
            width: 1px;
            border-left: 1px dashed rgba(0, 0, 0, 0.788);
            /* width: 4px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23333' stroke-width='1' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  clip-path: polygon(0 0, 1px 0, 1px 100%, 0% 100%); */
        }

        .single-note .date h3 {
            font-size: 50px !important;
            font-weight: 700 !important;
            color: #00C0EF !important;
            margin: 0;
        }

        .single-note .date h4 {
            font-size: 16px;
            font-weight: 700;
            color: #1B2C3F;
            margin: 0;
            line-height: 1.4;
        }

    .single-note .sn-content {
        padding: 10px;
    }

        .single-note .sn-content .top {
            padding: 8px 0 10px;
            display: flex;
            justify-content: space-between;
        }

            .single-note .sn-content .top h3 {
                margin: 10px 0 0;
                font-size: 16px !important;
                font-weight: 600 !important;
                color: #fff !important;
            }

            .single-note .sn-content .top .buttons {
                display: flex;
                gap: 20px;
            }

                .single-note .sn-content .top .buttons .button {
                }

        .single-note .sn-content .bottom {
            padding: 20px;
        }

            .single-note .sn-content .bottom p {
                font-size: 14px;
                font-weight: 400;
            }


.hr-line {
    margin: 10px 0 30px;
    height: 1px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgb(212, 212, 212)' stroke-width='1' stroke-dasharray='5%2c 7' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.bottom-buttons {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    background: white;
}

    .bottom-buttons .button {
    }

/* account-section-end */

/* event-section */
.event-section {
    --inner-spaces: 30px;
    padding: var(--inner-spaces);
    display: flex;
    gap: var(--inner-spaces);
}

.event-sidepart {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: var(--inner-spaces);
}

.event-side-calendar {
}

    .event-side-calendar .event-calendar {
    }

    .event-side-calendar .calendar-header {
        display: flex;
        align-items: center;
        background: #fff;
        padding: 15px 16px;
    }

    .event-side-calendar .month-label {
        font-size: 20px;
        font-weight: 500;
        color: #1B2C3F;
    }

    .event-side-calendar .month-weeks {
        border-left: none !important;
        border-right: none !important;
        background: #fff;
    }

    .event-side-calendar .date-events {
        list-style: none;
        padding: 0;
        margin: 0;
        min-height: 46px;
    }

    .event-side-calendar .date-label {
        font-size: 14px;
        font-weight: 500;
        color: rgba(27, 44, 63, 0.5);
    }

    .event-side-calendar .date.current-date .date-label {
        color: var(--theme__color1) !important;
    }

    .event-side-calendar .date.current-date {
        background: transparent !important;
    }

        .event-side-calendar .date.current-date::before {
            border-color: transparent;
        }

    .event-side-calendar .week-header .day {
        font-size: 14px;
        font-weight: 500;
        color: #1B2C3F;
        background: #F9F9FA;
    }

    .event-side-calendar .days-container .day {
        padding: 8px 10px;
        border-left: 1px dashed #e4e4e4;
        border-top: 1px dashed #e4e4e4;
    }

    .event-side-calendar .week:nth-child(2) .days-container .day {
        border-top: none;
    }

    .event-side-calendar .calendar-actions {
        float: none;
        margin-left: auto;
        display: flex;
    }

        .event-side-calendar .calendar-actions button {
            width: 40px;
            height: 30px;
            background: #1B2C3F;
            border: none;
            text-overflow: ellipsis;
            color: transparent;
            position: relative;
        }

            .event-side-calendar .calendar-actions button.prev {
                border-radius: 5px 0 0 5px;
            }

                .event-side-calendar .calendar-actions button.prev::before {
                    content: "\f053";
                    font-family: "Font Awesome 5 Pro";
                    color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

            .event-side-calendar .calendar-actions button.next {
                border-radius: 0 5px 5px 0;
            }

                .event-side-calendar .calendar-actions button.next::before {
                    content: "\f054";
                    font-family: "Font Awesome 5 Pro";
                    color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                }

            .event-side-calendar .calendar-actions button.today {
                order: -1;
                width: 80px;
                height: 30px;
                color: #fff;
                border-radius: 5px;
                margin: 0 10px 0 0;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0 0 4px;
            }


/*this datalist me*/

.event-sidebox {
    background: #fff;
    box-shadow: 0px 10px 30px #0000001A;
    border-radius: 6px;
    max-height: 350px;
    overflow: auto;
}

    .event-sidebox .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 13px;
        border-bottom: 1px dotted #cfcfcf;
    }

        .event-sidebox .head h3 {
            font-size: 20px;
            font-weight: 500;
            color: #1B2C3F;
            margin: 0;
        }

        .event-sidebox .head .icon {
            color: #8C959E;
        }

.event-side-box-inner {
    padding: 0px 0 5px;
    display: flex;
    flex-direction: column;
}

    .event-side-box-inner .single-select {
        padding: 1px 15px;
        border-top: 1px dotted #cfcfcf;
    }

        .event-side-box-inner .single-select:first-child {
            border: none;
        }

        .event-side-box-inner .single-select label {
            display: flex;
            align-items: center;
            gap: 20px;
        }

#event-inactiveusers-sidebox-inner {
    padding: 20px 15px 20px;
}




.event-main-part {
    width: 0;
    flex-grow: 1;
    /* height: calc(100vh - 110px); */
}

    .event-main-part img {
        width: 100%;
    }

@import url('file:///D:\Projects\ReadySetConnect\Site\PETA\Designs\style.css');


/* form-submit-section */
.form-submit-section {
    background: #E3F5F8;
    flex-grow: 1;
    padding: 70px 0 40px;
    position: relative;
}

.form-submit-section-shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(20%,-10%);
}

.form-submit-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
}

.submit-form {
    background: #fff;
    width: 100%;
    max-width: 740px;
    padding: 110px;
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

.submit-form-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-44%,-34%);
    z-index: -1;
}

.submit-form-shape2 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(15%,-44%);
}

.submit-form-shape3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: translate(55%,44%);
}

.submit-form .head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .submit-form .head .head-text {
        margin: 0 0 40px;
        width: 100%;
    }

        .submit-form .head .head-text h3 {
            font-size: 20px;
            font-weight: 600;
            color: #222222;
            margin: 25px 0 15px;
        }

        .submit-form .head .head-text p {
            font-size: 14px;
            font-weight: 500;
            color: #707070;
            margin: 0;
        }

            .submit-form .head .head-text p.green-box {
                margin: 20px 0 0;
                background: #D4EDDA;
                color: var(--theme__color3);
                width: 100%;
                padding: 20px 100px;
                border-radius: 3px;
            }

    .submit-form .head .img {
    }

.submit-form .single-input {
    margin-bottom: 20px;
}

    .submit-form .single-input label {
    }

    .submit-form .single-input input[type="text"],
    .submit-form .single-input input[type="password"] {
        margin: 10px 0 0;
        padding: 0 15px 0 15px;
        height: 60px;
        width: 100%;
        border: none;
        border-radius: 5px;
        color: #656565;
        font-size: 14px;
        align-items: center;
        border: 1px solid rgba(101, 101, 101, 0.158);
        background: transparent;
    }

.submit-form .checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.submit-form .submit-button {
    margin: 30px 0 0;
    width: 100%;
    height: 50px;
}

.submit-form .form-bottom {
    padding: 22px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .submit-form .form-bottom .or-message {
        border-bottom: 1px solid #e9e9e9;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .submit-form .form-bottom .or-message span {
            background: #fff;
            margin-bottom: -9px;
            padding: 0 25px;
        }

    .submit-form .form-bottom .social-register {
        margin: 25px 0 40px;
        display: flex;
        gap: 25px;
    }

        .submit-form .form-bottom .social-register li {
            list-style: none;
        }

            .submit-form .form-bottom .social-register li a {
                height: 50px;
                width: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: var(--theme__color1);
                color: #fff;
                font-size: 23px;
                border-radius: 50%;
                text-decoration: none !important;
            }

    .submit-form .form-bottom h3 {
        font-size: 16px;
        font-weight: 500;
        color: #222222;
        margin: 0 0 15px;
    }

    .submit-form .form-bottom p {
        font-size: 14px;
        font-weight: 500;
        color: #707070;
        margin: 0;
    }

    .submit-form .form-bottom a {
        color: #222222;
        text-decoration: underline !important;
    }

.form-submit-section .bottom-message {
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .form-submit-section .bottom-message p {
        font-size: 18px;
        font-weight: 500;
        color: #656565;
    }

    .form-submit-section .bottom-message img {
    }

.icon-input-outer {
    position: relative;
}

    .icon-input-outer .icon-img {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        z-index: 100;
    }

    .icon-input-outer .input-field {
        padding-left: 47px !important;
    }
/* form-submit-section-end */


/* event-section-end */
/* --page-content-main-- */
.page-content-main {
    flex-shrink: 1;
}


/* dashboard-section */
.dashboard-section {
    padding: 30px;
    width: 100%;
}

    .dashboard-section .heading {
    }

        .dashboard-section .heading h2 {
            font-size: 20px;
            font-weight: 500;
            margin: 0 0 30px;
        }

.dashboard-item-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}

.dashboard-item {
    height: 130px;
    border-radius: 5px;
    background: #92C684;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 20px;
}

    .dashboard-item h3 {
        color: #fff;
        font-size: 23px;
        font-weight: 500;
    }

    .dashboard-item .icon {
        height: 80px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.151);
        border-radius: 50%;
        transition: 0.3s;
        position: relative;
        z-index: 1;
    }

        .dashboard-item .icon:hover {
            background: rgba(255, 255, 255, 0.308);
        }

        .dashboard-item .icon img {
        }

    .dashboard-item.theme2 {
        background: #9E9BDB;
    }

    .dashboard-item.theme3 {
        background: #A2A2A2;
    }

    .dashboard-item.theme4 {
        background: #7DBADD;
    }

    .dashboard-item.theme5 {
        background: #70CAE1;
    }

    .dashboard-item.theme6 {
        background: #4BCDCD;
    }

    .dashboard-item.theme7 {
        background: #E5A5CB;
    }

    .dashboard-item.theme8 {
        background: #F2B879;
    }

    .dashboard-item.theme9 {
        background: #FA989F;
    }
    .dashboard-item.theme10 {
        background: #e6d477;
    }
/* dashboard-section-end */


/* plan-section */
.plan-section {
    padding: 30px;
}

    .plan-section .section-title {
    }

        .plan-section .section-title h2 {
            font-size: 20px;
            font-weight: 500;
            color: #1B2C3F;
            margin: 0 0 20px;
        }

.plan-section-main {
    display: flex;
    gap: 30px;
}

    .plan-section-main .standard-box {
        width: 100%;
        max-width: 410px;
    }

.plan-section h4,
.plan-section .h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #1B2C3F;
}

.plan-section h2 {
    color: white;
    font-weight: 500;
    line-height: 1.5;
}

.plane-box-content1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan-section .standard-box .fill-bg {
    background: #FFF4ED;
    width: 100%;
    padding: 7px 20px 10px 20px;
}

.plan-section .standard-box .fill-bg-ass {
    background: #F9F9FA;
    width: 100%;
    padding: 7px 20px 10px 20px;
}

.plan-section .standard-box .fill-border-ass {
    border-bottom: 2px solid #F9F9FA;
    padding: 7px 0 10px 20px;
}

.plan-section .standard-box .button-container {
    gap: 30px;
}

.plane-box-content2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan-section .left-side-content {
    width: 53%;
    margin-right: 80px;
}

.plan-section .right-side-content {
    width: 0;
    flex-grow: 1;
}

.plan-section .custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.info-show-only {
    width: 100%;
}

    .info-show-only h3 {
        padding: 20px 25px;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        border-bottom: 1px solid #DEE2E6;
        display: flex;
        justify-content: space-between;
    }

    .info-show-only .table {
        width: 100%;
        margin: 0;
    }

        .info-show-only .table td {
            padding: 13px 25px;
            font-size: 16px;
            font-weight: 500;
        }

            .info-show-only .table td:first-child {
                width: 250px;
            }


.edit-info {
    width: 100%;
    overflow-x: auto;
}

    .edit-info .scroll-able {
        min-width: 1000px;
    }

    .edit-info h3 {
        padding: 20px 25px;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
    }

.edit-info-inner {
    padding: 30px 25px;
    width: 100%;
}

.edit-info .custom-input-row {
   /* display: flex;
    gap: 20px;
    width: 100%;*/
}

.edit-info .custom-row-outer {
    gap: 25px;
}

.edit-info .custom-input-row .single-input {
    flex-grow: 1;
}

.custom-50-plane {
    background: #FFF4ED;
    display: inline-flex;
    align-items: center;
    padding: 13px;
}

    .custom-50-plane .image {
        padding: 20px;
        border-right: 1px dashed var(--theme__color1);
    }

    .custom-50-plane .text {
        font-size: 20px;
        font-weight: 500;
        padding: 5px 30px;
    }

.tag-container {
    height: initial !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    gap: 13px;
    display: flex;
    flex-wrap: wrap;
}

.plan-section .single-input {
   /* width: 100%;*/
}

.plan-nav {
}

    .plan-nav ul {
        gap: 10px;
        display: flex;
    }

        .plan-nav ul li {
        }

            .plan-nav ul li a {
                height: 40px;
                padding: 0 20px;
                min-width: 100px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                font-size: 14px;
                color: #fff;
                background: var(--theme__color1);
                border-radius: 5px 5px 0 0;
            }

                .plan-nav ul li a.active {
                    color: var(--theme__color2);
                    background: #fff;
                }

.plan-nav-mobile {
}

    .plan-nav-mobile .nice-select {
        height: 40px;
        padding: 0 20px;
        min-width: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background: var(--theme__color1);
        border-radius: 5px;
    }

        .plan-nav-mobile .nice-select::after {
            border-color: #fff;
            height: 7px;
            width: 7px;
            border-width: 1px;
            margin: -5px 0 0;
            right: 14px;
        }

        .plan-nav-mobile .nice-select .list {
            color: var(--theme__color1);
        }

.business-name {
    font-size: 16px;
    background: #FFE9DB;
    color: var(--theme__color1);
    padding: 8px 20px 9px;
    border-radius: 6px;
}

.account-content--table-type2 {
}

    .account-content--table-type2 td {
        min-width: 50px !important;
    }

.account-content--table-type2 {
    overflow-x: auto;
}

    .account-content--table-type2 .table {
        min-width: 1400px;
    }

        .account-content--table-type2 .table td:nth-child(4),
        .account-content--table-type2 .table td:nth-child(6),
        .account-content--table-type2 .table td:nth-child(7),
        .account-content--table-type2 .table td:nth-child(8),
        .account-content--table-type2 .table td:nth-child(9) {
            width: 110px;
        }

    .account-content--table-type2 .tablee {
        min-width: 1400px;
    }

        .account-content--table-type2 .tablee td:nth-child(4),
        .account-content--table-type2 .tablee td:nth-child(6),
        .account-content--table-type2 .tablee td:nth-child(7),
        .account-content--table-type2 .tablee td:nth-child(8),
        .account-content--table-type2 .tablee td:nth-child(9) {
            width: 110px;
        }

/* access-roles */
.access-roles {
}

    .access-roles .nav-side-content {
        width: 35%;
    }

        .access-roles .nav-side-content .nav {
            padding: 25px 25px;
        }

            .access-roles .nav-side-content .nav a {
                margin-bottom: 10px;
            }

                .access-roles .nav-side-content .nav a.active {
                    background: var(--theme__color1) !important;
                    color: #fff !important;
                }

    .access-roles .tab-side-content {
        width: 65%;
    }

        .access-roles .tab-side-content .single-tab {
        }

            .access-roles .tab-side-content .single-tab .tab-content-inner {
                padding: 25px 25px;
            }

            .access-roles .tab-side-content .single-tab .single-list-item {
                margin-bottom: 10px;
            }

                .access-roles .tab-side-content .single-tab .single-list-item.sub-list-item {
                    margin-left: 20px;
                    width: calc(100% - 20px);
                    background: #F5F5F5;
                }

.themes-wrap {
}

    .themes-wrap .single-theme {
    }

        .themes-wrap .single-theme label {
            position: relative;
            display: block;
        }

            .themes-wrap .single-theme label input[type="radio"] {
                position: absolute;
                bottom: 10px;
                right: 10px;
            }

.digital-signature {
    padding: 40px 0 !important;
    font-size: 59px;
    text-align: center;
    color: #1B2C3F;
    overflow: hidden;
}

.list-filter-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

    .list-filter-header .searchbar {
        width: 350px;
        flex-grow: 0;
        border-radius: 10px;
    }

        .list-filter-header .searchbar input::placeholder {
            opacity: 1;
        }

    .list-filter-header .filter-option {
        margin-left: 12px;
        width: 160px;
        position: relative;
    }

        .list-filter-header .filter-option.big {
            width: 280px;
        }

        .list-filter-header .filter-option .default-button {
            padding: 0 10px;
            justify-content: space-between;
            height: 40px !important;
        }

        .list-filter-header .filter-option .nice-select {
            min-height: 40px;
            display: flex;
        }

            .list-filter-header .filter-option .nice-select::after {
                border-color: #fff;
                height: 10px;
                width: 10px;
                border-width: 1px;
                margin: -5px 0 0;
                right: 14px;
                border-width: 2px;
            }

            .list-filter-header .filter-option .nice-select .list {
                border: none;
                box-shadow: none;
                margin-top: 10px;
            }

                .list-filter-header .filter-option .nice-select .list li {
                    background: #fff !important;
                    font-size: 14px;
                    font-weight: 400;
                    color: #656565;
                    border: none;
                    border-bottom: 1px solid #EAEAEA;
                }

                    .list-filter-header .filter-option .nice-select .list li:last-child {
                        border-color: transparent;
                    }

                    .list-filter-header .filter-option .nice-select .list li:hover {
                        color: #0075FF;
                        border-color: #0075FF;
                    }

.client-active-filter .list li:nth-child(1) {
    color: #00BE26 !important;
}

.client-active-filter .list li:nth-child(2) {
    color: #FF0000 !important;
}

.custom-menu-dropdown .checkbox-list {
    padding: 15px 0;
}

    .custom-menu-dropdown .checkbox-list .single-input {
        margin-bottom: 15px;
        padding: 0 17px;
    }

        .custom-menu-dropdown .checkbox-list .single-input label {
            display: flex;
            align-items: center;
        }

            .custom-menu-dropdown .checkbox-list .single-input label input {
                margin-right: 16px;
                flex-shrink: 0;
            }


.list-filter-header .custom-menu-dropdown {
    margin-top: 10px;
}

.custom-menu-dropdown {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    z-index: 4;
    max-height: 300px;
    overflow: auto;
}

    .custom-menu-dropdown .search {
        padding: 8px 11px;
        display: flex;
        width: 100%;
    }

        .custom-menu-dropdown .search input {
            width: 0;
            flex-grow: 1;
            border: none;
            font-size: 14px;
            color: #656565;
        }

        .custom-menu-dropdown .search .button {
            background: transparent;
            border: none;
            color: #656565;
            font-size: 13px;
        }

    .custom-menu-dropdown .list-group {
        border-top: 1px solid #EAEAEA;
    }

        .custom-menu-dropdown .list-group .title {
            font-size: 14px;
            color: #0075FF;
            padding: 10px 11px 15px;
        }

        .custom-menu-dropdown .list-group ul {
            padding-bottom: 10px;
        }

            .custom-menu-dropdown .list-group ul li {
                font-size: 14px;
                color: #656565;
                padding: 5px 11px;
            }

                .custom-menu-dropdown .list-group ul li:first-child {
                    padding-top: 0;
                }

    .custom-menu-dropdown .list-group {
        margin-top: 10px;
    }

.list-filter-header .filter-right-outer {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.list-filter-header .filter-right {
    display: flex;
}

.list-filter-header .icon-filter-option {
    margin-left: 10px;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    position: relative;
}

    .list-filter-header .icon-filter-option > a {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-filter-header .icon-filter-option .custom-menu-dropdown {
        background: #fff;
        position: absolute;
        left: initial;
        right: 0;
        width: 175px;
    }



.list-filter-table {
    overflow: hidden;
    width: 100%;
    overflow: auto;
}

    .list-filter-table table {
        min-width: 1700px;
    }

        .list-filter-table table td {
            height: 40px;
            padding: 12px 10px;
            font-size: 14px;
            font-weight: 400;
            color: #656565;
            background: #fff;
            border: none;
            min-width: 35px;
            border-left: 1px solid rgba(112, 112, 112, 0.158);
        }

        .list-filter-table table .large td {
            height: 530px;
        }

        .list-filter-table table td:nth-child(6) {
            word-break: nowrap;
        }

        .list-filter-table table td:first-child {
            border: none;
        }

        .list-filter-table table tbody tr:nth-child(odd) td {
            background: #F3F4F5;
        }

        .list-filter-table table thead td {
            vertical-align: top;
        }

            .list-filter-table table thead td span {
                width: 100%;
                justify-content: space-between;
                color: #1B2C3F;
            }

        .list-filter-table table td p {
            font-size: 14px;
            font-weight: 400;
            color: #656565;
        }

            .list-filter-table table td p:last-child {
            }

        .list-filter-table table tbody .status-td {
        }

            .list-filter-table table tbody .status-td a {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 20px;
                color: #000;
                height: 28px;
                width: 100%;
                border-radius: 5px;
                background: #FDCEA0;
            }

                .list-filter-table table tbody .status-td a.green-bg {
                    background: #B5EBC3;
                }

                .list-filter-table table tbody .status-td a.ass-bg {
                    background: #ABA8A8;
                }

                .list-filter-table table tbody .status-td a.red-bg {
                    background: #FFB3B8;
                }

                .list-filter-table table tbody .status-td a:last-child {
                    margin: 0;
                }

    .list-filter-table .table-semi-fixed td {
        width: 13%;
        min-width: 120px;
    }

    .list-filter-table table tbody .button-wrap-td {
    }

.list-filter-tables table tbody .button-wrap-td .button {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    height: 28px;
    padding: 0 10px;
    white-space: nowrap;
    width: 100%;
    border-radius: 3px;
    background: #FDCEA0;
}

    .list-filter-tables table tbody .button-wrap-td .button:last-child {
        margin-bottom: 0;
    }

    .list-filter-tables table tbody .button-wrap-td .button.red-theme {
        background: #DD4B39;
    }

    .list-filter-tables table tbody .button-wrap-td .button.yellow-theme {
        background: #F39C12;
    }

    .list-filter-tables table tbody .button-wrap-td .button.blue-theme {
        background: #00C0EF;
    }


/* access-roles-end */


/* patient-details-content */
.patient-details-content {
    padding: 30px;
    overflow-y: hidden;
}

    .patient-details-content .patient-details-content-inner {
        display: flex;
        gap: 35px;
        min-width: 1150px;
    }

.search-result-tabs-wrapper .title {
    padding: 10px 0 10px;
}

    .search-result-tabs-wrapper .title h3 {
        font-size: 20px;
        font-weight: 500;
        color: #1B2C3F;
    }

.side-goal {
    margin-top: -40px;
}


.patient-details-content .half-side {
    width: 50%;
}

.patient-details-content .linear-single-input {
    width: 100%;
    margin-bottom: 10px !important;
}

    .patient-details-content .linear-single-input > label {
        flex-shrink: 0;
        width: 170px !important;
    }

    .patient-details-content .linear-single-input .linear-input-inner {
        flex-grow: 1;
        display: flex;
        gap: 20px;
    }

        .patient-details-content .linear-single-input .linear-input-inner input[type='text'] {
            flex-grow: 1;
            width: initial !important;
        }
/* patient-details-content-end */


/* notes */
.notes-tab-nav {
}

    .notes-tab-nav ul {
        gap: 10px;
        display: flex;
        flex-direction: row;
    }

    .notes-tab-nav .button {
        min-width: 150px;
        opacity: 0.7;
    }

        .notes-tab-nav .button.active {
            opacity: 1;
        }


.fixed-note-box-outer {
    overflow-y: hidden;
}

/*  .fixed-note-box-outer .single-not-box {
        min-width: 850px;
    }*/


.single-not-box-outer {
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.single-not-box-step {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 44%, 0.164);
    border-radius: 50%;
    flex-shrink: 0;
}

    .single-not-box-step.outer {
        margin-right: 20px;
        background: #fff;
    }

        .single-not-box-step.outer::after {
            content: '';
            height: 100%;
            border-left: 1px dashed;
            display: block;
            position: absolute;
            top: 0;
            left: 14px;
            z-index: -1;
        }

.single-not-box {
    background: #F9F9FA;
    border-radius: 5px;
    flex-grow: 1;
}

    .single-not-box .head-part {
        border-radius: 5px 5px 0 0;
        padding: 10px 15px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
    }

        .single-not-box .head-part.darken {
            background: #ECEEEF;
        }

        .single-not-box .head-part h3 {
            font-size: 16px;
            font-weight: 500;
            color: #1B2C3F;
            margin: 0;
        }

            .single-not-box .head-part h3.border-left {
                margin-left: 13px;
                padding-left: 13px;
                border-left: 1px solid #c4cbd1;
            }

            .single-not-box .head-part h3.border-right {
                margin-right: 13px;
                padding-right: 13px;
                border-right: 1px solid #c4cbd1;
            }

        .single-not-box .head-part .buttons {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .single-not-box .head-part .buttons a {
                padding-left: 10px;
                display: flex;
                border-left: 1px solid #c4cbd1;
            }

                .single-not-box .head-part .buttons a img {
                    max-width: 16px;
                }

    .single-not-box .body-part {
        padding: 15px 15px;
    }

        .single-not-box .body-part .single-line {
            display: flex;
            padding: 5px 0;
        }

            .single-not-box .body-part .single-line p {
                font-size: 14px;
                color: #1B2C3F;
            }

            .single-not-box .body-part .single-line .first-part {
                min-width: 25px;
            }

            .single-not-box .body-part .single-line .second-part {
            }

    .single-not-box .default-input.darken {
        background: #ECEEEF;
    }
/* notes-end */


/* client-record-box */
.client-record-box {
    display: flex;
}

    .client-record-box .side {
        width: 50%;
        display: flex;
        justify-content: space-between;
    }

    .client-record-box p {
        font-size: 16px;
        font-weight: 400;
        color: #1B2C3F;
    }

/* client-record-box-end */


/* time-sheet-box */
.time-sheet-box {
    overflow-x: hidden;
}

.time-sheet-box-inner {
    min-width: 1200px;
}

.time-sheet-box .head {
    padding: 13px 20px;
    display: flex;
    border-bottom: 1px solid rgba(112, 112, 112, 0.164);
}

    .time-sheet-box .head h4 {
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        color: #1B2C3F;
    }

.time-sheet-box table {
    table-layout: fixed;
}

    .time-sheet-box table td {
        padding: 13px 20px;
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        color: #1B2C3F;
    }

    .time-sheet-box table thead td {
        border-bottom: 1px solid rgba(112, 112, 112, 0.164);
    }

    .time-sheet-box table td.big {
        height: 260px;
    }
/* time-sheet-box-end */

/* plan-section-end */


/* join-room-section */
.join-room-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
}

    .join-room-section .content-area {
        padding: 100px 140px;
        width: 100%;
        max-width: 800px;
        flex-shrink: 0;
    }

        .join-room-section .content-area h2 {
            font-size: 32px;
            margin: 10px 0 10px;
        }

        .join-room-section .content-area p {
            font-size: 16px;
        }

        .join-room-section .content-area .single-input {
            margin-bottom: 30px;
            position: relative;
            width: 100%;
        }

            .join-room-section .content-area .single-input .icon {
                color: #5172FF;
                position: absolute;
                bottom: 8px;
                left: 12px;
            }

            .join-room-section .content-area .single-input .input {
                border: none;
                border-bottom: 1px solid rgb(211, 211, 211);
                color: #777;
                width: 100%;
                padding: 5px 0 5px 35px;
            }

    .join-room-section .big-dec-image {
        width: 700px;
    }
/* join-room-section-end */


/* issue-ticket-table */
.issue-ticket-table {
}

    .issue-ticket-table td {
        width: 15%;
    }

        .issue-ticket-table td:nth-child(1) {
            width: 7%;
        }

        .issue-ticket-table td:nth-child(2) {
            width: 17%;
        }

        .issue-ticket-table td:nth-child(3) {
            width: 17%;
        }

        .issue-ticket-table td:nth-child(4) {
            width: 30%;
        }

        .issue-ticket-table td:nth-child(5) {
            width: 15%;
        }

        .issue-ticket-table td:nth-child(6) {
            width: 15%;
        }
/* issue-ticket-table-end */


/* --page-content-main--end */
/* ----page-content-area----end---- */

/* ------page-main-wrap------end------ */





/* ----popup---- */
.delete-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 25px 30px;
}

    .delete-popup h4 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 15px;
    }

    .delete-popup p {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 8px;
    }

.popup-wrapper .button-container {
    padding: 35px 0 0;
    border-top: 1px solid #c5c5c5;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

    .popup-wrapper .button-container .button {
        min-width: 74px;
    }

.popup-wrapper {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #1B2C3F;
    font-size: 22px;
}

/* three-column-input-popup */
.modal-head {
    padding: 26px;
    border-bottom: 1px solid #dbdbdb;
}

    .modal-head h2 {
        font-size: 18px;
        font-weight: 600;
        color: #1B2C3F;
        text-align: center;
        margin: 0;
    }

.three-column-input-popup {
}

    .three-column-input-popup .form-inner {
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 20px;
    }

        .three-column-input-popup .form-inner .single-input {
            margin-bottom: 0px;
        }


.add-client-popup {
}

    .add-client-popup .custom-row {
       /* grid-template-columns: repeat(2,1fr);*/
        display: block;
        /*grid-gap: 20px;*/
    }
        .add-client-popup .custom-row .input-width {
            width: 50% !important;
        }

        .add-client-popup .form {
            padding: 30px;
        }


.update-therapist-popup {
}

    .update-therapist-popup .custom-row {
        grid-template-columns: 38% 22% 10% 23%;
        display: grid;
        grid-gap: 20px;
    }

    .update-therapist-popup .form {
        padding: 30px;
    }


.advanced-op-popup .form {
    padding: 30px;
}

.advanced-op-popup .form-inner {
    padding: 0 50px;
}

    .advanced-op-popup .form-inner .single-input {
    }

        .advanced-op-popup .form-inner .single-input > label {
            text-align: right;
            width: 120px;
            margin-right: 30px;
        }

        .advanced-op-popup .form-inner .single-input input {
            width: 100% !important;
        }

.advanced-op-popup .form2 {
    padding: 0 30px 30px;
}

    .advanced-op-popup .form2 .default-input {
        margin-bottom: 20px;
    }

.upload-file-popup {
}

    .upload-file-popup .form {
        padding: 30px;
    }

        .upload-file-popup .form .linear-single-input > label {
            width: 200px !important;
        }

.calendar-modal p {
    font-size: 14px;
    font-weight: 400;
    color: #1B2C3F;
}

.calendar-modal h5 {
    font-size: 18px;
    font-weight: bold !important;
    color: #1B2C3F;
}

.calendar-modal .modal-head {
    background: #F39F9F;
    border-radius: 5px 5px 0 0;
    padding: 8px;
    position: relative;
}

.calendar-modal .after-header {
    border-bottom: 1px solid rgb(231, 231, 231);
}

.calendar-modal .calender-group-img {
    position: absolute;
    bottom: 0;
    left: 20px;
    transform: translateY(50%);
}

.calendar-modal .modal-head .icon-button-wrap {
    display: flex;
    gap: 10px;
}

    .calendar-modal .modal-head .icon-button-wrap .icon-button {
        height: 30px;
        width: 30px;
        border-radius: 5px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.calendar-modal .single-input.linear-single-input > label {
    width: 160px;
}


/* ----popup----end---- */

/* float-button */
.float-client-info-button {
    padding: 15px 7px 10px;
    background: var(--theme__color1);
    color: #fff !important;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    z-index: 1;
}

    .float-client-info-button p {
        border-top: 1px solid #fff;
        font-size: 13px;
        margin: 10px 0 0;
        padding: 4px 0 0;
    }
/* float-button-end */


/* float-client-details */
.float-client-details {
    position: fixed;
    top: 56px;
    right: 0;
    height: calc(100% - 56px);
    background: #fff;
    width: 400px;
    max-width: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .float-client-details.active {
        opacity: 1;
        visibility: visible;
    }

.float-client-details-inner {
    height: 100%;
    overflow: auto;
}

.float-client-details .title {
    padding: 15px 18px;
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
}

    .float-client-details .title h3 {
        font-size: 20px;
        margin: 0;
    }

.float-client-details .form-model {
    padding: 15px 18px;
}

.float-client-details .linear-single-input > label {
    width: 100px !important;
}
/* float-client-details-end */





.footer-section {
    background: #fff;
    text-align: center;
}

    .footer-section p {
        padding: 20px 0;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

.mobile-footer {
    display: none;
}




/* light-theme */
.light-theme .sidebar,
.light-theme .enable {
    background: #fff;
    box-shadow: 0 .1875rem .75rem 0 rgba(47, 43, 61, .14);
    margin: 20px;
    border-radius: 10px;
    height: calc(100vh - 30px);
}

/*.light-theme .logo {
    border-bottom-color: transparent;
}*/

.light-theme .main-menu ul li a {
    color: #656565;
}

    .light-theme .main-menu ul li a .icon .icon-img path {
        fill: #656565;
    }

.light-theme .sidebar-collapsed .collapsed-dropdown,
.light-theme .enable .collapsed-dropdown {
    background: #fff;
    color: #656565;
}
/* light-theme-end */

/*custom css*/

.error, .field-validation-error, .validation-summary-errors {
    color: red;
    font-weight: normal !important;
}

.dataTable > thead > tr > td[class*=sort]:after {
    display: none !important;
}

.update-therapist-popup {
}

    .update-therapist-popup .custom-row {
        grid-template-columns: 38% 22% 10% 23%;
        display: grid;
        grid-gap: 20px;
    }

    .update-therapist-popup .form {
        padding: 30px;
    }

#loading-something {
    display: none;
}

a {
    color: #337ab7;
}

::file-selector-button {
    display: none;
}

::-webkit-file-upload-button {
    display: none;
}

input[type='file'] {
    width: 0px !important;
}

#smallCalendar, #calender {
    background-color: white;
}

.calendar-icon-margin {
    margin-left: 10px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after {
    content: "" !important;
}

.list-filter-table table tbody tr:nth-child(odd) td {
    background: none;
}

.list-filter-table table td {
    border-left: 1px solid rgba(112, 112, 112, 0.158) !important;
    border-right: 1px solid rgba(112, 112, 112, 0.158) !important;
}

.align-center {
    text-align: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid lightgrey;
    background-color: #FF914D;
    border: #FF914D;
    padding: 1px 5px !important;
    color: white !important;
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.box-body {
    background-color: white;
}

.adonsdlg {
    margin-top: 25px;
}

.lbl-currentplan {
    padding: 10px 30px;
    font-size: 14px;
    background-color: #9ad9fd;
    color: #000000;
}

.zoom-info-box {
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    display: flex;
    vertical-align: middle;
}

.zoomimg img {
    width: 60px;
}

.zoomimg {
    width: 5%;
    display: block;
    text-align: center;
}

.zoom-info-txt.info-box-content {
    width: 60%;
    margin-left: 40px;
}

.info-box-number-zoom {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.zoom-btn-sec {
    width: 20%;
    display: inline-block;
}

@@media (max-width: 1024px) {
    .plans-zoom {
        display: block !important;
    }

    single-pricing-zoom {
        margin-bottom: 30px !important;
    }
}

@@media (max-width: 1200px) {
    .plansection {
        width: 100%;
    }

    .cartitemdetails {
        text-align: center;
    }
}

.plans-zoom {
    display: flex;
    /*    margin-bottom: 50px;*/
}

.single-pricing-zoom {
    border: 1px solid #F0F0F0;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    flex: 1;
}

.pricing-head {
    font-size: 18px;
    transition: 0.3s all;
    background-color: #FF914D;
    padding: 7px 0;
    line-height: 25px;
    margin: 0;
}

.plnuser {
    font-size: 20px;
    font-weight: 600;
    color: #357ca5;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.pricing-desc h3 {
    font-size: 26px;
    margin: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

    .pricing-desc h3 span {
        color: #666;
        font-size: 15px;
        font-weight: 500;
    }

.pricing-desc {
    padding: 30px 5px;
}

.payments-details {
    border-radius: 8px;
    border: 1px solid #F0F0F0;
}

h3.pay-title {
    color: #666;
    display: block;
    padding: 10px 20px 15px 0;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.btn-section {
    padding: 30px 0;
}

.payment-table {
    margin-bottom: 0;
}

    .payment-table th {
        background-color: #357ca5;
        font-size: 16px;
        color: #fff;
    }

.single-pricing-zoom.active {
    box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    background-color: #e6f1f7;
    border-radius: 11px;
}

.active .pricing-head {
    color: #fff;
    background-color: #5271FF !important;
}

.active .plnuser {
    color: #393939;
}

.active .pricing-desc h3 {
    color: #357ca5;
    font-size: 30px;
}

    .active .pricing-desc h3 span {
        color: #666;
        font-size: 18px;
    }

.amount {
    font-size: 40px;
    color: #FF5D5D;
    font-weight: 500;
    line-height: 1.5;
}


.plan-section {
    padding: 8px 30px 30px 28px !important;
}

.plan-section-main {
    gap: 20px !important;
}

.dataTables_paginate {
    padding-top: 10px !important;
    padding-bottom: 0px;
    text-align: right !important;
}

.dataTables_info {
    padding-left: 5px;
    padding-top: 20px !important;
}

.page-item.active .page-link {
    background-color: #ff7b2a !important;
    border-color: #ff7b2a !important;
}

.page-link {
    color: black !important
}

.default-box {
    width: 100% !important
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
    font-size: 14px !important;
}

.fas {
    font-size: 16px !important
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    outline: none !important;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: black;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

.fc .fc-timegrid-slot-minor {
    border-top: none !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
}

.select2-container .select2-selection--single {
    border-radius: 0 !important;
}


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 10px;
}

.btn-primary {
    min-height: 40px !important;
    padding: 4px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: var(--theme__color1) !important;
    border-radius: 6px !important;
    transition: 0.3s !important;
    border: none !important;
}

.calendar-modal .calender-group-img {
    color: white;
    border: 1px solid transparent;
    padding: 20px;
    border-radius: 50px;
    font-size: 35px;
    box-shadow: 0px 0px 10px 1px black;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #FF914D !important;
}

.business-name {
    color: black !important
}


.modal-backdrop {
    z-index: 3
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff7b2a;
    border-color: #ff7b2a;
}

.dataTables_paginate {
    text-align: left !important;
}


.demography-tabs-empty {
    padding-left: 5px;
    padding-top: 5px;
    color: #ff6363;
    font-size: 20px !important;
}

.selectbackcolor {
    background-color: grey !important;
    border: grey !important;
}

.default-input {
    border: 1px solid lightgrey;
}

@media (max-width: 2200px) {
    .dataTables_scrollHeadInner {
        width: 1800px;
    }

    .dataTables_scrollBody {
        width: 1800px !important;
    }

    .dataTables_scroll {
        overflow: scroll;
    }

    .dataTables_scrollHead {
        width: 1800px !important;
    }

    .dataTables_scrollBody {
        overflow-x: hidden !important;
    }
}

@media (max-width: 1366px) {
    .dataTables_scrollHeadInner {
        width: 1400px;
    }

    .dataTables_scrollBody {
        width: 1400px !important;
    }

    .dataTables_scroll {
        overflow: scroll;
    }

    .dataTables_scrollHead {
        width: 1400px !important;
    }

    .dataTables_scrollBody {
        overflow-x: hidden !important;
    }

    #clientlisttable_wrapper .dataTables_scrollHeadInner {
        width: 1900px;
    }

    #clientlisttable_wrapper .dataTables_scrollBody {
        width: 1900px !important;
        overflow-x: hidden !important;
    }

    #clientlisttable_wrapper .dataTables_scroll {
        overflow: scroll;
    }

    #clientlisttable_wrapper .dataTables_scrollHead {
        width: 1900px !important;
    }


    #userslisttable_wrapper .dataTables_scrollHeadInner {
        width: 1700px;
    }

    #userslisttable_wrapper .dataTables_scrollBody {
        width: 1700px !important;
        overflow-x: hidden !important;
    }

    #userslisttable_wrapper .dataTables_scroll {
        overflow: scroll;
    }

    #userslisttable_wrapper .dataTables_scrollHead {
        width: 1700px !important;
    }
}

.fc-daygrid, .fc-timegrid {
    min-width: 100% !important;
}

td {
    font-size: 14px;
}

.dataTables_scroll::-webkit-scrollbar {
    width: 6px;
}

    .dataTables_scroll::-webkit-scrollbar:horizontal {
        height: 6px;
    }

.dataTables_scroll::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.3);
}

.dataTables_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #C5C5C5;
}

.fc .fc-view-harness-active > .fc-view {
    width: auto;
}

.fc-view-harness::-webkit-scrollbar {
    width: 6px;
}

    .fc-view-harness::-webkit-scrollbar:horizontal {
        height: 6px;
    }

.fc-view-harness::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.3);
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid table {
    width: 100% !important;
    table-layout: fixed;
}

.fc-timegrid-body, .fc-daygrid-body {
    width: 100% !important;
}

.event-main-part {
    z-index: 0;
}

.sidebar:hover {
}

.sidebar {
    transition: width 0.9s ease, background-color 0.5s ease !important;
}
