﻿:root {
    --blue: #00aff0;
    --green: #28a745;
    --green-opaque: #28a74511;
    --red-opaque: #dc354511;
    --red: #dc3545;
    --sky: #faf8fd;
    --shadow: #c6c7c788;
    --lightblue: #def0f7;
    --lightblue2: #def0f777;
    --reshtehhover: #def0f777;
    --lighterblue: #f1f3f4;
    --darkblue: #3276b1;
    --white: #ffffff;
    --textwhite: #ffffff;
    --lightgray: #eee;
    --gray: #999;
    --darkgray: #555;
    --error-back: #f0ddde;
    --error-border: #ebcfd5;
    --error-color: #b94a48;
    --error-color-light: #db5c5a;
    --chance-very-hi: #0666b0;
    --chance-hi: #009b97;
    --chance-medium: #42bc9a;
    --chance-low: #f68c1b;
    --chance-very-low: #e17055;
    --orange: #f39c12;
    --window-backcolor: #ffffff;
    --background: #ffffff;
    --forecolor: #000000;
    --tableback: #fafafa;
    --yellow: #ffffdd;
    --reciept-back: #fff;
    --color1: rgb(54,170,237);
    --color2: rgb(58,213,213);
    --box-shadow: #1a71a2cc;
    --btn-primary-color1: #36a8ee;
    --btn-primary-color2: #3ad5d5;
    --btn-primary-forecolor: #ffffff;
    --form-control-forecolor: #333;
    --form-control-back: #f3f3f3;
}

.modal-body {
    position: relative;
    padding: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 220px);
}

.w-100
{
    width:100%;
}


.btn-link 
{
    white-space:normal;
}

bodyx {
    padding-top: 70px;
    padding-bottom: 0px;
    font-family: "IRANSansfnum", Helvetica, Arial, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 11pt;
    background: var(--background);
    color: var(--forecolor);
}



body {
    margin: 0px;
    padding-top: 70px;
    padding-bottom: 0px;
    background: var(--color1);
    background: linear-gradient(-45deg, var(--color1) 0%, var(--color2) 50%, var(--color1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    direction: rtl;
    font-family: "IRANSansfnum", Helvetica, Arial, sans-serif;
    font-weight: normal;
    min-height: 100vh;
}




        body.navbar-autohide {
            padding-top: 20px;
        }

    .navbar-inverse.navbar-fixed-top {
        background: transparent;
        
    }

.navbar-inverse.navbar-fixed-top.consultnabar {
    background: var(--btn-primary-color2);
    box-shadow: 0px 1px 5px #00000033;
}

    .container:fullscreen {
        background-color: white;
    }

    textarea.form-control {
        resize: vertical;
    }

    .hidden {
        display: none !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: "IRANSansfnum", Helvetica, Arial, sans-serif;
        font-weight: 500;
        line-height: 1.1;
    }

    h1, .h1 {
        font-size: 21pt;
    }

    h2, .h2 {
        font-size: 18pt;
    }

    h3, .h3 {
        font-size: 14pt;
    }

    h4, .h4 {
        font-size: 13pt;
    }

    h5
    {
        font-size:12.5pt;
        color:var(--blue);
    }

    .container.maxcontent {
        max-width: unset;
    }

.panel {
    font-size: 11pt;
    background-color: var(--lightblue2);
    padding: 15px 25px;
    border-radius: 8px;
    padding-top: 20px;
}

@media (max-width: 1140px) {
    h3 , .h3
    {
        font-size:12.5pt;
    }


    h4, .h4 {
        font-size: 11.5pt;
    }
    .panel
    {
       font-size:9.5pt;
    }
}

    .ltr, input[type=number] {
        direction: ltr;
    }

.panel h3, .panel .h3, .windowcard h3, .panel .h3 {
    margin-bottom: 10px;
    margin-top: 4px;
    color: var(--darkblue);
}


        .panel h3.text-danger, .panel .h3.text-danger {
            color: #b94a48 !important;
        }


    /* Set padding to keep content from hitting the edges */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
        min-height: calc(100vh - 200px);
    }

    /*body.navbar-autohide .body-content {

    min-height: calc(100vh - 50px);
}*/

    footer {
        width: 100%;
        height: 130px;
        /*background-color: #171e29;*/
        padding-top: 20px;
        color: var(--lightblue);
        font-size: 9pt;
    }

        footer > .container > .row {
            margin: 0px;
        }

        footer a {
            color: var(--lightblue);
            font-size: 10pt;
        }

            footer a:hover {
                color: white;
            }

        footer h3 {
            font-size: 11pt;
            color: var(--lightblue);
        }

    .card-footer a span {
        font-family: "IRANSansfnum";
        direction: rtl;
        text-align: right;
        font-size: 11pt;
    }
    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

    /* Set width on the form input elements since they're 100% wide by default */



    body.navbar-autohide .navbar {
        position: fixed;
        top: -40px;
        transition: top 300ms;
    }

        body.navbar-autohide .navbar:hover, body.navbar-autohide .navbar.active {
            top: 0px;
        }




    .navbar-inverse {
        /*background-color: var(--blue);
        border-color: var(--blue);
        color: var(--textwhite);*/
        background-color: transparent;
        border: none;
        transition: all 300ms;
        box-shadow: 0px 1px 5px #00000000;
    }

        .navbar-inverse.scrolled {
            background: var(--btn-primary-color2);
            box-shadow: 0px 1px 5px #00000033;
        }

        .navbar-inverse .navbar-nav > li > a {
            color: var(--textwhite);
        }

            .navbar-inverse .navbar-nav > li > a:hover {
                background-color: var(--textwhite);
                color: var(--blue);
            }

        .navbar-inverse .navbar-nav > .dropdown > a .caret {
            border-top-color: var(--textwhite);
            border-bottom-color: var(--textwhite);
        }

        .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
            border-top-color: var(--blue);
            border-bottom-color: var(--blue);
        }

        .navbar-inverse .navbar-nav > .dropdown.open > a .caret {
            border-top-color: var(--textwhite);
            border-bottom-color: var(--textwhite);
        }

        .navbar-inverse .navbar-brand {
            color: var(--textwhite);
        }

    @media (max-width:576px) {
        .navbar-inverse {
            background: var(--btn-primary-color2) !important;
            box-shadow: 0px 1px 5px #00000033 !important;
        }

        .navbar-nav {
            padding: 10px;
            font-size: 12pt;
        }

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
            background: var(--background);
        }

        .navbar-inverse .navbar-nav > li > a {
            color: var(--btn-primary-color2);
        }

        .navbar-nav .open .dropdown-menu > li > a {
            padding-right: 30px;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: var(--btn-primary-color2);
        }
    }


    .col-md-offset-0 {
        margin-right: 0;
    }

    .col-md-offset-1 {
        margin-right: 8.333333333333332%;
        margin-left: unset;
    }

    .col-md-offset-2 {
        margin-right: 16.666666666666664%;
        margin-left: unset;
    }

    .col-md-offset-3 {
        margin-right: 25%;
        margin-left: unset;
    }

    .col-md-offset-4 {
        margin-right: 33.33333333333333%;
        margin-left: unset;
    }

    .col-md-offset-5 {
        margin-right: 41.66666666666667%;
        margin-left: unset;
    }

    .col-md-offset-6 {
        margin-right: 50%;
        margin-left: unset;
    }

    .col-md-offset-7 {
        margin-right: 58.333333333333336%;
        margin-left: unset;
    }

    .col-md-offset-8 {
        margin-right: 66.66666666666666%;
        margin-left: unset;
    }

    .col-md-offset-9 {
        margin-right: 75%;
        margin-left: unset;
    }

    .col-md-offset-10 {
        margin-right: 83.33333333333334%;
        margin-left: unset;
    }

    .col-md-offset-11 {
        margin-right: 91.66666666666666%;
        margin-left: unset;
    }

    @media (max-width : 768px)
    {
        .col-xs-offset-0 {
            margin-right: 0;
        }

        .col-xs-offset-1 {
            margin-right: 8.333333333333332%;
            margin-left: unset;
        }

        .col-xs-offset-2 {
            margin-right: 16.666666666666664%;
            margin-left: unset;
        }

        .col-xs-offset-3 {
            margin-right: 25%;
            margin-left: unset;
        }

        .col-xs-offset-4 {
            margin-right: 33.33333333333333%;
            margin-left: unset;
        }

        .col-xs-offset-5 {
            margin-right: 41.66666666666667%;
            margin-left: unset;
        }

        .col-xs-offset-6 {
            margin-right: 50%;
            margin-left: unset;
        }

        .col-xs-offset-7 {
            margin-right: 58.333333333333336%;
            margin-left: unset;
        }

        .col-xs-offset-8 {
            margin-right: 66.66666666666666%;
            margin-left: unset;
        }

        .col-xs-offset-9 {
            margin-right: 75%;
            margin-left: unset;
        }

        .col-xs-offset-10 {
            margin-right: 83.33333333333334%;
            margin-left: unset;
        }

        .col-xs-offset-11 {
            margin-right: 91.66666666666666%;
            margin-left: unset;
        }
    }

    /*
    @media (min-width: 1200px) {
        .col-lg-offset-0 {
            margin-right: 0;
        }

        .col-lg-offset-1 {
            margin-right: 8.333333333333332%;
            margin-left: unset;
        }

        .col-lg-offset-2 {
            margin-right: 16.666666666666664%;
            margin-left: unset;
        }

        .col-lg-offset-3 {
            margin-right: 25%;
            margin-left: unset;
        }

        .col-lg-offset-4 {
            margin-right: 33.33333333333333%;
            margin-left: unset;
        }

        .col-lg-offset-5 {
            margin-right: 41.66666666666667%;
            margin-left: unset;
        }

        .col-lg-offset-6 {
            margin-right: 50%;
            margin-left: unset;
        }

        .col-lg-offset-7 {
            margin-right: 58.333333333333336%;
            margin-left: unset;
        }

        .col-lg-offset-8 {
            margin-right: 66.66666666666666%;
            margin-left: unset;
        }

        .col-lg-offset-9 {
            margin-right: 75%;
            margin-left: unset;
        }

        .col-lg-offset-10 {
            margin-right: 83.33333333333334%;
            margin-left: unset;
        }

        .col-lg-offset-11 {
            margin-right: 91.66666666666666%;
            margin-left: unset;
        }
    }*/

    @media (min-width: 768px) {
        .navbar-nav {
            float: right;
            margin: 0;
            text-align: right;
        }

            .navbar-nav > li {
                float: right;
            }

        .navbar-header {
            float: right;
        }


        .navbar-right {
            float: left !important;
        }



        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
            float: right;
        }
    }

    .radio, .checkbox {
        padding-left: unset;
        padding-right: 20px;
    }

        .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            float: right;
            margin-left: unset;
            margin-right: -20px;
        }

    input[type='password'] {
        direction: ltr;
    }

    .input-group {
        width: 100%;
        display: flex;
    }

        .input-group .form-control {
            border-radius: 0px 4px 4px 0px !important;
        }

        .input-group .btn {
            border-radius: 4px 0px 0px 4px !important;
        }

    .selectzabangroup.hide {
        display: none;
    }

    .selectzabangroup .ZabanGroup.hide {
        display: none;
    }

    .selectHonargroup.hide {
        display: none;
    }

    .selectHonargroup .HonarGroup.hide {
        display: none;
    }

    .checkboxpanel label:before {
        content: "\F0131";
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        font-size: 16pt;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /*background-color: white;*/
        text-align: center;
        width: 15px;
        padding: 0px;
        height: 16px;
        line-height: 16px;
        vertical-align: -2px;
        margin-left: 10px;
        color: var(--blue);
        letter-spacing: -3px;
        text-transform: full-width;
        cursor: pointer;
    }

    .checkboxpanel input {
        display: none;
    }

    .checkboxpanel label {
        cursor: pointer;
    }

        .checkboxpanel label:hover:before {
            color: var(--darkblue);
        }


    .checkboxpanel input:checked ~ label:before {
        content: "\F0C52";
        color: var(--darkblue);
    }



    .checkboxpanel input:checked ~ label:hover:before {
        color: var(--blue);
    }

    .checkboxpanel input:disabled ~ label:before {
        content: "\F0131";
        color: var(--lightgray);
    }

    .btn + .btn {
        margin-left: 5px;
    }

    .btn.pull-right + .btn.pull-right {
        margin-left: unset;
        margin-right: 5px;
    }



    .margin-top-5 {
        margin-top: 5px;
    }

    .align-middle {
        vertical-align: middle !important;
    }

    .field-validation-error {
        margin-top: 5px;
        display: inline-block;
    }

        .field-validation-error:before {
            content: "\F002A";
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-size: 16pt;
            text-rendering: auto;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 5px;
        }


    .validation-summary-errors {
        background-color: var(--error-back);
        border: 1px solid var(--error-border);
        border-radius: 8px;
        margin-bottom: 20px;
        padding: 10px 6px;
        padding-right: 30px;
        position: relative;
    }

        .validation-summary-errors:before {
            content: "\F002A";
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-size: 16pt;
            text-rendering: auto;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 20px;
            top: 5px;
        }

        .validation-summary-errors ul {
            margin-bottom: 0px;
            list-style-type: none;
            padding-right: 20px;
        }

    .toast {
        position: fixed;
        /*width: 700px;
        left: calc(50vw - 350px);*/
        width: 100vw;
        left: 0;
        bottom: -50px;
        opacity: 0;
        transition: all 300ms;
        /*transition-delay: 200ms;*/
        text-align: center;
        z-index: 10000;
        pointer-events: none;
    }

        .toast.topview {
            bottom: unset;
            top: -50px;
        }

    @media (prefers-reduced-motion:reduce) {
        .toast {
            transition: none;
            transition-delay: unset;
        }
    }


    .toast span {
        text-align: center;
        border-radius: 36px;
        border: 2px solid #4c74ad;
        box-shadow: 0px 2px 10px var(--box-shadow);
        background: #e7eefa;
        color: var(--darkblue);
        padding: 10px 30px;
        padding-right: 60px;
        font-size: 11pt;
        max-width: 650px;
        line-height: 18pt;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

        .toast span:after {
            content: "\F009E";
            background: #3289eb;
            color: #3289eb;
            color: #ffffff;
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-size: inherit;
            text-rendering: auto;
            font-size: 18pt;
            position: absolute;
            right: 6px;
            top: 5px;
            padding: 5px;
            border-radius: 50%;
            z-index: 3;
        }

        .toast span:before {
            content: " ";
            border-radius: 36px;
            position: absolute;
            display: block;
            left: 0px;
            top: 2px;
            height: calc(100% - 0px);
            width: calc(100% - 0px);
            border-bottom: 4px solid #3289eb;
            opacity: 1;
            z-index: 1;
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0% 100%);
            transition: clip-path 1s;
        }

    .toast.delay2 span:before {
        transition: clip-path 2s;
    }

    .toast.delay3 span:before {
        transition: clip-path 3s;
    }

    .toast.delay4 span:before {
        transition: clip-path 4s;
    }

    .toast.delay5 span:before {
        transition: clip-path 5s;
    }

    .toast.delay6 span:before {
        transition: clip-path 6s;
    }

    .toast.delay7 span:before {
        transition: clip-path 7s;
    }

    .toast.delay8 span:before {
        transition: width 8s;
    }

    .toast.delay9 span:before {
        transition: clip-path 9s;
    }

    .toast.delay10 span:before {
        transition: clip-path 10s;
    }

    .toast.fadein span:before {
        /*width: calc(100% - 2px);*/
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .toast.error span {
        background-color: #fcefea;
        border-color: #dc3545;
        color: #dc3545;
    }

        .toast.error span:after {
            content: "\F0156";
            color: #fcefea;
            background-color: #dc3545;
        }

        .toast.error span:before {
            border-color: #dc3545;
        }

    .toast.success span {
        background-color: #f1f9f4;
        border-color: #28a745;
        color: #28a745;
    }

        .toast.success span:after {
            content: "\F012C";
            background-color: #28a745;
        }

        .toast.success span:before {
            border-color: #28a745;
        }

    .toast.warning span {
        background-color: #fef7ea;
        border-color: #d8b300;
        color: #372e00;
    }

        .toast.warning span:after {
            content: "\F11CE";
            color: #fcefea;
            background-color: #d8b300;
        }

        .toast.warning span:before {
            border-color: #d8b300;
        }


    .toast.fadein {
        bottom: 10px;
        opacity: 1;
    }

    .toast.topview.fadein {
        bottom: unset;
        top: 45px;
        opacity: 1;
    }




    .toast .validation-summary-errors {
        background-color: #fcefea;
        border-radius: 36px;
        border-color: #a84b4a;
        border-width: 2px;
        color: #a84b4a;
        display: inline-block;
        padding-left: 30px;
        padding-right: 40px;
        font-size: 12pt;
        box-shadow: 0px 2px 10px var(--box-shadow);
    }

        .toast .validation-summary-errors:before {
            right: 15px;
            background: #dc3545;
            color: #ffffff;
            right: 6px;
            top: 4px;
            padding: 3px;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            box-sizing: padding-box;
        }

    .gridbutton {
        position: relative;
    }


    .modal-header .close {
        margin-top: -16px;
        float: left;
    }

    .modal-footer {
        text-align: left;
        direction: ltr;
    }

        .modal-footer .btn {
            padding-left: 20px;
            padding-right: 20px;
            min-width: 80px;
            direction: rtl;
        }


    .btn-primary.captchadisabled {
        background-color: #aaa !important;
        border-color: #999 !important;
        color: #eee !important;
        cursor: not-allowed;
        pointer-events: none;
    }

    .table {
        background: var(--lightblue2);
        border-radius: 12px;
    }

        .table tr:last-child td:first-child {
            border-radius: 0px 0px 10px 0px;
        }

        .table tr:last-child td:last-child {
            border-radius: 0px 0px 0px 10px;
        }

        .table thead > tr > th {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .table tr a.mdi {
            width: 32px;
            height: 33px;
            text-align: center;
            border-radius: 3px;
        }


            .table tr a.mdi.disabled {
                color: var(--lightgray);
                pointer-events: none;
            }

        .table.table-hover tr:hover a.mdi {
            background-color: var(--lightgray);
        }


            .table.table-hover tr:hover a.mdi.disabled {
                background-color: transparent;
            }

        .table tr a.mdi:hover, .table tr:hover a.mdi:hover {
            background-color: var(--blue);
            color: var(--white)
        }



        .table tr a.mdi + a.mdi {
            margin-left: 5px;
        }

        .table tr a.mdi.hide + a.mdi {
            margin-left: 0px;
        }

    .pagination {
        padding-right: 0px;
        padding-left: 40px;
    }


    grammarly-desktop-integration {
        display: none;
    }


    .miniscroll::-webkit-scrollbar {
        width: 14px;
    }

    .miniscroll::-webkit-scrollbar-thumb {
        background-color: var(--gray);
        background-clip: padding-box;
        border: 2px solid var(--lighterblue);
        border-radius: 5px;
        min-height: 40px;
    }

        .miniscroll::-webkit-scrollbar-thumb:hover {
            background-color: var(--darkblue);
        }

    .miniscroll::-webkit-scrollbar-track {
        background-color: transparent;
    }
    /* Buttons */
    .miniscroll::-webkit-scrollbar-button:single-button {
        background: transparent url('icons/arrows.svg');
        border-radius: 4px 0px 0px 0px;
        border: 2px solid transparent;
        background-size: 48px 48px;
        background-position: -7px -5px;
        box-sizing: border-box;
    }

    .miniscroll::-webkit-scrollbar-button:horizontal:single-button {
        background: transparent url('icons/arrows.svg');
        border-radius: 4px 0px 0px 0px;
        border: 2px solid transparent;
        background-size: 48px 48px;
        background-position: 17px -28px;
        box-sizing: border-box;
    }

    .miniscroll::-webkit-scrollbar-button:single-button:increment {
        background-position: -7px -28px;
        border-radius: 0px 0px 0px 4px;
    }

    .miniscroll::-webkit-scrollbar-button:horizontal:single-button:increment {
        background-position: 17px -5px;
        border-radius: 0px 0px 0px 4px;
    }

    .miniscroll::-webkit-scrollbar-button:single-button:active {
        background-color: var(--lightblue);
    }


    .microscroll {
        transition: all 300ms;
    }

        .microscroll::-webkit-scrollbar {
            width: 14px;
        }


        .microscroll::-webkit-scrollbar-thumb {
            background-color: var(--lighterblue);
            background-clip: padding-box;
            border: 2px solid var(--lighterblue);
            border-radius: 5px;
        }

        .microscroll:hover::-webkit-scrollbar-thumb {
            background-color: var(--gray);
        }

        .microscroll::-webkit-scrollbar-thumb:hover {
            background-color: var(--darkblue);
        }

        .microscroll::-webkit-scrollbar-track {
            background-color: transparent;
        }



    .messagenotifier.disabled {
        cursor: not-allowed;
    }

    .messagenotifier .mdi-email-alert-outline {
        display: none;
    }

    .messagenotifier.loadingerror .mdi-email-alert-outline {
        display: inline-block;
        color: orange;
    }

    .messagenotifier.loadingerror .mdi-email-outline {
        display: none;
    }

    .messagenotifier span.mdi {
        transition: opacity 200ms;
        position: relative;
    }

    .messagenotifier.disabled span.mdi {
        opacity: 0.75;
    }

    .messagenotifier span .loadingbadge {
        position: absolute;
        right: 12px;
        top: -5px;
        background: url('icons/sync-circle.svg');
        width: 20px;
        height: 20px;
        line-height: 18px;
        animation: syncrotate 2s linear infinite;
        transform-origin: 10px 10px;
        display: none;
    }

    .messagenotifier.loadingmessage span .loadingbadge {
        display: block;
        opacity: 1;
    }

    .messagenotifier.loadingmessage span .badge {
        display: none;
    }

    @keyframes syncrotate {
        from {
            transform: rotate(360deg);
        }

        to {
            transform: rotate(0deg);
        }
    }

    .messagenotifier span .badge {
        position: absolute;
        right: 12px;
        top: -6px;
        background-color: var(--orange);
        text-align: center;
        padding: 0px;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        line-height: 22px !important;
        direction: ltr;
        z-index: 2;
    }


    .messagenotifier.blink span .badge:after {
        content: " ";
        left: 0px;
        top: 0px;
        position: absolute;
        width: 21px;
        height: 21px;
        background-color: var(--orange);
        border-radius: 50%;
        transform: scale(5);
        transform-origin: center center;
        animation: blinker 1s ease-out forwards;
        animation-iteration-count: 3;
        z-index: 1;
        pointer-events: none;
    }

    @keyframes blinker {
        from {
            transform: scale(1);
            opacity: 1;
        }

        to {
            transform: scale(5);
            opacity: 0;
        }
    }


    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: right;
    }

        .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    .btn > .mdi {
        margin-left: 5px;
    }



    .fileattachments input {
        display: none;
    }

    .tips {
        margin-top: 20px;
        font-size: 10pt;
    }

        .tips.information {
            background-color: var(--lightblue2);
            border: 2px solid var(--lightblue);
            border-radius: 10px;
            padding: 1rem;
        }



            .tips.information ul {
                margin: 0px;
                font-size: 10.5pt;
                line-height: 18pt;
            }

    .fileattachments .list {
        margin-bottom: 10px;
        clear: both;
        float: none;
        margin-right: 0px
    }

        .fileattachments .list.attachmentlist {
            display: flex;
            flex-wrap: wrap;
        }


        .fileattachments .list .attachment {
            float: right;
        }

        .fileattachments .list.attachmentlist .seperator {
            flex: calc(100% - 20px);
            margin: 20px 10px;
            padding: 10px 10px;
            font-size: 14pt;
            border-bottom: 3px solid var(--lightgray);
        }

        .fileattachments .list.attachmentlist .attachment {
            float: none;
            flex: calc(50% - 20px);
            max-width: calc(50% - 20px);
            margin-left: 10px;
            margin-right: 10px;
        }

            .fileattachments .list.attachmentlist .attachment.addbox {
                order: 1;
            }

        .fileattachments .list .attachmentbox {
            margin-bottom: 15px;
            min-height: 118px;
            padding: 9px;
            display: flex;
            height: auto;
            flex-wrap: wrap;
        }



            .fileattachments .list .attachmentbox .preview {
                width: 100px;
                height: 100px;
                flex: 0 0;
                display: block;
                background: var(--lightblue);
                border-radius: 4px;
                flex: 0 0;
                min-width: 100px;
                text-align: center;
                position: relative;
            }

            .fileattachments .list .attachmentbox.pdf .preview {
                cursor: pointer;
            }

            .fileattachments .list .attachmentbox.voice .preview, .fileattachments .list .attachmentbox.video .preview {
                cursor: pointer;
            }

            .fileattachments .list .attachmentbox .preview img {
                display: none;
            }

            .fileattachments .list .attachmentbox.image .preview img {
                display: block;
                position: absolute;
                left: 2px;
                top: 2px;
                width: calc(100% - 4px);
                height: calc(100% - 4px);
                object-fit: contain;
                background-color: var(--lightblue);
                border-radius: 4px;
                cursor: pointer;
            }



            .fileattachments .list .attachmentbox .preview .mdi {
                font-size: 72px;
                color: var(--darkblue);
            }

            .fileattachments .list .attachmentbox .preview .playing {
                position: absolute;
                left: calc(50% - 48px);
                top: calc(50% - 48px);
                width: 96px;
                height: 96px;
                background: var(--lightblue);
                line-height: 86px;
                border-radius: 4px;
                display: none;
            }

            .fileattachments .list .attachmentbox .preview.isplaying .playing {
                display: block;
            }

            .fileattachments .list .attachmentbox .preview .playing:before {
                content: " ";
                position: absolute;
                left: calc(50% - 32px);
                top: calc(50% - 32px);
                width: 64px;
                height: 64px;
                background: var(--darkblue);
                border-radius: 50%;
                opacity: 0.2;
                animation: beat 500ms ease-in-out infinite alternate;
            }

            .fileattachments .list .attachmentbox .preview .playing:after {
                content: " ";
                position: absolute;
                left: calc(50% - 24px);
                top: calc(50% - 24px);
                width: 48px;
                height: 48px;
                background: var(--darkblue);
                border-radius: 50%;
                opacity: 0.2;
                animation: beat 500ms ease-in-out infinite alternate;
                animation-delay: 250ms;
            }

    @keyframes beat {
        to {
            -moz-transform: scale(1.2);
            transform: scale(1.2);
        }
    }

    .fileattachments .personattchmentbutton {
        width: 100%;
        height: 286px;
    }

        .fileattachments .personattchmentbutton .mdi {
            display: block;
            margin-top: 10px;
        }

    .fileattachments .list .attachmentbox .preview .uploadindicator {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #ffffffee;
        font-size: 48px;
        display: none;
    }

    .fileattachments .list .attachmentbox.uploading .preview .uploadindicator {
        display: block;
    }

        .fileattachments .list .attachmentbox.uploading .preview .uploadindicator .uploadPercentage {
            font-size: 14pt;
            position: absolute;
            left: 25px;
            top: 25px;
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    .fileattachments .list .attachmentbox .preview .uploadindicator .loading {
        width: 64px;
        height: 64px;
        border: 5px solid var(--blue);
        border-left-color: transparent;
        border-right-color: transparent;
        border-radius: 50%;
        animation: syncrotate 1s ease-in-out infinite;
        position: absolute;
        left: calc(50% - 32px);
        top: calc(50% - 32px);
    }

    .fileattachments .list .attachmentbox .preview .uploadindicator span {
        font-size: 36px;
        line-height: 72pt;
    }

    .fileattachments .list .attachmentbox .preview .errorfile {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        background: var(--error-back);
        font-size: 48px;
        color: var(--error-color);
        display: none;
    }

    .fileattachments .list .attachmentbox.error .preview .errorfile {
        display: block;
    }

    .fileattachments .list .attachmentbox .preview .errorfile span {
        font-size: 36px;
        line-height: 72pt;
        color: var(--error-color);
    }

    .fileattachments .list .attachmentbox .preview .errorfile label {
        font-size: 8pt;
        display: block;
        margin-top: -25px;
    }

    .fileattachments .list .attachmentbox .info {
        flex: 1 0;
        overflow: hidden;
        padding: 0px 10px 0px 0px;
    }

        .fileattachments .list .attachmentbox .info:after {
            content: " ";
            clear: both;
        }

        .fileattachments .list .attachmentbox .info h3 {
            display: inline-block;
            float: right;
            margin: 0px;
            line-height: 25pt;
            color: var(--darkblue);
        }

        .fileattachments .list .attachmentbox .info .infotext {
            display: block;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }


    .fileattachments .list .attachmentbox .infobox {
        flex-basis: 100%;
        font-size: 10pt;
        padding: 10px;
        height: 140px;
        overflow-y: auto;
    }

    .fileattachments .list .attachmentbox .infosign {
        width: 100%;
        min-width: 100%;
        flex: 1 0;
    }

    .fileattachments .list .attachmentbox .info .infobuttons {
        direction: ltr;
        text-align: left;
        margin-bottom: 10px;
    }

    .fileattachments .list .attachmentbox.uploading .info .infobuttons {
        opacity: 0.5;
        filter: grayscale(1);
        pointer-events: none;
    }

    .fileattachments .list .attachmentbox.error .info .infobuttons .mdi:not(.mdi-delete) {
        display: none;
    }

    .fileattachments .list .attachmentbox .info .infobuttons .audiocontrols, .fileattachments .list .attachmentbox .info .infobuttons .videocontrols {
        display: none;
    }

    .fileattachments .list .attachmentbox.voice .info .infobuttons .audiocontrols {
        display: inline-block;
        filter: grayscale(1);
        opacity: 0.5;
    }

    .fileattachments .list .attachmentbox.video .info .infobuttons .videocontrols {
        display: inline-block;
    }

    .fileattachments .list .attachmentbox.voice .info .infobuttons .audiocontrols.loaded {
        filter: unset;
        opacity: 1;
    }

    .fileattachments .list .attachmentbox .info .infobuttons .audiocontrols span {
        border: 2px solid var(--lightblue);
        display: inline-block;
        border-radius: 4px;
        line-height: 28px;
        padding: 0px 10px;
        text-align: center;
        min-width: 60px;
    }

    .fileattachments .list .attachmentbox .info .infobuttons .mdi {
        width: 32px;
        height: 32px;
        border: none;
        text-align: center;
        border-radius: 3px;
        background-color: var(--lighterblue);
        display: inline-block;
        line-height: 31px;
        cursor: pointer;
        vertical-align: top;
    }

    .fileattachments .list .attachmentbox .info .infobuttons a .mdi {
        line-height: 32px;
    }

    .fileattachments .list .attachmentbox .info .infobuttons .mdi:hover {
        background-color: var(--lightblue);
    }

    .fileattachments .list .attachmentbox .info .infobuttons .mdi:active {
        background-color: var(--darkblue);
        color: var(--white);
    }

    .fileattachments .list .attachmentbox .info .infobuttons .mdi-eye {
        display: none;
    }

    .fileattachments .list .attachmentbox.image .info .infobuttons .mdi-eye {
        display: inline-block;
    }

    .fileattachments .list .attachmentbox.pdf .info .infobuttons .mdi-eye {
        display: inline-block;
    }



    .fileattachments.readonly .list .attachmentbox .info .infobuttons .mdi-delete {
        display: none;
    }

    /*.fileattachments.readonly .attachmentbox.image .info .infotext {
        display: none;
    }*/

    /*.fileattachments.readonly .list .attachmentbox.image {
        margin-bottom: 15px;
        height: 235px;
        padding: 9px;
        flex-direction:column;
    }



        .fileattachments.readonly .list .attachmentbox.image .preview {
            width: 100%;
            height: 180px;
            padding: 0px;
        }*/





    /*.fileattachments.readonly .list .attachmentbox.image .info {
            width: 100%;
            margin-top: 5px;
            padding: 0px;
        }

            .fileattachments.readonly .list .attachmentbox.image .info .infobuttons .btnplay {
                display: none;
            }

        .fileattachments.readonly .list .attachmentbox.image .preview .mdi {
            font-size: 72px;
            line-height: 186px;
        }*/

    ul.dropdown-menu li .mdi:before {
        line-height: 0px;
        vertical-align: -3px;
        margin-left: 8px;
        margin-right: -6px;
    }

    .previewback {
        display: block;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #000000dd;
        z-index: 10000;
        text-align: left;
    }

        .previewback button {
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 2;
            line-height: 32px;
            font-size: 24px;
            border: none;
            background: #00000088;
            color: var(--white);
        }

        .previewback img {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            object-fit: scale-down;
            z-index: 1;
        }

        .previewback embed {
            position: absolute;
            left: 50px;
            top: 0px;
            width: calc(100% - 100px);
            height: 100%;
            object-fit: scale-down;
            z-index: 1;
        }

        .previewback video {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            object-fit: scale-down;
            z-index: 1;
        }


    .fillabledropdown-content {
        display: none;
        position: absolute;
        top: 60px;
        width: calc(90%);
        right: 15px;
        background-color: white;
        overflow: auto;
        border: 1px solid #ddd;
        z-index: 1;
        height: 10vw;
    }

    .recording .canvaspanel {
        width: 300px;
        height: 100px;
        background-color: var(--lighterblue);
        margin: 0 auto;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .recording .btnrecording {
        display: block;
        font-size: 36pt;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        margin-bottom: 30px;
        border: none;
        background-color: #ee0000;
        color: #ffffff;
        cursor: pointer;
    }

        .recording .btnrecording:active {
            background-color: #aa0000;
        }

    .recording .timer {
        height: 50px;
        display: inline-block;
    }

    .recording canvas {
        display: block;
        margin: 0 auto;
    }

    .recording .timer.large {
        font-size: 16pt;
    }

    .fillabledropdown-content a {
        color: black;
        padding: 8px 8px;
        text-decoration: none;
        display: block;
        font-size: 12px;
    }

    .fillabledropdown a:hover {
        background-color: #ddd;
    }

    .fillabledropdown-content a.selected {
        background-color: #00aff0;
    }





    .timeline {
        border-right: 3px solid #727cf5;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: rgba(114, 124, 245, 0.09);
        margin: 0 auto;
        letter-spacing: 0.2px;
        position: relative;
        line-height: 1.4em;
        font-size: 1.03em;
        padding: 50px;
        list-style: none;
        text-align: right;
        max-width: 80%;
    }

    @media (max-width: 767px) {
        .timeline {
            max-width: 98%;
            padding: 25px;
        }
    }

    .timeline h1 {
        font-weight: 300;
        font-size: 1.4em;
    }

    .timeline h2,
    .timeline h3 {
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .timeline .event {
        border-bottom: 1px dashed #e8ebf1;
        padding-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
    }

    @media (max-width: 767px) {
        .timeline .event {
            padding-top: 30px;
        }
    }

    .timeline .event:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }

    .timeline .event:before,
    .timeline .event:after {
        position: absolute;
        display: block;
        top: 0;
        right: -55px;
    }

    .timeline .event:before {
        zleft: -207px;
        content: attr(data-date);
        ztext-align: right;
        font-weight: 100;
        font-size: 0.9em;
        min-width: 120px;
        position: absolute;
        right: -150px;
    }

    @media (max-width: 767px) {
        .timeline .event:before {
            left: 0px;
            text-align: left;
        }
    }

    .timeline .event:after {
        -webkit-box-shadow: 0 0 0 3px #727cf5;
        box-shadow: 0 0 0 3px #727cf5;
        left: -55.8px;
        background: #fff;
        border-radius: 50%;
        height: 9px;
        width: 9px;
        content: "";
        top: 5px;
    }

    @media (max-width: 767px) {
        .timeline .event:after {
            left: -31.8px;
        }
    }

    .rtl .timeline {
        border-left: 0;
        text-align: right;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-right: 3px solid #727cf5;
    }

        .rtl .timeline .event::before {
            left: 0;
            right: -170px;
        }

        .rtl .timeline .event::after {
            left: 0;
            right: -55.8px;
        }

    .commentbox {
        position: sticky;
        top: 80px;
        min-height: 200px;
        margin-bottom: 50px;
    }

        .commentbox #comments {
            max-height: calc(100vh - 160px);
            overflow-y: scroll;
        }

    .text-size-64 {
        font-size: 64pt !important;
    }

    .text-size-32 {
        font-size: 32pt !important;
    }

    .padding-right-0 {
        padding-right: 0px !important;
    }


    @media (prefers-reduced-motion:reduce) {
        * {
            transition: none !important;
            animation: none !important;
        }
    }



    .browserlist {
        display: flex;
        gap: 24px;
    }

        .browserlist a {
            flex: 1 0;
            text-align: center;
            text-decoration: none;
            border-radius: 4px;
            border: 2px solid #eee;
            margin-top: 20px;
        }

            .browserlist a:hover {
                border-color: var(--darkblue);
            }

            .browserlist a .mdi {
                font-size: 48pt;
            }

            .browserlist a h2 {
                font-size: 12pt;
                margin: 5px;
            }

            .browserlist a span {
                display: block;
                color: var(--gray);
                margin-bottom: 15px;
            }


    .windowcard {
        border-radius: 16px;
        border: none;
        box-shadow: 0px 5px 25px var(--box-shadow);
        padding: 24px;
        box-sizing: border-box;
        background: var(--white);
    }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--tableback);
    background-clip: border-box;
    border: 1px solid var(--shadow);
    border-radius: 0.25rem;
    box-shadow: 0 2px 5px #00000011;
}

        .card.noborder {
            border: none;
        }

        .card > hr {
            margin-right: 0;
            margin-left: 0;
        }

        .card > .list-group:first-child .list-group-item:first-child {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
        }

        .card > .list-group:last-child .list-group-item:last-child {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
    }

    .card-title {
        margin-bottom: 0.75rem;
    }

    .card-subtitle {
        margin-top: -0.375rem;
        margin-bottom: 0;
    }

    .card-text:last-child {
        margin-bottom: 0;
    }

    .card-link:hover {
        text-decoration: none;
    }

    .card-link + .card-link {
        margin-left: 1.25rem;
    }

    .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        background-color: #95e1e5;
    }

        .card-header:first-child {
            border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
        }

        .card-header + .list-group .list-group-item:first-child {
            border-top: 0;
        }

    .card-footer {
        padding: 4px;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        padding-top: 7px;
    }

        .card-footer:last-child {
            border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
        }

    .card-header-tabs {
        margin-right: -0.625rem;
        margin-bottom: -0.75rem;
        margin-left: -0.625rem;
        border-bottom: 0;
    }

    .card-header-pills {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }

    .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
    }

    .card-img {
        width: 100%;
        border-radius: calc(0.25rem - 1px);
    }

    .card-img-top {
        width: 100%;
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
    }

    .card-img-bottom {
        width: 100%;
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px);
    }

    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .card-deck .card {
            margin-bottom: 15px;
        }

    .gridheader {
        /*border-bottom:solid 1px #999;*/
    }

    .gridrow {
        /*border-bottom: solid 1px #cbcbcb;*/
        padding: 4px;
    }

        .gridrow:nth-child(even) {
            xbackground: #fafafa
        }

        .gridrow:nth-child(odd) {
            /*background: #FFF*/
        }

    @media (min-width: 576px) {
        .card-deck {
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

            .card-deck .card {
                display: -ms-flexbox;
                display: flex;
                -ms-flex: 1 0 0%;
                flex: 1 0 0%;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-right: 15px;
                margin-bottom: 0;
                margin-left: 15px;
            }
    }

    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .card-group > .card {
            margin-bottom: 15px;
        }

    @media (min-width: 576px) {
        .card-group {
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        }

            .card-group > .card {
                -ms-flex: 1 0 0%;
                flex: 1 0 0%;
                margin-bottom: 0;
            }

                .card-group > .card + .card {
                    margin-left: 0;
                    border-left: 0;
                }

                .card-group > .card:not(:last-child) {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

                    .card-group > .card:not(:last-child) .card-img-top,
                    .card-group > .card:not(:last-child) .card-header {
                        border-top-right-radius: 0;
                    }

                    .card-group > .card:not(:last-child) .card-img-bottom,
                    .card-group > .card:not(:last-child) .card-footer {
                        border-bottom-right-radius: 0;
                    }

                .card-group > .card:not(:first-child) {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

                    .card-group > .card:not(:first-child) .card-img-top,
                    .card-group > .card:not(:first-child) .card-header {
                        border-top-left-radius: 0;
                    }

                    .card-group > .card:not(:first-child) .card-img-bottom,
                    .card-group > .card:not(:first-child) .card-footer {
                        border-bottom-left-radius: 0;
                    }
    }

    .card-columns .card {
        margin-bottom: 0.75rem;
    }

    @media (min-width: 576px) {
        .card-columns {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 1.25rem;
            -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
            orphans: 1;
            widows: 1;
        }

            .card-columns .card {
                display: inline-block;
                width: 100%;
            }
    }

    .stamp {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 64px;
        height: 64px;
    }

    .padding-left-5 {
        padding-left: 5px;
    }

    .osdloading {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100vw;
        background-color: #00000055;
        opacity: 0;
        transition: opacity 200ms, height 0ms;
        transition-delay: 0ms, 400ms;
        height: 0px;
        z-index: 1;
    }

    .loadingbox {
        position: absolute;
        width: 200px;
        height: 140px;
        left: calc(50% - 100px);
        top: calc(50% - 120px);
        background: var(--white);
        box-shadow: 0px 0px 15px 5px #00000033;
        border-radius: 12px;
        z-index: 100;
    }


    .osdloading.visible {
        transition-delay: 0ms, 0ms;
        opacity: 1;
        height: 100vh;
    }

    .osdloading .spinner {
        position: absolute;
        width: 50px;
        height: 50px;
        border: 5px solid var(--blue);
        border-left-color: transparent;
        border-right-color: transparent;
        top: 25px;
        left: calc(50% - 25px);
        border-radius: 50%;
        animation: spin 1s ease-in-out infinite;
    }

    @media (prefers-reduced-motion:reduce) {
        .osdloading .spinner {
            animation: none;
        }
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }


    .osdloading span {
        position: absolute;
        font-size: 10pt;
        width: 100%;
        text-align: center;
        top: 42px;
    }

    .osdloading label {
        position: absolute;
        bottom: 15px;
        width: 100%;
        text-align: center;
        left: 0px;
        color: var(--blue);
        font-size: 9pt;
    }

    .fileinputbox {
        min-height: 230px;
        text-align: center;
        padding-top: 20px;
        position: relative;
    }

        .fileinputbox input {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            cursor: pointer;
            opacity: 0;
        }

        .fileinputbox span {
            font-size: 48pt;
            color: var(--darkblue);
        }

        .fileinputbox h4 {
            color: var(--blue);
            margin: 0px;
        }

        .fileinputbox .filled {
            display: none;
        }

            .fileinputbox .filled h4 {
                font-family: Arial;
            }

        .fileinputbox.ok .filled {
            display: block;
        }

        .fileinputbox.ok .empty {
            display: none;
        }

    .dropdown-menu > li > a {
        padding: 7px 20px;
    }

        .dropdown-menu > li > a.dropdown-item-withicon {
            display: flex;
            border-radius: 6px;
            padding: 6px 12px;
            min-width: 200px;
        }

            .dropdown-menu > li > a.dropdown-item-withicon span {
                flex: 1 0;
                padding: 0px 5px;
                line-height: 20pt;
            }

                .dropdown-menu > li > a.dropdown-item-withicon span.mdi {
                    min-width: 24px;
                    flex: 0 0;
                    padding: 0px 0px;
                    font-size: 14pt;
                    text-align: center;
                    color: var(--gray);
                    line-height: 20pt;
                }

                    .dropdown-menu > li > a.dropdown-item-withicon span.mdi.mdi-black {
                        color: var(--darkgray);
                    }

    .dropdown-menu > li:hover > a.dropdown-item-withicon span.mdi {
        color: var(--textwhite);
    }

    .dropdown-menu > li > a.dropdown-item-withicon span.mdi:before {
        margin-left: 0px;
        margin-right: 0px;
        vertical-align: -3px;
    }


.navbar .dropdown-menu {
    right: 0px;
    left: unset;
    border-radius: 8px 0px 8px 8px !important;
    padding: 10px;
   
}

.navbar-right .dropdown-menu {
    right: unset;
    left: 0px;
    border-radius: 0px 8px 8px 8px !important;
    padding: 10px;
}

    .xpanel {
        padding: 25px 25px;
        min-width: 300px;
    }

    .d-block {
        display: block;
    }

    .d-none {
        display: none;
    }

    .serkan {
        width: 110px;
        height: 85px;
        background: url('icons/serkan.svg') no-repeat;
        background-size: contain;
        display: inline-block;
        opacity: 1;
    }



    .pcaptcha {
        display: flex;
        overflow: visible;
        min-height: 50px;
        padding: 8px;
        min-height: 56px;
        border-radius: 4px 4px 0px 0px;
        border-bottom-color: transparent;
    }

        .pcaptcha input {
            margin-top: 3px;
        }

        .pcaptcha button {
            line-height: 20pt;
        }

        .pcaptcha .cspacer {
            flex: 1;
        }

        .pcaptcha img {
            height: 60px;
            display: inline-block;
            margin-right: 10px;
            flex: 0 0;
            min-width: 250px;
            margin-top: -8px;
        }

        .pcaptcha + input {
            margin-top: -1px;
            border-radius: 0px 0px 3px 4px;
            border-top-color: transparent;
        }

    .padding-0 {
        padding: 0px;
    }

    .padding-1 {
        padding: 15px;
    }

    .padding-2 {
        padding: 30px;
    }

    .padding-3 {
        padding: 45px;
    }

    .padding-4 {
        padding: 60px;
    }

    .padding-top-1 {
        padding-top: 15px;
    }

    .padding-bottom-1 {
        padding-bottom: 15px;
    }


    @media (max-width: 576px) {

        .padding-xs-0 {
            padding: 0px;
        }

        .padding-xs-1 {
            padding: 15px;
        }

        .padding-xs-2 {
            padding: 30px;
        }

        .padding-xs-3 {
            padding: 45px;
        }

        .padding-xs-4 {
            padding: 60px;
        }

        .padding-xs-top-1 {
            padding-top: 15px;
        }

        .padding-xs-bottom-1 {
            padding-bottom: 15px;
        }
    }

    .fixedtextarea {
        min-height: 150px;
        resize: none !important;
    }

    .filebox {
        position: relative;
    }

        .filebox input {
            width: 100%;
            opacity: 0;
            cursor: pointer;
        }

        .filebox label {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            padding: 6px 12px;
            pointer-events: none;
            font-weight: normal;
        }

    @media (min-width: 1400px) {
        .container {
            max-width: 1600px;
        }
    }

    .tristatedropdown {
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
        margin-left: 20px;
    }

        .tristatedropdown:before {
            content: "\F0131";
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-size: 16pt;
            text-rendering: auto;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background-color: white;
            text-align: center;
            width: 15px;
            padding: 0px;
            height: 16px;
            line-height: 16px;
            vertical-align: -2px;
            color: var(--blue);
            letter-spacing: -3px;
            text-transform: full-width;
            vertical-align: -4px;
        }

        .tristatedropdown.state_checked:before {
            content: "\F0BE2";
            color: var(--darkblue);
        }

        .tristatedropdown.state_notchecked:before {
            content: "\F0156";
            color: var(--error-color);
        }

        .tristatedropdown select {
            display: none;
        }

    .tristatebutton .tributtons {
        display: block;
        margin-left: -4px;
        margin-right: -2px;
    }

        .tristatebutton .tributtons button {
            display: inline-block;
            padding: 2px 15px;
            margin-top: 0px;
            border-radius: 15px;
            line-height: 18pt;
            white-space: nowrap;
            border: 1px solid #cccccc;
            color: var(--darkgray);
            font-weight: bold;
            cursor: pointer;
            margin: 2px;
            white-space: nowrap;
            background-color: var(--white);
            font-size: 9pt;
        }

            .tristatebutton .tributtons button:before {
                content: " ";
                width: 18px;
                height: 18px;
                margin-left: 6px;
                vertical-align: -6px;
                display: none;
                background: url('icons/okcancel.svg');
                background-size: 36px auto;
                margin-right: -4px;
            }

            .tristatebutton .tributtons button.confirmed:before {
                display: inline-block;
            }

            .tristatebutton .tributtons button.rejected:before {
                display: inline-block;
                background-position: 0px -18px;
            }

            .tristatebutton .tributtons button.active {
                background: #e8f0fe;
                border-color: #e8f0fe;
                color: #1d6ad3;
            }

            .tristatebutton .tributtons button.confirmed.active {
                background: #e9f6ec;
                border-color: #e9f6ec;
                color: #28a745;
            }



                .tristatebutton .tributtons button.confirmed.active:before {
                    background-position: -18px 0px;
                }

            .tristatebutton .tributtons button.rejected.active {
                background: #f9e9ea;
                border-color: #f9e9ea;
                color: #c82333;
            }

                .tristatebutton .tributtons button.rejected.active:before {
                    background-position: -18px -18px;
                }



    .tristatebutton select {
        display: none;
    }

    .errortip {
        padding: 1px 1px 1px 15px;
        border-radius: 20px;
        color: var(--error-color);
        font-weight: bold;
        font-size: 8.5pt;
        display: inline-block;
        position: relative;
        margin-left: 3px;
        margin-top: 4px;
    }

        .errortip:before {
            content: " ";
            width: 21px;
            height: 21px;
            background: url('icons/alert-circle-red.svg') no-repeat center center;
            background-size: 21px auto;
            display: block;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            margin-left: 4px;
            z-index: 2;
        }

        .errortip:after {
            content: " ";
            width: 24px;
            height: 24px;
            background: var(--error-color);
            opacity: 0.5;
            display: block;
            position: absolute;
            border-radius: 50%;
            right: 0px;
            top: 0px;
            z-index: 1;
            animation: blinkersmall 1s forwards;
            animation-iteration-count: 10;
        }

    @keyframes blinkersmall {
        from {
            transform: scale(1);
            opacity: 1;
        }

        to {
            transform: scale(2);
            opacity: 0;
        }
    }

    .errortip.mt {
        margin-top: 10px;
    }

    .errortip.noanim:after {
        animation-iteration-count: 3;
    }




    .errortip.big {
        background: var(--error-back);
        font-size: 14pt;
        background-size: 32px auto;
        padding: 6px 6px 6px 25px;
        border-radius: 25px;
        margin-bottom: 10px;
    }

        .errortip.big:after {
            right: 5px;
            top: 7px;
        }


    *[dir='ltr'] {
        font-family: Arial;
    }

    .numberCircle {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        padding: 0px;
        background: #fff;
        border: 2px solid var(--box-shadow);
        background: var(--blue);
        color: var(--white);
        text-align: center;
        /* font: 26px Arial, sans-serif; */
        display: inline-block;
        margin-bottom: 10px;
        font-size: 32px;
        box-sizing: content-box;
        line-height: 80px;
    }



    .overflow-hidden {
        overflow: hidden !important;
    }

    .d-flex {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
    }

        .d-flex.gap1 {
            grid-gap: 8px;
        }

        .d-flex.gap2 {
            grid-gap: 16px;
        }

        .d-flex.gap3 {
            grid-gap: 24px;
        }

    .flex-1 {
        flex: 1 0;
        align-self: stretch
    }

    .flex-2 {
        flex: 2 0;
    }

    .flex-3 {
        flex: 3 0;
    }

    .flex-4 {
        flex: 4 0;
    }

    .flex-5 {
        flex: 5 0;
    }

    .flex-6 {
        flex: 6 0;
    }

    @media only screen and (max-width: 600px) {
        .flex-xs-1 {
            flex: 1 0;
            align-self: stretch
        }

        .flex-xs-2 {
            flex: 2 0;
        }

        .flex-xs-3 {
            flex: 3 0;
        }

        .flex-xs-4 {
            flex: 4 0;
        }

        .flex-xs-5 {
            flex: 5 0;
        }

        .flex-xs-6 {
            flex: 6 0;
        }

        .flex-xs-full {
            flex: 6 0 100%;
        }
    }

    .moreinfo {
        border-radius: 2.5rem;
        padding: 0.5rem 1.5rem;
        border: 1px solid var(--btn-primary-color1);
    }

.btn-newui {
    display: inline-block;
    border-radius: 1.0rem;
    padding: 0.5rem 1.5rem;
    font-size: 11pt;
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
}

        .btn-newui + .btn-newui {
            margin-left: 10px;
        }

        .btn-newui:focus {
            text-decoration: none;
            outline: 0;
            -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .btn-newui:hover {
            text-decoration: none;
        }

    .btn-newui-primary {
        color: #fff;
        background-color: var(--btn-primary-color1);
        border-color: transparent;
        border-right-color: var(--btn-primary-color2);
        border-left-color: var(--btn-primary-color1);
        background: var(--color1);
        background: linear-gradient(90deg, var(--btn-primary-color1) 0%, var(--btn-primary-color2) 100%);
        border-radius: 1.0rem;
        padding: 0.5rem 2.5rem;
        font-size: 12pt;
    }

        .btn-newui-primary:focus, .btn-newui-primary:not([disabled]):hover {
            border-color: var(--btn-primary-color1);
            color: white !important;
        }

        .btn-newui-primary:not([disabled]):active {
            border-top-width: 3px;
            border-bottom-width: 1px;
            background: var(--btn-primary-color1);
        }

    .btn-newui-default {
        color: var(--btn-primary-color2);
        background-color: var(--white);
        border-color: var(--btn-primary-color2);
        border-radius: 1.0rem;
        padding: 0.5rem 2.5rem;
        font-size: 12pt;
        background-clip: padding-box;
    }

        .btn-newui-default:focus, .btn-newui-default:not([disabled]):hover {
            color: var(--btn-primary-color1);
            border-color: var(--btn-primary-color1);
        }

        .btn-newui-default:not(:disabled):active {
            border-color: var(--btn-primary-color1);
            border-top-width: 3px;
            border-bottom-width: 1px;
            background: var(--btn-primary-color1);
            color: white;
        }

        .btn-newui-primary:disabled, .btn-newui-default:disabled {
            cursor: not-allowed;
            filter: grayscale(1);
        }

    .btn-newui .mdi {
        vertical-align: sub !important;
        font-size: 14pt !important;
        margin-right: -10px;
        margin-left: 5px;
        line-height: 12px;
    }


@media screen and (max-width: 768px) {

    .btn-newui.btn-newui-xs-wide {
        width: 100%;
    }

        .btn-newui.btn-newui-xs-wide + .btn-newui.btn-newui-xs-wide
        {
            margin:unset;
            margin-top:10px;
        }
}

    .banner {
        background: #faf8fd;
        background-size: 80% auto;
        height: 100%;
        position: relative;
    }

        .banner .signup {
            position: absolute;
            z-index: 5;
            bottom: 0px;
        }

        .banner .sun {
            width: 40%;
            aspect-ratio: 1;
            position: absolute;
            left: 30%;
            top: 10%;
            z-index: 1;
        }

            .banner .sun .sunitself {
                width: 70%;
                aspect-ratio: 1;
                background: #e3e2fd;
                border-radius: 50%;
                position: absolute;
                left: 15%;
                top: 15%;
                z-index: 0;
                /*animation: sunshine 1s forwards infinite;
            animation-direction: alternate-reverse;*/
            }

            .banner .sun .sunshine {
                width: 100%;
                aspect-ratio: 1;
                background: #efedfd;
                border-radius: 50%;
                position: absolute;
                left: 0%;
                top: 0%;
                z-index: 0;
                animation: sunshine 1s forwards infinite;
                animation-direction: alternate-reverse;
            }

    @keyframes sunshine {
        from {
            transform: scale(1);
            opacity: 1;
        }

        to {
            transform: scale(0.85);
            opacity: 0.7;
        }
    }

    .banner .steps {
        width: 70%;
        aspect-ratio: 1.25;
        background: url('steps/day.png') no-repeat bottom center;
        background-size: 100% auto;
        position: absolute;
        left: 15%;
        z-index: 1;
    }

    @media only screen and (max-width: 600px) {

        .banner {
            background: #faf8fd;
            background-size: 80% auto;
            width: 100%;
            height: auto;
            aspect-ratio: 0.9;
            position: relative;
        }

            .banner .signup {
                bottom: -15px;
            }
    }



    .input-group {
        width: 100%;
    }

        .input-group:focus-within {
            border-color: #66afe9;
            outline: 0;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .input-group > .form-control, .input-group > .form-select {
        }

            .input-group > .form-control:focus, .input-group > .form-select:focus {
                box-shadow: none;
            }

        .input-group > .input-group-text + .form-control {
            padding-right: 0px;
        }

        .input-group > .form-control::placeholder {
            color: #6c757d;
        }

    .input-group-text {
        background-color: unset;
        border: unset;
        border-radius: 0;
    }


    .smallp {
        font-size: 10.5pt;
    }


    .packageselector {
        border-radius: 12px;
        position: relative;
        cursor: pointer;
        width: 100%;
    }

.packageselector {
    background: #d6e8fa;
    background: linear-gradient(180deg, #d6e8fa 0%, rgba(235, 240, 249, 1) 100%);
}

    .packageselector.nohover {
        background: var(--tableback);
        cursor:default;
    }

.packageselector.moshaveryar label {
    background: url('newimages/moshaver.png') no-repeat center 0px;
    background-size: auto 140px;
    padding-top: 140px;
}

    .packageselector.dohazfi label {
        background: url('newimages/dohazfi.png') no-repeat center 0px;
        background-size: auto 140px;
        padding-top: 140px;
    }

    .packageselector.student label {
        background: url('newicons/student.png') no-repeat center 10px;
        background-size: auto 120px;
        padding-top: 140px;
    }
    
    .packageselector.nohover label
    {
        cursor:default;
    }

.packageselector label h3{
        font-weight:700;

}



    .packageselector label .price svg {
        display: inline-block;
    }

        .packageselector label {
            position: relative;
            left: 0px;
            top: 0px;
            width: calc(100% - 4px);
            height: calc(100% - 4px);
            margin: 2px !important;
            cursor: pointer;
            border-radius: 10px;
            border: 4px solid transparent;
            overflow: hidden;
        }

            .packageselector label span {
                display: block;
                font-weight: normal;
            }

                .packageselector label span.description {
                    min-height: 65px;
                    font-size: 10pt;
                }

        .packageselector:not(.nohover):hover {
            border-color: var(--blue);
        }

        .packageselector:focus-within {
            border-color: var(--blue);
        }

        .packageselector input {
            opacity: 0;
            position: absolute;
        }



        .packageselector svg.packagelogo {
            max-width: 150px;
            margin: 0 auto;
            -webkit-filter: drop-shadow( 1px 1px 0px rgba(0, 0, 0, .3));
            filter: drop-shadow( 2px 2px 0px rgba(0, 0, 0, .1));
            /* Similar syntax to box-shadow */
        }

        .packageselector label svg.packagelogo {
            fill: #673AB7;
        }

        .packageselector label[for='radio2'] svg.packagelogo {
            fill: #FF5722;
        }

        .packageselector label[for='radio3'] svg.packagelogo {
            fill: #388E3C;
        }

        .packageselector span.discount {
            font-size: 10pt;
            margin-top: 10px;
        }

            .packageselector span.discount svg {
                display: inline-block;
                width: 18px;
                vertical-align: middle;
                margin-left: 4px;
            }

        .packageselector input:checked + label {
            border: 4px solid var(--blue)
        }


            .packageselector input:checked + label:before {
                content: " ";
                
                position: absolute;
                left: 0px;
                top: 0px;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 75px 75px 0 0;
                border-color: var(--blue) transparent transparent transparent;
                transform: rotate(0deg);
            }
            .packageselector input:checked + label:after {
                content: "\F012C";
                font: normal normal normal 24px / 1 "Material Design Icons";
                font-size: 36pt;
                position: absolute;
                left: 0px;
                top: 0px;
                color:white;
            }

    .packageselector .packagecount {
        font-size: 36px;
        /*text-shadow: 3px 3px 0px #00000011;*/
        margin: 10px 0px;
        padding: 0px;
        font-weight: 600;
    }

        .packageselector .packagecount:after {
            content: "تایی";
            font-size: 12pt;
            margin-right: 6px;
            text-shadow: none;
        }

        .packageselector .packagecount.davtalabspecial {
            font-size: 26px;
            margin-top: 50px;
        }

            .packageselector .packagecount.davtalabspecial:after {
                display:none;
            }

        .packageselector h4.price {
            font-weight: 800;
            font-size: 11pt;
        }

            .packageselector h4.price b {
                font-size: 16pt;
                margin-left: 4px;
            }

            .packageselector h4.price svg {
                vertical-align: middle;
                margin-right: -10px;
            }

    .packageselector a.btn-link {
        background: #ffffff88;
        border-radius: 20px;
        padding: 5px 40px 5px 25px;
        text-decoration:none;
        color:var(--blue);
        position:relative;
    }

        .packageselector a.btn-link .mdi {
            display: inline-block;
            font-size: 18pt;
            position: absolute;
            width: 24px;
            height: 24px;
            padding: 0px;
            margin: 0px;
            line-height: 18pt;
            right: 4px;
            top: 3px;
        }

    .packageselector a.btn-link:hover
    {
        color:white;
        background:var(--blue);
    }

    .packageselector a.btn-link:active
    {
        margin-top:1px;
        margin-bottom:-1px;
    }

    .paymentcards {
        /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;*/
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
    }

.productcard {
    display: flex;
    flex: 0 0;
    min-width: 240px;
}

        .paymentcards .flex-1 {
            flex: 1 0 calc(16.67% - 10px);
        }

    @media (min-width: 1200px) {
        .paymentcards .flex-1 {
            flex: 1 0 calc(25% - 10px);
        }
    }


    .zarinpal {
        display: block;
        background: url('icons/zarinpal-logo.svg') no-repeat center center;
        background-size: 120px auto;
        margin-top: 10px;
        padding-top: 50px;
        font-size: 9pt;
    }

    .finalpayi {
        font-size: 14pt;
    }

    .pricetag {
        background: url(icons/payment.png) no-repeat center -10px;
        background-size: 128px auto;
        padding-top: 90px;
    }

        .pricetag svg {
            margin-right: -5px;
        }

        .pricetag h1 {
            font-family: Arial;
            font-weight: bolder;
            font-size: 24pt;
            color: var(--blue);
            text-shadow: 2px 2px 0px var(--shadow);
        }

    .icon {
        width: 64px;
        height: 64px;
        margin: 0 auto;
        padding: 12px;
        box-sizing: content-box;
        border-radius: 50%;
        margin-bottom: 20px;
    }

        .icon svg {
            width: 64px;
            height: 64px;
        }

        .icon.icon-success {
            background: var(--green-opaque);
        }

            .icon.icon-success svg {
                fill: var(--green);
            }

        .icon.icon-error {
            background: var(--red-opaque);
        }

            .icon.icon-error svg {
                fill: var(--red);
            }


    .reciept {
        background: var(--reciept-back);
        width: 500px;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: right;
        padding: 20px;
        box-shadow: 0px 0px 20px 15px var(--shadow);
        position: relative;
    }

        .reciept::before {
            background-image: linear-gradient(315deg, var(--reciept-back) 0.5rem, transparent 0), linear-gradient(-315deg, var(--reciept-back) 0.5rem, transparent 0);
            background-position: left-bottom;
            background-repeat: repeat-x;
            background-size: 1rem;
            content: '';
            display: block;
            position: absolute;
            top: -1rem;
            left: 0;
            width: 100%;
            height: 1rem;
        }

        .reciept::after {
            background-image: linear-gradient(135deg, var(--reciept-back) 0.5rem, transparent 0), linear-gradient(-135deg, var(--reciept-back) 0.5rem, transparent 0);
            background-position: left-bottom;
            background-repeat: repeat-x;
            background-size: 1rem;
            content: '';
            display: block;
            position: absolute;
            bottom: -1rem;
            left: 0;
            width: 100%;
            height: 1rem;
        }

        .reciept h2 {
            margin: 0px;
            font-weight: bolder;
            margin-bottom: 30px;
        }

    span.requerid {
        padding-top: 7px;
        margin-top: 0;
        margin-bottom: 0;
    }


    .modal-loading {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #ffffffaa;
        backdrop-filter: grayscale(1);
        z-index: 1;
        text-align: center;
        box-sizing: border-box;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        transition: all 300ms;
    }

        .modal-loading.visible {
            visibility: visible;
            opacity: 1;
            transition: opacity 0ms;
        }


        .modal-loading span {
            display: block;
            position: absolute;
            width: 100%;
            height: 100px;
            top: calc(50% - 50px);
            font-weight: bolder;
            color: var(--blue);
        }

            .modal-loading span:before {
                content: " ";
                width: 50px;
                height: 50px;
                display: block;
                border: 6px solid var(--blue);
                border-left-color: transparent;
                border-right-color: transparent;
                border-radius: 50%;
                margin: 0 auto;
                margin-bottom: 20px;
                animation: syncrotate 1s ease-in-out infinite;
            }

    @media screen and (min-width: 768px) {
        .modal-dialog.modal-xl {
            right: auto;
            left: 50%;
            width: 790px;
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }




    .spotlight {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: all;
        z-index: 10000;
    }

        .spotlight svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: all;
            z-index: 1;
        }

        .spotlight .ballon {
            color: white;
            background: black;
            padding: 10px 20px;
            border-radius: 10px;
            font-size: 11pt;
            z-index: 2;
            position: absolute;
            box-shadow: 0px 2px 5px black;
            box-sizing: border-box;
            visibility: hidden;
        }

            .spotlight .ballon h3 {
                color: var(--blue);
            }

            .spotlight .ballon .buttons {
                text-align: left;
                margin-top: 30px;
            }

                .spotlight .ballon .buttons button {
                    background: black;
                    border: 1px solid var(--orange);
                    border-radius: 6px;
                    padding: 4px 18px;
                    color: var(--orange);
                }


    .tablet-icon {
        background: url('icons/tablet.svg') no-repeat center top;
        background-size: auto 100px;
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }

    .notsupported {
        position: relative;
        margin-bottom: 30px;
    }

        .notsupported:before {
            content: " ";
            position: absolute;
            right: -25px;
            bottom: -15px;
            display: block;
            width: 50px;
            height: 50px;
            background: white url(icons/alert-circle-red.svg) no-repeat center center;
            background-size: 50px auto;
            border-radius: 50%;
        }

    .supported-icon {
        display: inline-block;
        position: relative;
        min-width: 120px;
        text-align: left;
    }

        .supported-icon label {
            position: absolute;
            font-size: 8pt;
            background: var(--green);
            color: white;
            padding: 5px;
            border-radius: 6px;
            left: 36px;
            bottom: 8px;
        }

    .smscode {
        width: 300px;
        margin: 20px auto;
        position: relative;
        padding: 0px;
    }

        .smscode input, .smscode button {
            width: 80%;
        }


        .smscode .vcode {
            font-family: Arial;
            font-size: 24pt;
            border: none;
            outline: none;
            text-align: left;
            direction: ltr;
            letter-spacing: 17pt;
            padding-left: 9px;
            caret-color: transparent;
            box-sizing: border-box;
            position: relative;
            z-index: 1;
            overflow: visible;
            width: 100%;
            left: 10%;
            margin-bottom: 20px;
            background: transparent;
            color: var(--darkgray);
            font-family: monospace;
        }

        .smscode .boxes {
            display: flex;
            width: 100%;
            height: 48px;
            grid-gap: 4px;
            position: absolute;
            top: 0px;
            box-sizing: border-box;
            z-index: 0;
            width: 80%;
            left: 10%;
            direction: ltr;
        }

            .smscode .boxes span {
                background: var(--lightblue2);
                display: block;
                flex: 1 0;
                border-radius: 6px;
                border: 2px solid var(--lightblue2);
            }

        .smscode .vcode[caret='0']:focus + .boxes span:nth-child(1) {
            border-color: var(--blue);
        }

        .smscode .vcode[caret='1']:focus + .boxes span:nth-child(2) {
            border-color: var(--blue);
        }

        .smscode .vcode[caret='2']:focus + .boxes span:nth-child(3) {
            border-color: var(--blue);
        }

        .smscode .vcode[caret='3']:focus + .boxes span:nth-child(4) {
            border-color: var(--blue);
        }

        .smscode .vcode[caret='4']:focus + .boxes span:nth-child(5) {
            border-color: var(--blue);
        }

        .smscode .vcode[caret='5'] + .boxes span:nth-child(6) {
            border-color: var(--blue);
        }

    .badge {
        background-color: var(--color1);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        font-size: 10pt;
        line-height: 33px !important;
        padding: 0px;
    }

    .dashboard {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .dashboardcard {
        border-radius: 8pt;
        background: #eff8fb;
        border: 4px solid var(--lightblue2);
        box-shadow: 0px 1px 5px var(--box-shadow);
        flex: 2 0 calc(33% - 20px);
    }

        .dashboardcard .btn-newui {
            white-space: nowrap;
        }

        .dashboardcard.singlecard {
            flex: 1 0 calc(20% - 20px);
        }

        .dashboardcard.doublecard {
            flex: 3 0 calc(50% - 20px);
        }

        .dashboardcard.triplecard {
            flex: 4 0 calc(100% - 20px);
        }

        .dashboardcard .card-header {
            padding: 0.25rem 1rem;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, 0.03);
            border-bottom: none;
            background-color: var(--lightblue);
            border-radius: 7px;
        }

            .dashboardcard .card-header h4 {
                font-size: 11pt !important;
                color: var(--darkblue);
                font-weight: bolder;
            }

    .datatable {
        padding: 0px 10px;
        min-height: 150px;
    }

        .datatable .row.header {
            color: var(--btn-primary-color1);
        }

        .datatable .row {
            border-bottom: 1px dotted var(--btn-primary-color2);
            line-height: 24pt;
        }

            .datatable .row:last-child {
                border: none;
            }

    .icon-circle {
        width: 64px;
        height: 64px;
        background: var(--btn-primary-color2);
        border-radius: 50%;
        margin: 0 auto;
        zmargin-top: 50%;
        color: white;
    }

    .bardata .barrow {
        display: none;
    }

    hr.lesshr {
        margin-top: 15px;
        margin-bottom: 15px;
    }



    .sortable {
        margin-top: -20px;
        margin-bottom: -20px;
        display: flex;
        flex-direction: column;
    }

        .sortable .item {
            transition: all 250ms;
            padding-top: 0px;
            cursor: s-resize;
        }

            .sortable .item.empty .inneritem, .sortable .item.removed .inneritem {
                filter: grayscale(1);
                opacity: 0.5;
            }



            .sortable .item .inneritem {
            }

            .sortable .item .inneritem {
                display: flex;
                padding: 2px;
                border: 1px solid var(--lightblue);
                background: var(--lightblue2);
                margin-bottom: 3px;
                border-radius: 4px;
                pointer-events: none;
            }

            .sortable .item.dropped .inneritem {
                background: var(--chance-low);
            }

        .sortable.indrag .item.droptop {
            padding-top: 35px;
        }

        /*.sortable.indrag .item.dropbottom {
        padding-top: 35px;
    }*/

        .sortable .item.dragged {
            opacity: 0.25;
        }
        /*.sortable.indrag .item.dragover .inneritem
    {
        opacity:0.25;
        background:transparent;
        
    }*/
        .sortable .item.highlighted {
            background: var(--lightblue);
        }

        .sortable .item:hover {
            border-color: var(--blue);
        }


        .sortable .item span {
            flex: 0 0 24px;
            text-align: center;
            font-size: 9pt;
            pointer-events: none;
        }

            .sortable .item span.caption {
                flex: 1 0;
                text-align: right;
                font-weight: bold;
                font-size: 9.5pt;
                padding-right: 4px;
            }

    .dragimage {
        width: 250px;
        padding: 2px 6px;
        background: var(--background);
        border: 2px solid var(--blue);
        color: var(--forecolor);
        /*border-radius: 8px;*/
        opacity: 1;
        position: absolute;
        left: -9000px;
        top: -9000px;
    }


    .confirmproduct
    {
      padding-left:200px;
    }

        .confirmproduct.radio1 {
            background: url(newicons/student.png) no-repeat left center;
            background-size: auto 100px;
            min-height: 100px;
        }

        .confirmproduct.radio2 {
            background: url(newimages/dohazfi.png) no-repeat left center;
            background-size: auto 100px;
            min-height: 100px;
        }

        .confirmproduct.radio3 {
            background: url(newimages/moshaver.png) no-repeat left center;
            background-size: auto 100px;
            min-height: 100px;
        }


@media (min-width: 1400px) {

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11 {
        float: left;
    }

    .col-xl-1 {
        width: 8.333333333333332%;
    }

    .col-xl-2 {
        width: 16.666666666666664%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333333333333%;
    }

    .col-xl-5 {
        width: 41.66666666666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333333333336%;
    }

    .col-xl-8 {
        width: 66.66666666666666%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333333333334%;
    }

    .col-xl-11 {
        width: 91.66666666666666%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.333333333333332%;
    }

    .col-xl-push-2 {
        left: 16.666666666666664%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333333333333%;
    }

    .col-xl-push-5 {
        left: 41.66666666666667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.333333333333336%;
    }

    .col-xl-push-8 {
        left: 66.66666666666666%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333333333334%;
    }

    .col-xl-push-11 {
        left: 91.66666666666666%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xl-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xl-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xl-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xl-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xl-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

.text-mirror {
    -moz-transform: scaleX(-1); /* Gecko */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform: scaleX(-1); /* Standard */
}

.text-mirror-b:before {
    -moz-transform: scaleX(-1); /* Gecko */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform: scaleX(-1); /* Standard */
}


.menubuttons {
    text-decoration: none !important;
    height: auto;
    padding-bottom: 10px;
    cursor: pointer;
    display: block;
    border-radius: 6px;
    color: #428bca;
    background: #f0f8fb;
    margin-bottom: 10px;
}

    .menubuttons.nohover {
        cursor: default;
    }

    .menubuttons:last-child {
        margin-bottom: 0px;
    }

    .menubuttons span.mdi {
        display: block;
        font-size: 36px;
        flex: 0 0 36px;
    }

    .menubuttons:not(.nohover):hover {
        background: #428bca;
        color: white;
    }

    .menubuttons.small {
        display: flex;
        padding: 11px 8px 8px 8px;
        grid-gap: 10px;
    }


        .menubuttons.small .mdi {
            line-height: 18pt;
            font-size: 18pt;
        }

        .menubuttons.small .text {
            line-height: 18pt;
        }

        .menubuttons.small.pdf {
            background: #fedbda;
            color: #c44139;
        }

        .menubuttons.small.contact {
            background: #F0F4C3;
            color: #827717;
        }

        .menubuttons.small.blue {
            background: #428bca;
            color: #ffffff;
        }

        .menubuttons.small.lightblue {
            background: var(--lightblue);
            color: #428bca;
        }

        .menubuttons.small.pdf:hover {
            background: #c44139;
            color: white;
        }

        .menubuttons.small.contact:hover {
            background: #9E9D24;
            color: white;
        }
        .menubuttons.small.blue:hover {
            background: #3276b1;
            color: #ffffff;
        }


        .menubuttons.small.lightblue:hover {
            background: #428bca;
            color: var(--lightblue);
        }


.contacts 
{
    margin-bottom:30px;
}


.contacts h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: var(--gray);
    font-size: 12pt;
}

    .contacts a {
        font-size: 12pt;
        color: var(--blue);
        padding: 3px 10px;
        border-radius: 6px;
        text-decoration: none;
        display: inline-block;
        max-width: 150px;
        margin-right: -10px;
        margin-left: 30px;
      
     
    }

.contacts a:hover {
    background: var(--blue);
    color:white;
}

    .contacts a span {
        margin-left: 6px;
        line-height: 19pt;
        vertical-align:middle;
    }

        .contacts a .mdi {
            font-size: 15pt;
            margin-left: 8px;
        }

    .contacts a.wa {
        border-color: #25D366;
        color: #25D366;
    }


        .contacts a.wa:hover {
            background: #25D366;
            color: white;
        }

p.contacttimes {

    font-size: 9pt;
}

.wacontact {
    background: url(newicons/scan-me.svg) no-repeat center center;
    background-size: 150px auto;
    width: 150px;
    height: 200px;
}



.sidebaricon {
    display: none;
}

.sidemenu {
    position: fixed;
    right: calc(50vw - 630px);
    top: 0px;
    height: 85vh;
    width: 48px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    z-index: 25;
    display: none;
    opacity: 1;
    transition: opacity 300ms;
}

@media screen and (max-width: 1164px) {
    .sidemenu {
        display: none !important;
    }
}

.sidemenu.visible {
    display: flex;
}

.sidemenu.hide {
    opacity: 0;
    display: flex;
}


.sidemenu a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffffcc;
    background:var(--lighterblue);
    
    display: block;
    flex: 0 0 48px;
    cursor: pointer;
    transition: transform 300ms;
    position: relative;
    opacity: 0;
    text-align: center;
}


.sidemenu.visible a {
    animation: zoomin 300ms forwards;
}

    .sidemenu.visible a:nth-child(2) {
        animation-delay: 50ms;
    }

    .sidemenu.visible a:nth-child(3) {
        animation-delay: 100ms;
    }

    .sidemenu.visible a:nth-child(4) {
        animation-delay: 150ms;
    }

    .sidemenu.visible a:nth-child(5) {
        animation-delay: 200ms;
    }

    .sidemenu.visible a:nth-child(6) {
        animation-delay: 250ms;
    }

    .sidemenu.visible a:nth-child(7) {
        animation-delay: 300ms;
    }

    .sidemenu.visible a:nth-child(8) {
        animation-delay: 350ms;
    }

@keyframes zoomin {
    from {
        opacity: 0;
        left: 20px;
    }

    to {
        opacity: 1;
        left: 0px;
    }
}

.sidemenu a:hover {
    transform: scale(1.25);
}

.sidemenu a svg {
    width: 24px;
    height: 24px;
    fill: var(--blue);
    margin-top: 12px;
    display: inline-block;
}

.sidemenu a .titlediv {
    position: absolute;
    right: 60px;
    top: 10px;
    width: 10px;
    text-align: right;
    opacity: 0;
    transition: all 300ms;
    pointer-events: none;
}

.sidemenu a:hover .titlediv {
    width: 350px;
    opacity: 1;
}

.sidemenu a span {
    background: #444444ee;
    text-align: right;
    padding: 5px 10px;
    border-radius: 12px;
    color: white;
    display: inline-block;
    box-shadow: 0px 0px 5px #00000055;
    overflow: hidden;
    white-space: nowrap;
    font-size: 8.5pt;
    text-overflow: ellipsis;
    max-width: 0px;
    transition: max-width 300ms,opacity 300ms;
    transition-delay: 100ms;
    transition-timing-function: ease-in-out;
    opacity: 0;
}

.sidemenu a:hover span {
    max-width: 300px;
    opacity: 1;
}


.sidemenu a.active {
    transform: scale(1.15);
}

.sidemenu a:hover {
    transform: scale(1.25);
}


@media screen and (max-height: 768px) {

    .sidemenu {
        grid-gap: 10px;
    }

        .sidemenu a {
            width: 36px;
            height: 36px;
            flex: 0 0 36px;
        }

            .sidemenu a svg {
                width: 21px;
                height: 24px;
        
                margin-top: 6px;
                display: inline-block;
            }

            .sidemenu a .titlediv {
                right: 40px;
                top: 6px;
                width: 10px;
            }

            .sidemenu a span {
                padding: 5px 10px;
                border-radius: 12px;
                font-size: 8pt;
                max-width: 0px;
            }
}
.mailbody 
{

    margin-top:-20px;
    margin-bottom:-20px;
}



.mailbody p {
    line-height: 21pt;
    font-size: 11pt;
    background: var(--lighterblue);
    padding: 12px 24px !important;
    border-radius: 6px;
    text-align:center;
}

    .mailbody a {
        background: var(--white);
        color: var(--blue);
        padding: 0px 12px;
        border-radius: 20px;
        text-decoration: none;
        display: inline-block;
        margin-right:4px;
        margin-left:4px;
    }
    .mailbody a:hover {
        background: var(--blue);
        color: var(--white);
    }

.mailbody img.banner
{
    width:100%;
    height:auto;
    
    border-radius:6px;
    border:2px solid var(--blue);
    margin-bottom:0px;
    max-height:30vh;
    min-height:200px;
    object-fit:contain;
    background:var(--lightblue);

}

    .mailbody h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-weight:bold;
        color:var(--btn-primary-color1);
    }

.modal-footer-note {
    float:right;
    direction:rtl;
}

ol.orangenumbers 
{
    padding-right:20px;
}

ol.orangenumbers li::marker {
    color: #ff6f00;
    font-weight: bold;
    font-size: 16pt;
}

.maintenancewarning {
    position: fixed;
    bottom: 10px;
    height: 32px;
    width: 320px;
    left: calc(50% - 160px);
    border-radius: 23px;
    background: #e8f0fe;
    color: #306cd3;
    padding:4px 8px 4px 4px;
    box-shadow:0px 0px 5px var(--box-shadow);
    z-index:500;
    display:flex;    
    flex-direction:row;
    grid-gap:10px;
    display:none;
    opacity:0;
    bottom:-100px;
    transition:all 300ms;
    cursor:pointer;
}

    .maintenancewarning.visible {
        animation: slideinx 300ms forwards;
        display: flex;
    }

@keyframes slideinx
{
    from {
       
        opacity: 0;
        bottom: -100px;
    }
    to {
       
        opacity: 1;
        bottom: 15px;
    }
}

.maintenancewarning span {
    flex: 0 0;
}

    .maintenancewarning span.mdi {
        line-height: 15pt;
    }
        .maintenancewarning span.text {
            font-size: 9pt;
            line-height: 16pt;
            flex: 1 0;
        }
        .maintenancewarning span.time {
            font-size: 10pt;
            flex: 0 0 120px;
            background: #fff;
            border-radius: 16px;
            text-align: center;
            line-height: 18pt;
            transition:opacity 300ms;
        }

        .maintenancewarning .mdi-close:before {
            width: 24px;
            height: 24px;
            text-align: center;
            line-height: 19pt;
            padding: 0px;
            background-color:var(--darkblue);
            border-radius:12px;
            margin-right:-5px;
            color:white;
        }

.maintenancewarning.warning {
    background: #ffc107;
    color: #212529;

}

    .maintenancewarning.warning .time {
        background: #dc3545;
        color:#ffffff;
    }

.maintenancewarning.danger {
    transform: scale(1.25);
}

.maintenancewarning span.time.blink {
    animation: timeblink 500ms forwards;
}

@keyframes timeblink
{
    from
    {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.servicebanner {
    width: 100%;
    height: 150px;
    background: #ffc533 url('icons/service.svg') no-repeat 20px center;
    border-radius:8px;
    background-size:150px auto;
    margin-top:-10px;
    padding:25px;
 
}
    .servicebanner h2 {
        color: white;
        text-shadow: 1px 1px 5px var(--shadow);
        font-weight: 700;
        margin: 10px 0px 10px 0px;
    }
    .servicebanner span {
        font-size: 16pt;
        font-weight: 700;
        color: #872659;
    }

        .servicebanner span.datename
        {
            font-size:10pt;
            display:block;
            margin-right:25px;
        }


.filternorsult {
    text-align: center;
    width: 450px;
    margin: 0 auto;
    display: none;
}



.filternorsult.visible
{
    display:block;
}

.filternorsult h3
{
    margin:0px;
    padding:0px;
    margin-bottom:20px;
}


.survey_box {
    position: fixed;
    top: calc(50% - 100px);
    right: 0px;
    display: flex;
    color: var(--white);
    background: var(--darkblue);
    width: 36px;
    height: 200px;
    border-radius: 14px 0px 0px 14px;
    box-shadow: 0px 2px 5px var(--box-shadow);
    padding: 4px 0px 4px 4px;
    overflow: hidden;
    transition: width 300ms ease-in-out;
    background: #3276B1;
    background: linear-gradient(0deg, rgba(50, 118, 177, 1) 0%, rgba(172, 182, 229, 1) 20%, rgba(246, 140, 27, 1) 40%, rgba(172, 182, 229, 1) 60%, rgba(50, 118, 177, 1) 80%, rgba(172, 182, 229, 1) 100%);
    background-size: 100% 1000%;
    animation: gradient-animation 30s ease infinite;
}


@keyframes gradient-animation {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }

}

    .survey_box .survey_icon {
        font-size: 24px;

        cursor: pointer;
        padding: 4px;
        flex :0 0 36px;
    }

        .survey_box .survey_icon .vertical {
            writing-mode: vertical-lr;
            text-orientation: mixed;
            transform: rotate(-180deg);
            padding: 10px 0px;
            /* margin-left: 17px; */
            display: inline-block;
            line-height: 17pt;
            font-size: 14pt;
            margin-top: 15px;
        }

    .survey_box .survey_text {
        display: none;
        flex:1 0;
    }


    .survey_box.open, .survey_box:hover {
        width: 400px;        
    }

.survey_box.closed {
    width: 36px !important;
}


.survey_box.open:not(.closed) .survey_text, .survey_box:hover:not(.closed) .survey_text {
    display: block;
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    opacity: 0;
    animation: fadein_survey 300ms forwards;
    animation-delay: 200ms;
}


#porsline-popup
{
    z-index:99999;
}


    .survey_box .survey_text h3 {
        margin-top: 10px;
        margin-bottom: 20px;
        color: var(--blue);
    }

    .survey_box .survey_text p {
        margin: 0px;
        color: var(--darkgray);
        margin-bottom: 20px;
    }



@keyframes fadein_survey {
    from
    {
        opacity:0;
    }
    to
    {
        opacity:1;
    }
}


