

/*****************************************************************/
/**** web site css ***/
@import url('https://fonts.cdnfonts.com/css/graphik-trial');

*,*::before,*::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body{
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Graphik Trial', sans-serif;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: hidden;
    overflow-y: scroll;
}

body::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }

/*****************************************************************/
.full_intro{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

nav{
  padding-top: 20px;
}

nav .ent-1 a{
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    margin-right: 10px;
    font-family: 'Graphik Trial', sans-serif;
}

nav .ent-1 a:hover{
  color: #2091F9;
}

nav .ent-1 img{
    width: 200px;
}

nav .ent-2 a{
    margin-right: 12px;
}

nav .ent-2 a img{
    height: 35px;
    width: 35px;
}


/* ------------------------------------------------------------------------------------------------------------------------- */
.containers{
    width: 100%;
    height: 90vh;
    /* background-color: bisque; */
}

.containers img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}
 .containers h2{
    color: #fff;
    font-size: 74px;
    text-align: center;
    font-family: 'Graphik Trial', sans-serif;
    margin-top: 200px;
 }

 .containers p{
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    margin-top: 100px;
 }


 .containers a{
    display: block;
    background-color: #2091F9;
    color: #fff;
    width: 236px;
    height: 52px;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
    font-family: 'Graphik Trial', sans-serif;
    text-decoration: none;
    border-radius: 35px;
    margin: auto;
    margin-top: 150px;
 }

 .containers a:hover{
    background-color: #57a7f1;
 }


 /* ------------------------------------------------------------------------------------------------------------------------- */

 .container2{
    width: 100%;
 }

 .c2-ent{
    width: 100%;
    padding: 20px;
    text-align: center;
 }

 .c2-ent h2{
    font-size: 48px;
 }

 .c2-ent p{
    margin-top: 15px;
    font-size: 28px;
    color: #374754;
 }

 .c2-tof img{
    height: 61px;
    width: 61px;
 }

 .c2-tof h3{
    font-size: 20px;
    font-weight: bold;
 }

 .c2-tof p{
    font-size: 18px;
 }

  /* ------------------------------------------------------------------------------------------------------------------------- */


  .container3{
    width: 100%;
    margin-top: 200px;
    margin-bottom: 200px;
  }


  .c3-tof img{
    height: 300px;
    width: 500px;
  }

  .c3-text h2{
    font-size: 48px;
    margin-bottom: 30px;
    color: #252B42;
  }

  .c3-text p{
    font-size: 28px;
    color: #374754;
  }

  .c3-text a{
    display: block;
    background-color: #2091F9;
    color: #fff;
    width: 236px;
    height: 52px;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
    font-family: 'Graphik Trial', sans-serif;
    text-decoration: none;
    border-radius: 35px;
    margin-top: 50px;
  }

  .c3-text a:hover{
     background-color: #57a7f1;
  }


    /* ------------------------------------------------------------------------------------------------------------------------- */


    .container4{
        width: 100%;
    }

    .c4-text{
        text-align: center;
    }

    .c4-text h2{
      font-size: 48px;
      margin-bottom: 30px;
      color: #252B42;
    }

    .c4-text p{
        font-size: 28px;
        color: #374754;
    }

    .c4{
      margin-top: 70px;
    }

    .container4 a{
      display: block;
      background-color: #2091F9;
      color: #fff;
      width: 236px;
      height: 52px;
      font-size: 20px;
      text-align: center;
      padding-top: 8px;
      font-family: 'Graphik Trial', sans-serif;
      text-decoration: none;
      border-radius: 35px;
      margin: auto;
      margin-top: 100px;
      }


      .container4 a:hover{
        background-color: #57a7f1;
      }

      .bordure{
        border: 1px solid #D8D8D8;
        padding: 15px;
      }
    /* ------------------------------------------------------------------------------------------------------------------------- */
      .container5{
        width: 100%;
        margin-top: 150px;
      }

      .c5-text h2{
        font-size: 48px;
        color: #252B42;
        text-align: center;
      }

      .c5-text .img1{
        display: block;
        height: 50px;
        width: 90px;
        margin: auto;
        margin-top: 50px;
      }

      .c5-text .img2{
        height: 50px;
        width: 50px;
        margin-top: 15px;
        margin-left: 46%;
      }

      .c5-text p{
      padding-top: 35px;
      font-size: 28px;
      color: #374754;
      text-align: center;
     }

     .foot-log{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        gap: 30px;
        height: 80px;
     }

     .foot-log .ima img{
      width: 50px;
      height: 50px;
      border-radius: 50%;
     }

     .foot-log .text-logo{
      text-align: left;
      margin-left: 10px;
      padding-top: 10px;
     }

     .c5-text a{
      display: block;
      background-color: #2091F9;
      color: #fff;
      width: 236px;
      height: 52px;
      font-size: 20px;
      text-align: center;
      padding-top: 8px;
      font-family: 'Graphik Trial', sans-serif;
      text-decoration: none;
      border-radius: 35px;
      margin: auto;
      margin-top: 25px;
      margin-bottom: 100px;
     }


     .c5-text a:hover{
      background-color: #57a7f1;
     }

     /* ------------------------------------------------------------------------------------------------------------------------- */
     .sect6{
      width: 100%;
     }

     .container6{
        width: 100%;
        background-color: #252B42;
        padding: 50px;
     }

    .container6 h2{
        font-size: 48px;
        color: #fff;
        text-align: center;
        padding-top: 40px;
    }

    .container6 p{
      font-size: 28px;
      color: #fff;
      text-align: center;
      margin-bottom: 50px;
      display: block;
    }

    .mes-div{
      display: flex;
      align-items: center;
      justify-content: center;
      /* height: 607px;  335*/
      width: 100%;
      gap: 50px;
    }


    .div1{
      width: 335px;
      height: 590px;
      text-align: center;
      background-color: #fff;
      color: black;
      border-radius: 10px;
      padding-top: 10px;

    }

    div.div1 h1{
      font-size: 20px;
      font-weight: bold;
    }

    div.div2 h1{
      font-size: 20px;
      font-weight: bold;
      margin-top: 40px;
    }

    div.div1 ul {
      list-style: none;
      margin-top: 30px;
      margin-bottom: 50px;
      padding: 0;
    }

    div.div2 ul {
      list-style: none;
      margin-top: 30px;
      margin-bottom: 50px;
      text-align: center;
      padding: 0;
    }

    div ul li{
      padding: 10px;
      color: rgb(84, 83, 83);
      font-size: 0.8em;
    }

    .div1 a{
      display: block;
      background-color: #2091F9;
      color: #fff;
      width: 236px;
      height: 52px;
      font-size: 20px;
      text-align: center;
      padding-top: 8px;
      font-family: 'Graphik Trial', sans-serif;
      text-decoration: none;
      border-radius: 35px;
      margin: auto;
      margin-top: 25px;
    }

    .div1 span{
      display: block;
      padding-top: 2px;
      font-size: 0.8em;
      color: rgb(84, 83, 83);
      text-align: center;
    }

    .div1 p{
      display: inline;
      font-size: 4em;
      font-weight: 800;
    }

    div.euro{
      position: relative;
      width: 153px;
      height: 100px;
      margin: 0px auto;
    }

    .euro .recc{
      position: absolute;
      width: 75px;
      height: 51px;
    }

    .euro .recc_text{
      position: absolute;
      width: 78px;
      height: 51px;
      right: 0;
      bottom: 20px;
    }

    .euro .recc_text span{
      text-align: left;
      margin-left: 15px;
    }

    .euro .recc span{
      font-size: 74px;
      font-weight: bold;
      padding: 0;
      margin: 0;
    }

    .euro .recc_text span.euro_symb{
      font-size: 20px;
      font-weight: bold;
    }

    .div2{
      width: 335px;
      height: 676px;
      text-align: center;
      background-color: #2091F9;
      color: #fff;
      border-radius: 10px;
      padding-top: 10px;
      text-align: center;
    }


    .div2 a{
      display: block;
      background-color: #fff;
      color: #2091F9;
      width: 236px;
      height: 52px;
      font-size: 20px;
      text-align: center;
      padding-top: 8px;
      font-family: 'Graphik Trial', sans-serif;
      text-decoration: none;
      border-radius: 35px;
      margin: auto;
      margin-bottom: 10px;
    }


    .div2 span{
      display: block;
      padding-top: 2px;
      font-size: 0.8em;
      color: aliceblue;
      text-align: center;
    }

    .div2 p{
      display: inline;
      font-size: 4em;
      font-weight: 800;
    }

    .div2  ul li{
      color: aliceblue;
    }
    .container6 >p{
      font-size: 900;
      font-size: 1.2em;
      padding: 03px;;
    }
    .container6 >h2{
      margin: 15px;
    }

    .div2 ul {
      margin-bottom: 90px;
    }


    /* ------------------------------------------------------------------------------------------------------------------------- */
    .container7{
      width: 100%;
      padding-bottom: 100px;
    }

    .container7 h1{
      padding-top: 150px;
      font-size: 48px;
      color: #252B42;
      text-align: center;
    }

    .container7 p{
      padding-top: 35px;
      font-size: 28px;
      color: #374754;
      text-align: center;
      padding-bottom: 80px;
    }

    .form{
      width:  453px;
      height: 669px;
      border: 1px solid #E8E8E8;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      gap: 30px;
      box-shadow: -1px 5px 5px 5px #E8E8E8;
      padding-top: 30px;
    }

    .form h3{
      text-align: center;
    }

    .form  .input{
      width: 90%;

      margin-left: auto;
      margin-right: auto;
      border-radius: 25px;
      border: 1px solid whitesmoke;
      background-color: whitesmoke;
      padding: 10px 20px;
    }

    .form textarea{
      width: 90%;
      height: 150px;
      margin-left: auto;
      margin-right: auto;
      background-color: whitesmoke;
      padding: 15px 20px;
    }

    .butt{
      background-color: #2091F9;
      color: #fff;
      width: 145px;
      height: 52px;
      font-size: 20px;
      text-align: center;
      font-family: 'Graphik Trial', sans-serif;
      text-decoration: none;
      border-radius: 35px;
      margin-bottom: 10px;
      margin-left: 20px;
      border: 1px solid #2091F9;
    }


    .tof{
      background-color: #fff;
    }

    .tof .row .col img{
      width: 26px;
    }

    .tof .row .col p{
      font-size: 14px;
      color: #374754;
    }

    .tof .map_img{
      height: 350px;
      width: 100%;
      text-align: center;
      overflow: hidden;
      margin-bottom: 50px;
    }

    .tof .row{
      height: 150px;
    }

    .socials_blue a img{
      margin-right: 15px;
      width: 41px;
      height: 41px;
    }




    /* ------------------------------------------------------------------------------------------------------------------------- */
    section.footer{
      background-color: #252B42;
      padding: 100px;
    }


    .container8 ul li {
      color: #fff;
    }

    div.socials a img{
      width: 41px;
      height: 41px;
      margin-right: 20px;
    }

    div.tof2 div.local{
      display: flex;
      align-items: center;
      justify-content: start;
      text-align: center;
      margin-top: 10px;
    }

    div.tof2 div.local img{
      width: 41px;
    }

    div.tof2 div.local p{
      color: #fff;
      padding-top: 15px;
      margin-left: 10px;
      font-size: 12px;
    }

    .footer .container .row .col h3{
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
    }

    .footer .container .row .col ul{
      list-style: none;
      text-align: left;
      padding: 0;
    }

    .footer .container .row .col ul li{
      color: #fff;
      font-size: 13px;
    }

    .reduice{
      width: 100%;
      max-width: 900px !important;
    }



/*****************************************************************/
/**** section Dashboard css ***/
.full_page{
  width: 100%;
}

.full_box{
  width: 100%;
  display: flex;
}


/**** side box css ***/

div.side_bar{
  width: 270px;
  background-color: #FCFCFC;
  box-shadow: 5px 0 5px -5px #888888;
  padding: 20px 25px;
  z-index: 2;
}

div.img_with_name, div.main_link .menu_link{
  width: 100%;
  display: flex;
  overflow: hidden;
}

div.img_with_name div.name{
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding-top: 10px;
}

div.img_with_name div.img{
  width: 40px;
  margin-right: 10px;
}

div.img_with_name div.img img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

div.img_with_name div.name p{
  width: auto;
  font-weight: bold;
}

div.main_link .menu_link div.img{
  width: 18px;
  margin-right: 8px;
}

div.main_link .menu_link div.link p{
  font-size: 14px;
}

div.main_link .menu_link div.link p a{
  text-decoration: none;
  color: inherit;
}

div.main_link .menu_link div.link p a.active{
  color: #2091F9;
}

div.main_link .menu_link div.link{
  margin-right: 15px;
}

div.main_link .menu_link div.img img{
  width: 18px;
}

div.main_link div.sub_link{
  margin-left: 23px;
  margin-top: 0px;
}

div.main_link div.menu_link{
  margin-top: 20px;
}

/**** main box css ***/

div.main_box{
  width: calc(100% - 270px);
}

div.main_box div.main_menu_bar{
  height: 73px;
  background-color: #FCFCFC;
  box-shadow: 0 4px 3px 1px #cac9c9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

div.main_box div.main_menu_bar div.page_title{
  width: 50%;
}

div.main_box div.main_menu_bar div.page_title p{
  font-weight: bold;
  font-size: 24px;
}

div.main_box div.main_menu_bar div.second_box{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.main_box div.main_menu_bar div.second_box .search_box{
  width: 350px;
  background-color: lightgray;
  border-radius: 5px;
  box-shadow: 0 4px 3px 1px #cac9c9;
}

div.main_box div.main_menu_bar div.second_box .search_box form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.main_box div.main_menu_bar div.second_box .search_box form img{
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 5px;
}

div.main_box div.main_menu_bar div.second_box .img_notif{
  width: 150px;
  display: flex;
  justify-content: end;
  align-items: end;
}

div.main_box div.main_menu_bar div.second_box .logout_btn{
  /* width: 87px; */
  height: 37px;
  border-radius: 10px;
  text-align: center;
  background-color: #0077B6;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 3px 1px #cac9c9;
  padding: 0px 10px;
}

div.main_box div.main_menu_bar div.second_box .logout_btn:hover{
  background-color: #3595c9;
}

div.main_box div.main_menu_bar div.second_box .logout_btn a{
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}

input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 0px solid #ccc;
  font-size: 16px;
  background-color: lightgray;
  /* background-image: url('../images/search.png');
  background-position: 10px 10px;
  background-repeat: no-repeat; */
  padding: 12px 20px 12px 40px;
}

div.main_box div.main_body{
  padding: 25px;
}

div.main_body div.row_caption{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.main_body div.row_caption div.row_caption_title p{
  font-size: 20;
  font-weight: bold;
}

div.main_body div.row_caption div.row_caption_btn{
  /* width: 96px; */
  height: 29px;
  padding: 0px 10px;
  text-align: center;
  background-color: #0077B6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 4px 3px 1px #cac9c9;
}

div.main_body div.row_caption div.row_caption_btn a, div.new_delete div.row_caption_btn a{
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

/* div.main_body div.row_caption div.row_caption_btn img{
  color: #fff;
} */

div.card_items div.item1{
  width: 200px;
  height: 112px;
  background-color: #F5F5F5;
  margin: 15px 15px;
  box-shadow: 0 4px 3px 1px #cac9c9;
  border-radius: 10px;
  padding: 15px;
}

div.card_items div.item1 p{
  font-weight: bold;
  text-align: center;
}

div.card_items div.item1 div{
  padding: 0px;
  text-align: center;
  align-items: center;
}

div.card_items div.item1 div.col1{
  padding: 0px;
  width: 27px;
  height: 24px;
}

div.card_items div.item1 div.col1 p{
  color: #0077B6;
  font-size: 20;
  font-weight: bold;
}

div.card_items div.item1 div.col1 p.completed{
  color: #4CAF50;
}

div.card_items div.item1 div.col1 p.failed{
  color: #E53935;
}

div.card_items div.item1 div ul, div.card_items div.item1 div ul li{
  padding: 0px;
  margin: 0px;
}

div.card_items div.item1 div ul li{
  font-size: 11px;
  text-align: left;
}

div.card_items div.item1 div ul li span{
  font-weight: bold;
  margin-left: 10px;
}

div.main_box div.stat_bloc{
  width: 100%;
  height: 200px;
  background-color: #F5F5F5;
  margin: 15px 5px;
  box-shadow: 0 4px 3px 1px #cac9c9;
  border-radius: 10px;
}


/************** Application Page ********************/

div.new_delete{
  width: 100%;
  display: flex;
  justify-content: end;
}

div.new_delete div.row_caption_btn{
  /* width: 96px; */
  height: 35px;
  padding: 0px 12px;
  text-align: center;
  background-color: #0077B6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin-left: 20px;
}

div.new_delete div.row_caption_btn a{
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}

div.new_delete div.delete{
  background-color: #E53935;
}

td img{
  width: 30px;
  height: 30px;
}












/************** Responsive design ********************/
@media (max-width: 850px) {
  nav{
    padding-top: 10px;
  }

  nav .ent-1 a{
      padding: 5px;
      font-size: 12px;
  }

  nav .ent-1 img{
      width: 100px;
  }

  nav .ent-2 a{
      margin-right: 10px;
  }

  nav .ent-2 a img{
      height: 25px;
      width: 25px;
  }


  /* ------------------------------------------------------------------------------------------------------------------------- */
  .containers{
      width: 100%;
      height: 28vh;
      /* background-color: bisque; */
  }

   .containers h2{
      font-size: 24px;
      margin-top: 15px;
   }

   .containers p{
      font-size: 11px;
      margin-top: 15px;
   }


   .containers a{
      width: 200px;
      height: 32px;
      font-size: 12px;
      margin-top: 50px;
   }


 /* ------------------------------------------------------------------------------------------------------------------------- */


.c2-ent h2{
  font-size: 30px;
}

.c2-ent p{
  margin-top: 15px;
  font-size: 16px;
}

.c2-tof img{
  height: 41px;
  width: 41px;
}

.c2-tof h3{
  font-size: 16px;
  font-weight: bold;
}

.c2-tof p{
  font-size: 14px;
}

/* ------------------------------------------------------------------------------------------------------------------------- */


.container3{
  margin-top: 70px;
  margin-bottom: 100px;
}


.c3-tof img{
  height: 200px;
  width: auto;
  margin: auto;
}

.c3-text h2{
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
}

.c3-text p{
  font-size: 15px;
  text-align: center;
}

.c3-text a{
  width: 200px;
  height: 42px;
  font-size: 15px;
  margin-top: 30px;
  margin: auto;
}


  /* ------------------------------------------------------------------------------------------------------------------------- */


  .c4-text h2{
    font-size: 28px;
    margin-bottom: 15px;
  }

  .c4-text p{
      font-size: 15px;
  }

  .c4{
    margin-top: 30px;
  }

  .container4 a{
    width: 200px;
    height: 42px;
    font-size: 15px;
    margin-top: 50px;
    }

    .bordure{
      border: 0.5px solid #D8D8D8;
      padding: 15px;
    }

  /* ------------------------------------------------------------------------------------------------------------------------- */
    .container5{
      margin-top: 100px;
    }

    .c5-text h2{
      font-size: 28px;
    }

    .c5-text .img1{
      height: 50px;
      margin-top: 30px;
    }

    .c5-text p{
    padding-top: 25px;
    font-size: 15px;
   }

   .c5-text a{
    width: 200px;
    height: 42px;
    font-size: 15px;
    margin-bottom: 70px;
   }

   /* ------------------------------------------------------------------------------------------------------------------------- */


   .container6{
      padding: 50px 10px;
   }

  .container6 h2{
      font-size: 28px;
      padding-top: 0px;
  }

  .container6 p{
    font-size: 15px;
  }

  .mes-div{
    flex-direction: column;
  }


  .div1{
    height: 550px;
  }

  div.div2 h1{
    margin-top: 10px;
  }

  div.div1 ul {
    margin-bottom: 30px;
    padding: 0;
  }

  div.div2 ul {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  .div1 a{
    width: 200px;
    height: 42px;
    font-size: 15px;
  }

  .euro .recc{
    width: 65px;
  }

  .div2{
    height: 550px;
  }


  .div2 a{
    width: 200px;
    height: 42px;
    font-size: 15px;
  }

  .div2 ul {
    margin-bottom: 90px;
    padding: 0;
  }


  /* ------------------------------------------------------------------------------------------------------------------------- */
  .container7{
    padding-bottom: 50px;
  }

  .container7 h1{
    padding-top: 100px;
    font-size: 28px;
  }

  .container7 p{
    padding-top: 25px;
    font-size: 15px;
    padding-bottom: 40px;
  }

  .form{
    width:  100%;
    height: auto;
    padding: 30px 20px;
  }



  .butt{
    width: 145px;
    height: 40px;
    font-size: 15px;
    margin: auto;
  }

  .socials_blue{
    align-items: center;
    text-align: center;
  }

  .socials_blue a img{
    margin-right: 15px;
    width: 41px;
    height: 41px;
  }

  div.map_img{
    margin: 10px;
  }




  /* ------------------------------------------------------------------------------------------------------------------------- */
  section.footer{
    padding: 50px 20px;
  }

  div.tof2 div.local{
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
    margin-top: 10px;
  }

  div.tof2 div.local img{
    width: 35px;
  }

  .footer .container .row .col h3{
    font-size: 16px;
  }

  .footer .container .row .col ul li{
    font-size: 12px;
  }
}

@media (max-width: 576px) {

}

