﻿@font-face {
    font-family: 'droidkufi-regular';
    src: url('../family_fonts/droidkufi-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'droidkufi-regular';
    src: url('../family_fonts/droidkufi-regular.woff') format('woff');
}

@font-face {
    font-family: 'droidkufi-regular';
    src: url('../family_fonts/droidkufi-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'droidkufi-regular';
    src: url('../family_fonts/droidkufi-regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'droidkufi-regular';
    src: url('../family_fonts/droidkufi-regular.svg') format('svg');
}
@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../family_fonts/DroidKufi-Regular.eot);
    src: url(../family_fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
        url(../family_fonts/DroidKufi-Regular.woff2) format('woff2'),
        url(../family_fonts/DroidKufi-Regular.woff) format('woff'),
        url(../family_fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../family_fonts/DroidKufi-Bold.eot);
    src: url(../family_fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
        url(../family_fonts/DroidKufi-Bold.woff2) format('woff2'),
        url(../family_fonts/DroidKufi-Bold.woff) format('woff'),
        url(../family_fonts/DroidKufi-Bold.ttf) format('truetype');
}
html, body {
    height: 100%;
    margin: 0;
    /*padding-bottom: 6rem;*/
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    color: #212529;
    font-family: 'Droid Arabic Kufi','Traditional Arabic','Times New Roman',sans-serif;
    font-size: 13px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

/*    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background: url('/background-image_familydiscount.jpg') no-repeat center center fixed;*/
}
:root {
    --bs-blue: #1f2444;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #1f2444;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Droid Arabic Kufi",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,#ffffff26,#fff0)
}
/*Bakc*/
.buttn_top {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #1b4552;
    border: none;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px double #e9e9e9;
    border-radius: 15px;
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}

    .svgIcon path {
        fill: #e9e9e9;
    }

.buttn_top:hover {
    width: 200px;
    border-radius: 15px;
    transition-duration: 0.3s;
    background-color: #1b4552;
    align-items: center;
    text-align: center;
}

    .buttn_top:hover .svgIcon {
        transition-duration: 0.3s;
        transform: translateY(-200%);
    }

.buttn_top::before {
    position: absolute;
    bottom: -20px;
    content: "العودة إلى الأعلى";
    color: #e9e9e9;
    font-size: 0px;
}

.buttn_top:hover::before {
    font-family: Garet;
    font-size: 15px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.3s;
}
/* backToBottom */
.buttn_backToBottom {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #1b4552;
    border: none;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px double #e9e9e9;
    border-radius: 15px;
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}
    .svgIcon path {
        fill: #e9e9e9;
    }
.buttn_backToBottom:hover {
    width: 200px;
    border-radius: 15px;
    transition-duration: 0.3s;
    background-color: #1b4552;
    align-items: center;
    text-align: center;
}
    .buttn_backToBottom:hover .svgIcon {
        transition-duration: 0.3s;
        transform: translateY(-200%);
    }
.buttn_backToBottom::before {
    position: absolute;
    bottom: -20px;
    content: "العودة إلى الاسفل";
    color: #e9e9e9;
    font-size: 0px;
}
.buttn_backToBottom:hover::before {
    font-family: Garet;
    font-size: 15px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.3s;
}
/* end backToBottom*/
/*
    اضافة لحالها 
*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
       /* padding-bottom: 1rem;*/
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }
    /*
        هنا الأخير
    */



.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
    border: 1px solid #3399FF !important;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
    border: 1px solid #3399FF !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

#print-button {
    background-color: rgb(126 164 202 / 0.30);
    border: none;
    color: navy;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 0px;
    box-shadow: 5px 5px 0px #0c090a;
    width: 150px;
    height: 50px;
}

    #print-button:hover {
        background-color: #0c090a;
        border: none;
        color: whitesmoke;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 0px;
        box-shadow: 5px 5px 0px rgb(126 164 202 / 0.30);
    }

.card-footer {
    background: #ffffff;
    overflow: hidden;
    text-align: center;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    border: 1px solid #3399FF !important;
}
/* From Uiverse.io by vinodjangid07 */
.Buttn_Deleted {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(20, 20, 20);
    border: none;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
    gap: 1px;
}

.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}

    .svgIcon path {
        fill: white;
    }

.Buttn_Deleted:hover {
    width: 140px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: rgb(255, 69, 69);
    align-items: center;
    gap: 0;
}

    .Buttn_Deleted:hover .bin-bottom {
        width: 50px;
        transition-duration: 0.3s;
        transform: translateY(60%);
    }

.bin-top {
    transform-origin: bottom right;
}

.Buttn_Deleted:hover .bin-top {
    width: 50px;
    transition-duration: 0.3s;
    transform: translateY(60%) rotate(160deg);
}

.btn-default {
    color: #fff;
    background-color: #e43420;
    border-radius: 50px;
    padding: 13px 28px;
    font-family: DINNextRoundedLTW01,sans-serif
}

    .btn-default i {
        font-weight: 400;
        font-size: 12px;
        margin-left: 10px;
        transition-duration: .2s
    }

    .btn-default:hover i {
        margin-left: 15px;
        transition-duration: .2s
    }

.btn-lg {
    padding: 13px 28px;
    font-size: 16px
}

.btn-sm {
    padding: 8px 18px !important;
    font-size: 12px
}

.btn-md {
    padding: 10px 24px !important;
    font-size: 12px
}

.btn-outline {
    background-color: initial !important
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none !important
}

.btn {
    font-family: DINNextRoundedLTW01,sans-serif
}

    .btn:hover {
        color: #fff
    }

.btn-shadow-brand {
    box-shadow: 0 2px 6px 0 #5897fb29;
    border: 1px solid #f7f8f9
}

    .btn-shadow-brand:hover {
        border: 1px solid #e43420
    }

.btn-brand {
    background-color: #e43420;
    border-color: #e43420
}

.btn-heading, button.btn-heading[type=submit] {
    background-color: #e43420;
    font-weight: 700;
    border: 0
}

button {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    background-color: #e43420;
    border-radius: 10px
}

    .btn-brand:hover, button.submit:hover, button[type=submit]:hover {
        background-color: #29a56c !important
    }

.Buttn_Deleted::before {
    position: absolute;
    top: -20px;
    content: "حذف";
    color: white;
    transition-duration: 0.3s;
    font-size: 2px;
}

.Buttn_Deleted:hover::before {
    font-size: 13px;
    opacity: 1;
    transform: translateY(35px);
    transition-duration: 0.3s;
}

/* From Uiverse.io by vinodjangid07 */
.ButtonEdit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
    height: 40px;
    border: none;
    padding: 0px 20px;
    background-color: rgb(168, 38, 255);
    color: white;
    font-weight: 500;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgb(140, 32, 212);
    transition-duration: .3s;
}

.svg {
    width: 13px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    fill: white;
    transition-duration: .3s;
}

.ButtonEdit:hover {
    color: transparent;
}

    .ButtonEdit:hover svg {
        right: 43%;
        margin: 0;
        padding: 0;
        border: none;
        transition-duration: .3s;
    }

.ButtonEdit:active {
    transform: translate(3px, 3px);
    transition-duration: .3s;
    box-shadow: 2px 2px 0px rgb(140, 32, 212);
}
/* العناصر التي لا تُطبع */
@media print {
    body * {
        visibility: hidden; /* إخفاء جميع العناصر */
    }

    .print-table, .print-table * {
        visibility: visible; /* إظهار الجدول */
    }

    .print-table {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; /* جعل الجدول يأخذ العرض الكامل للصفحة */
        height: auto; /* ضبط الارتفاع تلقائيًا */
        background-color: #ffffff;
    }

    .table th, .table td {
        border: 1px solid #ddd;
        padding: 12px 15px;
        font-size: 14px; /* تصغير حجم الخط إذا لزم الأمر */
    }
}
.ltr {
    direction: ltr;
    text-align: left;
}

.rtl {
    direction: rtl;
    text-align: right;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        font-size: 2em;
        color: #ccc;
        cursor: pointer;
    }

        .star-rating label:hover,
        .star-rating label.checked {
            color: #f00;
        }

*,
*:before,
*:after {
    box-sizing: inherit;
}


body.ar *[lang=en] {
    display: none;
    direction: rtl;
    text-align: right;
}

body.en *[lang=ar] {
    display: none;
    direction: ltr;
    text-align: left;
}

*:focus {
    outline: none;
}

#Lebel {
    background-color: #d6dbe9;
    color: #00372b;
    border: 1px solid #3399FF !important;
}
.error-message {
    background: linear-gradient(to bottom right, #f5f5f5, #e0e0e0);
    /*background-color: #f8d7da;*/
    color: red;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin-top: 10px;
    display: none;
    font-family: 'Droid Arabic Kufi','Traditional Arabic','Times New Roman',sans-serif;
    font-size: 16px;
}
/* تنسيق الناف بار */
.navbar {
    display: flex;
    background-color: #0C090A;
    border-color: #080808;
    /*color: rgb(169 201 233) !important;*/
    color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
    border-radius: 0;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .navbar-fixed-top {
        border-radius: 0;
        background: none;
        border: none;
    }
}

.navbar-nav .nav-item {
    position: relative;
}

    .navbar-nav .nav-item .nav-link {
        color: #fff;
        padding: 15px !important;
        transition: color 0.3s, background-color 0.3s;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        line-height: 2;
    }

        .navbar-nav .nav-item .nav-link:hover {
            color: #fff;
            background-color: rgba(0,123,255,0.1);
        }

.navbar-nav > li > a {
    padding: 20px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.navbar-nav > li .down-arrow {
    font-size: 20px;
    position: relative;
    top: -50px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: #363f4a;
    color: #fff;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 1rem;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    top: 100%;
    left: 0;
    text-align: left;
}

    .dropdown-menu .dropdown-item {
        color: #fff;
        padding: 10px 20px;
        transition: background-color 0.3s, color 0.3s;
    }

        .dropdown-menu .dropdown-item:hover {
            color: #fff;
            background-color: #0C090A;
        }

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    position: relative;
}

.navbar-nav .dropdown-menu {
    direction: rtl;
    border-radius: 0 0 10px 10px !important;
    padding: 0;
    min-width: 280px;
    text-align: right;
    right: 0;
    left: auto;
    border-top: 2px solid #0C090A;
    overflow: hidden;
    background-color: #0C090A;
    color: #fff;
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.navbar-nav li:last-child .dropdown-menu,
.navbar-nav li:nth-last-child(2) .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-nav .dropdown-menu > li > a {
    color: #fff;
    padding: 15px !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.dropdown-subcontent {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 1rem;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

.dropdown-item:hover .dropdown-subcontent {
    display: block;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
}

.navbar .parent-element {
    display: flex;
    align-items: center;
}

    .navbar .parent-element.ms-auto {
        margin-left: auto;
    }
/* تنسيق الفوتر */
.footer {
    background-color: #f5f5f5; /*#f5f5f5;*/
    color: #3f51b5;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    bottom: 0;
    margin-top: auto;
}

    .footer .social-icons {
        margin-bottom: 15px;
    }

        .footer .social-icons li {
            display: inline-block;
            margin: 0 10px;
        }

            .footer .social-icons li a img {
                width: 30px;
                height: auto;
            }

    .footer p {
        margin: 0;
        font-size: 14px;
    }

.headerForm {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contentForm {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

a.buttonForm {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #007bff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

    a.buttonForm:hover {
        background-color: #0056b3;
    }

@media (max-width: 768px) {
    .container {
        width: 90%;
        padding: 15px;
    }

    .headerForm {
        font-size: 20px;
    }

    .contentForm {
        font-size: 14px;
    }

    a.button {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 95%;
        padding: 10px;
    }

    .headerForm {
        font-size: 18px;
    }

    .contentForm {
        font-size: 12px;
    }

    a.buttonForm {
        font-size: 15px;
    }
}

#loginWrapper {
    min-height: 200px;
    display: block;
    margin: 20px auto;
    width: 80%;
    position: relative;
    text-align: center;
}

#loginLogo {
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #f5f5f5;
    line-height: 150px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -70px;
}

#loginWrapper #loginHead {
    /*  border-bottom: 2px solid #fafafa;
    font-size: 1.7em;*/
    text-align: center;
    padding: 5px;
    line-height: 1.7em;
    color: #14142b;
    margin: 73px 0 0 0;
}

#loginWrapper .loginWrapperInner {
    background: #848077;
    text-align: center;
    max-width: 400px;
    margin: auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 100px;
}

#loginFromWrapper {
    margin: 20px 0 20px 0;
    min-height: 200px;
}

    #loginFromWrapper .input_wrap {
        margin: 30px 0 30px 0;
    }

#captchaWrapper {
    display: inline-block;
}

#loginFromWrapper input[type="text"] {
    display: inline-block;
    border: none;
    text-align: center;
    border-bottom: 2px solid #212529;
    width: 90%;
    font-size: 13px;
    padding: 5px;
}

    #loginFromWrapper input[type="text"]:focus {
        border-bottom: 2px solid #E60000;
    }

#loginFromWrapper input[type="password"] {
    display: inline-block;
    border: none;
    text-align: center;
    font-size: 13px;
    border-bottom: 2px solid #212529;
    width: 90%;
    padding: 5px;
}

    #loginFromWrapper input[type="password"]:focus {
        border-bottom: 2px solid #E60000;
    }

#loginFromWrapper input[type="submit"] {
    background: #808080;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border: none;
    width: 90%;
    font-size: 13px;
}

    #loginFromWrapper input[type="submit"]:hover, #loginFromWrapper input[type="submit"]:focus {
        background: #E60000;
    }

span.valError {
    color: #f00;
    display: block;
}

p.summeryOk {
    display: block;
    padding: 5px 0 5px 0;
    background: #0c8519;
    color: #fafafa;
}

.userDetailsPopup {
    border: 2px solid #0080FF;
    padding: 10px;
}

.inner_table {
    border: 1px solid #3399FF !important;
}

    .inner_table th {
        background: #3399FF !important;
        color: #fff !important;
        font-size: 13px !important;
        border: 1px solid #3399FF !important;
        padding: 2px !important;
        font-family: 'ge_ss_twomedium';
    }

    .inner_table td {
        padding: 6px 5px !important;
        font-size: 13px !important;
        border: 1px solid #3399FF !important;
        color: #333 !important;
        text-transform: capitalize;
    }

tr.no_data {
    background: #f4f8ac !important;
}

.userDetailsPopup table th {
    color: #333;
    font-size: 13px;
    width: 100%;
    font-family: 'ge_ss_twomedium';
}

.userDetailsPopup table td {
    color: #0080FF;
    font-size: 13px;
}

.userDetailsPopup table td, th {
    border: 1px solid #ddd;
    padding: 5px;
}


p.summeryError {
    display: block;
    padding: 5px 5px 5px 5px;
    background: #f00;
    color: whitesmoke;
}

.summeryAlert {
    display: block;
    padding: 5px 0 5px 0;
    background: #FFBF00;
    color: #fafafa;
}

.validation-summary-errors ul {
    list-style: none;
    color: #f00;
}

.comment-container {
    max-width: 100%;
    margin: 50px auto;
    padding: 20px;
    background-color: #0C090A;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .comment-container h1 {
        font-size: 20px;
        color: whitesmoke;
    }

.comments-list {
    margin-top: 20px;
}

.comment {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .comment p {
        margin: 0;
        color: #357EC7;
        font-weight: bold;
    }

    .comment small {
        display: block;
        margin-top: 5px;
        color: whitesmoke;
    }

.textarea.form-control {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.datagrid {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    font-family: 'Droid Arabic Kufi','Droid Arabic Naskh','Arial Rounded MT','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-collapse: collapse;
}

    .datagrid th, .datagrid td {
        border: ridge;
        padding: revert-layer;
        text-align: center;
        border-collapse: collapse;
    }

    .datagrid th {
        background-color: #040720;
        color: whitesmoke;
        text-align: center;
        border-collapse: collapse;
    }

    .datagrid tr:nth-child(even) {
        background-color: #d9d9d9;
        color: whitesmoke;
        text-align: center;
        border-collapse: collapse;
    }

    .datagrid tr:hover {
        background-color: #ADD8E6;
        color: whitesmoke;
        text-align: center;
        border-collapse: collapse;
    }

    .datagrid td {
        color: #040720;
        border-collapse: collapse;
    }

.highlight-green {
    background-color: #d4edda;
}

.highlight-yellow {
    background-color: #fff3cd;
}

.highlight-red {
    background-color: #f8d7da;
}

.highlight-blue {
    background-color: #d1ecf1;
}

.highlight {
    background-color: greenyellow;
    font-size: medium;
}

.form-group {
    margin-bottom: 10px;
}

.alert-box {
    padding: 20px;
    background-color: #143838;
    color: whitesmoke;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Droid Arabic Kufi',Arial, Helvetica, sans-serif
}

.background-image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .background-image-container h2 {
        font-size: 13px;
        margin: 0;
    }

.survey-container {
    max-width: 100%;
    margin: 0px auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}

.styled-heading {
    font-size: 13px;
    color: #7b7a73;
    background-color: #f8fafc;
    padding: 5px;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: 0px;
    text-align: right;
}

.styled-heading-Question {
    font-size: small;
    text-align: right;
    align-items: center;
    font-palette: none;
    justify-content: right;
    margin-top: auto;
    max-width: 100%;
    height: 100%;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    color: #7b7a73;
    background-color: #f8fafc;
    border-radius: 5px;
    text-transform: none;
    letter-spacing: 0px;
    padding: 0px;
    border: 5px solid #fff;
}

.optionText {
    font-size: 13px;
    color: #333;
    margin-left: 10px;
}

form-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
}

textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 16px;
    background-color: #f4f4f4;
    resize: vertical;
    min-height: 100px;
    height: 150px;
    text-align: right;
}

    textarea:focus {
        border-color: #007bff;
        background-color: #fff;
        outline: none;
    }

button_Send {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    button_Send:hover {
        background-color: #0056b3;
    }

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    background-color: #0c090a;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

    .btn:hover {
        background-color: #0056b3;
        border-color: #d4060e;
        color: #fff;
        cursor: pointer;
    }

    .btn:active {
        background-color: #0056b3;
        color: #fff;
    }

    .btn:focus {
        background-color: #fff;
        border-color: #d4060e;
        outline: none;
        color: #d4060e;
    }

.radio-group {
    display: inline-block;
    text-align: left;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-container input:checked ~ .checkmark {
    background-color: #007bff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.header-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: #333;
}

.icon {
    margin-right: 10px;
    fill: #007bff;
}

.question-container {
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    margin: 1px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    text-align: justify;
}

.questionText {
    font-weight: bold;
    /*    font-family: "Times New Roman", Times, serif;
    font-size: 14px;*/
    color: rgba(5 2 67);
    margin-left: 20px;
}

.Question {
    /*    font-weight: bold;*/
    color: #4CAF50;
    /*    font-size: 18px;*/
    padding: 5px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

    .Question.emoji {
        margin-right: 5px;
    }

.jb_button {
    background: #fff;
    display: inline-block;
    color: #d4060e;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
    border: 1px solid #d4060e;
    border-radius: 5px;
    transition: all .3s;
    padding: 20px;
    font-size: 20px;
}

    .jb_button:hover {
        background: #d4060e;
        border-color: #d4060e;
        color: #fff;
        cursor: pointer;
    }

    .jb_button:active {
        background: #fff;
        color: #fff;
    }

    .jb_button:focus {
        background-color: #fff;
        border-color: #d4060e;
        outline: none;
        color: #d4060e;
    }

.smileys input[type="radio"] {
    -webkit-appearance: none;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    transition: border .2s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin: 0 5px;
    transition: all .2s ease;
}

    .smileys input[type="radio"].smiley1:hover, .smileys input[type="radio"].smiley1:checked {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        filter: url(#dgreenColorMatrix);
    }

    .smileys input[type="radio"].smiley2:hover, .smileys input[type="radio"].smiley2:checked {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        filter: url(#lgreenColorMatrix);
    }

    .smileys input[type="radio"].smiley3:hover, .smileys input[type="radio"].smiley3:checked {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        filter: url(#yellowColorMatrix);
    }

    .smileys input[type="radio"].smiley4:hover, .smileys input[type="radio"].smiley4:checked {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        filter: url(#orangeColorMatrix);
    }

    .smileys input[type="radio"].smiley5:hover, .smileys input[type="radio"].smiley5:checked {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        filter: url(#redColorMatrix);
    }

    .smileys input[type="radio"]:focus {
        outline: 0;
    }

    .smileys input[type="radio"].smiley5 {
        background: url('../images/mad.png') center;
        background-size: cover;
    }

    .smileys input[type="radio"].smiley4 {
        background: url('../images/sad_1.png') center;
        background-size: cover;
    }

    .smileys input[type="radio"].smiley3 {
        background: url('../images/confused.png') center;
        background-size: cover;
    }

    .smileys input[type="radio"].smiley2 {
        background: url('../images/smiling.png') center;
        background-size: cover;
    }

    .smileys input[type="radio"].smiley1 {
        background: url('../images/happy_1.png') center;
        background-size: cover;
    }

.funkyradio div {
    width: 30%;
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: normal;
        text-indent: revert-layer;
        /*  margin-top: 1em;*/
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label.arfunky:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            right: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

        .funkyradio input[type="radio"]:empty ~ label.enfunky:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label.enfunky,
.funkyradio input[type="radio"]:hover:not(:checked) ~ label.arfunky,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label.enfunky:before,
    .funkyradio input[type="radio"]:hover:not(:checked) ~ label.arfunky:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked.enfunky ~ label,
.funkyradio input[type="radio"]:checked.arfunky ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label.enfunky:before,
    .funkyradio input[type="radio"]:checked ~ label.arfunky:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label.enfunky:before,
.funkyradio input[type="radio"]:focus ~ label.arfunky:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-primary input[type="radio"]:checked ~ label.enfunky:before,
.funkyradio-primary input[type="radio"]:checked ~ label.arfunky:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-body {
    padding: 15px
}

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

        .panel > .list-group .list-group-item:first-child {
            border-top: 0
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0
        }

    .panel > .list-group:first-child .list-group-item:first-child {
        -webkit-border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tfoot > tr:first-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tfoot > tr:first-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
        border-top: 0
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1
    }
ul {
    list-style: none;
}

.example-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .example-2 .icon-content {
        margin: 0 10px;
        position: relative;
    }

        .example-2 .icon-content .tooltip {
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            padding: 6px 10px;
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .example-2 .icon-content:hover .tooltip {
            opacity: 1;
            visibility: visible;
            top: -50px;
        }

        .example-2 .icon-content a {
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            color: #4d4d4d;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
        }

            .example-2 .icon-content a:hover {
                box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
            }

            .example-2 .icon-content a svg {
                position: relative;
                z-index: 1;
                width: 30px;
                height: 30px;
            }

            .example-2 .icon-content a:hover {
                color: white;
            }

            .example-2 .icon-content a .filled {
                position: absolute;
                top: auto;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0;
                background-color: #000;
                transition: all 0.3s ease-in-out;
            }

            .example-2 .icon-content a:hover .filled {
                height: 100%;
            }

            .example-2 .icon-content a[data-social="whatsapp"] .filled,
            .example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
                background-color: #2cd46b;
            }

            .example-2 .icon-content a[data-social="facebook"] .filled,
            .example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
                background-color: #3b5998;
            }

            .example-2 .icon-content a[data-social="tiktok"] .filled,
            .example-2 .icon-content a[data-social="tiktok"] ~ .tooltip {
                background-color: black;
            }

            .example-2 .icon-content a[data-social="snapchat"] .filled,
            .example-2 .icon-content a[data-social="snapchat"] ~ .tooltip {
                background-color: yellow;
                color: black;
            }

            .example-2 .icon-content a[data-social="instagram"] .filled,
            .example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
                background: linear-gradient( 45deg, #405de6, #5b51db, #b33ab4, #c135b4, #e1306c, #fd1f1f );
            }

            .example-2 .icon-content a[data-social="youtube"] .filled,
            .example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
                background-color: #ff0000;
            }