﻿@charset "utf-8";

@font-face {
    font-family: 'font1';
    src: url('../fonts/DroidKufi-Regular.ttf') format('truetype');
}

:root {
    --mainColor: #1e5d64;
    --scColor: #d1b37f;
    --mainFont: "Droid Arabic Kufi", font1;
}
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

.bg-light {
    background-color: #c1c1c1 !important;
}

body {
    font-family: var(--mainFont);
    font-size: 13px;
    color: #646464;
}

th {
    text-align: center;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.HeadrMainCOntr {
    height: auto;
    width: 100%;
    clear: both;
    background: #FFFF93;
}

.headerInner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 12px 0 15px 0px;
}

.logo_Contr {
    height: auto;
    width: 25%;
    max-width: 205px;
    float: right;
    padding: 0 10px 0 0px;
}

.header_navCOntr {
    height: auto;
    width: 42%;
    max-width: 800px;
    float: left;
    padding: 16px 0 0 0px;
}

    .header_navCOntr ul {
        padding: 0px;
        list-style: none;
        float: right;
    }

        .header_navCOntr ul li {
            list-style: none;
            float: left;
            padding: 0px;
            color: #FFF;
            padding: 0 5px;
        }

            .header_navCOntr ul li a span {
                display: inline-block;
                padding: 0px 1px 0 0px;
                font-size: 14px;
                font-weight: bold;
            }

            .header_navCOntr ul li a img {
                float: right;
            }

            .header_navCOntr ul li a {
                text-decoration: none;
                color: #333;
                outline: none;
                padding: 5px 5px;
            }

                .header_navCOntr ul li a:hover {
                    text-decoration: underline;
                }

.HeadrMainCOntr_botm {
    height: auto;
    width: 100%;
    clear: both;
    background: var(--mainColor);
    border-bottom: solid 1px var(--mainColor);
    color: #FFF;
    border-left: none;
    border-right: none;
}

.headerInner_botm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0px 0px;
}

.Datebox {
    height: 30px;
    width: 150px;
    float: left;
    color: #FFF;
    background: var(--mainColor);
    padding: 10px 20px;
    text-align: center;
}

.new_Contr {
    height: auto;
    width: 80%;
    float: left;
    text-align: right;
    padding: 10px;
}

.WraperMainContr {
    height: auto;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #CCC;
    padding: 0px 0px;
}

.Wrapre_InerCOntr {
    height: auto;
    width: 100%;
    margin: auto;
}

.RightNav_MainContr {
    height: 100%;
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
    background: var(--mainColor);
    border:2px solid var(--scColor);
}


    .RightNav_MainContr h3 {
        font-size: 16px;
        font-weight: normal;
        border-bottom: solid 1px #35B4FF;
        padding: 7px 10px;
        text-align: right;
        color: #FFF;
    }



.Content_Leftmaincontr_2 {
    margin: 5px 0 0 0px;
}

    .Content_Leftmaincontr_2 h4 {
        float: right;
        padding: 5px 8px;
        font-weight: 600;
        width: 98%;
        font-size: 14px;
        border-bottom: solid 1px #33AE93;
        padding: 7px 10px;
        text-align: right;
        color: #FFF;
        background: #24adff; /* Old browsers */
        background: -moz-linear-gradient(top, #24adff 0%, #0091ea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24adff), color-stop(100%,#0091ea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #24adff 0%,#0091ea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #24adff 0%,#0091ea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #24adff 0%,#0091ea 100%); /* IE10+ */
        background: linear-gradient(to bottom, #24adff 0%,#0091ea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24adff', endColorstr='#0091ea',GradientType=0 ); /* IE6-9 */
        box-shadow: 0 2px 1px rgba(0,0,0,.2);
    }

.Name_addressMainContr {
    height: auto;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #CCC;
    background: #FFF;
    color: #666;
}

    .Name_addressMainContr:last-child {
        border: none;
    }

.Name_LeftContr {
    height: auto;
    width: 25%;
    max-width: 250px;
    float: right;
    text-align: right;
    border-left: solid 1px #CCC;
    padding: 10px;
    background: #F2F2F2;
    color: #333;
}

.Name_RightContr {
    width: 68%;
    max-width: 450px;
    float: left;
    text-align: right;
    padding: 10px;
    background: #FFF;
    color: #333;
}

.Footer_MainContr {
    height: auto;
    width: 100%;
    display: inline-block;
    color: #FFF;
    background: #09A3FF;
    border: solid 1px #2DB0FF;
    color: #FFF;
    border-left: none;
    border-right: none;
    position: relative;
    margin-top: -3px;
}



.Inner_Formmaincontr {
    height: auto;
    width: 100%;
    clear: both;
    padding: 0px;
    background: #FFF;
    overflow: hidden;
}

.Form_inner_main {
    height: auto;
    width: 400px;
    float: right;
}

.Form_innerBox {
    height: auto;
    width: 405px;
    float: right;
    padding: 7px 10px;
}

    .Form_innerBox label {
        width: 140px;
        float: right;
        color: #333;
        text-align: right;
    }

    .Form_innerBox input {
        float: right;
        height: 22px;
        width: 220px;
        padding: 3px 5px;
        border: solid 1px #CCC;
        border-radius: 2px;
        text-align: right;
        outline: none;
        background: #f4f7ed; /* Old browsers */
        background: -moz-linear-gradient(top, #f4f7ed 0%, #f2f2e3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7ed), color-stop(100%,#f2f2e3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f7ed 0%,#f2f2e3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f7ed 0%,#f2f2e3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f7ed 0%,#f2f2e3 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4f7ed 0%,#f2f2e3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7ed', endColorstr='#f2f2e3',GradientType=0 ); /* IE6-9 */
    }


    .Form_innerBox select {
        float: right;
        height: 28px;
        width: 230px;
        padding: 5px 5px;
        border: solid 1px #CCC;
        background: #074D76;
        text-align: right;
        text-align: start;
        border-radius: 2px;
        text-align: right;
        background: #f4f7ed; /* Old browsers */
        background: -moz-linear-gradient(top, #f4f7ed 0%, #f2f2e3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7ed), color-stop(100%,#f2f2e3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f7ed 0%,#f2f2e3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f7ed 0%,#f2f2e3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f7ed 0%,#f2f2e3 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f4f7ed 0%,#f2f2e3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7ed', endColorstr='#f2f2e3',GradientType=0 ); /* IE6-9 */
    }

        .Form_innerBox select option {
            color: #000;
            text-align: right;
        }


.clear {
    clear: both;
    height: 2px;
    width: 100%;
}

.Footr_InnrCOntr {
    height: auto;
    width: 86%;
    max-width: 1100px;
    margin: auto;
    padding: 10px;
    text-align: right;
}

.Submit_buttnCOntr {
    height: auto;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 10px 0px;
    background: #FFF;
}

    .Submit_buttnCOntr input {
        padding: 8px 20px;
        background: #129FF5;
        color: #FFF;
        border: 0px;
        float: right;
        margin: 0 150px 0 0px;
        cursor: pointer;
    }


.topnav {
    width: 100%;
    padding: 40px 28px 25px 0;
}

ul.topnav {
    padding: 0;
    margin: 0;
    line-height: 0.5em;
    list-style: none;
    padding: 0px;
}

    ul.topnav li {
        list-style: none;
        padding: 0px;
    }

        ul.topnav li ul {
            background-color: var(--scColor);
        }


        ul.topnav li a {
            font-size: 12px;
            padding: 10px 10px;
            overflow: hidden;
            color: #FFF;
            border-bottom: 2px solid var(--scColor);
            display: block;
            text-decoration: none;
            text-align: right;
        }

            ul.topnav li a p {
                font-size: 15px;
                font-weight: 500;
                display: inline-block;
                padding-top: 11px;
                padding-bottom: 0px;
                padding-right: 5px;
            }

            ul.topnav li a i {
                display: inline-block;
                font-size: large;
                margin-top: 5px;
                float: left;
            }

            ul.topnav li a:hover {
                background-color: var(--scColor);
                color: white;
            }

    ul.topnav ul {
        margin: 0;
        padding: 0;
        display: none;
    }

        ul.topnav ul li {
            margin: 0;
            padding: 0;
            clear: both;
            border-bottom: none;
        }
            /*ul.topnav ul li:last-child{border-bottom:solid 1px #634f65;}*/

            ul.topnav ul li a {
                padding: 14px 14px 14px 22px;
                font-size: 14px;
                border-bottom: none;
                font-weight: normal;
                outline: 0;
                border-bottom: 1px solid var(--mainColor);
            }

                ul.topnav ul li a:hover {
                    background-color: #0091ea;
                    color: #FFF;
                }

        ul.topnav ul ul li a {
            color: silver;
            padding-left: 40px;
        }

            ul.topnav ul ul li a:hover {
                background-color: var(--scColor);
                color: #675C7C;
            }

    ul.topnav span {
        float: left;
        font-size: 18px;
        font-weight: 400;
        padding: 10px 0 0 0px;
    }

.activhead {
    background: #31955E;
}


.content_main_area {
    direction: rtl;
    min-height: calc(100vh - 113px);
    width: 100%;
    float: right;
    margin: 0px;
    background: #e9e9e9;
    padding: 11px;
    text-align: right;
}






div.txt_head {
    padding: 8px;
    text-align: right;
    background: #3CB371;
    color: #fff;
    margin: 5px 0 10px 0px;
    font-size: 15px;
    font-weight: bold;
    clear: both;
    width: 100%;
}

.buttnnew {
    background: var(--mainColor) !important;
    color: #fff !important;
}
/*.button{background:var(--mainColor) !important; color:#fff !important; padding:7px 18px !important; height:auto !important; width:auto !important;}*/
.button {
    background: var(--scColor) !important;
    color: #fff !important;
    padding: 7px 18px;
    height: auto !important;
    width: auto !important;
    font-weight: 500;
}

.button2 {
    background: #EEE !important;
    color: var(--mainColor) !important;
    padding: 7px 18px !important;
    height: auto !important;
    width: auto !important;
}

.button3 {
    background: var(--scColor) !important;
    color: #fff !important;
    padding: 7px !important;
    height: auto !important;
    width: auto !important;
}

td {
    padding: 5px 5px 3px 5px;
    font-weight: 500;
}


/*------------------------------------*\
	NAV
\*------------------------------------*/

.nav_menu {
    width: 100%;
    float: right;
    padding: 1px;
    background-color: var(--scColor);
}

#nav {
    list-style: none;
    text-align: right;
    float: right;
    width: auto;
    padding: 0 240px 0 0px;
    margin: 3px 0px;
}

    #nav li {
        float: left;
        margin-right: 10px;
        position: relative;
        text-align: right;
        width: 165px;
        z-index: 0;
    }

    #nav a {
        display: block;
        padding: 5px;
        color: #FFF;
        text-align: right;
        text-decoration: none;
    }

        #nav a:hover {
            color: #333;
            background: #FFFF93;
            text-decoration: none;
        }

    /*--- DROPDOWN ---*/
    #nav ul {
        width: 200px;
        float: left;
        list-style: none;
        position: absolute;
        left: -9999px;
    }

        #nav ul li {
        }

            #nav ul li a {
                color: #FFF;
                text-align: right;
            }

        #nav ul a {
            white-space: nowrap;
        }

    #nav li:hover ul {
        left: 0;
    }

    #nav li:hover a {
        background: #FFFF93;
    }

    #nav li:hover ul a {
        text-decoration: none;
        color: #333;
    }

    #nav li:hover ul li a:hover {
        background: var(--mainColor);
        color: #FFF;
    }

td.tr {
    font-weight: bold;
    font-size: 17px;
    background: var(--mainColor);
    padding: 7px;
    color: #fff;
    width: 100%;
    margin: 0 0 10px 0px;
}

.newbuttom a {
    background: var(--mainColor);
    color: #fff;
    padding: 20px 20px;
    display: block;
    text-align: center;
}

/*
.mGrid { width: 100%; background-color:transparent; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; font:12px Tahoma; font-weight:bold; text-align:center;  }
.mGrid th { padding: 4px 2px; color: #fff; background: #FFFF93 url(grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; font-family:Tahoma; }
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr {background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: px 0; }
.mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }
*/

.mGrid {
    width: 100%;
    background-color: transparent;
     margin: 5px 0 10px 0;
    border: solid 1px #eee;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 5px 3px;
        border: solid 1px #c1c1c1;
        font: 11px;
        font-weight: 500;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: var(--mainColor);
        font-size: 0.9em;
        text-align: center;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 0px;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }



.mGridNoBorder {
    width: 100%;
    background-color: #eee;
    margin: 5px 0 10px 0;
    border: solid 1px #FFFF93;
    border-collapse: collapse;
    margin: auto;
}

    .mGridNoBorder td {
        padding: 3px;
    }

    .mGridNoBorder th {
        padding: 4px 2px;
        color: #fff;
        background: var(--mainColor);
        border-left: solid 1px var(--scColor);
        font-size: 0.9em;
        text-align: center;
    }

    .mGridNoBorder .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGridNoBorder .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGridNoBorder .pgr table {
            margin: 0px;
        }

        .mGridNoBorder .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGridNoBorder .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGridNoBorder .pgr a:hover {
                color: #000;
                text-decoration: none;
            }




.stars {
    color: Red;
}

/* Tasmea Page CSS */

.listing_2 option {
    color: #101010;
}

.listing_2 {
    font-size: 10pt;
    color: #fff;
    margin: 0px 0px 0px 0px !important;
    padding: 4px !important;
    border: solid 1px #ccc;
    font-weight: bold;
    background: none;
}

.headerInner_botm_tasmea {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0px 0px;
}



.listing_3 {
    font-size: 10pt;
    color: #101010;
    margin: 0px 0px 0px 0px !important;
    padding: 4px !important;
    border: solid 1px #ccc;
    font-weight: bold;
    background: none;
}

.mGridTasmea {
    width: 100%;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGridTasmea td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #050505;
        font: 11px Tahoma;
        font-weight: bold;
    }

    .mGridTasmea th {
        padding: 9px 7px;
        color: #fff; /*background: #424242 url(grd_head.png) repeat-x top;*/
        background: var(--mainColor);
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGridTasmea .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGridTasmea .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGridTasmea .pgr table {
            margin: 0px;
        }

        .mGridTasmea .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGridTasmea .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGridTasmea .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .mGridTasmea td input[type="submit"] {
        background: #584458;
        outline: none;
        padding: 6px 9px;
        border: 0px;
        color: #fff;
        margin: 1px 4px;
    }


.newtable_grid_1 {
    height: auto;
    width: 362px !important;
    float: left;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .newtable_grid_1 td {
        padding: 4px !important;
    }


.newtable_grid {
    height: auto;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .newtable_grid th {
        padding: 9px 7px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
        font-weight: bold;
    }

    .newtable_grid td {
        padding: 4px;
        border: solid 1px #c1c1c1;
        color: #050505;
        font-weight: bold !important;
        font: 11px Tahoma;
    }


td.heading_new1 {
    padding: 9px 7px;
    width: 100%;
    color: #fff;
    background: var(--mainColor);
    border-left: solid 1px #525252;
    font-size: 16px;
    font-weight: bold;
}

.payTable {
    margin: 0px auto;
}

    .payTable td {
        border: solid 1px #8d8d8d;
    }

    .payTable th {
        padding: 5px;
        background-color: #f4f7ed;
    }

.NewBotttons {
    background-color: var(--mainColor);
    color: #FFFFFF;
    font-variant: normal;
    font-weight: bold;
    text-align: center;
    width: 170px;
    height: 130px;
    border-width: 7px;
    border-style: solid;
    border-color: #FFFFFF;
}

    .NewBotttons:hover {
        background-color: #FFFF93;
        color: #584559;
    }
/******************************************************************************/
.header-logo {
    height: 75px;
}

.header-img {
    width: 300px;
    height: 100px;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--mainColor);
}

.header-welcome {
    text-align: center;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0px;
    color: #ffffff;
    background: var(--mainColor) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 0.5rem 1rem;
}

.header-alert {
    text-align: center;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0px;
    color: #ffffff;
    background: #9e2628;
    border-radius: 50px;
    padding: 0.5rem 1rem;
}

.nav-item {
    font-size: 10pt;
}

.nav-link, nav-icon {
    color: var(--scColor) !important;
}

.nav-icon, .calendar-icon {
    width: 18px;
    height: 18px;
}

.logout-item, .logout-item .nav-link {
    color: Red !important;
}

.nav-btm {
    display: flex;
    background-color: var(--mainColor);
    align-items: center;
}

.nav-btm-input {
    flex-grow: 1;
    color: var(--mainColor) !important;
    border: none;
    border-radius: 30px;
    padding: 0.5rem;
    text-align: right;
    font-size: 0.95rem;
}

.nav-btm-left {
    flex-shrink: 0;
    color: #ffffff;
    font-size: 11pt;
    float: left;
}

.cols {
    padding-right: 3px;
    padding-left: 3px;
}

@media (max-width:728px) {
    .button {
        padding: 7px 10px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
        padding-right: 3px;
        padding-left: 3px;
    }

    .header-img {
        width: 0px;
        height: 0px;
        float: left;
    }

    #nav {
        padding: 0px;
    }

    .header-welcome {
        font-size: 0.7rem;
    }

    .nav {
        width: 150px;
    }
}

.rowMargin {
    margin: 0px;
}

.card {
    width: 100%;
}

.card-body {
    padding: 15px;
}

.pgTitle {
    background-color: var(--scColor);
    color: #fff;
    padding: 11px 5px;
    font-size: 13pt;
    direction: rtl;
}

.sectionTitle {
    background-color: var(--scColor);
    color: #fff;
    padding: 7px 5px;
    font-size: 11pt;
    direction: rtl;
    width: 100%;
}

.sectionTitle2 {
    background-color: #eee;
    color: var(--scColor);
    padding: 7px 5px;
    font-size: 11pt;
    direction: rtl;
    width: 100%;
    border: 1px double var(--mainColor);
    border-radius: 9px;
    text-align: center;
}

.ddl {
    padding: 0px 3px;
    font-size: 11pt;
}

.form-span {
    font-size: 10pt;
    font-weight: 600;
    margin-right: 5px;
}

.btn-outline-primary {
    color: var(--mainColor);
    border-color: var(--mainColor);
    padding: 30px 20px;
    width: 100%;
    height: 90%;
    margin-bottom: 15px;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--mainColor);
        border-color: var(--scColor);
    }

.btn-outline-primary2 {
    color: var(--mainColor);
    border-color: var(--mainColor);
    padding: 10px;
    width: 100%;
    height: 90%;
    vertical-align: middle;
}

    .btn-outline-primary2:hover {
        color: #fff;
        background-color: var(--mainColor);
        border-color: var(--scColor);
    }

.input-group-text {
    font-size: small;
}

.title2 {
    border: 4px double White;
    border-radius: 11px;
    padding: 5px 20px;
    font-weight: 500;
    color: White;
    background-color: #927d93;
    text-align: center;
    margin-bottom: 15px;
}

label {
    margin: 0px;
}

.lists {
    border: 1px solid #ddd;
    width: 100%;
    background-color: #eee;
}

    .lists td {
        padding-right: 5px;
    }

    .lists label {
        padding: 7px;
        margin-right: 3px;
        cursor: pointer;
    }

        .lists label:hover {
            background-color: var(--mainColor);
            color: #fff;
        }

caption {
    caption-side: top;
    text-align: center;
    background-color: #eee;
    color: var(--mainColor);
    padding: 7px 5px;
    font-size: 11pt;
    direction: rtl;
    width: 100%;
    border: 1px double var(--scColor);
    border-radius: 5px;
}

.col-12 {
    padding: 0px;
}

.mainCss {
    direction: rtl;
    min-height: 55vh;
}

@media (min-width:768px) {
    .rightNavToggle {
        margin-top: -15px;
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .mainCss {
        min-height: 1vh;
    }

    .lists td {
        padding-right: 1px;
    }

    .lists label {
        padding: 3px;
        margin-right: 1px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
        padding-right: 3px;
        padding-left: 3px;
    }

    .content_main_area {
        width: 100%;
        margin: 5px;
        min-height: calc(100vh - 113px);
    }

    .nav-link {
        padding: .2rem 1rem;
    }

    #nav {
        padding: 0px;
        padding-bottom: 5px;
    }

        #nav li {
            width: 100px;
            font-size: 8pt;
        }

    .header-welcome {
        display: none;
    }

    .topnav {
        margin: 0px 15px;
    }

    .rightNavToggle {
        display: block;
        margin: 10px 15px 0px 15px;
        text-align: center;
        padding: 7px 1px;
        background-color: var(--mainColor);
        color: #eeeeee;
        font-weight: 600;
        cursor: pointer;
        border-radius: 5px;
    }

    .RightNav_MainContr {
        display: none;
    }

    .RightNav_MainContr {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 0px;
    }

    .header-logo {
        height: 50px;
    }
}

.modal-header {
    padding: 11px !important;
}

    .modal-header .close {
        margin: 0 !important;
        padding: 0 !important
    }

.modal-content {
    border-radius: 15px;
}

.cascading-modal {
    margin: auto;
    margin-top: 120px;
}

.modal-tap {
    width: 100%;
    text-align: center;
    margin: 0;
}

.navbar-light .navbar-text a {
    color: white;
    text-decoration: none;
}

.tablist {
    height: 55px;
}

.modal-tap .nav-link {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    background-color: #fbebcf;
    border: none;
}

.modal-tap .active {
    background-color: #f0bc5e !important;
    color: white !important;
}

.modal-tap .single-modal-tab-1 {
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.modal-tap .single-modal-tab-2 {
    border-top-left-radius: 35px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50%;
    }
}


