@charset "UTF-8";
/*!
 *  
 * Copyright 2011-2024 The msa Authors
 *   
 */

/*////////////my new sites
*/



:root {
    --primary: #0d6efd;
    --secondary: #20c997;
    --glass: rgba(255,255,255,.82);
    --shadow: 0 10px 35px rgba(0,0,0,.15);
    --radius: 18px;
    --sidebar-width: 260px;
    --sidebar-collapsed: 85px;
}

body {
    margin: 0;
    font-family: 'Tajawal', sans-serif;
    background: #f2f4f8;
    color: #212529;
}

    body.dark {
        background: #121212;
        color: #f1f3f5;
        --glass: rgba(30,30,30,.88);
    }

/* ================= HEADER ================= */
.app-header {
    margin: 10px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--glass);
    backdrop-filter: blur(12px);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.logo {
    width: 70px;
}

/* ================= LAYOUT ================= */
.layout {
    display: flex;
    gap: 10px;
    margin: 10px;
}

/* ================= SIDEBAR ================= */
.sidebar {
    width: var(--sidebar-width);
    background: var(--glass);
    backdrop-filter: blur(12px);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 15px;
    transition: width .3s ease;
    overflow: hidden;
    height: calc(100vh - 160px);
    position: sticky;
    top: 100px;
}

    .sidebar.collapsed {
        width: var(--sidebar-collapsed);
    }

    .sidebar h6 {
        font-weight: bold;
        margin-bottom: 15px;
        white-space: nowrap;
    }

    .sidebar a {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 12px;
        margin-bottom: 6px;
        border-radius: 12px;
        text-decoration: none;
        color: inherit;
        transition: .3s;
        white-space: nowrap;
    }

        .sidebar a i {
            min-width: 24px;
            text-align: center;
            font-size: 1.1rem;
        }

        .sidebar a span {
            transition: opacity .2s ease;
        }

    .sidebar.collapsed a span,
    .sidebar.collapsed h6 {
        opacity: 0;
    }

    .sidebar a:hover,
    .sidebar a.active {
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        color: #fff;
    }

/* Toggle Button */
.sidebar-toggle {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

/* ================= CONTENT ================= */
.app-content {
    flex: 1;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px;
    min-height: 70vh;
    direction:rtl;
    text-align:right;
    align-content:end;
}

body.dark .app-content {
    background: #1e1e1e;
}

/* ================= FOOTER ================= */
.app-footer {
    padding: 25px 15px;
}

.footer-glass {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
    background: linear-gradient( 135deg, rgba(13,110,253,.9), rgba(32,201,151,.9) );
    color: #fff;
    border-radius: var(--radius);
    box-shadow: 0 15px 40px rgba(0,0,0,.35);
    text-align: center;
}

    .footer-glass i {
        font-size: 1.4rem;
        margin: 0 8px;
        transition: .3s;
    }

        .footer-glass i:hover {
            transform: scale(1.2);
        }

/* ================= LOADER ================= */
.loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease;
    color: #fff;
}

.loader {
    width: 56px;
    height: 56px;
    border: 6px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ================= MOBILE ================= */
@media(max-width: 992px) {
    .layout {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
    }
}

.top_left_image, .top_right_image {
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease;
}

    .top_left_image:hover, .top_right_image:hover {
        transform: scale(1.05);
    }

.top_left_image, .top_right_image {
    max-width: 100px;
}


/*////////////end my new site
*/
@font-face {
    font-family: 'aajannatlt_mine_';
    src: url('../css/alfont_com_aajannatlt-.ttf') format('truetype');
}



.jannaty {
    font-family: aajannatlt_mine_
}






.gradiant_yellow {
    background: linear-gradient(13deg, #ffbc13, #c0ee06, #ee5006);
    /*   background-size: 600% 600%; */

    -webkit-animation: AnimationName 0s ease infinite;
    -moz-animation: AnimationName 0s ease infinite;
    animation: AnimationName 0s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 29% 0%
    }

    50% {
        background-position: 72% 100%
    }

    100% {
        background-position: 29% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 29% 0%
    }

    50% {
        background-position: 72% 100%
    }

    100% {
        background-position: 29% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 29% 0%
    }

    50% {
        background-position: 72% 100%
    }

    100% {
        background-position: 29% 0%
    }
}
/* /////////////////// */
.red_gradiant {
    background: linear-gradient(62deg, #ff13ec, #ee060f, #ec520a);
    /* background-size: 600% 600%; */

    -webkit-animation: AnimationName 0s ease infinite;
    -moz-animation: AnimationName 0s ease infinite;
    animation: AnimationName 0s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 29% 0%
    }

    50% {
        background-position: 72% 100%
    }

    100% {
        background-position: 29% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 29% 0%
    }

    50% {
        background-position: 72% 100%
    }

    100% {
        background-position: 29% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 29% 0%
    }

    50% {
        background-position: 72% 100%
    }

    100% {
        background-position: 29% 0%
    }
}

/* /////////////////// */
.blue_gradiant {
    background: linear-gradient(339deg, #4c13ff, #069aee, #0ae0ec);
    /*     background-size: 600% 600%;
         */
    -webkit-animation: AnimationName 0s ease infinite;
    -moz-animation: AnimationName 0s ease infinite;
    -o-animation: AnimationName 0s ease infinite;
    animation: AnimationName 0s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 32%
    }

    50% {
        background-position: 100% 69%
    }

    100% {
        background-position: 0% 32%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 32%
    }

    50% {
        background-position: 100% 69%
    }

    100% {
        background-position: 0% 32%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 32%
    }

    50% {
        background-position: 100% 69%
    }

    100% {
        background-position: 0% 32%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 32%
    }

    50% {
        background-position: 100% 69%
    }

    100% {
        background-position: 0% 32%
    }
}

/* ////////////prnt section//////////// */




@media print {
    /*html, body {
                    height: 100%;
                    margin: 0 !important;
                    padding: 0 !important;
                    overflow: hidden;*/
    /*overflow: scroll;*/
    /*display: block;
                    page-break-after: always !important;
                }*/
    .pagebreak2 {
        clear: both;
        page-break-after: always;
    }

    button, nav, .non_prnt {
        display: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .div_non_prnt {
        display: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    header {
        display: none !important;
    }
    nav {
        display: none !important;
    }
    table, main {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

}


 
 
/*////////////////////////////////*/




.pink_gradient {
    background: linear-gradient(282deg, #ed53f5, #7e2183);
    background-size: 100% 100%;
    -webkit-animation: Animationpink_gradient 0s ease infinite;
    -moz-animation: Animationpink_gradient 0s ease infinite;
    animation: Animationpink_gradient 0s ease infinite;
}

@-webkit-keyframes Animationpink_gradient {
    0% {
        background-position: 0% 78%
    }

    50% {
        background-position: 100% 23%
    }

    100% {
        background-position: 0% 78%
    }
}

@-moz-keyframes Animationpink_gradient {
    0% {
        background-position: 0% 78%
    }

    50% {
        background-position: 100% 23%
    }

    100% {
        background-position: 0% 78%
    }
}

@keyframes Animationpink_gradient {
    0% {
        background-position: 0% 78%
    }

    50% {
        background-position: 100% 23%
    }

    100% {
        background-position: 0% 78%
    }
}



/*///////////////////////////////*/


.red_gradient02 {
    background: linear-gradient(48deg, #09994c, #79b93b);
    /*    background-size: 400% 400%;
*/ -webkit-animation: Animationred_gradient02 0s ease infinite;
    -moz-animation: Animationred_gradient02 0s ease infinite;
    animation: Animationred_gradient02 0s ease infinite;
}

@-webkit-keyframes Animationred_gradient02 {
    0% {
        background-position: 0% 4%
    }

    50% {
        background-position: 100% 97%
    }

    100% {
        background-position: 0% 4%
    }
}

@-moz-keyframes Animationred_gradient02 {
    0% {
        background-position: 0% 4%
    }

    50% {
        background-position: 100% 97%
    }

    100% {
        background-position: 0% 4%
    }
}

@keyframes Animationred_gradient02 {
    0% {
        background-position: 0% 4%
    }

    50% {
        background-position: 100% 97%
    }

    100% {
        background-position: 0% 4%
    }
}




/*///////////////////////////////*/


/*//////////////////////////////*/


.h1_title {
    background-color: #444444 !important;
    color: white !important;
    margin-top: 10px !important;
    vertical-align:middle;
    font-size:x-large;
    height:100px;

}
.h1_title2 {
     color: white !important;
    margin-top: 10px !important;
    vertical-align: middle;
    font-size: x-large;
    margin-right:40px;
    font-weight:bold;
 }


.form-select  {
    font-size:x-large !important;

}
.custom-div {
    height: 50px;
    background-color: #444444;
}




/*/////////////////////////////////////////////////*/







/*////////////////////*/



/*///////////////////////////////*/


.red_gradient_red {
    background: linear-gradient(48deg, #ff0808, #ff8080);
    /*    background-size: 400% 400%;
*/ -webkit-animation: Animationred_gradient_red 0s ease infinite;
    -moz-animation: Animationred_gradient_red 0s ease infinite;
    animation: Animationred_gradient_red 0s ease infinite;
}

@-webkit-keyframes Animationred_gradient_red {
    0% {
        background-position: 0% 4%
    }

    50% {
        background-position: 100% 97%
    }

    100% {
        background-position: 0% 4%
    }
}

@-moz-keyframes Animationred_gradient_red {
    0% {
        background-position: 0% 4%
    }

    50% {
        background-position: 100% 97%
    }

    100% {
        background-position: 0% 4%
    }
}

@keyframes Animationred_gradient_red {
    0% {
        background-position: 0% 4%
    }

    50% {
        background-position: 100% 97%
    }

    100% {
        background-position: 0% 4%
    }
}




/*///////////////////////////////*/


.rounded_controller {
     border-radius: 15px; padding: 8px;
    border: 1px solid #ccc;
    
}

table.Myborderless th,
table.Myborderless td {
    border-width: 0px !important;
}


/*///////for datatable tool*/


.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: blue !important;
    border-color: var(--bs-pagination-active-border-color);
}



table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right, table.dataTable tfoot tr > .dtfc-fixed-left, table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: blue !important;
}



@keyframes colorChange {
    0% {
        color: blue;
    }

    20% {
        color: red;
    }

    20% {
        color: green;
    }

    20% {
        color: orange;
    }

    20% {
        color: blue;
    }
    20% {
        color: #ec520a;
    }
    20% {
        color: yellow;
    }
}

#colored_icons_transition {
    animation: colorChange 4s infinite;
}



@keyframes colorChange2 {
    0% {
        color: red;
    }
    20% {
        color: green;
    }  
    
    20% {
        color: red;
    }

    30% {
        color: orange;
    }

   

    20% {
        color: yellow;
    }
    30% {
        color: #ec520a;
    } 40% {
        color: blue;
    }

}

#colored_icons_transition2 {
    animation: colorChange2 4s infinite;
}


.custom_link {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits color from parent */
    cursor: pointer; /* Ensures pointer cursor */
}




/*////////////////////////*/

label{
    font-weight:bold;

}

.weather_gradient {
    background: linear-gradient(to bottom, #5fd6d6, #a1e6e6);
    /*    background-size: 400% 400%;
*/ -webkit-animation: Animationred_gradient02 0s ease infinite;
    -moz-animation: Animationred_gradient02 0s ease infinite;
    animation: Animationred_gradient02 0s ease infinite;
}


 
.title-bar {
    background-color: #444444;
    color: white;
    padding: 10px 20px;
}

.title-bar .main-title {
    text-align: right;
}

.title-bar .btn-group {
    float: right;
}

/*////////////////////
*/

 
.animated_icon {
    animation: pulse 2.5s infinite;
}

 @keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.animated-menu-item {
    background-color: lightseagreen;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .animated-menu-item:hover {
        background-color: darkcyan;
        transform: scale(1.05);
    }




.large_radio {
    transform: scale(1.5); /* Adjust the scale factor as needed */
    margin-left: 10px; /* Space between radio button and label */
}



/* /////btnoutline
*/
.btn-outline_chocolate {
    color: chocolate;
    border: 1px solid #e91e63;
    background-color: transparent;
    font-weight: bolder !important;
}

.btn-outline_chocolate:hover,
.btn-check:checked + .btn-outline_chocolate {
    background-color: brown;
    color: white;
    border: medium;
    font-weight: bolder !important;
}

.btn-outline-mint {
    color: #009688;
    border: 1px solid #009688;
    background-color: transparent;
    font-weight: bolder !important;
}

    .btn-outline-mint:hover,
    .btn-check:checked + .btn-outline-mint {
        background-color: #009688;
        color: white;
        border: medium;
        font-weight: bolder !important;
    }

.btn-outline-sky {
    color: #03a9f4;
    border: 1px solid #03a9f4;
    background-color: transparent;
    font-weight: bolder !important;
}

    .btn-outline-sky:hover,
    .btn-check:checked + .btn-outline-sky {
        background-color: #03a9f4;
        color: white;
        border: medium;
        font-weight: bolder !important;
    }



 

.thtitlegreen {
    background-color: green;
    color: white;
    font-weight: bolder;
}

/* تأثير الاهتزاز */
@keyframes shake {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-5px, 0);
    }

    40% {
        transform: translate(5px, 0);
    }

    60% {
        transform: translate(-5px, 0);
    }

    80% {
        transform: translate(5px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* تطبيق الاهتزاز */
.shake {
    animation: shake 0.5s;
    animation-iteration-count: infinite; /* لو بدك الاهتزاز يضل مستمر */
}
.card:hover {
    animation: shake 0.5s;
}

/*ظظظظظظظظظظظظظظظظظ*/

/* اهتزاز */
@keyframes shake2 {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-5px, 0);
    }

    40% {
        transform: translate(5px, 0);
    }

    60% {
        transform: translate(-5px, 0);
    }

    80% {
        transform: translate(5px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.shake2 {
    animation: shake 0.5s infinite;
}

/* إطار متعرج */
.zigzag-border {
    border: 8px solid transparent;
    border-image: repeating-linear-gradient( 45deg, white, white 5px, yellowgreen 5px, yellowgreen 10px ) 10;
}
/*/////////////////////////*/

 
@keyframes pulse {
    0%

{
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

50% {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.7);
}

100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

}

.animated-button {
    animation: pulse 2s infinite;
}

    .animated-button:hover {
        animation: none; /* Stops pulsing on hover */
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(255, 193, 7, 0.9);
    }

/*//////////////desco effect// disco-link/////*/

/* تأثير ديسكو */
@keyframes discoGlow {
    0%

{
    color: #ff0080;
    text-shadow: 0 0 5px #ff0080, 0 0 10px #ff00ff;
}

20% {
    color: #00ffea;
    text-shadow: 0 0 5px #00ffea, 0 0 10px #00ffff;
}

40% {
    color: #ffff00;
    text-shadow: 0 0 5px #ffff00, 0 0 10px #ffaa00;
}

60% {
    color: #00ff00;
    text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff66;
}

80% {
    color: #ff0000;
    text-shadow: 0 0 5px #ff0000, 0 0 10px #ff3300;
}

100% {
    color: #ff0080;
    text-shadow: 0 0 5px #ff0080, 0 0 10px #ff00ff;
}

}

@keyframes discoMove {
    0%, 100% {
        transform: rotate(-3deg) scale(1);
    }

    50% {
        transform: rotate(3deg) scale(1.1);
    }
}

.disco-link {
    font-weight: bold;
    display: inline-block;
    animation: discoGlow 2s infinite linear, discoMove 1.5s infinite ease-in-out;
    transition: transform 0.3s;
    border-radius: 8px;
    padding: 5px 10px;
}

    .disco-link:hover {
        transform: scale(1.2) rotate(5deg);
        box-shadow: 0 0 15px 5px rgba(255,255,255,0.6);
        background-color: rgba(255,255,255,0.1);
    }

.english_lang {
    direction: ltr; /* اتجاه النص الإنجليزي */
    text-align: left; /* محاذاة النص لليسار */
    font-style: italic;
}

.back_ground_body_image {
    /*    background-image: url('../images/election_images/bg_old.png');*/
/*    background-image: url('/images/election_images/bg_old.png');*/
background-image: url('../images/election_images/bg_old.png');
    background-color: #cccccc;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    min-height: 100vh;
}

.back_ground_body_imagejhdc {
    background-image: url('../images/Doaa/JHDC.png');
/*    background-image: url('@Url.Content("~/images/Doaa/JHDC.png")');
*/    background-color: rgba(204, 204, 204, 0.3); /* شفافية الخلفية */
    background-size: cover; /* تملأ الديف تماماً وتُقص الزائد */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}
.animated_icon {
    animation: pulse 2.5s infinite;
    margin: 0 5px;
}




/*///////////////////*/
/* Snackbar styles */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: var(--success-color);
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    #snackbar.show {
        visibility: visible;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

//////////////////////////**/