/*
Template Name: ZamTnA
Author: Ahmed Al Wahaibi
Version: 11.0.0
Website: https://wahaibi.com/
Contact: zamtna@wahaibi.com
File: System Css File (English)
*/

.select2-selection__clear {
    position: absolute !important;
    right: 40px !important;
}

/* ############################# */
/* Autofill (Start)              */
/* ############################# */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* ############################# */
/* Autofill (End)                */
/* ############################# */

/* ############################# */
/* Main DataTable rotate (Start) */
/* ############################# */
th.rotate {
    height: 100px;
    padding: 5px;
    /*width: 20px !important;*/
    font-weight: normal;
}

.rotate {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
}

.norotate {
    -moz-transform: rotate(+90.0deg); /* FF3.5+ */
    -ms-transform: rotate(+90.0deg); /* IE9+ */
    -o-transform: rotate(+90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(+90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(+90.0deg); /* Standard */
}
/* ############################# */
/* Main DataTable rotate (End)   */
/* ############################# */

/* ###################### */
/* Wizard Round  (Start)  */
/* ###################### */


.wizard .steps ul li:not(:first-child) a::before, .wizard .steps ul li:not(:last-child) a::after, .wizard.vertical .steps ul li:last-child a::after {
    content: "";
    position: absolute;
    top: 0;
    width: 54px;
    height: 54px;
    transform: scale(.707) rotate(45deg);
    border-bottom-left-radius: 50px
}

.wizard {
    width: 100%
}

    .wizard .steps {
        margin-bottom: 20px
    }

        .wizard .steps ul {
            margin: 0;
            padding: 0
        }

            .wizard .steps ul li {
                list-style: none;
                display: table-cell;
                width: 1%
            }

                .wizard .steps ul li:not(:first-child) a::before {
                    left: -27px;
                }

                .wizard .steps ul li:not(:last-child) {
                    padding-right: 20px
                }

                    .wizard .steps ul li:not(:last-child) a::after {
                        right: -27px;
                        z-index: 1
                    }

                .wizard .steps ul li a {
                    position: relative;
                    display: block;
                    padding: 10px 0 10px 27px;
                    text-decoration: none;
                    text-align: center;
                    font-size: 16px;
                    white-space: nowrap
                }

        .wizard .steps .current-info {
            display: none
        }

        .wizard .steps .number {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin-right: 10px;
            border-radius: 100%;
            text-align: center;
            line-height: 34px;
            font-size: 16px;
        }

    .wizard .content {
        position: relative;
        min-height: 350px;
        overflow: hidden
    }

        .wizard .content .title, .wizard.vertical .steps ul li a::before {
            display: none
        }

        .wizard .content .body {
            float: left;
            width: 100%
        }

    .wizard .actions {
        float: right
    }

        .wizard .actions ul {
            margin: 10px 0;
            padding: 0;
            overflow: hidden
        }

            .wizard .actions ul li {
                list-style: none;
                float: left
            }

        .wizard .actions a, .wizard-round .actions a {
            display: inline-block;
            padding: 5px 10px;
            margin-left: 20px;
            border-radius: 5px;
            text-decoration: none;
        }

    .wizard.vertical .steps {
        float: left;
        width: 25%
    }

        .wizard.vertical .steps ul li {
            display: block;
            width: 100%;
            margin-bottom: 20px
        }

            .wizard.vertical .steps ul li a {
                text-align: left
            }

            .wizard.vertical .steps ul li:last-child {
                padding-right: 20px
            }

                .wizard.vertical .steps ul li:last-child a::after {
                    right: -27px;
                    z-index: 1
                }

    .wizard.vertical .content {
        float: left;
        margin-left: 2%;
        width: 73%
    }

.wizard-round {
    width: 100%;
    margin-top: 40px
}

    .wizard-round .steps {
        margin-bottom: 20px
    }

        .wizard-round .steps ul {
            margin: 0;
            padding: 0;
            counter-reset: flag
        }

            .wizard-round .steps ul li {
                list-style: none;
                display: table-cell;
                width: 1%
            }

                .wizard-round .steps ul li:first-child a::after {
                    left: 20%;
                    border-radius: 5px 0 0 5px
                }

                .wizard-round .steps ul li:last-child a::after {
                    right: 20%;
                    border-radius: 0 5px 5px 0
                }

                .wizard-round .steps ul li a {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    text-decoration: none;
                    text-align: center;
                    font-size: 14px;
                    white-space: nowrap
                }

                    .wizard-round .steps ul li a::before {
                        content: counter(flag);
                        counter-increment: flag;
                        position: absolute;
                        top: -32px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        width: 32px;
                        height: 32px;
                        border-radius: 50%;
                        box-shadow: 0 0 0 5px #ebebeb;
                        line-height: 32px;
                        z-index: 2
                    }

                    .wizard-round .steps ul li a::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: -48%;
                        z-index: 1;
                        height: 8px
                    }

        .wizard-round .content .title, .wizard-round .steps .current-info {
            display: none
        }


    .wizard-round .content {
        position: relative;
        min-height: 350px;
        overflow: hidden
    }

        .wizard-round .content .body {
            float: left;
            width: 100%
        }

    .wizard-round .actions {
        float: right
    }

        .wizard-round .actions ul {
            margin: 10px 0;
            padding: 0;
            overflow: hidden
        }

            .wizard-round .actions ul li {
                list-style: none;
                float: left
            }

    .wizard-round.vertical .steps {
        float: left;
        width: 25%
    }

        .wizard-round.vertical .steps ul li {
            display: block;
            width: 100%;
            height: 100px
        }

            .wizard-round.vertical .steps ul li a {
                height: 100%;
                padding-left: 70px;
                text-align: left
            }

                .wizard-round.vertical .steps ul li a::before {
                    top: 5px;
                    left: 20px;
                    right: auto;
                    text-align: center
                }

                .wizard-round.vertical .steps ul li a::after {
                    left: 32px;
                    right: auto;
                    top: 2px;
                    bottom: 0;
                    height: auto;
                    width: 8px
                }

            .wizard-round.vertical .steps ul li:first-child a::after {
                border-radius: 0
            }

            .wizard-round.vertical .steps ul li:last-child a::after {
                display: none
            }

    .wizard-round.vertical .content {
        float: left;
        margin-left: 2%;
        width: 73%
    }

.wizard-tabcontrol .steps ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    z-index: 1
}

    .wizard-tabcontrol .steps ul li {
        list-style: none;
        float: left;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

.wizard-tabcontrol .steps a {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
}

.wizard-tabcontrol .content .title, .wizard-tabcontrol .steps .current-info {
    display: none
}

.wizard-tabcontrol .content {
    position: relative;
    min-height: 350px;
    border-top: 1px solid #bbb;
    overflow: hidden
}

    .wizard-tabcontrol .content .body {
        float: left;
        width: 100%
    }

.wizard-sub .steps ul li a::after, .wizard-sub .steps ul li:not(:first-child) a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 88px solid transparent;
    transform: scale(.707) rotate(45deg)
}

.wizard-sub {
    width: 100%
}

    .wizard-sub .steps {
        margin-bottom: 20px;
        overflow: hidden
    }

        .wizard-sub .steps ul {
            width: 100%;
            margin: 0 0 0 10px- 44px;
            padding: 0
        }

            .wizard-sub .steps ul li {
                list-style: none;
                display: table-cell;
                width: 1%;
                padding-right: 10px
            }

                .wizard-sub .steps ul li:not(:first-child) a::before {
                    left: -44px;
                    border-top: 88px solid #fff
                }

                .wizard-sub .steps ul li a {
                    position: relative;
                    display: block;
                    box-sizing: border-box;
                    height: 88px;
                    line-height: 24px;
                    padding-top: 21px;
                    padding-left: 88px;
                    text-decoration: none
                }

                    .wizard-sub .steps ul li a::after {
                        right: -44px;
                        border-top: 88px solid #f9c8dd;
                        z-index: 1
                    }

        .wizard-sub .steps .current-info {
            display: none
        }

        .wizard-sub .steps .number {
            display: block;
            position: absolute;
            left: 50px;
            top: 0;
            width: 50px;
            height: 88px;
            line-height: 88px;
            font-size: 54px
        }

        .wizard-sub .steps strong {
            display: block;
            font-weight: 400;
            font-size: 16px
        }

        .wizard-sub .steps small {
            display: block;
            font-size: 14px;
        }

    .wizard-sub .content {
        position: relative;
        min-height: 350px;
        overflow: hidden
    }

        .wizard-sub .content .title {
            display: none
        }

        .wizard-sub .content .body {
            float: left;
            width: 100%
        }

    .wizard-sub .actions {
        float: right
    }

        .wizard-sub .actions ul {
            margin: 10px 0;
            padding: 0;
            overflow: hidden
        }

            .wizard-sub .actions ul li {
                list-style: none;
                float: left
            }

        .wizard-sub .actions a {
            display: inline-block;
            padding: 5px 10px;
            margin-left: 20px;
            border-radius: 5px;
            text-decoration: none
        }

/*
ul[role="tablist"] {
    display: none;
}
            */
/* ###################### */
/* Wizard Round  (End)    */
/* ###################### */

/* ###################### */
/* FileInput  (Start)     */
/* ###################### */
::-webkit-file-upload-button {
    display: none;
}

::file-selector-button {
    display: none;
}

#file-input::-webkit-file-upload-button {
    visibility: hidden;
    user-select: none;
}

#file-input {
    display: none;
    user-select: none;
}

input[type="file"] {
    color: transparent;
}
/* ###################### */
/* FileInput  (End)       */
/* ###################### */

/* ######################### */
/* Report Viewer  (Start)    */
/* ######################### */
.report_iframe_div {
}

.report_iframe {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
    height: 100%;
}
/* ######################### */
/* Report Viewer  (End)      */
/* ######################### */

.mv-20 {
    margin: 0 20px !important;
}

.float-end {
    float: right !important;
}

* {
    scrollbar-width: 8px;
    scrollbar-color: var(--zamtna-color-scrollbar-color) var(--zamtna-color-scrollbar-bgcolor)
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: var(--zamtna-color-scrollbar-bgcolor)
}

::-webkit-scrollbar-thumb {
    background-color: var(--zamtna-color-scrollbar-color);
    border-radius: 50px
}

/* ######################### */
/* Digital Persona (Start)   */
/* ######################### */
@keyframes scanEffect {
    0% {
        background: rgba(255, 255, 255, 0.3);
        height: 0%;
    }

    50% {
        height: 100%;
    }

    100% {
        background: rgba(255, 255, 255, 0.3);
        height: 0%;
    }
}

img.scan {
    position: relative;
    overflow: hidden;
}

    img.scan::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.3);
        height: 0;
        animation: scanEffect 3s infinite;
    }

@keyframes rippleEffect {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

img.ripple {
    animation: rippleEffect 3s infinite;
}

/* ######################### */
/* Digital Persona (End)     */
/* ######################### */
