/*globel css*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
body { font-family: 'Raleway', sans-serif; overflow-x: hidden; font-size: 1rem; font-weight: 400; color: #293136; }
html, body { height: 100%; }
.object-fit-cover { object-fit: cover; }
.cursor-pointer { cursor: pointer; }
.card-header:first-child {  border-radius: calc(.50rem - 1px) calc(.50rem - 1px) 0 0;}
.border-radius { border-radius: 10px; }
.main-wrap-space { padding: 50px ; }
.circle-noti {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #0072b9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    line-height: 16px;
}
.packing-rules-p p{ margin-bottom: 0;}

/* .dropdown-toggle::after { border: none; content: url(/img/down-arrow.png); position: relative; top: 3px; padding-left: 5px; } */

/*text color css*/
.text-primary { color: #293136 !important; }
.text-secondary { color: #0072B9 !important; }
.text-color-3{ color: #293136;}
.link-text-primary { color: #293136 !important; }
.link-text-primary:hover { color: #0072B9 !important; }
.staus-text{ color: #81BF43;}
.staus-text-2{ color: #BF8F43;}

/*background color css*/
.bg-primary { background-color: #F7F7F7 !important; }
.bg-secondary { background-color: #FCFCFC !important; }
.bg-theme { background-color: #ffffff; }
.bg-img { background-color: #0000002C; }

/*border css*/
.border { border: 1px solid #E8E8E8 !important; }
.border-1 { border: 1px solid #000 !important; }
.border-primary { border-color: #000 !important; }
.border-secondary { border-color: #DDDDDD; }

/*border radius css*/
.border-radius-sm { border-radius: 1rem; }
.border-radius-3 { border-radius: 3px !important; }
.border-radius-7 { border-radius: 7px !important; }
.border-radius-30{border-radius: 30px;}



/******font weight css******/
.fw-italic{ font-weight: 400; font-style: italic; }
.fw-regular { font-weight: 400;  }
.fw-medium  { font-weight: 500; }
.fw-sami-bold { font-weight: 600; }
.fw-bold { font-weight: 700; }
.line-height { line-height: normal; }



/******input css******/
.input-group-style { border-bottom: solid 2px #000 !important; }
.input-group-style input:focus { outline: none; }
.form-control:focus{ box-shadow: none;}

/* Right side wrapper css */
#wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#wrapper.toggled { padding-left: 290px; }
#sidebar-wrapper { z-index: 1000; position: fixed; left: 290px; width: 0; height: 100%; margin-left: -290px; overflow-y: auto; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#wrapper.toggled #sidebar-wrapper { width: 290px;}
#page-content-wrapper { width: 100%; position: absolute; }
#wrapper.toggled #page-content-wrapper { position: absolute; margin-right: 0px; }
.modal-content {
    border-radius: 1.5rem;
    padding: 1rem;
    border: 1px solid #E8E8E8;
  }
  .resize-none{ resize: none;}
  .modal-backdrop.show {
    opacity: .80;
}
.modal-backdrop {
    background-color: #fff;
}





/******** Placeholder csss****/

::-webkit-input-placeholder, ::-webkit-textara-placeholder  {
    /* Edge */
    color: #293136 !important;
 font-weight: 400;
}

 :-ms-input-placeholder, :-ms-textarea-placeholder {
color: #293136 !important;
 font-weight: 400;
}

 ::placeholder {
 color: #293136 !important;
 font-weight: 400;
}






 @media(min-width:768px) {
.login-form{ max-width:250px ;}
#wrapper { padding-left: 0; }
#sidebar-wrapper { width: 0; }
#wrapper.toggled #sidebar-wrapper { width: 290px; }
#page-content-wrapper { position: relative; }
#wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; }
.search-width { width: 326px; }

}

 
@media (min-width: 576px){
    .custom-modal-size {max-width: 390px;margin: 1.75rem auto;}
    }

    /* General Styles */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;1,400&display=swap");
* {
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

/*Colors*/
/* Breakpoints */
/* Buttons/Links */

.fs-10{
  font-size: 10px;
}
.fs-13{
  font-size: 13px !important;
}
.fw-bold{
  font-weight: bold !important;
}
.custom-btn{
  padding:5px 20px !important;
}
.h30{
  height: 30px !important;
}

a:hover {
  text-decoration: none;
}
.btn-information {
  color: #ffffff;
  background-color: #0296d6; 
  border: solid 1px;
  border: #0296d6;
  border-radius: 14px ;
  transition: all 0.3s;
  font-size: 10px !important;
  height: 25px;
}

.btn-green {
  color: #ffffff;
  background-color: #198754; 
  border: solid 1px;
  border: #198754;
  border-radius: 14px;
  transition: all 0.3s;
  font-size: 10px !important;
  height: 25px;
}
.btn-grey {
  color: #ffffff;
  background-color: #405C6E; 
  border: solid 1px;
  border: #405C6E;
  border-radius: 14px;
  transition: all 0.3s;
  font-size: 10px !important;
  height: 25px;
}
.btn-primary {
  color: #ffffff;
  background-color: #0072B9; 
  border: solid 1px;
  border: #0072B9;
  border-radius: 14px;
  transition: all 0.3s;
  font-size: 10px !important;
  height: 25px;
}
.btn-primary:hover {
  background-color: #0072B9;
  opacity: 0.9;
}

.btn-secondary {
  color: #ffffff;
  background-color: #7C4590;
  border: #7C4590;
  box-shadow: none;
  border-radius: 14px;
  transition: all 0.3s;
  font-size: 10px !important;
  height: 25px;
}
.btn-secondary:hover {
  background-color: #7C4590;
  opacity: 0.9;
}

/*Forms*/
.form-control {
  padding: 1.5rem 0.75rem;
  border-radius: 14px;
  text-align: center;
}

form .btn-primary, form .btn-secondary {
  padding: 0.7rem 0.75rem;
  font-weight: 700;
  font-size: 1rem;
}

/* Landing Page */
/* Layout Landing */
.height-100 {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.background-image-cover {
  background-color: var(--main-color);
  background-image: url("../img/minres-background-2.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 576px) {
  .background-image-cover {
    display: none;
  }
}

.landing-form-container {
  width: 350px;
  height: auto;
  top: 0;
  bottom: 0%;
  margin: auto;
}
.landing-form-container .logo-landing img {
  max-width: 100%;
  padding-bottom: 2rem;
}
.landing-form-container .nav-pills {
  padding-left: 2rem;
}
.landing-form-container .nav-pills .nav-link {
  border-radius: 0;
  padding: 4px 14px;
  background: transparent;
  color: #a1a1a1;
}
.landing-form-container .nav-pills .active {
  color: #0072B9;
  font-weight: 700;
  border-bottom: 2px solid #0072B9;
}
.landing-form-container .nav-pills .active.staff {
  color: #7C4590;
  border-bottom: 2px solid #7C4590;
}


/*# sourceMappingURL=style.css.map */
.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6 !important;
  vertical-align: inherit;
}
  
.table-striped tbody tr:nth-child(odd) {
  --bs-table-accent-bg: #fff ;
}
.table-striped tbody tr:nth-child(even){
  --bs-table-accent-bg: #f7f7f7 ;
}
/* .table-striped tbody tr{
  background-color: #f7f7f7 !important;
} */

.example-element-row td{
vertical-align: inherit;
font-weight: 600;
width: 20%;
}
.open-view{
  float: right;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    top: 1px;
    right: 20px;
}
.btn-discard{
  color: #ffffff;
  background-color: #7c4590 !important;
  border: #7c4590 !important;
  box-shadow: none;
  border-radius: 14px;
  transition: all 0.3s;
  font-size: 10px !important;
  height: 25px !important;
}
.btn-danger{
  color: #ffffff;
  background-color: #dd6d6d !important;
  border: #dd6d6d !important;
  box-shadow: none;
  border-radius: 14px;
  transition: all 0.3s;
  font-size: 10px !important;
  height: 25px !important;
}
.btn-manage{
  color: #ffffff;
  background-color: #0072B9; 
  border: #0072B9;
  box-shadow: none;
  border-radius: 14px;
  transition: all 0.3s;
  font-size: 10px !important;
  height: 25px;
}
.example-element-detail{
  justify-content: end;
}
.btn-reminder{
  color: #ffffff;
  background-color: #7C4590;
  border: #7C4590;
  box-shadow: none;
  border-radius: 14px;
  transition: all 0.3s;
  font-size: 9px !important;
  height: 25px;
}
 td.mat-cell:last-of-type{
  padding: 0 !important;
}
.mat-table {
  background: #fff;
  border: none !important;
  box-shadow: none;
}
.last-button-block{  
  display: flex;
    width: 100% !important;
    justify-content: end;
    height: 50px;
    padding: 55px;
    align-items: center;
    padding-right: 20px;
    margin-right: 50px;
    position: relative;
}

.border-0{
  border: none !important;
}

.ver-align-mid{
  vertical-align: middle !important;
}

tr.mat-header-row{
  height: 30px !important;
}
ul li::marker {
  color: #0072b9 !important;
}

.cdkListli .subitem-bedge {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cdkListli .subitem-bedge > li {
  margin: 0 !important;
}

.main.bg-theme .sidebar-nav li .list-menu i{
    position: relative;
    left: 0;
    right: 0;
    top:0;
}
.main.bg-theme .sidebar-nav li .list-menu a{
  border: none;
  display: inline-block;
}
.main.bg-theme .sidebar-nav li {
  display: flex;
  flex-wrap: wrap;
}
.main.bg-theme .sidebar-nav li .list-menu {
  max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex: 1;
    padding-right: 15px;
}

.main.bg-theme .sidebar-nav li .submenu-arrow.submenu_active::before{
  transform: rotate(90deg);
  position: relative !important;
  top: -14px !important;
  left: -25px;
}

.main.bg-theme .sidebar-nav li .submenu-arrow::before {
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -4px;
  left: -35px;
}
.main.bg-theme .sidebar-nav li ul.list-unstyled.sub-items-list.dropdown-container{
  display: inline-block;
  width:100%;
}


.mat-ripple{
  border-radius: 15px 15px 0 0;
}

.mat-ripple:hover{
  /* background-color: #0072B9; */
}

/* .mat-tab-list{
  background-color: lightgray;
  border-radius: 10px;
  margin-top: 6px;
  padding-left: 10px;
} */

.parents-tab .mat-tab-label{
  border-radius: 0;
  border:1px solid #0000002C;
  background-color: #0072B9 !important;
  color: #fff !important;
  opacity: 1;
  
}

.parents-tab .mat-tab-label-active {
  background-color: #fff !important;
  color: #0072B9 !important;
  border-radius: 0;
  font-weight: bold;
}

.parents-tab .mat-tab-header{
  border-bottom: 0 !important;
}
.parents-tab  .mat-ink-bar{
  top: 0 !important;
}

.child-tab .mat-tab-label{
  border-radius: 0;
  border:1px solid #0000002C;
  background-color: transparent !important;
  color: #000 !important;
  
}

.child-tab .mat-ink-bar{
  bottom: 0 !important;
  border:0 !important;
  display: none !important;
}
.child-tab .mat-tab-label {
  border-radius: 0;
  border: 0 !important;
  font-size: 12px;
  opacity: 1;
}
.child-tab .mat-tab-label:focus{
  color: #000 !important;
  opacity: 1 !important;
}
.child-tab .mat-tab-header{
  padding:0 20px !important;
  margin:0 40px;
  border: 0 !important;
}
.child-tab .mat-tab-header .mat-tab-label-container{
  margin:0 -20px !important;
}
.child-tab .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label-active{
  background-color: transparent !important;
  color: #7C4590 !important;
  border-bottom: 2px solid #7C4590 !important;
  font-size: 12px;
} 

.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{
  box-shadow: none !important;
}

.mat-tab-body-content{
  overflow: hidden !important;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(232,238,248,1) !important;
}
.mat-input-element{
  color: #545455 !important;
}

.mat-form-field.mat-warn .mat-input-element, .mat-form-field-invalid .mat-input-element{
  color: #545455 !important;
}

.table-heaer-AQF thead tr{
  background-color: #b3c6e7 !important;
  color: #000;
  font-weight: bold;
}
.table-heaer-AQF thead tr th{
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.table-heaer-AQF .counter{
  width: 20%;
  float: left;
  text-align: left;
  padding-left: 0 !important;
  margin-left: 0;
  height: 35px;
}
.table-heaer-AQF .counter input{
  background-color: transparent !important;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding-left: 0 !important;
  position: relative;
  top: -11px;
  width: 50px;
}
.table-heaer-AQF .mat-row:nth-child(even), .mat-elevation-z8 .mat-row:nth-child(even){
  background-color: #e8eef8;
}
      
.table-heaer-AQF .mat-row:nth-child(odd), .mat-elevation-z8 .mat-row:nth-child(odd) {
  background-color: #fff;
} 

.table-heaer-AQF ul {
  margin-bottom: 5px !important;
}
.bg-none-table{
  background: none !important;
  font-weight: bold;
}
.bg-none{
  background: none !important;
}
.mat-cell, .mat-footer-cell {
  color: rgba(0,0,0,1);
}

.mat-radio-button.mat-accent .mat-radio-inner-circle{
  background-color: #7C4590 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{
  border-color: #7C4590 !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{
  background-color: #7C4590 !important;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 4px 4px 0 0;
  padding: 0 10px !important;
}
.upload-document{
  background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 12px;
    margin-bottom: 10px !important;
    display: inline-block;
    width: auto;
}
.pad-lr40{
  padding: 0 40px;
}
.table-parttwo th,  .part-three-table th{
  background-color: #b3c6e7 !important;
  color: #000;
  font-weight: bold;
}
.table-parttwo input{
  padding: 0 10px !important;
    text-align: left;
}
.card-content .input-small{
  border-radius: 10px;
    border: 1px solid lightgray;
    height: 30px !important;
    padding: 5px 10px !important;
}
.card-content .input-small:focus-visible{
  border: 2px solid #0072B9 !important;
}
.delete_icon{
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 10px;
}
.main-table .cdk-column-mainHeader{
font-weight: bold;
font-size: 14px;
background-color: #b3c6e7 !important;
color: #000;
font-weight: bold;
}
.main-table th{
  color: #000;
  font-weight: bold;
text-align: center !important;
}
  .main-table .mat-column-competencyUnitDesc{
    background-color: #e8eef8 !important;
    font-weight: 500;
    border-right:1px solid #bacbe9;
  }

  .main-table .mat-column-collectionEvidenceDesc, .main-table .mat-column-resourcesDesc,
  .main-table .mat-column-structuredActivitiesDesc{
    background-color: #e8eef8 !important;
    font-weight: 500;
    border-right:1px solid #bacbe9;
    border-top: solid 1px #bacbe9;
  }

  .main-table .mat-column-unitType input, .main-table .mat-column-deliveryMethod input {
    padding: 0 10px !important;
    height: 30px;
    text-align: left;
    width: 50px;
  }
  .mat-table .cdk-column-assessment_method input,
  .main-table .cdk-column-private_study input, .main-table .cdk-column-discipline_practice input,
  .main-table .cdk-column-f2f_online input,
  .main-table .mat-column-assessment input    {
    padding: 0 10px !important;
    height: 30px;
    text-align: left;
    width: 50px;
  }


  .new-input-height{height: 40px;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .upload-document-group{
    display: block;
  width: 90%;
  padding: 0 10px;
  }
  .block-width-15{
    width: 10%;
  }
  .block-width-35{
    width: 35%;
  }
  .block-width-20{
    width: 20%;
  }
  .block-width-25{
    width: 25%;
  }
  .inner-input-block{
    right: 22.5%;
    position: relative;
  }
  .bottom-margin0 {
    position: relative;
    top: -15px;
  }
  .main-table .vertical-text{
    text-align:center;
    white-space:nowrap;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    direction: ltr;
    border-right: 1px solid #bacbe9;
    border-top: solid 1px #bacbe9;
  }
  .main-table .mat-cell {
    border-right: 1px solid #bacbe9;
  }
  .main-table td.mat-cell:last-of-type{
    padding-left: 20px !important;
  }
  .main-table tr.mat-header-row{
    height: 0 !important;
  }
  .main-table{
    border: 1px solid #bacbe9 !important;
    overflow-x: auto;
    display: inherit;
  }
  
  .total-text{
    color: #7C4590 !important;
    font-weight: bold !important;
  }
  .main-table .th.mat-header-cell, td.mat-cell, td.mat-footer-cell{
    border-bottom-style: none !important  ;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
}
.main-table .cdk-column-total{
  text-align: center !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #b3c6e7 !important;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
th.mat-header-cell:last-of-type{
  text-align: left !important;
}
.main-table .cdk-column-competencyUnit,
.main-table .cdk-column-unitName,
.main-table .cdk-column-collectionEvidence,
.main-table .cdk-column-resources{
  border-right: 1px solid #b3c6e7 !important;;
}
