﻿@font-face {
    font-family: 'DroidSansArabic';
    src: url('../../../assets/fonts/DroidSansArabic.eot');
    src: url('../../../assets/fonts/DroidSansArabic.eot?#iefix') format('embedded-opentype'), url('../../../assets/fonts/DroidSansArabic.woff') format('woff'), url('../../../assets/fonts/DroidSansArabic.ttf') format('truetype'), url('../../../assets/fonts/DroidSansArabic.svg#DroidSansArabic') format('svg');
    font-weight: bold;
    font-style: normal;
    font-family: 'DroidSansArabic' !important;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #46616f
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 12.5%;
        float: right;
        position: relative;
        font-weight: 400;
        direction: rtl;
        padding-right: 5px;
        z-index: 0
    }

    #progressbar .wizard-btn:before {
        font-family: FontAwesome;
        text-align: center;
    }
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }



    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #46616f
    }
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    justify-content: space-between;
    padding: 0;
    counter-reset: step;
}

    #progressbar .active {
        color: #46616f;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        flex-grow: 1; /* Distribute evenly */
        position: relative;
        font-weight: 400;
        direction: rtl;
        text-align: center;
        padding: 0; /* Remove padding */
    }

        /* Circle design for tabs */
        #progressbar li:before {
            content: "";
            width: 50px;
            height: 50px;
            line-height: 50px;
            display: block;
            background: lightgray;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px;
            position: relative;
        }

        #progressbar li i {
            position: absolute;
            top: 15px;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 20px;
            color: white;
        }

        /* Line between steps */
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: lightgray;
            position: absolute;
            left: 50%; /* Center the line */
            top: 25px;
            z-index: -1;
            transform: translateX(-50%); /* Make sure it's centered */
        }

 

        /* Active step circle and line color */
        #progressbar li.active:before {
            background: #46616f; /* Dark background for active step */
        }

        #progressbar li.active i {
            color: white; /* Icon color in the active state */
        }

        #progressbar li.active:after {
            background: #46616f; /* Active step line */
        }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #46616f
}

.fit-image {
    width: 100%;
    object-fit: cover
}


.wizard-icon {
    font-size: 24px; /* Adjust size as needed */
    display: block; /* Forces the icon to be on its own line */
    margin-bottom: 10px; /* Adds some space below the icon, optional */
}

.margin-center {
    margin: 0 auto;
}

.hide {
    display: none;
}

.card .card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.modal-dialog {
    pointer-events: auto;
}

body {
    font-family: 'DroidSansArabic','Diodrum Arabic','Quicksand', Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

body.material-layout .header-navbar {
    font-family: 'DroidSansArabic','Diodrum Arabic','Quicksand', Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body.material-layout {
    font-family: 'DroidSansArabic','Diodrum Arabic','Quicksand', Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-fa /mily: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

    body.material-layout .navigation {
        font-family: 'DroidSansArabic','Diodrum Arabic','Quicksand', Georgia, 'Times New Roman', Times, serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font /-family: 'Quicksand', Georgia, 'Times New Roman', Times, serif;
    }

/*
.login-logo {
    width: 340px;
    height: auto;
    heig/ht: 300px;
}
*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {



    .login-logo {
        width: 282px;
        height: auto;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .login-logo {
        width: 340px;
        height: auto;
        heig /ht: 300px;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .login-logo {
        width: 340px;
        height: auto;
        heig /ht: 300px;
    }
}

/** Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .login-logo {
        width: 340px;
        height: auto;
        heig /ht: 300px;
    }
}

.main-menu.menu-dark .navigation li a i, .main-menu.menu-dark .navigation li a span {
    line-height: 1.7;
}

.menu-title {
    text-wrap: wrap;
    margin: 10px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .menu-title {
    text-wrap: nowrap;
}


body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span {
    text-wrap: wrap;
    text-overflow: clip;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
    padding: 12px 30px 12px 18px !important;
}

.main-menu.menu-dark .navigation > li ul li > a {
    padding: 12px 60px 12px 0px;
}

.main-menu.menu-dark .navigation > li.open > ul > li:hover > a {
    padding: 12px 50px 12px 10px;
}

@media (min-width: 992px) {
    body .content-right {
        width: calc(100% - 300px);
        float: left;
        padding-bottom: 27px;
    }
}

.chat-seen {
    height: 16px;
    width: 16px;
    display: inline-block !important;
    padding: 0 0 0 0px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    margin-bottom: 0;
    background-image: url('../images/chat/seen2.png');
}

.chat-unseen {
    height: 16px;
    width: 16px;
    display: inline-block !important;
    padding: 0 0 0 0px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    margin-bottom: 0;
    background-image: url('../images/chat/read.png');
}

