src/ApplicationBundle/Resources/views/inc/buddybee_new_header.html.twig line 1

Open in your IDE?
  1. {% if not include_html is defined %}
  2.     {% set include_html=1 %}
  3.     {% if  app.request.request.get('skipHTML') !='' %}
  4.         {% set include_html= 0 %}
  5.     {% endif %}
  6.     {% if  app.request.query.get('skipHTML') !='' %}
  7.         {% set include_html= 0 %}
  8.     {% endif %}
  9. {% endif %}
  10. {% if include_html==1 %}
  11. <!DOCTYPE html>
  12. <html lang="en">
  13. <head>
  14.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  15.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  16.     <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
  17.     <meta name="description" content="BuddyBee is a Foreign Study Consultancy Service Powered by HoneyBee IoT">
  18.     <meta name="keywords" content="BuddyBee, Honeybee, honey bee, Emrul Hasan, Mozibul Yasser, Business, Management, ">
  19.     <meta name="author" content="BuddyBee">
  20.     <title id="pageTitle">{{ page_title }}</title>
  21.     <meta property="og:title" content="{{ og_title is defined? og_title: page_title }}"/>
  22.     <meta property="og:description"
  23.           content="{{ og_description is defined? og_description: 'BuddyBee is a Foreign Study Consultancy Service Powered by HoneyBee IoT' }}"/>
  24.     <meta property="og:image"
  25.           content="{{ og_image is defined? (absolute_url(path('dashboard'))~og_image):(absolute_url(path('dashboard'))~'buddybee_assets/images/menu_logo.png') }}"/>
  26.     <link rel="shortcut icon" type="image/x-icon" href="{{ asset('buddybee_assets/favicon.ico') }}">
  27.     <link rel="apple-touch-icon" sizes="57x57" href="{{ asset('buddybee_assets/apple-icon-57x57.png') }}">
  28.     <link rel="apple-touch-icon" sizes="60x60" href="{{ asset('buddybee_assets/apple-icon-60x60.png') }}">
  29.     <link rel="apple-touch-icon" sizes="72x72" href="{{ asset('buddybee_assets/apple-icon-72x72.png') }}">
  30.     <link rel="apple-touch-icon" sizes="76x76" href="{{ asset('buddybee_assets/apple-icon-76x76.png') }}">
  31.     <link rel="apple-touch-icon" sizes="114x114" href="{{ asset('buddybee_assets/apple-icon-114x114.png') }}">
  32.     <link rel="apple-touch-icon" sizes="120x120" href="{{ asset('buddybee_assets/apple-icon-120x120.png') }}">
  33.     <link rel="apple-touch-icon" sizes="144x144" href="{{ asset('buddybee_assets/apple-icon-144x144.png') }}">
  34.     <link rel="apple-touch-icon" sizes="152x152" href="{{ asset('buddybee_assets/apple-icon-152x152.png') }}">
  35.     <link rel="apple-touch-icon" sizes="180x180" href="{{ asset('buddybee_assets/apple-icon-180x180.png') }}">
  36.     <link rel="icon" type="image/png" sizes="192x192" href="{{ asset('buddybee_assets/android-icon-192x192.png') }}">
  37.     <link rel="icon" type="image/png" sizes="32x32" href="{{ asset('buddybee_assets/favicon-32x32.png') }}">
  38.     <link rel="icon" type="image/png" sizes="96x96" href="{{ asset('buddybee_assets/favicon-96x96.png') }}">
  39.     <link rel="icon" type="image/png" sizes="16x16" href="{{ asset('buddybee_assets/favicon-16x16.png') }}">
  40.     <link rel="manifest" href="{{ asset('buddybee_assets/manifest.json') }}">
  41.     <meta name="msapplication-TileColor" content="#ffffff">
  42.     <meta name="msapplication-TileImage" content="{{ asset('buddybee_assets/ms-icon-144x144.png') }}">
  43.     <meta name="theme-color" content="#ffffff">
  44.     <link rel="mask-icon" href="{{ asset('safari-pinned-tab.svg') }}" color="#f2003a">
  45.     <meta name="theme-color" content="#ffffff">
  46.     {# <link rel="apple-touch-icon" href="pixinvent/images/favicon/apple-touch-icon-152x152.png"> #}
  47.     {# <link rel="shortcut icon" type="image/x-icon" href="pixinvent/images/favicon/favicon-32x32.png"> #}
  48.     {# <link href='fonts/css0a62.css?family=Roboto:300italic,400italic,300,400,500,700,900' rel='stylesheet' type='text/css'/> #}
  49.     {#    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" #}
  50.     {#          integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">    #}
  51.     <script>
  52.         var logger = function () {
  53.             var oldConsoleLog = null;
  54.             var pub = {};
  55.             pub.enableLogger = function enableLogger() {
  56.                 if (oldConsoleLog == null)
  57.                     return;
  58.                 window['console']['log'] = oldConsoleLog;
  59.             };
  60.             pub.disableLogger = function disableLogger() {
  61.                 oldConsoleLog = console.log;
  62.                 window['console']['log'] = function () {
  63.                 };
  64.             };
  65.             return pub;
  66.         }();
  67.         {% if app.session.get('devAdminMode') ==1 %}
  68.         {% else %}
  69.         window['console']['log'] = function () {
  70.         };
  71.         {% endif %}
  72.     </script>
  73.     <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" rel="stylesheet"
  74.           integrity="" crossorigin="anonymous">
  75.     <!-- font awesome -->
  76.     <!-- Latest compiled and minified CSS -->
  77.     {# <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> #}
  78.     <!-- Optional theme -->
  79.     {# <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous"> #}
  80.     <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
  81.           integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
  82.     <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
  83.           rel="stylesheet">
  84.     <!-- Owl Stylesheets -->
  85.     <link rel="stylesheet"
  86.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/css/owl.carousel.min.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  87.     <link rel="stylesheet"
  88.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/css/owl.theme.default.min.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  89.     <!-- wow css -->
  90.     <link rel="stylesheet"
  91.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/css/animate.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  92.     <!-- Custom CSS -->
  93.     <link rel="icon" href="{{ absolute_url(path('dashboard')) }}buddybee_assets/images/favicon.png">
  94.     <link rel="stylesheet"
  95.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/css/style.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  96.     <link rel="stylesheet"
  97.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/css/responsive.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  98.     <link rel="stylesheet" type="text/css"
  99.           href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.13.3/css/selectize.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"/>
  100.     <link rel="stylesheet"
  101.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/plugin/bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"/>
  102.     <link rel="stylesheet"
  103.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/css/sidebars.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  104.     <link rel="stylesheet"
  105.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/css/sidebars.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  106.     <link rel="stylesheet"
  107.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/css/extra.css?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  108.     <link rel="stylesheet" href="{{ absolute_url(path('dashboard')) }}alertify/themes/alertify.core.css"/>
  109.     <link rel="stylesheet" href="{{ absolute_url(path('dashboard')) }}alertify/themes/alertify.bootstrap.css"
  110.           id="toggleCSS"/>
  111.     <style>
  112.         {% if app.session.get('devAdminMode') !=1 %}
  113.         .sf-toolbar {
  114.             display: none !important;
  115.         }
  116.         {% endif %}
  117.         .dt-buttons {
  118.             position: initial;
  119.             width: 70%;
  120.             /* margin-left: 20%; */
  121.             margin-bottom: 1rem;
  122.             /* margin-right: auto; */
  123.             background: #dee2e6
  124.         }
  125.         .dt-gen-button .fa {
  126.             margin: 1px 0 3px 5px;
  127.         }
  128.         .dataTables_filter {
  129.             display: inline-flex;
  130.             float: right;
  131.             width: 30%;
  132.             flex-direction: row-reverse;
  133.         }
  134.         .dt-buttons .dt-gen-button {
  135.             float: right;
  136.             /*float: none;*/
  137.             /*width: 20% !important;*/
  138.             /*width: 20% !important;*/
  139.             /*max-width: 94px;*/
  140.             /*margin-left:20px !important;*/
  141.         }
  142.         body.has_admin_bar {
  143.             font-size: .75rem;
  144.             /*min-height: 71vh;;*/
  145.         }
  146.         body.has_admin_bar section:first-of-type {
  147.             margin-left: 240px;
  148.             min-height: 71vh;;
  149.         }
  150.         body.has_admin_bar footer {
  151.             padding-left: 240px;
  152.             /*min-height: 71vh;;*/
  153.         }
  154.         section.move_for_sidebar {
  155.             min-height: 71vh;;
  156.         }
  157.         .move_for_sidebar {
  158.             margin-left: 240px;
  159.         }
  160.         section.move_for_sidebar {
  161.             min-height: 71vh;;
  162.         }
  163.         .buddybee_admin_sidebar {
  164.             position: fixed;
  165.             padding-top: 140px !important;
  166.             height: 100vh;;
  167.             /*z-index: 99999;*/
  168.         }
  169.         .selectize-control {
  170.             display: inline-flex;
  171.             min-width: 224px;
  172.         }
  173.         .selectize-control.searchbox.small_search {
  174.             display: none;;
  175.         }
  176.         @-moz-document url-prefix() {
  177.             .selectize-control {
  178.                 width: 88%;
  179.                 float: left;
  180.             }
  181.         }
  182.         .selectize-input.items {
  183.             border: none;
  184.             box-shadow: none;
  185.             background: none;
  186.         }
  187.         .selectize-input > input[placeholder] {
  188.             box-sizing: initial;
  189.             width: 100% !important;
  190.             font-size: 16px;
  191.             /*color: rgb(221, 221, 221);*/
  192.             color: #716767;
  193.             margin-left: 15px;
  194.         }
  195.         .align_center {
  196.             text-align: center;
  197.         }
  198.         .align_right, .trans_amount {
  199.             text-align: right;
  200.         }
  201.         .align_left {
  202.             text-align: left;
  203.         }
  204.         .pagination-div li:not(:first-child) a {
  205.             margin-left: -1px;
  206.         }
  207.         .pagination-div li a {
  208.             color: #818181;
  209.             border: 1px solid #1d5b9e33;
  210.         }
  211.         .pagination-div li a {
  212.             padding: .375rem .75rem;
  213.         }
  214.         .pagination-div li a {
  215.             position: relative;
  216.             display: block;
  217.             color: #818181;
  218.             text-decoration: none;
  219.             background-color: #fff;
  220.             border: 1px solid #dee2e6;
  221.             transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  222.         }
  223.         .pagination-div li a:not([href]):not([class]):hover {
  224.             color: #fff;
  225.             text-decoration: none;
  226.         }
  227.         .pagination-div li a:not([href]):not([class]) {
  228.             color: #818181;
  229.             text-decoration: none;
  230.             cursor: pointer;
  231.         }
  232.         .pagination-div li.active a:not([href]):not([class]) {
  233.             color: #fff;
  234.             background: #1B6CB4;
  235.             border: 1px solid #1B6CB4;
  236.             transition: 0.7s ease-in-out;
  237.         }
  238.         .selectize-control.consultantSearch.small_search {
  239.             width: 80%;
  240.         }
  241.         /*.selectize-dropdown-content{*/
  242.         /*    width: 280px;*/
  243.         /*    padding: 20px;*/
  244.         /*}*/
  245.         /*.mainDiv{*/
  246.         /*    width: 280px;*/
  247.         /*}*/
  248.         .selectize-input.items.not-full input[type="text"]::-webkit-input-placeholder {
  249.             /*text-align: center;*/
  250.         }
  251.         .nav-menu {
  252.             z-index: 99999;
  253.             position: fixed;
  254.             width: 100%;
  255.             background: white;
  256.         }
  257.         section:first-of-type {
  258.             padding-top: 186px;
  259.         }
  260.         .banner {
  261.             padding-top: 128px !important;
  262.         }
  263.         .btn-primary {
  264.             color: #fff;
  265.             background-color: #1d5b9e;
  266.             border-color: #1d5b9e;
  267.         }
  268.         .text-green {
  269.             color: green;
  270.         }
  271.         .text-red {
  272.             color: red;
  273.         }
  274.         .error_class {
  275.             border: 1px solid #b94d4d !important;
  276.         }
  277.         .rel_form_submit {
  278.             width: 100%;
  279.             margin-left: 0%;
  280.             border-radius: 4px;
  281.             font-size: 14px;
  282.             font-weight: 600;
  283.             background: #DDDDDD !important;
  284.             color: #737373 !important;
  285.             font-family: 'Poppins', sans-serif;
  286.             text-transform: initial !important;
  287.         }
  288.         .rel_form_submit.ready {
  289.             background: #1d5b9e !important;
  290.             color: white !important;;
  291.         }
  292.         .small_error_text {
  293.             display: none;
  294.             margin: 0px;
  295.             margin-top: 1px;
  296.             color: #f76e6e;
  297.             font-size: 12px;
  298.             padding-left: 0rem;
  299.         }
  300.         .small_error_icon {
  301.             display: none;
  302.             color: #7394bb;
  303.             /*color: #b16a6a;*/
  304.         }
  305.         .small_error_icon.error {
  306.             /*display: none;*/
  307.             color: #f76e6e;
  308.         }
  309.         .small_error_icon.success {
  310.             /*display: none;*/
  311.             color: #4ceba9;
  312.         }
  313.         .login-inputs.inside_tablet_full_div {
  314.             background-size: cover;
  315.             margin: auto;
  316.             height: 700px;
  317.             width: 738px;
  318.         }
  319.         .login-inputs.inside_tablet_full_div .inside_screen {
  320.             width: 65%;
  321.             display: inline-block;
  322.             /*border: 1px solid black;*/
  323.             padding: 87px 62px 0;
  324.         }
  325.         .filter-divider {
  326.             margin-left: 0px;
  327.         }
  328.         .small_search .selectize-dropdown {
  329.             border-radius: 35px;
  330.             overflow: hidden !important;
  331.         }
  332.         .small_search:not(.searchbox) .selectize-dropdown {
  333.             top: 210% !important;
  334.         }
  335.         .small_search.searchbox .selectize-dropdown {
  336.             top: 116% !important;
  337.             width: 256px !important;
  338.         }
  339.         .small_search .selectize-dropdown-content {
  340.             padding: 20px;;
  341.             overflow-y: auto;;
  342.             max-height: 90vh !important;
  343.         }
  344.         .small_search .selectize-dropdown-content::-webkit-scrollbar-button {
  345.             display: none !important;;
  346.         }
  347.         .small_search .selectize-dropdown-content::-webkit-scrollbar-thumb {
  348.             background: #000 !important;
  349.         }
  350.         .small_search .selectize-input.input-active {
  351.             background: none !important;;
  352.         }
  353.         .small_search .selectize-input.dropdown-active::before {
  354.             content: " ";
  355.             display: none;;
  356.             position: absolute;
  357.             background: #ffffff;
  358.             height: 1px;
  359.             bottom: 0;
  360.             left: 0;
  361.             right: 0;
  362.         }
  363.         .selectize-dropdown-content .mainDiv {
  364.             padding: 10px;
  365.         }
  366.         .selectize-dropdown-content .mainDiv .name {
  367.             font-size: 14px;
  368.             /*font-weight: normal;*/
  369.         }
  370.         .selectize-dropdown-content .mainDiv .description {
  371.             font-size: 12px;
  372.             font-weight: normal;
  373.         }
  374.         .modal {
  375.             z-index: 99999;
  376.         }
  377.         /*@media (min-width: 576px) {*/
  378.         /*.modal-dialog {*/
  379.         /*max-width: 500px;*/
  380.         /*margin: 8.75rem auto;*/
  381.         /*}*/
  382.         /*}*/
  383.         #rescheduleModal .form-select {
  384.             padding: 0.375rem 0 .375rem 0;
  385.         }
  386.         .consultant-card {
  387.             cursor: pointer;
  388.         }
  389.         #calTbody .a-date.event:before {
  390.             display: none !important;
  391.         }
  392.         #calTbody .a-date, #calThead > div {
  393.             min-width: calc(85% / 7) !important;
  394.             max-width: calc(100% / 7) !important;
  395.             width: calc(100% / 7) !important;
  396.             /*text-align: center;*/
  397.             margin: 1%;
  398.         }
  399.         .schedule_available {
  400.             background-color: #5fb57d !important;
  401.             color: white !important;
  402.         }
  403.         .schedule_not_available {
  404.             background-color: grey !important;
  405.             color: white !important;
  406.         }
  407.         #buddybee_preloader {
  408.             position: fixed;
  409.             top: 0;
  410.             bottom: 0;
  411.             right: 0;
  412.             left: 0;
  413.             background-color: white;
  414.         {#background: url("{{ url('dashboard') }}buddybee_assets/images/resized_buddybee.gif");#} z-index: 999999;
  415.             /*background-size: cover !important;*/
  416.             /*background-position: center !important;*/
  417.         }
  418.         #buddybee_preloader div {
  419.             background: url("{{ url('dashboard') }}buddybee_assets/images/resized_buddybee.gif?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}");
  420.             width: 20vh;
  421.             height: 20vh;
  422.             margin: auto;
  423.             margin-top: 40vh;
  424.             border-radius: 50%;
  425.             background-size: cover !important;
  426.             background-position: center !important;
  427.         }
  428.         #buddybee_processing_loader {
  429.             position: fixed;
  430.             top: 0;
  431.             bottom: 0;
  432.             right: 0;
  433.             left: 0;
  434.             background-color: #ffffffad;
  435.         {#background: url("{{ url('dashboard') }}buddybee_assets/images/resized_buddybee.gif");#} z-index: 999999;
  436.             display: none;
  437.             /*background-size: cover !important;*/
  438.             /*background-position: center !important;*/
  439.         }
  440.         #buddybee_processing_loader div {
  441.             background: url(http://honeybee/buddybee_assets/images/resized_buddybee.gif?version=1.3.110);
  442.             width: 20vh;
  443.             height: 20vh;
  444.             margin: auto;
  445.             margin-top: 40vh;
  446.             border-radius: 16px;
  447.             background-size: 80%;
  448.             background-repeat: no-repeat;
  449.             background-position: top !important;
  450.             /* border: 1px solid red; */
  451.             background-color: white;
  452.         }
  453.         #buddybee_processing_loader p {
  454.             text-align: center !important;
  455.             color: #1d5b9e;
  456.             text-transform: uppercase;
  457.             padding-top: 16vh;
  458.             font-weight: bold;
  459.         }
  460.         .sweet-alert button.confirm {
  461.             background-color: rgb(26 93 160) !important;
  462.         }
  463.         .cta {
  464.             display: none;;
  465.             border-radius: 50px;
  466.             border: 2px solid #e9ecef;
  467.             min-width: 44px;
  468.             text-align: center;
  469.             position: fixed;
  470.             top: 50%;
  471.             background: white;
  472.             color: #121212 !important;
  473.             right: 15px;
  474.             padding: 0.5rem 1rem;
  475.         }
  476.         .cta.twus {
  477.             top: 80%;
  478.             display: flex !important;
  479.         }
  480.         .cta span {
  481.             transition: width 2s ease-in-out 5s;
  482.         }
  483.         /*.cta.floating*/
  484.         .cta:hover {
  485.             /*border-radius: 50px;*/
  486.             /*border: 2px solid white;*/
  487.             color: #4b4b4b !important;
  488.         }
  489.         .cta.floating i
  490.             /*.cta:hover span*/
  491.         {
  492.             /*display: none;*/
  493.         }
  494.         @media (min-width: 320px) and (max-width: 480px) {
  495.             .cta.book_now_cta {
  496.                 border: 2px solid #1d5b9e;
  497.                 /* text-transform: capitalize; */
  498.                 /* color: #22b14c !important; */
  499.                 /* z-index: 9999999; */
  500.                 /* display: flex; */
  501.                 /* flex-direction: row; */
  502.                 vertical-align: middle;
  503.                 top: 80%;
  504.                 font-size: 12px;;
  505.                 /*display: flex !important;*/
  506.             }
  507.             .cta.book_now_cta i {
  508.                 display: none;;
  509.             }
  510.             .cta.twus {
  511.                 top: 80%;
  512.                 display: none !important;
  513.             }
  514.         }
  515.         .dtp {
  516.             z-index: 200000;
  517.         }
  518.         @media (min-width: 320px) and (max-width: 480px) {
  519.             .large_screen_only {
  520.                 display: none !important;
  521.             }
  522.             .report-meeting-button, .meeting_action_btn {
  523.                 width: 100%;
  524.             }
  525.             .consultant-meet.after_meeting_running {
  526.                 margin: 0px 0px;
  527.             }
  528.             .meeting_main_cont.pip #meet {
  529.                 display: none !important;
  530.             }
  531.             .meeting_main_cont.pip {
  532.                 display: none !important;
  533.             }
  534.         }
  535.         @media (min-width: 481px) {
  536.             .small_screen_only {
  537.                 display: none !important;
  538.             }
  539.             .report-meeting-button {
  540.                 width: 37%;
  541.             }
  542.             .report-meeting-button {
  543.                 width: 30%;
  544.             }
  545.             .consultant-meet.after_meeting_running {
  546.                 margin: 0px 7%;
  547.             }
  548.         }
  549.     </style>
  550.     <script src="https://code.jquery.com/jquery-3.4.1.min.js"
  551.             integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
  552.     <script data-ad-client="ca-pub-8286883017903771" async
  553.             src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  554.     <script>
  555.         var BaseURL = '{{ url('dashboard') }}';
  556.     </script>
  557.     <link rel="stylesheet"
  558.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/plugin/fullcalendar3/fullcalendar.min.css">
  559.     <link rel="stylesheet"
  560.           href="{{ absolute_url(path('dashboard')) }}buddybee_assets/plugin/fullcalendar3/scheduler/scheduler.min.css">
  561. </head>
  562. <!-- Google tag (gtag.js) -->
  563. <script async src="https://www.googletagmanager.com/gtag/js?id=G-V22132YMJ3"></script>
  564. <script>
  565.     window.dataLayer = window.dataLayer || [];
  566.     function gtag() {
  567.         dataLayer.push(arguments);
  568.     }
  569.     gtag('js', new Date());
  570.     gtag('config', 'G-V22132YMJ3');
  571. </script>
  572. {% set BUDDYBEE_ADMIN_LEVEL= 0 %}
  573. {% set isConsultant= 0 %}
  574. {% if (session[UserConstants.USER_ID] is defined ) %}
  575. {% set isConsultant= session[UserConstants.IS_CONSULTANT] is defined? session[UserConstants.IS_CONSULTANT]:0 %}
  576. {% set convMultFromToWithdrawable= ''|getConvMultFromToWithdrawable %}
  577. {% set currencyListByMarker= ''|getCurrencyListByMarker %}
  578. {% set withdrawCurrency= 'bdt' %}
  579. {% set BUDDYBEE_ADMIN_LEVEL= session[UserConstants.BUDDYBEE_ADMIN_LEVEL] is defined? session[UserConstants.BUDDYBEE_ADMIN_LEVEL]:0 %}
  580. {% if BUDDYBEE_ADMIN_LEVEL>=3 %}
  581. <body class="buddybee_body has_admin_bar">
  582. {% elseif BUDDYBEE_ADMIN_LEVEL>=1 %}
  583. <body class="buddybee_body has_admin_bar">
  584. {% else %}
  585. <body class="buddybee_body">
  586. {% endif %}
  587. {% endif %}
  588. <div id="buddybee_preloader" style="">
  589.     <div></div>
  590. </div>
  591. <div id="buddybee_processing_loader" style="">
  592.     <div>
  593.         <p>Processing</p>
  594.     </div>
  595. </div>
  596. <nav class="nav-menu">
  597.     <div class="topbar">
  598.         <div class="container">
  599.             <nav class="navbar navbar-expand-lg navbar-light">
  600.                 <div class="container-fluid">
  601.                     <a class="navbar-brand" href="{{ url('dashboard') }}" style="
  602.                             background:url(' {{ absolute_url(path('dashboard')) }}buddybee_assets/images/menu_logo_small.png');
  603.                             height: 72px !important;;
  604.                             width: 100%;;
  605.                             max-width: 30% !important;;
  606.                             background-position: left;
  607.                             /*background-size: auto 85%;;*/
  608.                             background-size: contain;;
  609.                             background-repeat: no-repeat;
  610.                             /*image-rendering: crisp-edges;*/
  611.                             /*image-rendering: -moz-crisp-edges;          !* Firefox *!*/
  612.                             /*image-rendering: -o-crisp-edges;            !* Opera *!*/
  613.                             /*image-rendering: -webkit-optimize-contrast; !* Webkit (non-standard naming)*!*/
  614.                             /*-ms-interpolation-mode: nearest-neighbor;*/
  615.                             ">
  616.                         {# <img #}
  617.                         {# src="{{ absolute_url(path('dashboard')) }}buddybee_assets/images/menu_logo.png" #}
  618.                         {# alt="logo"> #}
  619.                     </a>
  620.                     <div class="searchbar">
  621.                     </div>
  622.                     <div class="small-menu">
  623.                         <div class="navbar-nav ms-auto">
  624.                             <a class="my-auto calendar" href="#"><i class="fas fa-language"></i></a>
  625.                             <div class="dropdown my-auto">
  626.                                 <a class="dropdown-toggle curr_locale_text" href="#" id="navbarDropdown" role="button"
  627.                                    data-bs-toggle="dropdown" aria-expanded="false">English</a>
  628.                                 <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  629.                                     <li><a href="#" class="locale_changer en" data-locale="en">English</a></li>
  630.                                     {# <li><a href="#" class="locale_changer en" data-locale="en">{{ ConsultancyConstant.PER_SESSION_MINUTE }}</a></li> #}
  631.                                     {# <li><a href="#" class="locale_changer de" data-locale="de">German</a></li> #}
  632.                                     {# <li><a href="#" class="locale_changer sp" data-locale="sp">Spanish</a></li> #}
  633.                                     {# <li><a href="#" class="locale_changer fr" data-locale="it">Italiano</a></li> #}
  634.                                     {# <li><a href="#" class="locale_changer fr" data-locale="fr">French</a></li> #}
  635.                                     <li><a href="#" class="locale_changer bn" data-locale="bn">বাংলা</a></li>
  636.                                 </ul>
  637.                             </div>
  638.                             {% if (session[UserConstants.USER_ID] is defined ) %}
  639.                                 {% if BUDDYBEE_ADMIN_LEVEL>=1 or (session['actualUserIsAdmin'] is defined ) %}
  640.                                     <div class="dropdown my-auto">
  641.                                         <a class="dropdown-toggle" href="#" id="navbarDropdown" role="button"
  642.                                            data-bs-toggle="dropdown"
  643.                                            aria-expanded="false">Switch User</a>
  644.                                         <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  645.                                             <li>
  646.                                                 <a href="{{ absolute_url(path('view_as_user_buddybee')) }}/{{ session['actualUserId'] is defined?session['actualUserId']:session['userId'] }} ">
  647.                                                     Back to Mine </a></li>
  648.                                             <li>
  649.                                                 <select class="" aria-label="Default select example"
  650.                                                         name="viewAsId" id="viewAsId">
  651.                                                 </select>
  652.                                             </li>
  653.                                         </ul>
  654.                                     </div>
  655.                                 {% endif %}
  656.                                 <div class="dropdown my-auto">
  657.                                     <a class="dropdown-toggle" href="#" id="navbarDropdown" role="button"
  658.                                        data-bs-toggle="dropdown"
  659.                                        aria-expanded="false">{{ session[UserConstants.USER_NAME] }}</a>
  660.                                     <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  661.                                         {% if BUDDYBEE_ADMIN_LEVEL>=1 or isConsultant==1 %}
  662.                                             <li><a href="{{ url('create_topic') }}"> Topic Settings </a></li>
  663.                                         {% endif %}
  664.                                         {% if BUDDYBEE_ADMIN_LEVEL>=1 %}
  665.                                             <li><a href="{{ url('consultant_application_list') }}"> Pending
  666.                                                     Applications </a></li>
  667.                                         {% endif %}
  668.                                         {# {% if BUDDYBEE_ADMIN_LEVEL>=1 %} #}
  669.                                         {# <li><a href="{{ url('consultant_application_list') }}"> Pending Applications </a></li> #}
  670.                                         {# {% endif %} #}
  671.                                         <li><a href="#">
  672.                                                 {% if isConsultant==1 or BUDDYBEE_ADMIN_LEVEL>=1 %}
  673.                                                     {# <img style="width: 22px; height: 22px;" #}
  674.                                                     {# src="{{ absolute_url(path('dashboard'))~'images/euro_icon.png' }}"> #}
  675.                                                     {{ currencyListByMarker[withdrawCurrency]['sign'] }}
  676.                                                     <span style="padding: 0 .25rem;"
  677.                                                           class="user_curr_balance_text">{{ (session['BUDDYBEE_BALANCE']*convMultFromToWithdrawable['eur'][withdrawCurrency])|number_format(0,'.',',') }}</span>
  678.                                                 {% endif %}
  679.                                                 <img style="width: 22px; height: 22px;"
  680.                                                      src="{{ absolute_url(path('dashboard'))~'buddybee_assets/images/bee_coin.png' }}"><span
  681.                                                         class="user_curr_coin_balance_text"
  682.                                                         style="padding:0 .25rem;">{{ session['BUDDYBEE_COIN_BALANCE'] }}</span></a>
  683.                                         </li>
  684.                                         {# {% else %} #}
  685.                                         {% if BUDDYBEE_ADMIN_LEVEL>=1 %}
  686.                                             <li><a href="{{ url('buddybee_admin_dashboard') }}"> Admin Dashboard </a>
  687.                                             </li>
  688.                                             <li><a href="{{ url('consultant_dashboard') }}">Dashboard (Consultant)</a>
  689.                                             </li>
  690.                                             <li><a href="{{ url('student_dashboard') }}">Dashboard (Student)</a></li>
  691.                                         {% else %}
  692.                                             {% if isConsultant==1 %}
  693.                                                 <li><a href="{{ url('consultant_dashboard') }}">Dashboard</a></li>
  694.                                                 <li><a href="{{ url('student_dashboard') }}">Dashboard (Student)</a>
  695.                                                 </li>
  696.                                             {% else %}
  697.                                                 <li><a href="{{ url('student_dashboard') }}">Dashboard</a></li>
  698.                                             {% endif %}
  699.                                         {% endif %}
  700.                                         {# {% if isConsultant==1 %} #}
  701.                                         <li><a href="{{ url('profile') }}">Profile</a></li>
  702.                                         <li><a href="{{ url('buddybee_notification_list') }}">Notifications</a></li>
  703.                                         {# {% else %} #}
  704.                                         <li><a href="{{ url('consultancy_document_management') }}">Documents</a></li>
  705.                                         {# <li><a href="{{ url('meeting_session_list') }}">Meeting List</a></li> #}
  706.                                         <li><a href="#offCanvasCalendar"
  707.                                                class="offCanvasCalendarTrigger hide_for_small_screen" type="button"
  708.                                                data-bs-toggle="offcanvas" data-bs-target="#offCanvasCalendar"
  709.                                                aria-controls="offCanvasCalendar">Meeting List</a></li>
  710.                                         {# {% endif %} #}
  711.                                         {# <li><a href="#" data-bs-toggle="modal" data-bs-target="#rechargeAccountOwnModal"> Recharge </a></li> #}
  712.                                         <li><a href="{{ url('recharge_account') }}"> Recharge </a></li>
  713.                                         {% if isConsultant==1 %}
  714.                                             <li><a href="{{ url('consultant_payment') }}"> Withdraw </a></li>
  715.                                         {% endif %}
  716.                                         {# <li><a href="{{ url('admin_consultant_search_page') }}">Primary Consultation</a> #}
  717.                                         {# </li> #}
  718.                                         <li><a href="{{ url('user_logout') }}">Logout</a></li>
  719.                                     </ul>
  720.                                 </div>
  721.                             {% else %}
  722.                                 {#                                <a href="{{ url('admin_consultant_search_page') }}">Admin Consultation</a></li> #}
  723.                                 <a class="my-auto login" href="{{ url('user_login') }}">Log In</a>
  724.                                 <a class="my-auto signup" href="{{ url('applicant_registration') }}">Sign Up</a>
  725.                             {% endif %}
  726.                             <div class="searchbar-content small_search_content" style="margin-left: 1rem;">
  727.                                 <input type="text" class="searchbox small_search " placeholder="Search here">
  728.                                 <a href="#" style="margin-left: 0px;" id="small_search_button"><i
  729.                                             class="fas fa-search"></i></a>
  730.                             </div>
  731.                             {#                            <ul class="header-nav header-nav-toggle"> #}
  732.                             {#                                <li> #}
  733.                             {#                                    <a class="btn btn-icon-toggle btn-default" href="#offcanvas-search" data-toggle="offcanvas" #}
  734.                             {#                                       data-backdrop="false"> #}
  735.                             {#                                        <i class="fa fa-ellipsis-v"></i> #}
  736.                             {#                                    </a> #}
  737.                             {#                                </li> #}
  738.                             {#                                <li> #}
  739.                             {#                                    <a class="btn btn-icon-toggle btn-default menuCalendarTrigger" href="#offcanvas-calendar" #}
  740.                             {#                                       data-toggle="offcanvas" #}
  741.                             {#                                       data-backdrop="false"> #}
  742.                             {#                                        <i class="fa fa-calendar"></i> #}
  743.                             {#                                    </a> #}
  744.                             {#                                </li> #}
  745.                             {#                            </ul> #}
  746.                             {# <a class="btn btn-primary" data-bs-toggle="offcanvas" href="#offcanvasExample" role="button" aria-controls="offcanvasExample"> #}
  747.                             {# <i class="fa fa-ellipsis-v"></i> #}
  748.                             {# </a> #}
  749.                             {% if (session[UserConstants.USER_ID] is defined ) %}
  750.                                 <div style="background: #fff;padding: 3px;">
  751.                                     <button style="padding: 0;"
  752.                                             class="btn btn-primary offCanvasCalendarTrigger hide_for_small_screen"
  753.                                             type="button" data-bs-toggle="offcanvas" data-bs-target="#offCanvasCalendar"
  754.                                             aria-controls="offCanvasCalendar">
  755.                                         <i class="fa fa-calendar" style="color: #fff;
  756.     font-size: 14px;
  757.     background: #1D5B9E;
  758.     width: 31px;
  759.     height: 31px;
  760.     text-align: center;
  761.     line-height: 33px;
  762.     border-radius: 50%;"></i>
  763.                                     </button>
  764.                                     {% if (session['devAdminMode'] is defined ) %}
  765.                                         {% if session['devAdminMode'] ==1 %}
  766.                                             <button style="padding: 0;" class="btn btn-primary hide_for_small_screen"
  767.                                                     type="button" data-bs-toggle="offcanvas"
  768.                                                     data-bs-target="#offcanvasExample" aria-controls="offcanvasExample">
  769.                                                 <i class="fa fa-comment" style="
  770. color: #fff;
  771.     font-size: 14px;
  772.     background: #1D5B9E;
  773.     width: 31px;
  774.     height: 31px;
  775.     text-align: center;
  776.     line-height: 33px;
  777.     border-radius: 50%;
  778. "></i>
  779.                                             </button>
  780.                                         {% endif %}
  781.                                     {% endif %}
  782.                                 </div>
  783.                             {% endif %}
  784.                         </div>
  785.                     </div>
  786.                 </div>
  787.             </nav>
  788.         </div>
  789.     </div>
  790.     <div class="menubar">
  791.         <div class="container">
  792.             <nav class="navbar navbar-expand-lg navbar-dark">
  793.                 <div class="container-fluid">
  794.                     <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
  795.                             data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
  796.                             aria-expanded="false" aria-label="Toggle navigation">
  797.                         <span class="navbar-toggler-icon"></span>
  798.                     </button>
  799.                     {% if BUDDYBEE_ADMIN_LEVEL>=1 %}
  800.                         <button class="admin-menu-toggler" type="button"
  801.                                 aria-expanded="false" aria-label="Toggle Admin menu">
  802.                             <span class="navbar-toggler-icon"></span>
  803.                         </button>
  804.                     {% endif %}
  805.                     <div class="collapse navbar-collapse" id="navbarSupportedContent">
  806.                         <ul class="navbar-nav m-auto mb-2 mb-lg-0">
  807.                             <li class="nav-item">
  808.                                 <a class="nav-link trn" href="{{ url('dashboard') }}" data-trn-key="_HOME_">Home</a>
  809.                             </li>
  810.                             <li class="nav-item">
  811.                                 <a class="nav-link trn" href="{{ url('consultant_search_page') }}"
  812.                                    data-trn-key="_GET_CONSULTANCY_"> Consultancy</a>
  813.                             </li>
  814.                             {# <li class="nav-item"> #}
  815.                             {# <a class="nav-link trn" data-trn-key="_BE_A_CONSULTANT_" href="{{ url('applicant_login') }}/8917922">Be a Consultant</a> #}
  816.                             {# </li> #}
  817.                             <li class="nav-item">
  818.                                 <a class="nav-link trn" data-trn-key="_PACKAGES_" href="{{ url('pricing_plan_page') }}">Packages</a>
  819.                             </li>
  820.                             <li class="nav-item">
  821.                                 <a class="nav-link trn" data-trn-key="_UPCOMING_EVENT_"
  822.                                    href="{{ url('buddybee_event_list') }}">Event</a>
  823.                             </li>
  824.                             <li class="nav-item">
  825.                                 <a class="nav-link trn" data-trn-key="_DOCUMENTS_"
  826.                                    href="{{ url('consultancy_document_management') }}">Documents</a>
  827.                             </li>
  828.                             <li class="nav-item">
  829.                                 <a class="nav-link trn" data-trn-key="_COMMUNITY_BLOG_" href="{{ url('blog_list') }}">Community
  830.                                     Blog</a>
  831.                             </li>
  832.                             <li class="nav-item">
  833.                                 <a class="nav-link trn" data-trn-key="_ABOUT_US_"
  834.                                    href="{{ url('consultancy_services') }}">About</a>
  835.                             </li>
  836.                             {% if not countries_data is defined %}
  837.                                 {% set countries_data=''|getCountriesBuddyBee %}
  838.                             {% endif %}
  839.                             <li class="nav-item dropdown">
  840.                                 <a class="nav-link dropdown-toggle trn" data-trn-key="_COUNTRY_" href="#"
  841.                                    id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Countries</a>
  842.                                 <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  843.                                     {% for ind,cntry in countries_data %}
  844.                                         <li><a class="dropdown-item"
  845.                                                href="{{ url('country_view') }}?countryId={{ cntry.id }}">{{ cntry.name }}</a>
  846.                                             {# href="{{ url('blog_post') }}?countryId={{ cntry.id }}">{{ cntry.name }}</a> #}
  847.                                         </li>
  848.                                     {% endfor %}
  849.                                     {# <li><a class="dropdown-item trn" href="#" data-trn-key="_BE_A_RESELLER_" href="{{ url('applicant_login') }}/8917922">Be a COnsultant</a></li> #}
  850.                                     {#                                    <li style="margin-top: 3px;"><a class="dropdown-item" href="{{ url('blog_list') }}">Blog</a></li> #}
  851.                                 </ul>
  852.                             </li>
  853.                             <li class="nav-item dropdown">
  854.                                 <a class="nav-link dropdown-toggle trn" data-trn-key="_CAREER_" href="#"
  855.                                    id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Countries</a>
  856.                                 <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  857.                                     {% if isConsultant!=1 %}
  858.                                         {#                                        <li><a class="dropdown-item trn" data-trn-key="_BE_A_CONSULTANT_" #}
  859.                                         {#                                               href="{{ url('applicant_login') }}/8917922">Be a Consultant</a></li>                                        #}
  860.                                         <li><a class="dropdown-item trn" data-trn-key="_BE_A_CONSULTANT_"
  861.                                                href="{{ url('apply_for_consultant') }}">Be a Consultant</a></li>
  862.                                     {% endif %}
  863.                                     {# <li><a class="dropdown-item trn" data-trn-key="_BE_A_RESELLER_" #}
  864.                                     {# href="{{ url('applicant_login') }}/8917922">Be a Reseller</a></li> #}
  865.                                     {#                                    <li style="margin-top: 3px;"><a class="dropdown-item" href="{{ url('blog_list') }}">Blog</a></li> #}
  866.                                 </ul>
  867.                             </li>
  868.                             {# <li class="nav-item"> #}
  869.                             {# <a class="nav-link cta" href="{{ url('consultant_search_page') }}" #}
  870.                             {# ><span class="trn" data-trn-key="_BOOK_NOW_CTA_"></span> <i #}
  871.                             {# class="fa fa-arrow-right"></i></a> #}
  872.                             {# </li> #}
  873.                             {# <li class="nav-item dropdown"> #}
  874.                             {# <a class="nav-link dropdown-toggle trn" data-trn-key="_IELTS_MORE_" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">IELTS & More</a> #}
  875.                             {# <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> #}
  876.                             {# <li><a class="dropdown-item" href="#">IELTS</a></li> #}
  877.                             {# <li><a class="dropdown-item" href="#">TOEFL</a></li> #}
  878.                             {# <li><a class="dropdown-item" href="#">GRE</a></li> #}
  879.                             {#                                    <li style="margin-top: 3px;"><a class="dropdown-item" href="{{ url('blog_list') }}">Blog</a></li> #}
  880.                             {# </ul> #}
  881.                             {# </li> #}
  882.                         </ul>
  883.                     </div>
  884.                 </div>
  885.             </nav>
  886.         </div>
  887.     </div>
  888. </nav>
  889. <div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
  890.     <div class="offcanvas-header">
  891.         <h5 class="offcanvas-title" id="offcanvasExampleLabel">Offcanvas</h5>
  892.         <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  893.     </div>
  894.     <div class="offcanvas-body no-padding">
  895.         <ul class="list ">
  896.             <li class="tile divider-full-bleed">
  897.                 <div class="tile-content">
  898.                     <div class="tile-text"><strong>A</strong></div>
  899.                 </div>
  900.             </li>
  901.             <li class="tile">
  902.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-bs-toggle="offcanvas" role="button"
  903.                    aria-controls="offcanvas-chat"
  904.                    data-backdrop="false">
  905.                     <div class="tile-icon">
  906.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar42dba.jpg?1422538625"
  907.                              alt=""/>
  908.                     </div>
  909.                     <div class="tile-text">
  910.                         Alex Nelson
  911.                         <small>123-123-3210</small>
  912.                     </div>
  913.                 </a>
  914.             </li>
  915.             <li class="tile">
  916.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  917.                    data-backdrop="false">
  918.                     <div class="tile-icon">
  919.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar9463a.jpg?1422538626"
  920.                              alt=""/>
  921.                     </div>
  922.                     <div class="tile-text">
  923.                         Ann Laurens
  924.                         <small>123-123-3210</small>
  925.                     </div>
  926.                 </a>
  927.             </li>
  928.             <li class="tile divider-full-bleed">
  929.                 <div class="tile-content">
  930.                     <div class="tile-text"><strong>J</strong></div>
  931.                 </div>
  932.             </li>
  933.             <li class="tile">
  934.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  935.                    data-backdrop="false">
  936.                     <div class="tile-icon">
  937.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar2666b.jpg?1422538624"
  938.                              alt=""/>
  939.                     </div>
  940.                     <div class="tile-text">
  941.                         Jessica Cruise
  942.                         <small>123-123-3210</small>
  943.                     </div>
  944.                 </a>
  945.             </li>
  946.             <li class="tile">
  947.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  948.                    data-backdrop="false">
  949.                     <div class="tile-icon">
  950.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar8463a.jpg?1422538626"
  951.                              alt=""/>
  952.                     </div>
  953.                     <div class="tile-text">
  954.                         Jim Peters
  955.                         <small>123-123-3210</small>
  956.                     </div>
  957.                 </a>
  958.             </li>
  959.             <li class="tile divider-full-bleed">
  960.                 <div class="tile-content">
  961.                     <div class="tile-text"><strong>M</strong></div>
  962.                 </div>
  963.             </li>
  964.             <li class="tile">
  965.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  966.                    data-backdrop="false">
  967.                     <div class="tile-icon">
  968.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar52dba.jpg?1422538625"
  969.                              alt=""/>
  970.                     </div>
  971.                     <div class="tile-text">
  972.                         Mabel Logan
  973.                         <small>123-123-3210</small>
  974.                     </div>
  975.                 </a>
  976.             </li>
  977.             <li class="tile">
  978.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  979.                    data-backdrop="false">
  980.                     <div class="tile-icon">
  981.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar114335.jpg?1422538623"
  982.                              alt=""/>
  983.                     </div>
  984.                     <div class="tile-text">
  985.                         Mary Peterson
  986.                         <small>123-123-3210</small>
  987.                     </div>
  988.                 </a>
  989.             </li>
  990.             <li class="tile">
  991.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  992.                    data-backdrop="false">
  993.                     <div class="tile-icon">
  994.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar3666b.jpg?1422538624"
  995.                              alt=""/>
  996.                     </div>
  997.                     <div class="tile-text">
  998.                         Mike Alba
  999.                         <small>123-123-3210</small>
  1000.                     </div>
  1001.                 </a>
  1002.             </li>
  1003.             <li class="tile divider-full-bleed">
  1004.                 <div class="tile-content">
  1005.                     <div class="tile-text"><strong>N</strong></div>
  1006.                 </div>
  1007.             </li>
  1008.             <li class="tile">
  1009.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  1010.                    data-backdrop="false">
  1011.                     <div class="tile-icon">
  1012.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar6463a.jpg?1422538626"
  1013.                              alt=""/>
  1014.                     </div>
  1015.                     <div class="tile-text">
  1016.                         Nathan Peterson
  1017.                         <small>123-123-3210</small>
  1018.                     </div>
  1019.                 </a>
  1020.             </li>
  1021.             <li class="tile divider-full-bleed">
  1022.                 <div class="tile-content">
  1023.                     <div class="tile-text"><strong>P</strong></div>
  1024.                 </div>
  1025.             </li>
  1026.             <li class="tile">
  1027.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  1028.                    data-backdrop="false">
  1029.                     <div class="tile-icon">
  1030.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar7463a.jpg?1422538626"
  1031.                              alt=""/>
  1032.                     </div>
  1033.                     <div class="tile-text">
  1034.                         Philip Ericsson
  1035.                         <small>123-123-3210</small>
  1036.                     </div>
  1037.                 </a>
  1038.             </li>
  1039.             <li class="tile divider-full-bleed">
  1040.                 <div class="tile-content">
  1041.                     <div class="tile-text"><strong>S</strong></div>
  1042.                 </div>
  1043.             </li>
  1044.             <li class="tile">
  1045.                 <a class="tile-content ink-reaction" href="#offcanvas-chat" data-toggle="offcanvas"
  1046.                    data-backdrop="false">
  1047.                     <div class="tile-icon">
  1048.                         <img src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar104335.jpg?1422538623"
  1049.                              alt=""/>
  1050.                     </div>
  1051.                     <div class="tile-text">
  1052.                         Samuel Parsons
  1053.                         <small>123-123-3210</small>
  1054.                     </div>
  1055.                 </a>
  1056.             </li>
  1057.         </ul>
  1058.     </div>
  1059. </div>
  1060. <div class="offcanvas offcanvas-end " tabindex="-1" id="offcanvas-chat" aria-labelledby="offcanvas-chatLabel"
  1061.      style="z-index: 999999999;">
  1062.     <div class="offcanvas-header">
  1063.         <h5 class="offcanvas-title" id="offcanvas-chatLabel">Chat</h5>
  1064.         <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  1065.     </div>
  1066.     <div class="offcanvas-body style-default-light">
  1067.         <ul class="list-chats">
  1068.             <li>
  1069.                 <div class="chat">
  1070.                     <div class="chat-avatar"><img class="img-circle"
  1071.                                                   src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar14335.jpg?1422538623"
  1072.                                                   alt=""/></div>
  1073.                     <div class="chat-body">
  1074.                         Yes, it is indeed very beautiful.
  1075.                         <small>10:03 pm</small>
  1076.                     </div>
  1077.                 </div>
  1078.                 <!--end .chat -->
  1079.             </li>
  1080.             <li class="chat-left">
  1081.                 <div class="chat">
  1082.                     <div class="chat-avatar"><img class="img-circle"
  1083.                                                   src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar9463a.jpg?1422538626"
  1084.                                                   alt=""/></div>
  1085.                     <div class="chat-body">
  1086.                         Did you see the changes?
  1087.                         <small>10:02 pm</small>
  1088.                     </div>
  1089.                 </div>
  1090.                 <!--end .chat -->
  1091.             </li>
  1092.             <li>
  1093.                 <div class="chat">
  1094.                     <div class="chat-avatar"><img class="img-circle"
  1095.                                                   src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar14335.jpg?1422538623"
  1096.                                                   alt=""/></div>
  1097.                     <div class="chat-body">
  1098.                         I just arrived at work, it was quite busy.
  1099.                         <small>06:44pm</small>
  1100.                     </div>
  1101.                     <div class="chat-body">
  1102.                         I will take look in a minute.
  1103.                         <small>06:45pm</small>
  1104.                     </div>
  1105.                 </div>
  1106.                 <!--end .chat -->
  1107.             </li>
  1108.             <li class="chat-left">
  1109.                 <div class="chat">
  1110.                     <div class="chat-avatar"><img class="img-circle"
  1111.                                                   src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar9463a.jpg?1422538626"
  1112.                                                   alt=""/></div>
  1113.                     <div class="chat-body">
  1114.                         The colors are much better now.
  1115.                     </div>
  1116.                     <div class="chat-body">
  1117.                         The colors are brighter than before.
  1118.                         I have already sent an example.
  1119.                         This will make it look sharper.
  1120.                         <small>Mon</small>
  1121.                     </div>
  1122.                 </div>
  1123.                 <!--end .chat -->
  1124.             </li>
  1125.             <li>
  1126.                 <div class="chat">
  1127.                     <div class="chat-avatar"><img class="img-circle"
  1128.                                                   src="{{ url('dashboard') }}codecovers/assets/img/modules/materialadmin/avatar14335.jpg?1422538623"
  1129.                                                   alt=""/></div>
  1130.                     <div class="chat-body">
  1131.                         Are the colors of the logo already adapted?
  1132.                         <small>Last week</small>
  1133.                     </div>
  1134.                 </div>
  1135.                 <!--end .chat -->
  1136.             </li>
  1137.         </ul>
  1138.         <form class="form">
  1139.             <div class="form-group floating-label" style="display: flex;flex-direction: row;">
  1140.                         <textarea name="sidebarChatMessage" id="sidebarChatMessage" class="form-control autosize"
  1141.                                   style="margin-top: 1.25rem;"
  1142.                                   rows="1"></textarea>
  1143.                 <label class="btn-file attachment_file_upload" style="text-align: left;cursor: pointer;text-transform: uppercase;
  1144.     /*width: 15%;*/
  1145.     padding: 0.375rem 0.75rem;
  1146.     font-size: 1rem;
  1147.     font-weight: 400;
  1148.     line-height: 1.5;
  1149.     color: #212529;
  1150.     /*background-color: #fff;*/
  1151.     background-clip: padding-box;
  1152.     /*border: 1px solid #ced4da;*/
  1153.     -webkit-appearance: none;
  1154.     -moz-appearance: none;
  1155.     appearance: none;
  1156.     border-radius: 0.25rem;
  1157.     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  1158.     margin-top: 1.25rem;
  1159.     position: absolute;
  1160.     right: 3.75rem;
  1161. ">
  1162.                     <i class="fa fa-paperclip"></i>
  1163.                     {#                <form role="form" method="post" action="{{ path('file_upload') }}" #}
  1164.                     {#                      enctype="multipart/form-data" class="form-inline" id="file_upload_form"> #}
  1165.                     {#                    <input type="hidden" name="expense_invoice_attachment"> #}
  1166.                     {#                    <input type="hidden" name="entityBundle" value="ApplicationBundle" > #}
  1167.                     {#                    <input type="hidden" name="entityName" value="ExpenseInvoice" > #}
  1168.                     {#                    <input type="hidden" name="entityId" value="{{ data.ei_data.expenseInvoiceId }}" > #}
  1169.                     {#                    <input type="hidden" name="entityIdField" value="expenseInvoiceId" > #}
  1170.                     {#                    <input type="hidden" name="clearExistingFilesForThisDoc" value="1" > #}
  1171.                     {#                    <input type="hidden" name="modifyFieldSetter" value="setFiles" > #}
  1172.                     <input style="display: none;" type="file" class="form-control"
  1173.                            name="attachmentFileSelect[]" multiple
  1174.                            placeholder="File" id="attachmentFileSelect"/>
  1175.                     {#                </form> #}
  1176.                 </label>
  1177.                 <button class=" " style="text-align: left;cursor: pointer;text-transform: uppercase;
  1178.     /*width: 15%;*/
  1179.     padding: 0.375rem 0.75rem;
  1180.     font-size: 1rem;
  1181.     font-weight: 400;
  1182.     line-height: 1.5;
  1183.     color: #212529;
  1184.     /*background-color: #fff;*/
  1185.     background-clip: padding-box;
  1186.     /*border: 1px solid #ced4da;*/
  1187.     border: none;
  1188.     -webkit-appearance: none;
  1189.     -moz-appearance: none;
  1190.     appearance: none;
  1191.     border-radius: 0.25rem;
  1192.     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  1193.     margin-top: 1.25rem;
  1194. ">
  1195.                     <i class="fa fa-paper-plane"></i>
  1196.                 </button>
  1197.                 <label for="sidebarChatMessage" style="position: absolute; opacity: 0.5;">Leave a message</label>
  1198.             </div>
  1199.         </form>
  1200.     </div>
  1201. </div>
  1202. <div class="offcanvas offcanvas-end " tabindex="-1" id="offCanvasCalendar" aria-labelledby="offCanvasCalendarLabel"
  1203.      style="min-width:40%;">
  1204.     <div class="offcanvas-header">
  1205.         <h5 class="offcanvas-title" id="offCanvasCalendarLabel">Schedules</h5>
  1206.         <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  1207.     </div>
  1208.     <div class="offcanvas-body style-default-light">
  1209.         <div id="calendarHere"></div>
  1210.     </div>
  1211. </div>
  1212. {% if BUDDYBEE_ADMIN_LEVEL>=1 %}
  1213.     <div class="buddybee_admin_sidebar flex-shrink-0 p-3 bg-white" style="width: 240px;">
  1214.         <a href="/" class="d-flex align-items-center pb-3 mb-3 link-dark text-decoration-none border-bottom">
  1215.             <svg class="bi me-2" width="30" height="24">
  1216.                 <use xlink:href="#bootstrap"></use>
  1217.             </svg>
  1218.             <span class="fs-5 fw-semibold">Control Panel</span>
  1219.         </a>
  1220.         <ul class="list-unstyled ps-0">
  1221.             <li class="mb-1">
  1222.                 <button class="btn btn-toggle align-items-center rounded " data-bs-toggle="collapse"
  1223.                         data-bs-target="#dashboard-collapse" aria-expanded="false">
  1224.                     Dashboard Admin
  1225.                 </button>
  1226.                 <div class="collapse show" id="dashboard-collapse" style="">
  1227.                     <ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
  1228.                         <li><a href="{{ url('meeting_session_list') }}" class="link-dark rounded">Consultancy
  1229.                                 Schedules</a></li>
  1230.                         {# <li><a href="{{ url('meeting_session_list') }}?studentOnly=1" class="link-dark rounded">Student Schedules</a></li> #}
  1231.                         <li><a href="{{ url('consultancy_transaction_list') }}"
  1232.                                class="link-dark rounded">Transactions</a></li>
  1233.                         {# <li><a href="#" class="link-dark rounded">Student Documents</a></li> #}
  1234.                     </ul>
  1235.                 </div>
  1236.             </li>
  1237.             <li class="mb-1">
  1238.                 <button class="btn btn-toggle  align-items-center rounded " data-bs-toggle="collapse"
  1239.                         data-bs-target="#home-collapse" aria-expanded="false">
  1240.                     Event Management
  1241.                 </button>
  1242.                 <div class="collapse show" id="home-collapse" style="">
  1243.                     <ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
  1244.                         <li><a href="{{ url('buddybee_event_list') }}" class="link-dark rounded">Events</a></li>
  1245.                     </ul>
  1246.                 </div>
  1247.             </li>
  1248.             <li class="mb-1">
  1249.                 <button class="btn btn-toggle align-items-center rounded " data-bs-toggle="collapse"
  1250.                         data-bs-target="#orders-collapse" aria-expanded="true">
  1251.                     BuddyBee Staff
  1252.                 </button>
  1253.                 <div class="collapse show" id="orders-collapse" style="">
  1254.                     <ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
  1255.                         <li><a href="{{ url('send_email_buddybee') }}" class="link-dark rounded">Send Mail</a></li>
  1256.                         <li><a href="{{ url('jitsi_api_list') }}" class="link-dark rounded">Jitsi Api List</a></li>
  1257.                         <li><a href="{{ url('lead_management_panel') }}" class="link-dark rounded">Lead Management</a>
  1258.                         </li>
  1259.                         <li><a href="{{ url('lead_list') }}" class="link-dark rounded">Lead List</a></li>
  1260.                         <li><a href="{{ url('live_support_page_service_person') }}" class="link-dark rounded">Live
  1261.                                 Support</a></li>
  1262.                         <li><a href="{{ url('buddybee_ticket_list') }}" class="link-dark rounded">Ticket List</a></li>
  1263.                         <li><a href="{{ url('consultant_application_list') }}" class="link-dark rounded">Consultant
  1264.                                 Applications</a></li>
  1265.                         <li><a href="{{ url('consultancy_requirement_settings') }}" class="link-dark rounded">Consultancy
  1266.                                 Requirements</a></li>
  1267.                         <li><a href="{{ url('consultant_list') }}" class="link-dark rounded">Consultant List</a></li>
  1268.                         <li><a href="{{ url('student_list') }}" class="link-dark rounded">Student List</a></li>
  1269.                         <li><a href="{{ url('country_list') }}" class="link-dark rounded">Country List</a></li>
  1270.                         {# <li><a href="#" class="link-dark rounded">Students Settings</a></li> #}
  1271.                         {# <li><a href="#" class="link-dark rounded">Retailer Settings</a></li> #}
  1272.                     </ul>
  1273.                 </div>
  1274.             </li>
  1275.             <li class="mb-1">
  1276.                 <button class="btn btn-toggle align-items-center rounded " data-bs-toggle="collapse"
  1277.                         data-bs-target="#topics-collapse" aria-expanded="true">
  1278.                     Topic & Documents
  1279.                 </button>
  1280.                 <div class="collapse show" id="topics-collapse" style="">
  1281.                     <ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
  1282.                         <li>
  1283.                         <li><a href="{{ url('create_topic') }}" class="link-dark rounded"> Topic/Event Settings </a>
  1284.                         </li>
  1285.                         <li><a href="{{ url('create_document') }}" class="link-dark rounded"> Documents Settings </a>
  1286.                         </li>
  1287.                         <li><a href="{{ url('promo_code_settings') }}" class="link-dark rounded"> Promo Codes </a></li>
  1288.                         <li><a href="{{ url('print_bee_card') }}?printFlag=1&sendViaMailFlag=0"
  1289.                                class="link-dark rounded"> Print Bee Card </a></li>
  1290.                     </ul>
  1291.                 </div>
  1292.             </li>
  1293.             <li class="border-top my-3"></li>
  1294.             <li class="mb-1">
  1295.                 <button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse"
  1296.                         data-bs-target="#account-collapse" aria-expanded="false">
  1297.                     Accounts
  1298.                 </button>
  1299.                 <div class="collapse" id="account-collapse">
  1300.                     <ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
  1301.                         {# <li><a href="#" class="link-dark rounded">Recharge Account</a></li> #}
  1302.                         {# <li><a href="#" class="link-dark rounded">Withdrawal Requests</a></li> #}
  1303.                         <li><a href="#" class="link-dark rounded">Settings</a></li>
  1304.                         <li><a href="#" class="link-dark rounded">Sign out</a></li>
  1305.                     </ul>
  1306.                 </div>
  1307.             </li>
  1308.         </ul>
  1309.     </div>
  1310.     {# <div class=" buddybee_admin_sidebar d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" style="width: 280px;"> #}
  1311.     {# <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none"> #}
  1312.     {# <svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg> #}
  1313.     {# <span class="fs-4">Sidebar</span> #}
  1314.     {# </a> #}
  1315.     {# <hr> #}
  1316.     {# <ul class="nav nav-pills flex-column mb-auto"> #}
  1317.     {# <li class="nav-item"> #}
  1318.     {# <a href="#" class="nav-link active" aria-current="page"> #}
  1319.     {# <svg class="bi me-2" width="16" height="16"><use xlink:href="#home"/></svg> #}
  1320.     {# Home #}
  1321.     {# </a> #}
  1322.     {# </li> #}
  1323.     {# <li> #}
  1324.     {# <a href="#" class="nav-link text-white"> #}
  1325.     {# <svg class="bi me-2" width="16" height="16"><use xlink:href="#speedometer2"/></svg> #}
  1326.     {# Dashboard #}
  1327.     {# </a> #}
  1328.     {# </li> #}
  1329.     {# <li> #}
  1330.     {# <a href="#" class="nav-link text-white"> #}
  1331.     {# <svg class="bi me-2" width="16" height="16"><use xlink:href="#table"/></svg> #}
  1332.     {# Orders #}
  1333.     {# </a> #}
  1334.     {# </li> #}
  1335.     {# <li> #}
  1336.     {# <a href="#" class="nav-link text-white"> #}
  1337.     {# <svg class="bi me-2" width="16" height="16"><use xlink:href="#grid"/></svg> #}
  1338.     {# Products #}
  1339.     {# </a> #}
  1340.     {# </li> #}
  1341.     {# <li> #}
  1342.     {# <a href="#" class="nav-link text-white"> #}
  1343.     {# <svg class="bi me-2" width="16" height="16"><use xlink:href="#people-circle"/></svg> #}
  1344.     {# Customers #}
  1345.     {# </a> #}
  1346.     {# </li> #}
  1347.     {# </ul> #}
  1348.     {# <hr> #}
  1349.     {# <div class="dropdown"> #}
  1350.     {# <a href="#" class="d-flex align-items-center text-white text-decoration-none dropdown-toggle" id="dropdownUser1" data-bs-toggle="dropdown" aria-expanded="false"> #}
  1351.     {# <img src="https://github.com/mdo.png" alt="" width="32" height="32" class="rounded-circle me-2"> #}
  1352.     {# <strong>mdo</strong> #}
  1353.     {# </a> #}
  1354.     {# <ul class="dropdown-menu dropdown-menu-dark text-small shadow" aria-labelledby="dropdownUser1"> #}
  1355.     {# <li><a class="dropdown-item" href="#">New project...</a></li> #}
  1356.     {# <li><a class="dropdown-item" href="#">Settings</a></li> #}
  1357.     {# <li><a class="dropdown-item" href="#">Profile</a></li> #}
  1358.     {# <li><hr class="dropdown-divider"></li> #}
  1359.     {# <li><a class="dropdown-item" href="#">Sign out</a></li> #}
  1360.     {# </ul> #}
  1361.     {# </div> #}
  1362.     {# </div> #}
  1363. {% else %}
  1364. {% endif %}
  1365. {% set full_js_included=0 %}
  1366. {% endif %}
  1367. <input type="hidden" id="timeStampOnHeaderLoad" value="{{ 'now'|date('U') }}">