@import url(https://fonts.googleapis.com/css?family=Kanit);
:root { 
  --c-main : #FDFEFE  ;
  --c-smain : #AAB7B8  ;
  /*--c-ssmain : #EAEDED #909497; --c-bl : #00aeee  ; --c-blh : #2471A3 ;*/
  --c-ssmainh : #3498DB ;
  --c-ssmain : #EAEDED ;
  --c-cb : #F5B041  ;
  --c-cbh : #D35400 ;
  --c-bl : #3498DB ;
  --c-blc : #EAF2F8  ;
  --c-blh : #2471A3 ;
  --c-fmain : #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
}
.tortop
{
  background: var(--c-main);
  border-bottom: solid 2px var(--c-smain);
  display: flex;
  justify-content: space-between;  
}
.toplogo 
{
  display: flex;
  justify-content: center;  
}
.toplogo p
{
  padding: 30px 15px;
  font-weight: bold;
}
.toplogo img
{
  width: 100px; 
  margin-left: 40px;
  padding : 5px 0;
}
.tortopmenu 
{
  display: flex;
  justify-content: center;
  text-align: center ;
  padding: 30px 15px;
  gap: 20px;
  margin-right: 20px;
}
.login 
{
  padding: 10px 15px;
  width: 110px;
  
  border-radius: 10px;
  text-decoration: none;
  background: var(--c-main);
  color : var(--c-fmain);
  transition: .5s;
  box-shadow: 0 10px 6px -8px #777;
  border: 1px solid var(--c-bl);
}
.login:hover
{
  background: var(--c-blh);
  color : var(--c-main);
  transition: .5s;
}
.register
{
  padding: 10px 15px;
  width: 110px;
 
  border-radius: 10px;
  text-decoration: none;
  background: var(--c-bl);
  color : var(--c-main);
  transition: .5s;
  box-shadow: 0 10px 6px -8px #777;
}
.register:hover
{
  background: var(--c-blh);
  color : var(--c-main);
  transition: .5s;
}
.torbody
{
  display: flex;
  justify-content: space-between;  
  flex-wrap: wrap;
  text-align: left;
  margin: 0 5%;
}
.torbodyl
{
  padding: 60px 0 ;
}
.torbodyl p
{
  width: 500px;
}
.torbodyr
{
  /*width: 100%;
   padding: 10px 20px;
  object-fit: scale-down; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  text-align: center;
}
.torsidepic
{
  dispaly: none;
  width: 800px;
  height: 700px;
  padding: 10px 20px;
  object-fit: scale-down;
}
.inbodyl
{
  display: flex;
  gap:50px;
  justify-content: center;  
  text-align: center;
  padding: 150px 0  150px 0;
}
.inbodyl a
{
  padding: 10px 15px;
  width: 150px;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  background: var(--c-cb);
  color : var(--c-main);
  transition: .5s;
  box-shadow: 0 10px 6px -8px #777;
}
.inbodyl a:hover
{
  background: var(--c-cbh);
  color : var(--c-main);
  transition: .5s;
}
.inbodylp
{
  margin-top: 50px;
}
.torfooter
{
  position: fixed;
  bottom: 0;
  width: 100%
}
.footerun
{
  text-align: center;
  padding : 20px 0;
  background: var(--c-bl);
  color : var(--c-main);
}
.fontc
{
  padding: 10px 5px;
  font-weight: bold;
  text-decoration: none;
  background: none;
  color : var(--c-smain);
  transition: .5s;
}
.fontc:hover
{
  color : var(--c-fmain);
  transition: .5s;
}




::-webkit-calendar-picker-indicator
{
  
    /* color: #18b7be; 
    background: #f9f7f0; */
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    /*padding: 10px;*/
    /*box-shadow: 1px 0 1px 1px #18b7be;*/
    outline: none;
}
::-webkit-calendar-picker-indicator:hover
{
    /*color: #18b7be;
    background: #f9f7f0; */
    font-size: 25px;
    padding: 0px 0px 5px 0px;
    /*box-shadow: 1px 0 1px 1px #18b7be;*/
    outline: none;
}
html::-webkit-scrollbar-thumb {
  background: #151515;
}


.textmid h1
{
    color:var(--c-fmain);
    text-shadow: 2px 2px rgb(0 0 0 / 20%);
}
.menuclass
{
  display: flex;
  justify-content: center;  
  text-align: center;
}
.classtgrid
{
    margin-top: 40px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    text-align: center;
    /* margin: 10px 10%; */
    flex-direction: column;
    background: var(--c-ssmain);
    padding: 20px;
    gap: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 6px -8px #777;
}
.menuclass a
{
    padding: 10px 15px;
    width: 150px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}
.menuclass a:hover
{
    padding: 10px 15px;
    width: 150px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-blh);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}
.searchon
{
  text-align: center;
  margin-top: 100px;
  padding-left: 65px;
}
.searchon input[type="search"] 
{
    background: var(--c-ssmain);
    color: var(--c-fmain);
    /*text-shadow: 1px 1px #F1C40F;*/
    width: 300px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0 25px;
    border-radius: 50px;
    box-shadow: 0 10px 6px -8px #777;
}
.mainbox {
  /*max-width: var(--max-width);*/
  width: 100%;
  margin: 0 auto;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--c-ssmain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 62px;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  padding: 0.6rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 2;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border-right: solid 1px var(--c-main);
}
.menu:hover,
.menu:active {
  width: 200px;
  border-radius: 0 10px 10px 0;
}
.menu .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu .avatar:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu .avatar .thumb {
  border-radius: 50%;
  /*width: 100%;*/
  max-width: 40px;
  width: 40px;
  height: 40px;
  object-fit: scale-down;
}
.menu .avatar .name {
  color: var(--c-fmain);
  font-weight: 500;
  /*white-space: nowrap; */
  white-space: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu:hover .avatar .name,
.menu:active .avatar .name {
  opacity: 1;
  visibility: visible;
}
.menu .listmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  margin-top: 50px;
}
.menu .listmenu .menubox {
  font-weight: 400;
  text-decoration: none;
  color: var(--c-fmain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.menu:hover .listmenu .menubox,
.menu:active .listmenu .menubox {
  width: 100%;
  border-radius: 40px;
}
.menu .listmenu .menubox:hover {
  background: var(--c-main);
  
  color: var(--c-ssmainh);
}
.menu .listmenu .menubox span:first-child {
  font-size: 21px;
}
.menu .listmenu .menubox .desc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu:hover .listmenu .menubox .desc,
.menu:active .listmenu .menubox .desc {
  opacity: 1;
  visibility: visible;
}
.menu .acback {
  color: var(--c-fmain);
  font-size: 24px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu:hover .acback,
.menu:active .acback {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.topbar {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 62px);
  margin-left: 62px;
  height: 55px;
  z-index: 1;
  background: var(--c-ssmain);
  border-bottom: solid 1px var(--c-main);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  padding: 0 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0 0 20px 0;
  box-shadow: 0 10px 6px -8px #777;
}
.gridprofile
{
  width: 400px;
  margin: 30px 25px 15px 25px; 
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
}
.project
{
  text-align: center;
  
  /* background: #f990909a;
  width: 100%;
  height: auto; */
}
.project h1
{
  text-align: center;
 
  /* color: #E74C3C;
  text-shadow: 2px 0px #5d6d7e; */
  /* text-shadow: 2px 1px #E74C3C; */
}
.projectgrid
{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;  
  text-align: center;
  /*margin: 10px 10%; */
  

}
.projectbox
{
  background-color: #F4F6F7 ;
  box-shadow: 0 25px 35px var(--c-smain);
  /* border-bottom: 5px solid #1C2833 ; */
  border-bottom: 5px solid var(--c-bl) ;
  width: 300px;
  margin: 15px 25px;
  border-radius: 10px 10px 0 0;
}
.projectboxpro
{
  background-color: #F4F6F7 ;
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.2);
  /* border-bottom: 5px solid #1C2833 ; */
  border-bottom: 5px solid #E74C3C ;
  transform: rotate(10deg);
  width: 300px;
  margin: 15px 25px;
}
.projectbox h1
{

    color: #1C2833;
    font-size: 15px;
    text-shadow: none;
    margin-top: 10px;

}
.projectbox img
{
  width: 300px;
  height: 300px;
  padding: 10px 20px;
  margin-top: 5px;
  background: #F4F6F7;
  object-fit: scale-down;
  -webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
.projectbox a
{
   /* text-decoration-color: #58D68D ; 
  text-decoration-line: overline underline; */
  /* text-decoration-line: line-through; */
  /* text-decoration-style: wavy; */
  /* text-decoration-style: dotted;
  text-decoration-style: dashed; */
  text-decoration: none;
}
.projectbox a:hover
{
  /* text-decoration-color: gold; */
  text-decoration-style: wavy;
  font-style: italic;
}
.projectbox p
{
  text-align: center;
  color: #1C2833 ;
  margin-top: 0px;
  margin-bottom: 20px;
}
.projectbox p:hover
{
    text-align: center;
    /* font-style: italic; */
    /* color: pink; */
    margin-top: 0px;
    margin-bottom: 20px
}
.projectbox a:-webkit-any-link 
{
  color: black;
}
.boxe
{
  margin: 5% 5% 0 5%;
  
}
.inboxe
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  text-align: center;
  gap : 10px;
}
.boxd
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  /*text-align: center;*/
  gap: 10px
}
.boxdt
{
  padding: 20px 10%;
  color: var(--c-fmain);
  background: var(--c-ssmain);
  border-radius: 10px;
  box-shadow: 0 10px 6px -8px #777;
}
.boxdt h2
{
  font-size: 22px;
  font-weight: bold;
}
.boxdt p
{
  font-size: 20px;
  font-weight: normal;
}
.boxd img
{
  width: 500px;
}
.inboxy img
{
  width: 400px;
  border-radius: 10px;
}
.inboxy
{
  display: flex;
  justify-content: center;  
  gap: 10px;
  margin-bottom: 30px;
}
.boxdy
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.boxdin
{
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.boxdin a
{
  color: var(--c-fmain);
  font-size: 25px;
  padding: 8px 12px;
  background: var(--c-ssmain);
  border-radius: 10px;
  text-decoration: none;
  transition: .5s;
}
.boxdin a:hover
{
  color: var(--c-main); 
  background: var(--c-bl);
  font-size: 25px;
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: .5s;
}
.inboxd
{
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;  
  text-align: center;
  gap: 10px;
  margin-left: 30px;
}
.inboxd a
{
  font-size: 50px;
  margin: 15px 0;
  display: flex;
  justify-content: center;  
  text-align: center;
}
.inboxd p
{
  margin-top: 5px;
  margin-left: 10px;
  font-size: 30px;
  display: flex;
  justify-content: center;  
  text-align: center;
}


.btn {
    position: relative;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #616A6B ;
    color: white;
}
.btn:hover {
    position: relative;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #212F3D;
    color: white;
}
.table-main
{
    justify-items: center;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    width: 100%;
    border-radius: 5px 5px 0 0; 
    overflow: hidden;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);

}
.table-main td input[type="text"]
{
    
    width: 110px;
    text-align: center;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    border-radius: 5px;
    
}
.table-main td ::-webkit-file-upload-button
{
    /* color: #f9f7f0;
    background: #072a40; */
    color: var(--c-main);
    padding: 10px;
    
    background: var(--c-bl);
    cursor: pointer;
    font-size: 13px;  
    border: none;
    border-radius: 10px ;
    cursor: pionter;
    outline: none;
}
.table-main td ::-webkit-file-upload-button:hover
{
    color: var(--c-main);
    background: var(--c-blh);
    font-size: 13px;
    border: none;
    outline: none;
}
#subjects_pic
{
    display: none;
    width: 200px;
    
    text-align: center;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    border-radius: 5px;
}
.table-main td select
{
    
    width: 110px;
    text-align: center;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    border-radius: 5px;
    transition: .5s;
}
.table-main td select:hover
{
    
    width: 110px;
    text-align: center;
    background: var(--c-blh);
    color: var(--c-main);
    transition: .5s;
    border: none;
    border-radius: 5px;
    transition: .5s;
}
.table-main td input[type="submit"]
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777; 
}
.table-main td input[type="submit"]:hover
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-blh);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}


.table-main thead tr
{
    background-color: var(--c-bl);
    color: var(--c-main);
    text-align: left;
    font-weight: bold;

}
.table-main th,
.table-main td
{
    padding: 12px 15px;
    

}
.table-main td a
{
    color: var(--c-main);
    padding: 5px 8px;
    background-color: var(--c-blh);
    border-radius: 50px ;
    text-decoration: none;
    transition: .5s; 
}
.table-main td a:hover
{
    color: var(--c-fmain);
    padding: 5px 8px;
    background-color: var(--c-blh);
    border-radius: 50px ;
    text-decoration: none;
    transition: .5s; 
}
.table-main tbody tr
{
    border-bottom:  1px solid none;  
}
/*.table-main tbody tr:hover
{
    background-color: var(--c-blh);
    color: var(--c-main);
} */
.table-main tbody tr:nth-of-type(even)
{
    /* background-color: #8cbdb9; */
    background-color: var(--c-ssmain);
}
/*.table-main tbody tr:nth-of-type(even):hover
{
   
    background-color: var(--c-blh);
    color: var(--c-main);
} */
.table-main tbody tr:last-of-type
{
    border-bottom: 2px solid var(--c-blh);
}
.table-main tbody tr.active-row
{
    font-weight: bold;
    color: red;
}
.stregis
{
    color: var(--c-main);
    padding: 5px 8px;
    background-color: #2ECC71 ;
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
    margin-bottom: 10px;
    text-decoration:none;
}
.stregis2 strong
{
    color: var(--c-main);
    padding: 5px 8px;
    background-color: var(--c-bl);
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
}
.stregis2 strong:hover
{
  background-color: var(--c-blh);
  font-size: 15px;
  text-decoration:none;
}
.stregis3 
{
    color: #F4D03F;
    color: var(--c-main);
    padding: 5px 8px;
    background-color: #F4D03F ;
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
    margin-bottom: 10px;
    text-decoration:none;
}
.stregis4 strong
{
    
    color: var(--c-main);
    padding: 5px 8px;
    background-color: red ;
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
    margin-bottom: 10px;
    text-decoration:none;
}
.stregis4 strong:hover
{
    
    color: var(--c-main);
    padding: 5px 8px;
    background-color: #C0392B ;
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
    margin-bottom: 10px;
    text-decoration:none;
}
.stregis5 strong
{
 
    color: var(--c-main);
    padding: 5px 8px;
    background-color: #F4D03F  ;
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
    margin-bottom: 10px;
    text-decoration:none;
}
.stregis5 strong:hover
{
 
    color: var(--c-main);
    padding: 5px 8px;
    background-color: #F1C40F ;
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
    margin-bottom: 10px;
    text-decoration:none;
}
.logbox
{
  display: flex;
  justify-content: center;  
  text-align: center;
  background: linear-gradient(to right, #AED6F1,#D6EAF8 ,#EBF5FB,#D6EAF8 ,#AED6F1);
  height: 100vh;
  padding: 60px 100px 100px 100px;
 
}
.logbox2
{
  display: flex;
  justify-content: center;  
  text-align: center;
  flex-direction: column;
  background: var(--c-main);
  padding: 20px 150px;
  box-shadow: 0 2px 2px 0.5px var(--c-smain);
  border-radius: 40px;
}
.inlogbox img
{
  width: 150px;
}
.inlogbox h1
{
  
  font-weight: normal;
  margin-bottom: 50px;
}
.inlogbox2
{
  
  display: flex;
  justify-content: center;  
  text-align: left;
  flex-direction: column;
}
.inlogbox2 p 
{
  color: var(--c-bl);
  padding: 4px 8px;
}
.inlogbox2 input[type="text"]
{
    background: var(--c-blc);
    color: black;
    width: 300px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 4px; 
    font-size: 20px;
    box-shadow: 0 10px 6px -8px #777;
    border-bottom: 1px solid var(--c-fmain);
}
.inlogbox2 input[type="password"]
{
    background: var(--c-blc);
    color: black;
    width: 300px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 4px;
    font-size: 20px;
    box-shadow: 0 10px 6px -8px #777;
    border-bottom: 1px solid var(--c-fmain);
}
.inlogbox2 input[type="submit"]
{
    background: var(--c-bl);
    color: var(--c-main);
    width: 300px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 4px;
    font-size: 20px;
    margin-top: 50px;
    transition: .5s;
    box-shadow: 0 10px 6px -9px #777;
   
}
.inlogbox2 input[type="submit"]:hover
{
    background: var(--c-blh);
    color: var(--c-main);
    width: 300px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 4px;
    font-size: 20px;
    margin-top: 50px;
    transition: .5s;
}
.inlogbox3
{
  margin-top : 20px;
  display: flex;
  justify-content: center;  
  text-align: center;
}
.inlogbox3 a
{
  text-decoration: none;
  color: var(--c-bl);
  padding: 2px 8px;
}
.inlogbox3 i.fa-solid.fa-circle 
{
  color: var(--c-smain);
  padding: 12px;
  font-size: 7px;
}


.regisbox
{
  display: flex;
  justify-content: center;  
  text-align: center;
  background: linear-gradient(to right, #AED6F1,#D6EAF8 ,#EBF5FB,#D6EAF8 ,#AED6F1);
  /*height: 100vh;*/
  padding: 60px 100px 100px 100px;
 
}
.regisbox2
{
  display: flex;
  justify-content: center;  
  text-align: center;
  flex-direction: column;
  background: var(--c-main);
  padding: 20px 120px;
  box-shadow: 0 2px 2px 0.5px var(--c-smain);
  border-radius: 40px;
}
.inrebox
{
  display: flex;
  justify-content: center; 
  gap: 8px; 
}

.ingisbox img
{
  width: 150px;
  
}
.ingisbox h1
{
  
  font-weight: normal;
  margin-bottom: 50px;
}
.gbox img
{
  border-radius: 10px;
  margin-top: 20px;
}
.inregbox
{
  display: flex;
  justify-content: center;  
  text-align: left;
  flex-direction: column;
  
}
.texti2
{
    background: var(--c-main);
    color: black;
    width: 300px;
    max-width: 300px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
}
.texti13
{
    background: var(--c-main);
    color: black;
    width: 900px;
    max-width: 900px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
}
.texti1
{
    background: var(--c-main);
    color: black;
    width: 100px;
    max-width: 100px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
}
.texti3
{
    background: var(--c-main);
    color: black;
    width: 500px;
    max-width: 500px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
}
.texti4
{
    background: var(--c-main);
    color: black;
    width: 200px;
    max-width: 200px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
}
.texti5
{
    background: var(--c-main);
    color: black;
    width: 400px;
    max-width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
}
.texti6
{
    background: var(--c-main);
    color: black;
    width: 300px;
    max-width: 300px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
}
.texti7
{
    background: var(--c-main);
    color: black;
    max-width: 700px;
    width: 700px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
    margin-bottom: 20px;
}
.texti11
{
    background: var(--c-main);
    color: black;
    max-width: 200px;
    width: 200px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
    margin-bottom: 20px;
}
.texti12
{
    background: var(--c-main);
    color: black;
    max-width: 350px;
    width: 350px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 18px;
    margin-bottom: 20px;
}
.inrepicbox
{
  display: flex;
  justify-content: center;  
  text-align: left;
}
.texti10
{
    background: var(--c-main);
    color: black;
    max-width: 200px;
    width: 200px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 5px;
    /*border-radius: 4px;
    box-shadow: 0 10px 6px -8px #777; */
    border-bottom: 1px solid var(--c-fmain);
    font-size: 12px;
    margin: 50px 0 0 0;
}
.inrepicbox ::-webkit-file-upload-button
{
    /* color: #f9f7f0;
    background: #072a40; */
    color: var(--c-main);
    padding: 10px;
    height: 50px;
    background: var(--c-bl);
    cursor: pointer;
    font-size: 13px;  
    border: none;
    border-radius: 10px ;
    cursor: pionter;
    outline: none;
}
.inrepicbox ::-webkit-file-upload-button:hover
{
    color: var(--c-main);
    background: var(--c-blh);
    font-size: 13px;
    border: none;
    outline: none;
}
.inreboxx
{
  text-align: right;
}
.inreboxx input[type="submit"]
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
    margin-top: 20px;
}
.inreboxx input[type="submit"]:hover
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-blh);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
    margin-top: 20px;
}
.profilet
{
  display: flex;
  justify-content: center;  
  flex-direction: column;
  text-align: center;
  
}
.profileimg img
{
  border-radius: 50%;
  box-shadow: 0 1px 5px 2px var(--c-smain);
  width: 300px;
  height: 300px;
  object-fit: scale-down;
}
.profilepbox
{
    display: flex;
    width: 800px;
    /* text-align: center; */
    /* justify-content: center; */
    gap: 50px;
    padding: 50px;
    margin: 20px auto;
    border-radius: 20px;
    background: var(--c-ssmain);
    box-shadow: 0 10px 6px -8px #777;
}
.profilep
{
  text-align: left;
}
.edpbox
{
  display: flex;
  justify-content: center;  
  text-align: center;
  background: linear-gradient(to right, #AED6F1,#D6EAF8 ,#EBF5FB,#D6EAF8 ,#AED6F1);
  /*height: 100vh;*/
  padding: 70px 100px 100px 100px;
 
}
.edpbox2
{
  display: flex;
  justify-content: center;  
  text-align: center;
  flex-direction: column;
  background: var(--c-main);
  padding: 20px 120px;
  box-shadow: 0 2px 2px 0.5px var(--c-smain);
  border-radius: 40px;
}
.edph h1
{
  font-weight: normal;
  margin-bottom: 40px;
}
.edpb
{
  display: flex;
  justify-content: center;
  gap: 8px;
}
.inedpb
{
  display: flex;
  justify-content: center;  
  text-align: left;
  flex-direction: column;
  
}
.inedpdpic
{
  display: flex;
  justify-content: center;  
  text-align: left;
}
input[type="file"]
{
  color: var(--c-fmain);
}
.inedpdpic ::-webkit-file-upload-button
{
    /* color: #f9f7f0;
    background: #072a40; */
    color: var(--c-main);
    padding: 10px;
    height: 50px;
    background: var(--c-bl);
    cursor: pointer;
    font-size: 13px;  
    border: none;
    border-radius: 10px ;
    cursor: pionter;
    outline: none;
}
.inedpdpic ::-webkit-file-upload-button:hover
{
    color: var(--c-main);
    background: var(--c-blh);
    font-size: 13px;
    border: none;
    outline: none;
}
.edpf
{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;  
  text-align: center;
}
.edbt input[type="submit"]
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}
.edbt input[type="submit"]:hover
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-blh);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}
.edbt a
{
    display: flex;
    justify-content: center;
    padding: 8px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-ssmainh);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}
.edbt a:hover
{
    background: var(--c-blh);
    color: var(--c-main);
    transition: .5s;
}




.courseb
{
  background-color: #F4F6F7 ;
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.2);
  /* border-bottom: 5px solid #1C2833 ; */
  border-bottom: 5px solid #E74C3C ;
  width: 300px;
  margin: 15px 25px;
}
.courseb h1
{

    color: #1C2833;
    font-size: 15px;
    text-shadow: none;
    margin-top: 10px;

}
.courseb img
{
  width: 300px;
  background: #F4F6F7;
  object-fit: scale-down;
  -webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
.courseb a
{
  text-decoration-color: #58D68D ;
  /* text-decoration-line: overline underline; */
  /* text-decoration-line: line-through; */
  /* text-decoration-style: wavy; */
  /* text-decoration-style: dotted;
  text-decoration-style: dashed; */
}
.courseb a:hover
{
  /* text-decoration-color: gold; */
  text-decoration-style: wavy;
  font-style: italic;
}
.courseb p
{
  text-align: center;
  color: #1C2833 ;
  margin-top: 0px;
  margin-bottom: 20px;
}
.courseb p:hover
{
    text-align: center;
    /* font-style: italic; */
    /* color: pink; */
    margin-top: 0px;
    margin-bottom: 20px
}
.courseb a:-webkit-any-link
{
  color: black;
}
.mainti
{
  display: flex;
  justify-content: space-evenly;  
  text-align: center;
  margin-top: 5px;
}

.backpath
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}
.backpath:hover
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 10px;
    text-decoration: none;
    background: var(--c-blh);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}
.backpath2
{
    padding: 10px 15px;
    width: 110px;
    border-radius: 0px 10px 10px 0px;
    text-decoration: none;
    background: var(--c-bl);
    color: var(--c-main);
    transition: .5s;
    border: none;
    box-shadow: 0 10px 6px -8px #777;
}
.boxnew
{
  
  box-shadow: 0 25px 35px var(--c-smain);
  /* border-bottom: 5px solid #1C2833 ; border-radius: 10px 10px 0 0;border-bottom: 5px solid var(--c-bl) ;background: rgb(255, 0 , 0, 0.1);*/
  width: 300px;
  margin: 15px 25px; 
  border-radius: 10px;
  
  
}
.boxnew img
{
  /*width: 300px;
  height: 200px; 
  border-radius: 10px 10px 0 0;
  object-fit: cover; */ 
}
.boxnew p 
{
  text-decoration: none;
  /*text-align: justify;width: 200px; */
  text-align: left;
  
  padding : 5px 10px;
}
.boxnew a
{
  text-decoration: none;
  /*text-align: justify;width: 200px; */
  text-align: left;
  color: var(--c-fmain);
}
.picS
{
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  height: 200px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.picTT
{
  display:flex;
  height: 55px;
}
.picTT p
{
  
  position: relative;
  background: var(--c-cb);
  overflow: hidden;
  width: 100px;
  height: 35px;
  left: 100px;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 5px 5px var(--c-smain);
  top: -20px;
  color: var(--c-main);
  padding-left: 20px;
}
.picTTh p
{
  
  position: relative;
  background: #76D7C4 ;
  overflow: hidden;
  width: 100px;
  height: 35px;
  left: 100px;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 5px 5px var(--c-smain);
  top: -20px;
  color: var(--c-fmain);
  padding-left: 20px;
  transition: .5s;
}
.picTTh
{
  display:flex;
  height: 55px;
}
.picTTh p:hover
{
  
  position: relative;
  background: #1ABC9C;
  overflow: hidden;
  width: 100px;
  height: 35px;
  left: 100px;
  transition: .5s;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 5px 5px var(--c-smain);
  top: -20px;
  color: var(--c-fmain);
  padding-left: 20px;
}

.picttpa
{
  text-decoration: none;
  color: red;
}
.picT
{
  position: relative;
  width: 100px;
  height: 100px;
  top: -50px;
  padding: 1px;
  /*left: -100px;border-radius: 0 50px 50px 0; */
  border-radius: 50%;
  overflow: hidden;
  object-fit: scale-down;
  object-fit: cover;
  background: var(--c-main);
  box-shadow: 0 5px 5px var(--c-smain);
  background-position: 50% 20%;
}
.picttp
{
  color: var(--c-fmain);
  padding: 5px 8px;


}
.aaregis
{
  color: #2ECC71;
  
}
.aaregis2
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: var(--c-bl);
  border-radius: 8px;
  transition: .5s;
  box-shadow: 0 5px 5px var(--c-smain);
}
.aaregis2:hover
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: var(--c-blh);
  border-radius: 8px;
  transition: .5s;
}
.aaregis3
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: var(--c-cbh);
  border-radius: 8px;
  box-shadow: 0 5px 5px var(--c-smain);
  transition: .5s;
}
.aaregis3:hover
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: #7B241C;
  border-radius: 8px;
  box-shadow: 0 5px 5px var(--c-smain);
  transition: .5s;
}
.aaregis4
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: #F4D03F;
  border-radius: 8px;
  transition: .5s;
  box-shadow: 0 5px 5px var(--c-smain);
}
.aaregis5
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: red;
  border-radius: 8px;
  transition: .5s;
}
.aaregis5:hover
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: #B03A2E;
  border-radius: 8px;
  transition: .5s;
}
.aaregis11
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: red;
  border-radius: 8px;
  transition: .5s;
  box-shadow: 0 5px 5px var(--c-smain);
}
.aaregis12
{
  color:  var(--c-main);
  padding: 2px 8px;
  background: #2ECC71 ;
  border-radius: 8px;
  transition: .5s;
  box-shadow: 0 5px 5px var(--c-smain);
}
.bboxnew
{
  display: flex;
  justify-content: space-between;
}
.boxdtall
{
  background: linear-gradient(to right, #AED6F1,#D6EAF8 ,#EBF5FB,#D6EAF8 ,#AED6F1);
  /*height: 100vh;*/
  padding: 120px 100px 100px 100px;
  height: 100vh;
}
.dtallc
{
  display: flex;
  background: rgb(255, 255, 255, 30%);
  justify-content: center;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 3px 3px var(--c-smain);
}
.dtallccc
{
  display: flex;
  background: rgb(255, 255, 255, 30%);
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 3px 3px var(--c-smain);
}
.pdtall
{
  background: #F9E79F;
  padding: 20px;
  border-radius: 0 10px 10px 0;
  width:600px;
}
.picdtalltwo
{
  display: flex;
  justify-content: center;
  text-align: center; 
}
.picdtalltwo img
{
  width: 600px;  
  object-fit: scale-down;
  object-fit: fill;
  border-radius: 10px 0 0 10px ;
}
.pdtalltwo
{
  background: #F9E79F;
  padding: 20px;
  border-radius: 0 10px 10px 0;
  width:600px;
  text-align: left;
}
.picdtall 
{
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  text-align: center;
 
}
.picdtall img
{
  width: 600px;  
  object-fit: scale-down;
  object-fit: fill;
  border-radius: 10px 0 0 10px ;
}
.chedtall
{
  display: flex;
  /*justify-content: center; */
  text-align: center; 
  margin-top: 30px;
}

/* ----------------------------chart --p: 20; ----------------------------*/
@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

.piec { 
  --widthline:45px;
  --colorbg:black;
  --kanat:250px;
  
  width:var(--kanat);
  aspect-ratio:1;
  position:relative;
  display:inline-grid;
  margin:35px;
  place-content:center;
  font-size:45px;
  font-weight:bold;
  
}
.piec:before,
.piec:after {
  content:"";
  position:absolute;
  border-radius:50%;
}
.piec:before {
  inset:0;
  background:
    radial-gradient(farthest-side,var(--colorbg) 98%,#0000) top/var(--widthline) var(--widthline) no-repeat,
    conic-gradient(var(--colorbg) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--widthline)),#000 calc(100% - var(--widthline)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--widthline)),#000 calc(100% - var(--widthline)));
}
.piec:after {
  inset:calc(50% - var(--widthline)/2);
  background:var(--colorbg);
  transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--kanat)/2));
}
.action {
  animation:p 1s .5s both;
}
.noborder:before {
  background-size:0 0,auto; 
}
.noborder:after {
  content:none;
}
@keyframes p {
  from{--p:0}
}




































































































































































































































































































































































































































































































































