@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}



body {
    overflow-y: hidden;
    width: 100vw;
}

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    body::-webkit-scrollbar {
        width: 4px;
        background-color: #f5f5f5;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #0ae;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
    }

input {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

button {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

i {
    cursor: pointer;
}

p {
    margin-bottom: 0rem;
}

header {
    height: 65px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #0000001a;
    z-index: 99999;
}

    header .headerLeftSide {
        margin-left: 24px;
    }

        header .headerLeftSide .photoAvatar {
            width: 32px;
            height: 32px;
            background: #929292;
            border-radius: 50%;
            margin-right: 36px;
        }

        header .headerLeftSide .headerInput {
            position: relative;
        }

            header .headerLeftSide .headerInput input {
                margin-left: 12px;
                border: none;
                outline: none;
                border: 1px solid #fff;
                padding: 9.5px 12px 9.5px 54px;
                width: 500px;
                font-weight: 400;
                font-size: 16px;
                border-radius: 24px;
                color: #616161;
            }

                header .headerLeftSide .headerInput input:hover {
                    border: 1px solid #e7e7e7;
                }

            header .headerLeftSide .headerInput .dataList {
                display: none;
                position: absolute;
                top: 45px;
                left: 13px;
                background: #ffffff 0% 0% no-repeat padding-box;
                background: #ffffff 0% 0% no-repeat padding-box;
                -webkit-box-shadow: 0px 0px 5px #0000001a;
                box-shadow: 0px 0px 5px #0000001a;
                z-index: 2;
                width: calc(100% - 13px);
                background: #fff;
                list-style: none;
                border-top: 1px solid #f1f1f1;
                border-bottom-left-radius: 24px;
                border-bottom-right-radius: 24px;
            }

                header .headerLeftSide .headerInput .dataList li {
                    padding: 12px;
                    cursor: pointer;
                }

                    header .headerLeftSide .headerInput .dataList li:hover {
                        background: #fcfcfc;
                    }

                    header .headerLeftSide .headerInput .dataList li:last-child {
                        border-bottom-left-radius: 24px;
                        border-bottom-right-radius: 24px;
                    }

                header .headerLeftSide .headerInput .dataList .seeAllResults {
                    background: #f3f3f3;
                }

            header .headerLeftSide .headerInput input:focus {
                background: #ffffff 0% 0% no-repeat padding-box;
                background: #ffffff 0% 0% no-repeat padding-box;
                -webkit-box-shadow: 0px 0px 5px #0000001a;
                box-shadow: 0px 0px 5px #0000001a;
            }

            header .headerLeftSide .headerInput svg {
                position: absolute;
                top: 11px;
                left: 32px;
            }

    header .headerRightSide {
        margin-right: 24px;
        position: relative;
    }

        header .headerRightSide .defaultNotificationNumber {
            position: absolute;
            top: -5px;
            right: 23px;
            font-size: 12px;
            background: red;
            border-radius: 50%;
            padding: 0 5px;
            color: #fff;
            cursor: pointer;
        }

        header .headerRightSide .defaultNotifications {
            position: absolute;
            top: 45px;
            right: 40px;
            background: #fff;
            -webkit-box-shadow: 0px 0px 5px #0000001a;
            box-shadow: 0px 0px 5px #0000001a;
            height: 240px;
            overflow-y: scroll;
            display: none;
        }

            header .headerRightSide .defaultNotifications li {
                font-size: 14px;
                list-style: none;
                padding: 8px 16px;
                width: 320px;
            }

                header .headerRightSide .defaultNotifications li p {
                    width: 90%;
                }

                header .headerRightSide .defaultNotifications li i {
                    padding: 4px;
                    color: #6161ff;
                }

                header .headerRightSide .defaultNotifications li .lastCheck {
                    background: #6161ff;
                    color: #fff;
                }

            header .headerRightSide .defaultNotifications .defaultCheckNotification {
                background: #111197;
                color: #fff;
            }

            header .headerRightSide .defaultNotifications::-webkit-scrollbar {
                width: 3px;
            }

            header .headerRightSide .defaultNotifications::-webkit-scrollbar-track {
                background-color: #c8c7c7;
                border-radius: 20px;
            }

            header .headerRightSide .defaultNotifications::-webkit-scrollbar-thumb {
                border-radius: 20px;
                background: #2c2c2c;
            }

        header .headerRightSide .rightSideIcons {
            cursor: pointer;
        }

            header .headerRightSide .rightSideIcons:first-child {
                margin-right: 25px;
            }

.rows {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56px auto 56px;
    grid-template-columns: 56px auto 56px;
    height: 100%;
}

    .rows .sideCol:first-child {
        border-right: 1px solid #0000001a;
    }

    .rows .sideCol:last-child {
        border-left: 1px solid #0000001a;
    }

        .rows .sideCol:last-child svg {
            cursor: pointer;
            position: absolute;
            top: 80px;
            color: #616161;
        }

    .rows .centerCol {
        margin: 12px;
        position: relative;
        height: 100vh;
    }



        .rows .centerCol .tabMenu {
            padding: 0px 14px;
            margin-bottom: 16px;
        }

            .rows .centerCol .tabMenu a {
                height: 48px;
                line-height: 48px;
                border-bottom: 2px solid #fff;
                text-decoration: none;
                color: #616161;
                font-size: 14px;
                font-weight: 500;
            }

            .rows .centerCol .tabMenu .active {
                color: #1976d2;
                border-bottom: 2px solid #1976d2;
            }

            .rows .centerCol .tabMenu a:hover {
                background-color: #e3f2fd;
                color: #1976d2;
                border-bottom: 2px solid #1976d2;
            }

            .rows .centerCol .tabMenu a:last-child:hover {
                background: #e0e0e0;
                color: #616161;
                border: 2px solid #e0e0e0;
            }

            .rows .centerCol .tabMenu .disabled {
                background: #e0e0e0;
                cursor: default;
                border: 2px solid #e0e0e0;
            }

        .rows .centerCol .tableContainer {
            height: 55%;
            overflow: auto;
            overflow-y: scroll;
            overflow-x: hidden;
        }

            .rows .centerCol .tableContainer table thead {
                background: #f3f3f3;
            }

                .rows .centerCol .tableContainer table thead tr {
                    text-align: center;
                }

                .rows .centerCol .tableContainer table thead th {
                    font-size: 16px;
                    color: #283142;
                }

            .rows .centerCol .tableContainer table tbody {
                border-top: 1px solid #dee2e6;
            }

                .rows .centerCol .tableContainer table tbody tr .tableUserName {
                    position: relative;
                    padding: 8px;
                    width: 120px;
                }

                    .rows .centerCol .tableContainer table tbody tr .tableUserName .userTabloInput {
                        border: 1px solid #f9f9f9;
                    }

                    .rows .centerCol .tableContainer table tbody tr .tableUserName .userTableList {
                        overflow: auto;
                        overflow-y: scroll;
                        overflow-x: hidden;
                        position: absolute;
                        scroll-behavior: smooth;
                        z-index: 44;
                        background: #fff;
                        top: 40px;
                        left: 8px;
                        list-style: none;
                        border: 1px solid #aaa;
                        width: 219px;
                        border-radius: 4px;
                        border: 1px solid #f3f3f3;
                        display: none;
                        height: 240px;
                        overflow: auto;
                    }

                        .rows .centerCol .tableContainer table tbody tr .tableUserName .userTableList li {
                            padding: 4px 0;
                            cursor: pointer;
                            text-align: left;
                        }

                            .rows .centerCol .tableContainer table tbody tr .tableUserName .userTableList li label {
                                width: 80%;
                                padding: 4px 0;
                                cursor: pointer;
                            }

                            .rows .centerCol .tableContainer table tbody tr .tableUserName .userTableList li i {
                                margin-left: 12px;
                                margin-right: 12px;
                            }

                            .rows .centerCol .tableContainer table tbody tr .tableUserName .userTableList li:hover {
                                background: #fafafa;
                            }

                        .rows .centerCol .tableContainer table tbody tr .tableUserName .userTableList::-webkit-scrollbar {
                            width: 3px;
                        }

                        .rows .centerCol .tableContainer table tbody tr .tableUserName .userTableList::-webkit-scrollbar-track {
                            background-color: #ffffff;
                            border-radius: 20px;
                        }

                        .rows .centerCol .tableContainer table tbody tr .tableUserName .userTableList::-webkit-scrollbar-thumb {
                            border-radius: 20px;
                            background: #616161;
                        }

                    .rows .centerCol .tableContainer table tbody tr .tableUserName input {
                        height: 32px;
                        cursor: pointer;
                        width: 240px;
                        color: #616161;
                        outline: none;
                        padding-left: 42px;
                        border-radius: 4px;
                        border: 1px solid white;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .rows .centerCol .tableContainer table tbody tr .tableUserName input:hover {
                            border: 1px solid #e6e6e6;
                        }

                    .rows .centerCol .tableContainer table tbody tr .tableUserName .userAvatarTable {
                        position: absolute;
                        left: 20px;
                        bottom: 16px;
                        font-size: 16px;
                        color: #616161;
                    }

                    .rows .centerCol .tableContainer table tbody tr .tableUserName .closeTableInput {
                        position: absolute;
                        right: -95px;
                        bottom: 16px;
                        color: red;
                        display: none;
                    }

                .rows .centerCol .tableContainer table tbody tr td {
                    font-size: 14px;
                    color: #616161;
                    border-top: none;
                    text-align: center;
                }

                    .rows .centerCol .tableContainer table tbody tr td .tableIcons {
                        position: relative;
                    }

                        .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu {
                            position: absolute;
                            top: 20px;
                            display: none;
                            right: 30px;
                            color: #000;
                            border: 1px solid #ebebeb;
                            background: #fff;
                            border-radius: 4px;
                            padding: 0px 0px;
                            z-index: 9999;
                        }

                            .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu li {
                                list-style: none;
                                padding: 6px 12px;
                                cursor: pointer;
                            }

                                .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu li a {
                                    padding: 6px 12px;
                                    text-decoration: none;
                                    color: #0366d6 !important;
                                }

                                    .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu li a:hover {
                                        text-decoration: none;
                                        color: #fff !important;
                                    }

                                .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu li:hover {
                                    background: #1976d2;
                                    color: #fff;
                                }

                                .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu li:last-child:hover,
                                .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu li:first-child:hover {
                                    background: #1976d2;
                                    color: #fff;
                                    border-radius: 4px;
                                }

                                .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu li:first-child:hover {
                                    border-bottom-left-radius: 0px;
                                    border-bottom-right-radius: 0px;
                                }

                                .rows .centerCol .tableContainer table tbody tr td .tableIcons .defaultEditMenu li:last-child:hover {
                                    border-top-left-radius: 0px;
                                    border-top-right-radius: 0px;
                                }

                        .rows .centerCol .tableContainer table tbody tr td .tableIcons svg {
                            padding: 0px;
                            cursor: pointer;
                            color: #616161;
                            margin-right: 12px;
                        }

                            .rows .centerCol .tableContainer table tbody tr td .tableIcons svg:last-child {
                                margin-right: 0px;
                            }

                .rows .centerCol .tableContainer table tbody tr label {
                    margin-bottom: 0rem;
                }

                    .rows .centerCol .tableContainer table tbody tr label input {
                        margin-right: 12px;
                    }

                    .rows .centerCol .tableContainer table tbody tr label p {
                        margin-left: 20px;
                    }

            .rows .centerCol .tableContainer::-webkit-scrollbar {
                width: 3px;
            }

            .rows .centerCol .tableContainer::-webkit-scrollbar-track {
                background-color: #ffffff;
                border-radius: 20px;
            }

            .rows .centerCol .tableContainer::-webkit-scrollbar-thumb {
                border-radius: 20px;
                background: #616161;
            }

        .rows .centerCol .colsCenter {
            margin-top: 65px;
        }

            .rows .centerCol .colsCenter .colsToCol {
                background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
                background: #ffffff 0% 0% no-repeat padding-box;
                -webkit-box-shadow: 0px 0px 5px #0000001a;
                box-shadow: 0px 0px 5px #0000001a;
                width: 100%;
            }

                .rows .centerCol .colsCenter .colsToCol:first-child {
                    height: 80px;
                    padding-left: 16px;
                }

                    .rows .centerCol .colsCenter .colsToCol:first-child h2 {
                        font-size: 20px;
                        color: #1976d2;
                    }

                    .rows .centerCol .colsCenter .colsToCol:first-child a {
                        font-size: 12px;
                        color: #bdbdbd;
                    }

                    .rows .centerCol .colsCenter .colsToCol:first-child p span {
                        color: #1976d2;
                    }

                .rows .centerCol .colsCenter .colsToCol:last-child {
                    padding: 16px;
                    margin-top: 12px;
                    height: 100vh;
                    overflow-y: scroll;
                }

                    .rows .centerCol .colsCenter .colsToCol:last-child::-webkit-scrollbar-track {
                        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                        background-color: #f5f5f5;
                    }

                    .rows .centerCol .colsCenter .colsToCol:last-child::-webkit-scrollbar {
                        width: 4px;
                        background-color: #f5f5f5;
                    }

                    .rows .centerCol .colsCenter .colsToCol:last-child::-webkit-scrollbar-thumb {
                        background-color: #0ae;
                        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
                    }

                    .rows .centerCol .colsCenter .colsToCol:last-child .defaultButtonsContainer {
                        padding: 0 16px;
                    }

                    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne {
                        height: 60px;
                    }

                        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne a {
                            outline: none;
                        }

                            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne a svg {
                                margin-right: 10px;
                            }

                                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne a svg .b {
                                    fill: white;
                                }

                        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne .addNew {
                            font-size: 14px;
                            color: #fff;
                            text-decoration: none;
                            background: #1976d2;
                            padding: 10px 25px;
                            border-radius: 24px;
                            border: none;
                        }

.colsToCol .defaultPageNameLinkContainer a {
    color: #bdbdbd !important;
}

    .colsToCol .defaultPageNameLinkContainer a span {
        color: #1976d2 !important;
    }

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne .addNew:first-child:hover {
    background: #0d47a1;
}

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne .addNewDisable {
    margin-left: 12px;
    background: #e0e0e0;
    color: #9e9e9e;
}

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne .addNewDisable svg {
        margin-right: 10px;
    }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerOne .addNewDisable svg .b {
            fill: #a0a0a0;
        }

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo {
    height: 60px;
}

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput {
        position: relative;
    }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput input {
            margin-left: 12px;
            border: 1px solid #585858;
            outline: none;
            padding: 9.5px 12px 9.5px 54px;
            width: 400px;
            font-weight: 400;
            font-size: 16px;
            border-radius: 24px;
            color: #616161;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput .dataList {
            display: none;
            position: absolute;
            top: 45px;
            left: 13px;
            background: #ffffff 0% 0% no-repeat padding-box;
            background: #ffffff 0% 0% no-repeat padding-box;
            -webkit-box-shadow: 0px 0px 5px #0000001a;
            box-shadow: 0px 0px 5px #0000001a;
            z-index: 2;
            width: calc(100% - 13px);
            background: #fff;
            list-style: none;
            border-top: 1px solid #f1f1f1;
            border-bottom-left-radius: 24px;
            border-bottom-right-radius: 24px;
        }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput .dataList li {
                padding: 12px;
                cursor: pointer;
            }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput .dataList li:hover {
                    background: #fcfcfc;
                }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput .dataList li:last-child {
                    border-bottom-left-radius: 24px;
                    border-bottom-right-radius: 24px;
                }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput .dataList .seeAllResults {
                background: #f3f3f3;
            }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput input:focus {
            background: #ffffff 0% 0% no-repeat padding-box;
            background: #ffffff 0% 0% no-repeat padding-box;
            -webkit-box-shadow: 0px 0px 5px #0000001a;
            box-shadow: 0px 0px 5px #0000001a;
            border: none;
        }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerTwo .headerInput svg {
            position: absolute;
            top: 11px;
            left: 32px;
        }

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree {
    height: 60px;
}

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree button {
        outline: none;
        margin-right: 12px;
    }

a:not([href]):not([tabindex]) {
    color: #ffffff !important;
}

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassic {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    background: #1976d2;
    padding: 10px 25px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicOne {
    background: none;
    color: #1976d2;
    padding: 9.5px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicOne:hover {
        background: #e3f2fd;
    }

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicTwo {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 8.5px 25px;
    background: none;
    border: 1px solid #1976d2;
    color: #1976d2;
}

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicTwo:hover {
        background: #e3f2fd;
        border: 1px solid #fff;
    }

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicThree {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 9.5px 25px;
}

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicThree:hover {
        background: #0d47a1;
    }

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicFour {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 8px 8px;
    border-radius: 50%;
    margin-right: 0px;
}

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicFour svg .b {
        fill: #fff;
    }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .buttonClassicFour:hover {
        background: #0d47a1;
    }

.rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage {
    color: #000;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 700px;
    z-index: 3;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 1px 3px #00000033;
    box-shadow: 0px 1px 3px #00000033;
    border-radius: 10px;
    padding: 20px;
    display: none;
    cursor: auto;
}

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage h3 {
        font-size: 24px;
    }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage i {
        cursor: pointer;
        color: #c62828;
        font-size: 20px;
    }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputsHeader {
        margin-bottom: 15px;
    }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputsHeader p:last-child {
            text-align: left;
        }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputsHeader p {
            font-size: 14px;
            color: #1976d2;
        }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputs input {
        padding: 8px 12px;
        border-radius: 4px;
        border: 1px solid #616161;
    }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputs input:last-child {
            margin-bottom: 24px;
        }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputs div:last-child {
        margin-left: 20px;
    }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputs .openInputsLeftDate p {
        text-align: left;
        color: #bdbdbd;
        font-size: 12px;
        margin-left: 12px;
        margin-top: 4px;
    }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputs .defaultSelect {
        width: 240px;
        padding: 8px 12px;
        border-radius: 4px;
    }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs {
        margin-top: 25px;
    }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs .openBarInputsProgress {
            margin-left: 60px;
        }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs .openBarInputsProgress p {
                color: #1976d2;
                font-size: 14px;
                margin-bottom: 25px;
            }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs .openBarInputsProgress .indexRangeHeader {
                margin-bottom: 0px;
            }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs .openBarInputsProgress .indexRangeHeader .slider {
                    position: absolute;
                    cursor: pointer;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-color: #ccc;
                    -webkit-transition: 0.4s;
                    transition: 0.4s;
                }

                    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs .openBarInputsProgress .indexRangeHeader .slider:before {
                        position: absolute;
                        content: "";
                        height: 32px;
                        width: 32px;
                        left: -4px;
                        bottom: -8px;
                        border: 1px solid #ebebeb;
                        background-color: white;
                        -webkit-transition: 0.4s;
                        transition: 0.4s;
                    }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs .openBarInputsProgress .indexRangeHeader label {
                    margin: 0px;
                    margin-right: 8px;
                }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs .openBarInputsProgress .indexRangeHeader span {
                    margin-left: 8px;
                    width: 20px;
                }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openBarInputs .openBarInputsProgress:first-child {
                margin-left: 0px;
            }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck {
        margin-top: 48px;
    }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck label {
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            margin-bottom: 0.375em;
            color: #616161;
        }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck label input {
                position: absolute;
                left: -9999px;
            }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck label input:checked + span {
                    background-color: #e3f2fd;
                }

                    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck label input:checked + span:before {
                        -webkit-box-shadow: inset 0 0 0 0.4375em #1976d2;
                        box-shadow: inset 0 0 0 0.4375em #1976d2;
                    }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck label span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0.375em 0.75em 0.375em 0.375em;
                border-radius: 99em;
                -webkit-transition: 0.25s ease;
                transition: 0.25s ease;
            }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck label span:hover {
                    background-color: #e3f2fd;
                }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck label span:before {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    content: "";
                    background-color: #fff;
                    width: 1.5em;
                    height: 1.5em;
                    border-radius: 50%;
                    margin-right: 0.375em;
                    -webkit-transition: 0.25s ease;
                    transition: 0.25s ease;
                    -webkit-box-shadow: inset 0 0 0 0.125em #1976d2;
                    box-shadow: inset 0 0 0 0.125em #1976d2;
                }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck p {
            font-size: 14px;
            color: #1976d2;
            margin-bottom: 20px;
        }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck .inputChecksPage {
            margin-top: 10px;
        }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck .inputChecksPage input {
                width: 16px;
                height: 16px;
            }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck .inputChecksPage label {
                margin: 0px;
                margin-left: 12px;
            }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck .openInputChecksTwo {
            margin-left: 20px;
        }

            .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck .openInputChecksTwo label {
                color: #616161;
            }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck .openInputChecksTwo label input {
                    position: relative;
                }

                .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck .openInputChecksTwo label span:hover {
                    background-color: #e3f2fd;
                }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputCheck .openInputChecksThree {
            margin-left: 20px;
        }

    .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputButtons {
        margin-top: 80px;
    }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputButtons button {
            background: none;
            border: none;
            color: #1976d2;
            font-weight: 500;
            font-size: 14px;
        }

        .rows .centerCol .colsCenter .colsToCol:last-child .buttonsContainerThree .openFilterPage .openInputButtons .openInputLastButtons button:first-child {
            color: #c62828;
            margin-right: 48px;
        }

.rows .centerCol .pageInfo {
    margin-top: 30px;
    padding-right: 20px;
}

    .rows .centerCol .pageInfo p {
        font-size: 12px;
        color: #616161;
    }

    .rows .centerCol .pageInfo .perPage {
        margin-right: 24px;
    }

        .rows .centerCol .pageInfo .perPage select {
            padding: 4px;
            border: none;
            font-size: 12px;
            outline: none;
        }

    .rows .centerCol .pageInfo .pageNumber {
        margin-right: 24px;
    }

    .rows .centerCol .pageInfo .pageInfoIcons i {
        color: #616161;
        font-size: 14px;
        padding: 4px 8px;
    }

        .rows .centerCol .pageInfo .pageInfoIcons i:first-child {
            margin-right: 24px;
        }
/*
.leftSide {
    z-index: 999 !important;
    background: #fff;
    border-right: 1px solid #e6dcdc;
    position: fixed;
    top: 65px;
    left: 0px;
    width: 56px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .leftSide .leftSideMenuActiveLink {
        color: #1976d2;
        border-left: 3px solid #1976d2;
        background: rgba(240, 239, 239, 0.4);
    }

        .leftSide .leftSideMenuActiveLink svg .b {
            fill: #1976d2;
        }

    .leftSide a {
        width: 100%;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 15px;
        z-index: 100000;
        border-left: 3px solid #fff;
        font-weight: 400;
        color: #616161;
    }

        .leftSide a p {
            display: none;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            text-align: center;
            margin-left: 30px;
            font-size: 12px;
            margin-bottom: 0rem;
        }

        .leftSide a svg {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .leftSide a:hover {
            background: white;
            color: #51a2f3;
            border-left: 3px solid #383838;
            background: rgba(240, 239, 239, 0.3);
        }

            .leftSide a:hover svg .b {
                fill: #1976d2;
            }

            .leftSide a:hover .box {
                background: #51a2f3;
            }

        .leftSide a:focus {
            color: #1976d2;
            border-left: 3px solid #1976d2;
            background: rgba(240, 239, 239, 0.4);
        }

            .leftSide a:focus svg .b {
                fill: #1976d2;
            }

            .leftSide a:focus .box {
                background: #1976d2;
            }

    .leftSide .openCloseButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: #616161;
        border: none;
        padding: 18px;
        cursor: pointer;
        width: 100%;
        outline: none;
        background: none;
    }

        .leftSide .openCloseButton i {
            font-size: 20px;
            text-align: center;
        }*/


/*.leftSide {
    z-index: 999 !important;
    background: #fff;
    border-right: 1px solid #e6dcdc;
    position: fixed;
    top: 65px;
    left: 0px;
    width: 56px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .leftSide #dropdown-lvl1 {
        width: 100%;
    }

        .leftSide #dropdown-lvl1 .panel-body ul li a {
            padding-left: 70px;
            font-size: 13px;
        }

        .leftSide #dropdown-lvl1 .panel-body-second ul li a {
            padding-left: 94px;
        }

    .leftSide .leftSideMenuActiveLink {
        color: #1976d2;
        border-left: 3px solid #1976d2;
        background: rgba(240, 239, 239, 0.4);
    }
    .leftSide .leftSideMenuContainer {
        width: 100%;
    }

        .leftSide .leftSideMenuContainer .leftSideMenuActiveLink {
            color: #1976d2;
            border-left: 3px solid #1976d2;
            background: rgba(240, 239, 239, 0.4);
        }

            .leftSide .leftSideMenuContainer .leftSideMenuActiveLink svg .b {
                fill: #1976d2;
            }

        .leftSide .leftSideMenuContainer a {
            width: 100%;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 20px 15px;
            z-index: 100000;
            border-left: 3px solid #fff;
            font-weight: 400;
            color: #616161;
        }

            .leftSide .leftSideMenuContainer a p {
                display: none;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                text-align: center;
                margin-left: 30px;
                font-size: 12px;
                margin-bottom: 0rem;
                position: relative;
            }

            .leftSide .leftSideMenuContainer a svg {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }


    .leftSide a:hover {
        background: white;
        color: #51a2f3;
        border-left: 3px solid #383838;
        background: rgba(240, 239, 239, 0.3);
    }

        .leftSide a:hover svg .b {
            fill: #1976d2;
        }

        .leftSide a:hover .box {
            background: #51a2f3;
        }

    .leftSide a:focus {
        color: #1976d2;
        border-left: 3px solid #1976d2;
        background: rgba(240, 239, 239, 0.4);
    }

        .leftSide a:focus svg .b {
            fill: #1976d2;
        }

        .leftSide a:focus .box {
            background: #1976d2;
        }

    .leftSide .openCloseButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: #616161;
        border: none;
        padding: 18px;
        padding-left: 37px;
        cursor: pointer;
        width: 100%;
        outline: none;
        background: none;
    }

        .leftSide .openCloseButton i {
            font-size: 20px;
            text-align: center;
        }

    .leftSide::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .leftSide::-webkit-scrollbar {
        width: 1px;
        background-color: #fff;
    }

    .leftSide::-webkit-scrollbar-thumb {
        background-color: #0ae;
    }*/
/* .leftSide .leftSideMenuContainer ul {
            cursor: pointer;
            display: none;
            -webkit-transition: all 2s linear;
            transition: all 2s linear;
        }

            .leftSide .leftSideMenuContainer ul li {
                list-style: none;
            }

                .leftSide .leftSideMenuContainer ul li a {
                    border: none;
                    background: none;
                    padding: 8px;
                    padding-left: 12px;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    line-height: 30px;
                }

                    .leftSide .leftSideMenuContainer ul li a:hover > ul {
                        display: block;
                    }

        .leftSide .leftSideMenuContainer a:hover {
            background: white;
            color: #51a2f3;
            border-left: 3px solid #383838;
            background: rgba(240, 239, 239, 0.3);
        }

            .leftSide .leftSideMenuContainer a:hover svg .b {
                fill: #1976d2;
            }

            .leftSide .leftSideMenuContainer a:hover .box {
                background: #51a2f3;
            }

        .leftSide .leftSideMenuContainer a:focus {
            color: #1976d2;
            border-left: 3px solid #1976d2;
            background: rgba(240, 239, 239, 0.4);
        }

            .leftSide .leftSideMenuContainer a:focus svg .b {
                fill: #1976d2;
            }

            .leftSide .leftSideMenuContainer a:focus .box {
                background: #1976d2;
            }

        .leftSide .leftSideMenuContainer:hover > ul {
            display: block;
        }*/

/*.leftSide .openCloseButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: #616161;
        border: none;
        padding: 18px;
        cursor: pointer;
        width: 100%;
        outline: none;
        background: none;
    }

        .leftSide .openCloseButton i {
            font-size: 20px;
            text-align: center;
        }*/



.leftSide {
    z-index: 999 !important;
    background: #fff;
    border-right: 1px solid #e6dcdc;
    position: fixed;
    top: 65px;
    left: 0px;
    width: 56px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
    padding-bottom: 100px;
    scrollbar-width: none;
}



    .leftSide .panel-collapse {
        width: 100%;
    }

        .leftSide .panel-collapse .panel-body ul li a {
            padding-left: 70px;
            font-size: 13px;
            width: 290px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .leftSide.panel-collapse .panel-body-second ul li a {
            padding-left: 94px;
        }

    .leftSide .leftSideMenuActiveLink {
        color: #1976d2;
        border-left: 3px solid #1976d2;
        background: rgba(240, 239, 239, 0.4);
    }

        .leftSide .leftSideMenuActiveLink svg .b {
            fill: #1976d2;
        }

    .leftSide a {
        width: 100%;
        position: relative;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 15px;
        z-index: 100000;
        border-left: 3px solid #fff;
        font-weight: 400;
        color: #616161;
    }

        .leftSide a p {
            display: none;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            text-align: left;
            margin-left: 30px;
            font-size: 15px;
            margin-bottom: 0rem;
            width: 170px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.leftSideIconRotate {
    transform: rotate(180deg);
}

.leftSide a i {
    position: absolute;
    right: 23px;
    display: none;
    transition: .5s ease;
}

.leftSide a svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.leftSide a:hover {
    background: white;
    color: #51a2f3;
    border-left: 3px solid #383838;
    background: rgba(240, 239, 239, 0.3);
}

    .leftSide a:hover svg .b {
        fill: #1976d2;
    }

    .leftSide a:hover .box {
        background: #51a2f3;
    }

.leftSide a:focus {
    color: #1976d2;
    border-left: 3px solid #1976d2;
    background: rgba(240, 239, 239, 0.4);
}

    .leftSide a:focus svg .b {
        fill: #1976d2;
    }

    .leftSide a:focus .box {
        background: #1976d2;
    }

.leftSide .openCloseButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #616161;
    border: none;
    padding: 18px;
    padding-left: 37px;
    cursor: pointer;
    width: 100%;
    outline: none;
    background: none;
}

    .leftSide .openCloseButton i {
        font-size: 20px;
        text-align: center;
    }

.leftSide::-webkit-scrollbar-track {
    background-color: #fff;
}

.leftSide::-webkit-scrollbar {
    width: 1px;
    background-color: #fff;
}

.leftSide::-webkit-scrollbar-thumb {
    background-color: #0ae;
}



.selectedData {
    width: calc(100% - 136px);
    height: 75px;
    background: #e3f2fd;
    padding: 0px 18px;
    position: fixed;
    bottom: 0;
    display: none;
}

    .selectedData .selectedTextInfo p {
        font-size: 16px;
        color: #212121;
    }

        .selectedData .selectedTextInfo p span {
            color: #1976d2;
            font-size: 20px;
            font-weight: 600;
        }

    .selectedData .selectedIcons i {
        color: #616161;
        font-size: 16px;
        padding: 12px;
    }

    .selectedData .popupSelectedDataInfo {
        position: absolute;
        left: 30px;
        bottom: 90px;
        background: #7e57c2;
        border-radius: 8px;
        padding: 15px;
        color: #fff;
        width: 240px;
        height: 160px;
    }

        .selectedData .popupSelectedDataInfo .popupselectedDataTitle {
            font-size: 16px;
            margin-bottom: 6px;
        }

        .selectedData .popupSelectedDataInfo .popupSelectedDataText {
            font-size: 14px;
            color: #e0e0e0;
            margin-bottom: 16px;
        }

        .selectedData .popupSelectedDataInfo .popupSelectedDataButton {
            background: none;
            border: none;
            font-size: 14px;
            color: #fff;
            outline: none;
        }

        .selectedData .popupSelectedDataInfo i {
            color: #7e57c2;
            position: absolute;
            bottom: -18px;
            left: 100px;
            cursor: auto;
            font-size: 32px;
        }

/*

ADDNEW
ADDNEW
ADDNEW
ADDNEW
ADDNEW
ADDNEW

*/
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

@media only screen and (max-device-width: 1300px) {
    .tabMenu {
        margin-top: 110px;
    }

    .buttonsContainerThree {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .buttonsContainerOne {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .buttonsContainerOne button {
            margin-top: 8px;
        }

        .buttonsContainerOne .addNewDisable:last-child {
            margin-left: 0px !important;
        }

    .headerInputText {
        width: 200px !important;
    }

    .buttonsContainerThree {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 110px !important;
    }

        .buttonsContainerThree .buttonClassicOne,
        .buttonsContainerThree .buttonClassicTwo,
        .buttonsContainerThree .buttonClassicThree,
        .buttonsContainerThree .buttonClassicFour {
            margin-top: 8px;
            margin-right: 0px;
        }

    .tableContainer table thead tr th {
        font-size: 12px !important;
    }
}

.colsToCenter {
    margin-top: 145px !important;
}

@media only screen and (max-device-width: 991px) {
    .tableIcons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tableIcons svg {
            margin-right: 0px !important;
            width: 16px !important;
            height: 14px !important;
        }
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background-color: #02022d;
    opacity: 0.6;
}

.signInContainer {
    width: 100%;
}

    .signInContainer .row .signInLeftSide .pCRMBorder {
        width: 2px;
        height: 92px;
        background: #fff;
    }

    .signInContainer .row .signInLeftSide a {
        color: #fff;
        font-size: 34px;
        font-weight: 600;
        text-decoration: none;
    }

    .signInContainer .row .signInLeftSide img {
        cursor: pointer;
    }

    .signInContainer .row .signInRightSide {
        padding: 24px;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 10px;
    }

        .signInContainer .row .signInRightSide h2 {
            font-weight: 600;
            font-size: 34px;
            margin-bottom: 20px;
        }

        .signInContainer .row .signInRightSide .headerInfo {
            margin-top: 12px;
        }

            .signInContainer .row .signInRightSide .headerInfo a {
                margin-left: 12px;
            }

        .signInContainer .row .signInRightSide .inputs {
            margin-top: 36px;
            width: 100%;
        }

            .signInContainer .row .signInRightSide .inputs .inputText {
                margin-bottom: 16px !important;
            }

            .signInContainer .row .signInRightSide .inputs input {
                width: 100%;
                padding: 9.5px 12px;
                border-radius: 4px;
                border: 1px solid #616161;
            }

            .signInContainer .row .signInRightSide .inputs .inputText {
                margin: -12px 16px 0px 16px;
            }

                .signInContainer .row .signInRightSide .inputs .inputText p {
                    color: #bdbdbd;
                    font-size: 12px;
                }

        .signInContainer .row .signInRightSide .loginButton {
            margin-top: 12px;
            float: right;
            background: #1976d2;
            color: #fff;
            text-decoration: none;
            padding: 10.5px 25px;
            border-radius: 24px;
            border: none;
        }

        .signInContainer .row .signInRightSide .orBorderCont {
            margin-top: 5rem;
        }

            .signInContainer .row .signInRightSide .orBorderCont .orText {
                margin-bottom: 0px;
                margin-right: 16px;
                margin-left: 16px;
            }

            .signInContainer .row .signInRightSide .orBorderCont .cizgi {
                width: 100%;
                height: 1px;
                background: #616161;
            }

        .signInContainer .row .signInRightSide .socialLinks {
            margin-top: 30px;
            margin-bottom: 14px;
        }

            .signInContainer .row .signInRightSide .socialLinks .socialLinkButton {
                width: 280px;
                margin-bottom: 12px;
                background: #1976d2;
                padding: 10.5px 25px;
                color: #fff;
                border-radius: 24px;
                text-decoration: none;
            }

                .signInContainer .row .signInRightSide .socialLinks .socialLinkButton i {
                    margin-right: 12px;
                }

                .signInContainer .row .signInRightSide .socialLinks .socialLinkButton:first-child {
                    background: #db4437;
                }

                .signInContainer .row .signInRightSide .socialLinks .socialLinkButton:last-child {
                    margin-bottom: 0px;
                    background: #4267b2;
                }

/*input*/
.form-wrapper-outer {
    padding: 40px;
    border-radius: 8px;
    margin: auto;
    width: 460px;
    border: 1px solid #dadce0;
    margin-top: 7%;
}

.field-wrapper {
    position: relative;
    margin-bottom: 15px;
}

    .field-wrapper input {
        border: 1px solid #dadce0;
        padding: 15px;
        border-radius: 4px;
        width: 100%;
    }

    .field-wrapper .field-placeholder {
        font-size: 16px;
        position: absolute;
        /* background: #fff; */
        bottom: 6px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #80868b;
        left: 6px;
        padding: 0 8px;
        -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1;
        text-align: left;
        width: 100%;
        transition: all 0.1s ease-in-out;
    }

        .field-wrapper .field-placeholder span {
            background: #ffffff;
            padding: 0px 8px;
        }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder {
        color: #1a73e8;
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        bottom: 30px;
        font-size: 11px;
    }



.field-wrapperTextArea {
    position: relative;
    margin-bottom: 15px;
}

    .field-wrapperTextArea textarea {
        border: 1px solid #dadce0;
        padding: 15px;
        border-radius: 4px;
        width: 100%;
    }

    .field-wrapperTextArea .field-placeholder {
        font-size: 16px;
        position: absolute;
        /* background: #fff; */
        bottom: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #80868b;
        left: 8px;
        padding: 0 8px;
        -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1;
        text-align: left;
        width: 100%;
        transition: all 0.1s ease-in-out;
    }

        .field-wrapperTextArea .field-placeholder span {
            background: #ffffff;
            padding: 0px 8px;
        }

    .field-wrapperTextArea textarea:not([disabled]):focus ~ .field-placeholder {
        color: #1a73e8;
    }

    .field-wrapperTextArea textarea:not([disabled]):focus ~ .field-placeholder,
    .field-wrapperTextArea.hasValue textarea:not([disabled]) ~ .field-placeholder {
        bottom: 80px;
        font-size: 11px;
    }

#eyeIcon {
    position: absolute;
    right: 16px;
    top: 15px;
    cursor: pointer;
}

#dynamicMenu {
    width: 100%;
}

@media only screen and (max-device-width: 991px) {
    body {
        overflow: auto;
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-30px) translateX(-95px);
        transform: scale(0.75) translateY(-30px) translateX(-95px);
    }

    .container {
        padding-top: 160px;
        padding-bottom: 24px;
    }

        .container .signInRightSide {
            margin-top: 24px;
        }
}

@media only screen and (max-device-width: 768px) {
    .field-wrapper input:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-30px) translateX(-65px);
        transform: scale(0.75) translateY(-30px) translateX(-65px);
    }
}

@media only screen and (max-device-width: 576px) {
    body {
        overflow: auto;
        background: none;
        opacity: 1;
    }

    .col-lg-6:first-child {
        margin-top: 100px;
    }

    .socialLinks {
        width: 100% !important;
    }

        .socialLinks .socialLinkButton {
            width: 270px !important;
        }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-30px) translateX(-15%);
        transform: scale(0.75) translateY(-30px) translateX(-15%);
    }

    .signInLeftSide a {
        font-size: 20px !important;
    }

    .signInLeftSide .pCRMBorder {
        height: 48px !important;
    }

    .signInLeftSide img {
        width: 190px;
    }
}

/*ADDNEW - ADDNEW - ADDNEW - ADDNEW - ADDNEW - ADDNEW - ADDNEW - ADDNEW - ADDNEW - ADDNEW - ADDNEW*/
h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0 0 8px;
    padding: 0px;
}

.colsToCol:first-child {
    height: 80px;
    padding-left: 16px;
}

    .colsToCol:first-child h2 {
        font-size: 20px;
        color: #1976d2;
    }

    .colsToCol:first-child p {
        font-size: 12px;
        color: #bdbdbd;
    }

        .colsToCol:first-child p span {
            color: #1976d2;
        }

.buttonsContainerThree .buttonClassicFour i {
    font-size: 20px;
    padding: 4px 6px;
}

.addNewHeadLineText {
    font-size: 14px;
    color: #1976d2;
    margin-top: 12px;
}

.openInputChecks {
    /* Hide default HTML checkbox */
}

    .openInputChecks input[type="radio"] {
        width: 21px !important;
        height: 21px;
        margin-right: 12px;
    }

    .openInputChecks input[type="checkbox"] {
        width: 21px !important;
        height: 21px;
        margin-right: 12px;
    }

    .openInputChecks label {
        margin-top: 12px;
        cursor: pointer;
    }

    .openInputChecks .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 16px;
    }

        .openInputChecks .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

.w3-addNew-container {
    border: none;
    background: #fff;
}

    .w3-addNew-container .w3-button:hover {
        background: #e3f2fd !important;
    }

    .w3-addNew-container .w3-border {
        border: none !important;
        border-top: 1px solid #ccc !important;
    }

.addNewInputs {
    margin-top: 24px;
}

    .addNewInputs .col-md-3 {
        margin-top: 24px;
        padding: 0px;
    }

    .addNewInputs .textareaEye {
        position: absolute;
        z-index: 100;
        top: 40px;
        right: 30px;
    }

    .addNewInputs .inputEye {
        background: #fff;
        z-index: 100;
        position: absolute;
        top: 14px;
        right: 30px;
    }

    .addNewInputs i {
        cursor: pointer;
        padding: 3px;
    }

    .addNewInputs h1 {
        font-size: 34px;
        color: #616161;
        margin-bottom: 25px;
    }

    .addNewInputs textarea {
        margin-top: 25px;
    }

    .addNewInputs input,
    .addNewInputs select,
    .addNewInputs textarea {
        overflow: hidden;
        padding: 7px 40px 7px 16px;
        border: 1px solid #616161;
        border-radius: 4px;
        width: 100%;
    }

        .addNewInputs input::-webkit-input-placeholder,
        .addNewInputs textarea::-webkit-input-placeholder {
            color: #000;
        }

        .addNewInputs input:-ms-input-placeholder,
        .addNewInputs textarea:-ms-input-placeholder {
            color: #000;
        }

        .addNewInputs input::-ms-input-placeholder,
        .addNewInputs textarea::-ms-input-placeholder {
            color: #000;
        }

        .addNewInputs input::placeholder,
        .addNewInputs textarea::placeholder {
            color: #000;
        }

        .addNewInputs input:focus,
        .addNewInputs select:focus,
        .addNewInputs textarea:focus,
        {
            border: 1px solid #1976d2;
        }

    .addNewInputs select {
        -webkit-appearance: none;
        cursor: pointer;
        -moz-appearance: none;
        background: transparent;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-position-y: 10px;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
    }

    .addNewInputs .informationText {
        margin-top: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
    }

        .addNewInputs .informationText p {
            font-size: 12px;
            color: #bdbdbd;
        }

    .addNewInputs .inputButton button {
        padding: 10px 25px;
        background: #ffa200;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        outline: 0;
    }

        .addNewInputs .inputButton button:hover {
            background: #e49000;
        }

/* The slider */
input:checked + .slider {
    background-color: #3d9dfc;
}

input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #3d9dfc;
    box-shadow: 0 0 1px #3d9dfc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    background: #1976d2;
    border: none;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

@media only screen and (max-device-width: 480px) {
    .headerLeftSide .photoAvatar {
        margin-right: -36px;
    }

    .colsToCol:first-child p {
        font-size: 10px !important;
    }

    .colsToCol:last-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .headerInputText {
        width: 80% !important;
    }

    .buttonsContainerThree .buttonClassicFour {
        margin: 0px !important;
    }
}

.colsToCol:last-child {
    height: 82vh !important;
}

@media only screen and (max-device-width: 870px) {
    .tabMenu a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-device-width: 991px) {
    body {
        overflow-y: auto;
    }

    .inputs {
        width: 100% !important;
    }

    .colsToCol:last-child {
        height: 100% !important;
    }

    .sideCol:last-child {
        height: 120% !important;
    }
}

@media only screen and (max-device-width: 768px) {
    .sideCol:last-child {
        height: 150% !important;
    }
}

@media only screen and (max-device-width: 1300px) {
    .tabMenu {
        margin-top: 0px !important;
    }
}

.colsCenter {
    margin-top: 65px !important;
}

.defaultTableAltMenu:hover > .defaultEditMenu {
    display: block !important;
}


button {
    outline: none;
    margin-right: 12px;
}

.buttonClassic {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #1976d2;
    padding: 10px 25px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.buttonClassicOne {
    background: none;
    color: #1976d2;
    padding: 9.5px 25px;
    transition: all 0.5s;
}

    .buttonClassicOne:hover {
        background: #e3f2fd;
    }

.buttonClassicTwo {
    transition: all 0.5s;
    padding: 8.5px 25px;
    background: none;
    border: 1px solid #1976d2;
    color: #1976d2;
}

    .buttonClassicTwo:hover {
        background: #e3f2fd;
        border: 1px solid #fff;
    }

.buttonClassicThree {
    transition: all 0.5s;
    padding: 9.5px 25px;
    margin-left: 11px;
}

    .buttonClassicThree:hover {
        background: #0d47a1;
    }

.buttonClassicFour {
    transition: all 0.5s;
    padding: 8px 8px;
    border-radius: 50%;
    margin-right: 0px;
}

    .buttonClassicFour:hover {
        background: #0d47a1;
    }



.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 16px;
    margin: 0px;
    margin-right: 28px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: -2px;
        bottom: -5px;
        background-color: white;
        -webkit-transition: .4s;
        border: 1px solid #eee;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }




.form-control:focus {
    box-shadow: none !important;
}

#filtertable .field-wrapper input {
    padding: 0px !important;
}

#filtertable select, #filtertable .field-wrapper input {
    text-indent: 5px;
}

select:focus {
    outline-color: #1976d2;
}

.openInputChecks {
    margin-top: 0px !important;
}

.inputActive {
    bottom: 30px !important;
    font-size: 11px !important;
}

.textAreaActive {
    bottom: 78px !important;
    font-size: 11px !important;
}

*:focus {
    outline: none;
}

.panelSelectCustom {
    position: relative;
}

    .panelSelectCustom .selectHeader {
        position: absolute;
        top: 9px;
        left: 20px;
        z-index: 1;
        cursor: pointer;
        background: #fff;
        color: #3a3a3a;
        padding: 0 4px;
        margin-bottom: 0rem;
        transition: all 0.1s ease-in-out;
    }

    .panelSelectCustom .selectIcon {
        position: absolute;
        top: 17px;
        right: 20px;
        z-index: 99999999999;
    }

    .panelSelectCustom select {
        z-index: 2;
        opacity: 1;
        padding: 7px 12px 7px 22px;
        border-radius: 4px;
        position: relative;
        width: 100%;
        transition: all 0.1s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; /* Remove default arrow */
        color: black;
        cursor: pointer;
    }

@media(max-width:1200px) {
    .addNewInputs .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.text-danger {
    position: absolute !important;
}

.signInRightSide .field-wrapper {
    margin-bottom: 35px;
}

.panelSelectCustom .panelSelect {
    overflow-y: scroll;
}

#dataList {
    padding: 7px 7px 7px 16px;
}

.multiselect {
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
    height:240px;
    overflow-y:scroll;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
            color:#fff;
        }

#checkboxes {
}
    #checkboxes label {
        padding: 10px 8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom:0rem;
    }
        #checkboxes label input {
            padding: 0px;
            width: 24px;
        }


    #checkboxes::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #checkboxes::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5;
    }

    #checkboxes::-webkit-scrollbar-thumb {
        background-color: #33bbf1;
    }

#multiple-select-container {
    position: relative;
}

    #multiple-select-container p {
        position: absolute;
        top: -9px;
        left: 10px;
        padding: 0px 4px;
        background: #fff;
        font-size: 12px;
    }


#multiple-select {
    padding: 0px !important;
    height: 200px !important;
    overflow-y:scroll;
}

    #multiple-select option {
        padding: 12px;
    }

    #multiple-select::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    #multiple-select::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5;
    }

    #multiple-select::-webkit-scrollbar-thumb {
        background-color: #33bbf1;
    }

.multiCustom .selectHeader {
    top: -11px;
    background: #fff !important;
    padding: 1px 4px;
    z-index:20 !important;
}
.multiCustom .panelSelect{
    color:#000 !important;
    opacity:1 !important;
}

.panelSelectCustom .selectHeader {
    position: absolute;
    top: -8px;
    left: 9px;
    z-index: 3;
    cursor: pointer;
    background: #fff;
    color: #3a3a3a;
    padding: 0 4px;
    margin-bottom: 0rem;
    transition: all 0.1s ease-in-out;
    font-size:10px;
}

.panelSelectCustom input {
    transition: 0s !important;
    -webkit-transition : 0s !important;
}
/*.searchableSelect custom-select{
    padding:none !important;
    border:none !important;
}*/

.custom-select {
    padding: 1px 0px 0px 0px !important;
    border: none;
}

.selectize-input{
    border: 1px solid #ccc;
}

   /* .selectize-input > input{
        width:100% !important;
    }*/

.panelSelectCustom{
    cursor:pointer;
}